-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
SCM Provider: Use Gitlab project topics #13169
Labels
bug
Something isn't working
Comments
13 tasks
ishitasequeira
pushed a commit
that referenced
this issue
Nov 20, 2023
* fix(scm gitlab): use project topics instead of tags Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add testcase for labels Signed-off-by: tillepille <[email protected]> fix test Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): update docs for gitlab filtering Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add fallback for old gitlab versions Signed-off-by: tillepille <[email protected]> --------- Signed-off-by: tillepille <[email protected]>
alexymantha
pushed a commit
to alexymantha/argo-cd
that referenced
this issue
Nov 22, 2023
…oproj#13170) * fix(scm gitlab): use project topics instead of tags Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add testcase for labels Signed-off-by: tillepille <[email protected]> fix test Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): update docs for gitlab filtering Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add fallback for old gitlab versions Signed-off-by: tillepille <[email protected]> --------- Signed-off-by: tillepille <[email protected]>
vladfr
pushed a commit
to vladfr/argo-cd
that referenced
this issue
Dec 13, 2023
…oproj#13170) * fix(scm gitlab): use project topics instead of tags Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add testcase for labels Signed-off-by: tillepille <[email protected]> fix test Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): update docs for gitlab filtering Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add fallback for old gitlab versions Signed-off-by: tillepille <[email protected]> --------- Signed-off-by: tillepille <[email protected]>
tesla59
pushed a commit
to tesla59/argo-cd
that referenced
this issue
Dec 16, 2023
…oproj#13170) * fix(scm gitlab): use project topics instead of tags Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add testcase for labels Signed-off-by: tillepille <[email protected]> fix test Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): update docs for gitlab filtering Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add fallback for old gitlab versions Signed-off-by: tillepille <[email protected]> --------- Signed-off-by: tillepille <[email protected]>
lyda
pushed a commit
to lyda/argo-cd
that referenced
this issue
Mar 28, 2024
…oproj#13170) * fix(scm gitlab): use project topics instead of tags Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add testcase for labels Signed-off-by: tillepille <[email protected]> fix test Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): update docs for gitlab filtering Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add fallback for old gitlab versions Signed-off-by: tillepille <[email protected]> --------- Signed-off-by: tillepille <[email protected]> Signed-off-by: Kevin Lyda <[email protected]>
Hariharasuthan99
pushed a commit
to AmadeusITGroup/argo-cd
that referenced
this issue
Jun 16, 2024
…oproj#13170) * fix(scm gitlab): use project topics instead of tags Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add testcase for labels Signed-off-by: tillepille <[email protected]> fix test Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): update docs for gitlab filtering Signed-off-by: tillepille <[email protected]> * feat(scm gitlab): add fallback for old gitlab versions Signed-off-by: tillepille <[email protected]> --------- Signed-off-by: tillepille <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist:
argocd version
.Describe the bug
Gitlab deprecated tags for projects.
For compatibility reasons they decided to alias both fields, see the MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/60405
To Reproduce
gitlab.com/api/v4/projects/<PROJECT_ID>
Expected behavior
the correct field is used.
Screenshots
Version
Paste the output from `argocd version` here.
Logs
The text was updated successfully, but these errors were encountered: