-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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: bootstrap support #7072
feat: bootstrap support #7072
Conversation
Your org has enabled the Graphite merge queue for merging into canaryAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @darkskygit and the rest of your teammates on Graphite |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 2477b3b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canary #7072 +/- ##
==========================================
+ Coverage 67.09% 67.21% +0.11%
==========================================
Files 585 588 +3
Lines 28885 28978 +93
Branches 2609 2620 +11
==========================================
+ Hits 19381 19477 +96
+ Misses 9233 9230 -3
Partials 271 271
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
7c8a91a
to
2477b3b
Compare
we will soon have an admin panel where we can manage prompts |
i think temporary and emergency prompt fixes can use the admin panel, however, all updates still need to be synchronized to the repository |
all prompts are read from db when used, so we will just need to sync the prompts to the latest in case of brand new deployments. Prompts CRUD in admin panel equals data migrations |
lgtm |
fix needing to repeatedly add upgrade prompt migrations
fix AFF-1075