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

[PM-12012] Remove region parsing from email URL #947

Merged
merged 15 commits into from
Sep 19, 2024

Conversation

andrebispo5
Copy link
Contributor

@andrebispo5 andrebispo5 commented Sep 18, 2024

Note: Merge after #946

🎟️ Tracking

PM-12012

📔 Objective

Remove unused parsing of region based on the URL received during email verification.

⏰ 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

@andrebispo5 andrebispo5 changed the base branch from main to pm-12012/save-region-registration September 18, 2024 10:33
Copy link
Contributor

github-actions bot commented Sep 18, 2024

Logo
Checkmarx One – Scan Summary & Detailsc16e96c8-6ce3-4397-be14-e1346ee70831

No New Or Fixed Issues Found

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.68%. Comparing base (a8d5a6c) to head (7d324da).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #947   +/-   ##
=======================================
  Coverage   88.68%   88.68%           
=======================================
  Files         630      630           
  Lines       39647    39643    -4     
=======================================
- Hits        35161    35159    -2     
+ Misses       4486     4484    -2     

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

@@ -169,7 +169,7 @@ public class AppProcessor {

// Check for specific URL components that you need.
guard let params = components.queryItems,
let host = components.host else {
components.host != nil else {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 Do we even need to check the host here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if it does not have a host, it should be a good reason not to continue 🤔

fedemkr
fedemkr previously approved these changes Sep 18, 2024
Base automatically changed from pm-12012/save-region-registration to main September 19, 2024 15:54
@andrebispo5 andrebispo5 dismissed fedemkr’s stale review September 19, 2024 15:54

The base branch was changed.

@andrebispo5 andrebispo5 merged commit 1893bd1 into main Sep 19, 2024
9 checks passed
@andrebispo5 andrebispo5 deleted the pm-12012/remove-region-parsing branch September 19, 2024 16:50
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