-
Notifications
You must be signed in to change notification settings - Fork 180
Feat/mobile deployment automation #759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9828bbd
feat: add version management system with build number tracking
c84e27a
feat: integrate version.json with Fastlane deployment process
673da06
feat: enhance deploy confirmation with version.json info
0bf0cac
fix: use ENV variable directly in increment_build_number to avoid sec…
95768fc
fix: correct xcodeproj path for GitHub Actions workflow
a89200a
feat: add test mode to workflow for safe testing
f68b160
fix: use gradle_file_path instead of gradle_file for increment_versio…
hackertron 04ec74a
fix: use gsub to remove ../ prefix for CI compatibility
hackertron 795e58c
chore: remove accidentally committed files
hackertron 1bb3c7e
feat: auto-commit version.json after successful deployment
hackertron feaca68
feat : update package.json in build step using npm version
hackertron 69a3f42
feat: add comprehensive caching to mobile deployment workflow
hackertron 28c8267
fix: move bundler config after Ruby setup in mobile-setup action
hackertron 555defc
fix: rename cache env vars to avoid Yarn conflicts
hackertron 47cdb5e
fix: remove bundler deployment mode to allow Gemfile updates
hackertron 8d30040
feat: implement strict lock file enforcement (Option 1)
hackertron 0076db0
fix: update Gemfile.lock for CI environment
hackertron 13a76e0
fix: correct yarn.lock path for monorepo workspace
hackertron d7f5dfc
fix: handle both boolean and string test_mode parameter
hackertron 07a6859
fix: address code review feedback for mobile deployment workflow
hackertron 290cd3d
fix: formatting and linting issues
hackertron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice. i like how you locked things down