-
Notifications
You must be signed in to change notification settings - Fork 6.4k
feat: rename app identifier #7251
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
Conversation
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
…resh/argo-cd into rename-app-id � Conflicts: � reposerver/apiclient/repository.pb.go
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
…resh/argo-cd into rename-app-id � Conflicts: � util/settings/settings.go
Codecov Report
@@ Coverage Diff @@
## master #7251 +/- ##
==========================================
+ Coverage 41.11% 41.15% +0.04%
==========================================
Files 160 161 +1
Lines 21505 21553 +48
==========================================
+ Hits 8842 8871 +29
- Misses 11398 11415 +17
- Partials 1265 1267 +2
Continue to review full report at Codecov.
|
…resh/argo-cd into rename-app-id
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
…resh/argo-cd into rename-app-id
Signed-off-by: pashavictorovich <pavel@codefresh.io>
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.
Thank you @pasha-codefresh !
Added one suggestion to rename setting key and couple minor comments about tests.
Can you please update PR description as well so that everyone understands which part of feature it covers. E.g.
PR introduces system-level resource tracking method setting that allows using annotation
instead of label to track application resources. PR does not cover the whole feature.
Following parts will be converted in follow PRs:
* ...
* ...
Signed-off-by: pashavictorovich <pavel@codefresh.io>
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
feat: rename app identifier (argoproj#7251) Signed-off-by: pashavictorovich <pavel@codefresh.io> Signed-off-by: viktorplakida <plakyda1@gmail.com>
I know this has been merged but what version will this be available in? |
2.2 @cten |
#6425
PR introduces system-level resource tracking method setting that allows using annotation
instead of label to track application resources. PR does not cover the whole feature.
Following parts will be converted in follow PRs: