-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nv 2906 remove the is topic notification enabled feature flag (#5493)
Remove unused injections Move single use helper to class using it Remove unused imports Tidy up imports Remove map-trigger-recipients use case Remove associated e2e tests Remove setting of feature flag in e2e tests Remove feature flag from env validator Remove feature flag from env configurations Remove feature flag from list of feature flags Remove feature flag read and false handling from trigger-multicast use case Add (ugly) solution to verify matching of enum name and value Ignore example env config for spell check Ensure feature flag enum keys match values Name variable underscore to imply non-use Refactor tests for flag test specs Remove additional occurrences of feature flag that isn't required
- Loading branch information
1 parent
eaa49db
commit 8b48b05
Showing
26 changed files
with
44 additions
and
967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -739,6 +739,7 @@ | |
".env.development", | ||
".env.local", | ||
".env.production", | ||
".env.test" | ||
".env.test", | ||
".example.env", | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.