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-6606] remove onboarding feature flag #9178

Merged
merged 4 commits into from
May 24, 2024

Conversation

merissaacosta
Copy link
Contributor

Type of change

- [ ] Bug fix
- [ ] New feature development
- [x] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

removes the vault-onboarding feature flag for the end-user onboarding component since this feature is live

Code changes

  • **vault-onboarding.component.html ** removed showOnboardingAccess so that it doesnt check the feature flag value
  • vault-onboarding.component.ts removing getting feature flag & storing it in variable
  • feature-flag.enum.ts removes corresponding flag from shared enum
  • vault-onboarding.component.spec.ts remove ConfigService from being mocked in the spec

Before you submit

  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team
  • Ensure that all UI additions follow WCAG AA requirements

@merissaacosta merissaacosta self-assigned this May 14, 2024
@merissaacosta merissaacosta requested a review from a team as a code owner May 14, 2024 16:23
@merissaacosta merissaacosta requested review from gbubemismith and Jingo88 and removed request for gbubemismith May 14, 2024 16:23
@github-actions github-actions bot added the needs-qa Marks a PR as requiring QA approval label May 14, 2024
Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.79%. Comparing base (7f91e84) to head (a881f2a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9178   +/-   ##
=======================================
  Coverage   27.78%   27.79%           
=======================================
  Files        2422     2422           
  Lines       70235    70228    -7     
  Branches    13097    13095    -2     
=======================================
- Hits        19518    19517    -1     
+ Misses      49197    49192    -5     
+ Partials     1520     1519    -1     

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

Copy link
Contributor

github-actions bot commented May 14, 2024

Logo
Checkmarx One – Scan Summary & Detailsd0b8c43f-bfc2-4440-a6cf-38fab58b3467

No New Or Fixed Issues Found

@merissaacosta merissaacosta merged commit 15ba704 into main May 24, 2024
61 of 62 checks passed
@merissaacosta merissaacosta deleted the PM-6606/remove-onboarding-feature-flag branch May 24, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-qa Marks a PR as requiring QA approval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants