Skip to content
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

Repo migration/update fastfile #339

Closed
wants to merge 22 commits into from
Closed

Conversation

vvolkgang
Copy link
Member

🎟️ Tracking

📔 Objective

📸 Screenshots

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

SaintPatrck and others added 22 commits February 5, 2025 13:13
Rename workflows by appending `_authenticator` to their names.
Renamed the following lanes in the Fastfile to be more specific to the Authenticator module:
- `check` to `checkAuthenticator`
- `setBuildVersionInfo` to `setAuthenticatorBuildVersionInfo`
- `buildDebug` to `buildAuthenticatorDebug`
- `buildRelease` to `buildAuthenticatorRelease`
- `bundleRelease` to `bundleAuthenticatorRelease`
- `distributeReleaseBundleToFirebase` to `distributeAuthenticatorReleaseBundleToFirebase`
- `publishReleaseToGooglePlayStore` to `publishAuthenticatorReleaseToGooglePlayStore`

Updated the GitHub workflows to use the new lane names.

Removed unused `json_key_file` and `package_name` from Appfile.

Added `json_key` parameter to `validate_play_store_json_key` lane in `build_authenticator.yml` workflow.

Added `package_name` parameter to `publishAuthenticatorReleaseToGooglePlayStore` lane in `build_authenticator.yml` workflow.
…on/update-fastfile

# Conflicts:
#	.github/workflows/test_authenticator.yml
#	fastlane/Fastfile
…pdate-fastfile

# Conflicts:
#	.github/workflows/build.yml
#	fastlane/Fastfile
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.69%. Comparing base (2ae3d5e) to head (a365dce).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #339   +/-   ##
=======================================
  Coverage   44.69%   44.69%           
=======================================
  Files         119      119           
  Lines        5717     5717           
  Branches      684      684           
=======================================
  Hits         2555     2555           
  Misses       2981     2981           
  Partials      181      181           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

Logo
Checkmarx One – Scan Summary & Details820dbc80-67b4-46e5-917d-69a8b2adac50

Great job, no security vulnerabilities found in this Pull Request

@vvolkgang vvolkgang closed this Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants