-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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(ui): Add sourceNamespaces field to projects UI (#15196) #16249
feat(ui): Add sourceNamespaces field to projects UI (#15196) #16249
Conversation
548a384
to
7f4bd38
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #16249 +/- ##
=======================================
Coverage 49.50% 49.50%
=======================================
Files 269 269
Lines 47430 47430
=======================================
Hits 23479 23479
Misses 21645 21645
Partials 2306 2306 ☔ View full report in Codecov by Sentry. |
Thanks for the PR, @jdvgh! Could we make it so that this panel only appears if the apps-in-any-namespace feature is enabled? |
Copying from the issue: @crenshaw-dev Could you give me a pointer on how I'd check whether apps-in-any-namespace is enabled? |
@jdvgh I think it's safe to reuse here. Checking w/ a colleague... |
Checked w/ Ashutosh Singh, you should be good to go using that Ctx. |
fd27864
to
1678ec0
Compare
…sInAnyNamespaceEnabled flag is set Signed-off-by: Eilers, Jonas <133217951+jdvgh@users.noreply.github.com>
1678ec0
to
ce7be1f
Compare
@crenshaw-dev added it to be specific to
in |
I've assigned Ashutosh to review this in my team's next sprint (starting tomorrow). You can expect a review in the next two weeks! |
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
@ashutosh16 @crenshaw-dev thanks for the Review 🥂 - do I need to do anything more now? For me it still says:
|
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.
Thanks, @jdvgh!
…sInAnyNamespaceEnabled flag is set (argoproj#16249) Signed-off-by: Eilers, Jonas <133217951+jdvgh@users.noreply.github.com>
…sInAnyNamespaceEnabled flag is set (argoproj#16249) Signed-off-by: Eilers, Jonas <133217951+jdvgh@users.noreply.github.com>
…sInAnyNamespaceEnabled flag is set (argoproj#16249) Signed-off-by: Eilers, Jonas <133217951+jdvgh@users.noreply.github.com>
…sInAnyNamespaceEnabled flag is set (argoproj#16249) Signed-off-by: Eilers, Jonas <133217951+jdvgh@users.noreply.github.com> Signed-off-by: Kevin Lyda <kevin@lyda.ie>
…sInAnyNamespaceEnabled flag is set (argoproj#16249) Signed-off-by: Eilers, Jonas <133217951+jdvgh@users.noreply.github.com>
Closes #15196
sourceNamespaces
which is already defined in theAppProject
CRD to theProjectDetails
UIAppProject
UI yet so I'd have to write one from scratch which would rely not only on my change but on the whole AppProject UI - maybe this would be a whole other issue/feature.Checklist: