Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: Add source namespaces output to printProject function #19344 #19365

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

juwon8891
Copy link
Member

This PR updates the printProject function to include the output of source namespaces.

Changes:

  • Added logic to print the source namespaces from the AppProject specification.
  • Ensured the source namespaces are formatted consistently with other project details.

This enhancement improves the visibility of source namespaces in the project output, making it easier to review and debug project configurations.

Closed #19344

@juwon8891 juwon8891 requested a review from a team as a code owner August 3, 2024 16:56
Copy link

bunnyshell bot commented Aug 3, 2024

❌ Preview Environment deleted from Bunnyshell

Available commands (reply to this comment):

  • 🚀 /bns:deploy to deploy the environment

Copy link

bunnyshell bot commented Aug 3, 2024

❌ Preview Environment deleted from Bunnyshell

Available commands (reply to this comment):

  • 🚀 /bns:deploy to deploy the environment

Copy link

codecov bot commented Aug 3, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 52.79%. Comparing base (b5a3712) to head (d168ff2).
Report is 3 commits behind head on master.

Files Patch % Lines
cmd/argocd/commands/project.go 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #19365      +/-   ##
==========================================
+ Coverage   52.77%   52.79%   +0.01%     
==========================================
  Files         316      316              
  Lines       43602    43608       +6     
==========================================
+ Hits        23013    23021       +8     
+ Misses      18033    18030       -3     
- Partials     2556     2557       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@juwon8891 juwon8891 changed the title feat: Add source namespaces output to printProject function feat: Add source namespaces output to printProject function #19344 Aug 3, 2024
Signed-off-by: Juwon Hwang (Kevin) <juwon8891@gmail.com>
Copy link
Member

@ishitasequeira ishitasequeira left a comment

Choose a reason for hiding this comment

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

Thanks @juwon8891 for the PR!! LGTM!!

@ishitasequeira ishitasequeira merged commit 74bbc4f into argoproj:master Aug 8, 2024
28 of 29 checks passed
@gnunn1
Copy link

gnunn1 commented Aug 8, 2024

Thanks @juwon8891, appreciate it!

ilia-medvedev-codefresh pushed a commit to ilia-medvedev-codefresh/argo-cd that referenced this pull request Aug 13, 2024
…#19365)

Signed-off-by: Juwon Hwang (Kevin) <juwon8891@gmail.com>
Signed-off-by: Ilia Medvedev <ilia.medvedev@codefresh.io>
reggie-k pushed a commit to reggie-k/argo-cd that referenced this pull request Aug 14, 2024
…#19365)

Signed-off-by: Juwon Hwang (Kevin) <juwon8891@gmail.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"argocd proj get" should show sourceNamespaces information
3 participants