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

Fix: breadcrumb feature flag priority order #804

Merged
merged 4 commits into from
Jul 26, 2023
Merged

Conversation

FrankFlitton
Copy link
Contributor

TL;DR

Change the feature flag logic priority order.

Old: default, env, default, params,
New: default, env, params
Now:
default: false env: true will enable a flag
default: false env: true params: false will disable a flag

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

Tested by adding the breadcrumb env var to yarn start script to verify loading order.

Tracking Issue

fixes flyteorg/flyte#3896

Follow-up issue

NA

Signed-off-by: Frank Flitton <fflitton@gmail.com>
Signed-off-by: Frank Flitton <fflitton@gmail.com>
@FrankFlitton FrankFlitton marked this pull request as ready for review July 26, 2023 18:34
Signed-off-by: Frank Flitton <fflitton@gmail.com>
@jsonporter jsonporter merged commit 801cb81 into master Jul 26, 2023
5 of 7 checks passed
@jsonporter jsonporter deleted the breadcrumb-env-var branch July 26, 2023 19:01
@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 1.9.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants