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

Automatic Feature Gate Ingest #442

Merged
merged 7 commits into from
Jan 23, 2025
Merged

Automatic Feature Gate Ingest #442

merged 7 commits into from
Jan 23, 2025

Conversation

ngundotra
Copy link
Collaborator

@ngundotra ngundotra commented Jan 23, 2025

Refactor feature gate data into standalone, generated file called app/utils/feature-gate/featureGates.json

Github CI actions to update nightly

Copy link

vercel bot commented Jan 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 11:54pm

Comment on lines +78 to +81
if len(new_features) > 0:
print("New features:")
for f in new_features:
print(f"{f['key']} - {f['title']}")
Copy link
Contributor

Choose a reason for hiding this comment

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

Was this for debugging or is this so we have these logs in the github action?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

So we can have logs in the github action

@ngundotra ngundotra merged commit 9b74643 into master Jan 23, 2025
3 checks passed
@ngundotra ngundotra deleted the feature-gate-automatic branch January 23, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants