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

chore(api, worker): Remove multi provider feature flag #4403

Merged
merged 11 commits into from
Oct 25, 2023

Conversation

rifont
Copy link
Contributor

@rifont rifont commented Oct 4, 2023

What change does this PR introduce?

  • Removes the multi-provider feature flag from the Shared, API & Worker packages
  • Removes the following redundant use-cases:
    • Disable Novu Integration
    • Deactivate Integration
  • Adds documentation to support new users to get started with local API development

Why was this change needed?

The multi-provider feature has been successfully implemented in production for an adequate length of time.

Other information (Screenshots)

The Web package is dealt with in #4402

@linear
Copy link

linear bot commented Oct 4, 2023

NV-2907 Remove the IS_MULTI_PROVIDER_CONFIGURATION_ENABLED feature flag

What?

We would like to remove the IS_MULTI_PROVIDER_CONFIGURATION_ENABLED feature flag and all associated "false" statement code.

Why? (Context)

The feature flag IS_MULTI_PROVIDER_CONFIGURATION_ENABLED is running on the prod for quite some time.

Definition of Done

  • the feature flag IS_MULTI_PROVIDER_CONFIGURATION_ENABLEDand all associated "false" statement code is removed

@rifont rifont changed the title chore(worker): Remove multi provider feature flag chore(api, worker): Remove multi provider feature flag Oct 4, 2023
@rifont
Copy link
Contributor Author

rifont commented Oct 5, 2023

This PR is dependent on #4402 to resolve the failing Cypress tests.

@rifont rifont marked this pull request as ready for review October 5, 2023 16:14
@rifont rifont requested review from LetItRock and p-fernandez and removed request for LetItRock October 5, 2023 16:14
@rifont rifont self-assigned this Oct 5, 2023
@github-actions github-actions bot added the stale Pull Request that needs to be reviewed label Oct 19, 2023
Copy link
Contributor

@p-fernandez p-fernandez left a comment

Choose a reason for hiding this comment

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

Good work!
Just make yourself a note or create a task in Linear to remember to clean the feature flag from Launch Darkly dashboard once the changes are deployed to production.
And another one to review and remove it if applicable from environments in AWS and GitHub Actions.

@github-actions github-actions bot removed the stale Pull Request that needs to be reviewed label Oct 21, 2023
@rifont rifont merged commit 49b22e6 into next Oct 25, 2023
@rifont rifont deleted the NV-2907-worker-remove-multi-provider-ff branch October 25, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants