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

feat(client+server): Custom Actions feature flag #8110

Merged
merged 5 commits into from
Feb 24, 2024

Conversation

yuval-hazaz
Copy link
Member

@yuval-hazaz yuval-hazaz commented Feb 23, 2024

part of #7713

PR Details

Add aמ env variable to disable Custom Actions features so we can push the main branch into Next without blocking releases until the feature is ready

PR Checklist

  • Tests for the changes have been added
  • npm test doesn't throw any error

IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.

@@ -16,3 +16,5 @@ NX_REACT_APP_BILLING_API_KEY="$2b$10$kvZ2zkq7onj/oyxH4vZLKuO1P3E9QKuRmo9z72pzggR
# NX_REACT_APP_GITHUB_CONTROLLER_LOGIN_URL="http://localhost:3000/github"
NX_REACT_APP_AUTH_LOGIN_URI="http://localhost:3000/auth/login"
NX_REACT_APP_AUTH_LOGOUT_URI="http://localhost:3000/auth/logout"

NX_REACT_APP_FEATURE_CUSTOM_ACTIONS_ENABLED=false
Copy link
Member

Choose a reason for hiding this comment

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

I'm putting a comment here for myself; we need to add it to the cluster config. It will allow us to run it in Sandbox if we want to.

@@ -74,3 +74,5 @@ AUTH_ISSUER_CLIENT_DB_CONNECTION=[issuer-client-db-connection]

USER_LAST_ACTIVE_DAYS="30"
CRON_SECRET_KEY=[cron-secret-key]

FEATURE_CUSTOM_ACTIONS_ENABLED=false
Copy link
Member

Choose a reason for hiding this comment

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

Same here

@mulygottlieb
Copy link
Member

@morhag90 please make sure to go over this PR. I approved it already, but I want you to be familiar as well. This will allow us to merge the custom-actions branch to next (thanks @yuval-hazaz!!!)

@yuval-hazaz yuval-hazaz merged commit de62708 into feat/dto-block Feb 24, 2024
9 checks passed
@yuval-hazaz yuval-hazaz deleted the feat/custom-actions-feature-flag branch February 24, 2024 19:54
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.

None yet

2 participants