Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

[PM-16534] Rename Fastfile lanes to be Authenticator-specific#334

Merged
SaintPatrck merged 21 commits intomainfrom
repo-migration/update-fastfile
Feb 12, 2025
Merged

[PM-16534] Rename Fastfile lanes to be Authenticator-specific#334
SaintPatrck merged 21 commits intomainfrom
repo-migration/update-fastfile

Conversation

@SaintPatrck
Copy link
Contributor

🎟️ Tracking

--

📔 Objective

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.

📸 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 10 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.
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2025

Logo
Checkmarx One – Scan Summary & Details3c9b43e8-ad11-47a2-ac79-1b539588e4c0

Great job, no security vulnerabilities found in this Pull Request

@codecov
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.69%. Comparing base (72ac8d3) to head (0b18eee).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #334   +/-   ##
=======================================
  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.

david-livefront
david-livefront previously approved these changes Feb 7, 2025
@vvolkgang vvolkgang changed the base branch from repo-migration/rename-workflow-files to repo-migration/rename-app-module February 12, 2025 22:06
…pdate-fastfile

# Conflicts:
#	.github/workflows/build.yml
#	fastlane/Fastfile
vvolkgang
vvolkgang previously approved these changes Feb 12, 2025
Base automatically changed from repo-migration/rename-app-module to main February 12, 2025 22:13
@vvolkgang vvolkgang dismissed stale reviews from david-livefront and themself February 12, 2025 22:13

The base branch was changed.

@SaintPatrck SaintPatrck merged commit 2ae3d5e into main Feb 12, 2025
7 checks passed
@SaintPatrck SaintPatrck deleted the repo-migration/update-fastfile branch February 12, 2025 22:24
@vvolkgang vvolkgang changed the title Rename Fastfile lanes to be Authenticator-specific [PM-16534] Rename Fastfile lanes to be Authenticator-specific Feb 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants