-
Notifications
You must be signed in to change notification settings - Fork 6.4k
chore(server): simplify project validation logic #21191
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
chore(server): simplify project validation logic #21191
Conversation
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21191 +/- ##
=========================================
Coverage ? 55.24%
=========================================
Files ? 324
Lines ? 55650
Branches ? 0
=========================================
Hits ? 30743
Misses ? 22281
Partials ? 2626 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
* chore(server): simplify project validation logic Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * improve tests Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Brett C. Dudo <brett@dudo.io>
* chore(server): simplify project validation logic Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * improve tests Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* chore(server): simplify project validation logic Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * improve tests Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
As far as I can tell, there's no reason to temporarily store these apps in new slices. We already have all the information we need to perform the validation.