Alexander Matyushentsev
3dd5dc44ac
fix: repo-server should reset manifests cache when k8s version/api versions change ( #6434 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-06-08 16:10:24 -07:00
Shoubhik Bose
cc4eea0d69
chore: Organize Application-related defaults/constants in the Application API's package. ( #5893 )
...
chore: Organize Application-related defaults/constants in the Application API's package. (#5893 )
Signed-off-by: Shoubhik Bose <shbose@redhat.com>
2021-05-19 12:43:04 -07:00
Shoubhik Bose
6aee524e0a
chore: compile-time validation of adherence to interface contract ( #5850 )
...
* fix: compile time validation of interface contract
Signed-off-by: Shoubhik Bose <shbose@redhat.com>
* fix: application specific parameter override is not reflected in application parameters tab (#5845 )
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: Shoubhik Bose <shbose@redhat.com>
* chore: compile time resolution
Signed-off-by: Shoubhik Bose <shbose@redhat.com>
* chore: adherance to contract
Signed-off-by: Shoubhik Bose <shbose@redhat.com>
* Revert "fix: application specific parameter override is not reflected in application parameters tab (#5845 )"
This reverts commit 43c8012062 .
Signed-off-by: Shoubhik Bose <shbose@redhat.com>
Co-authored-by: May Zhang <may_zhang@intuit.com>
2021-04-15 12:45:57 -07:00
Marcel Hoyer
5bc7297934
fix: bitbucket server failing diagnostics:ping ( #6029 ) ( #6034 )
...
Signed-off-by: Marcel Hoyer <m.hoyer@cid.com>
Co-authored-by: Marcel Hoyer <m.hoyer@cid.com>
2021-04-14 13:18:12 -07:00
jannfis
ae49b45249
chore: Upgrade Go module to v2 ( #5931 )
...
* chore: Upgrade Go module to v2
Signed-off-by: jannfis <jann@mistrust.net>
* Restore import order
Signed-off-by: jannfis <jann@mistrust.net>
* fix knowntypes_normalizer codegen error
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* fix codegen
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* fix Procfile
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-04-01 20:44:18 +02:00
Mikhail Nacharov
f665a74e65
fix: return http400/405 to invalid webhook requests ( #5565 )
...
Fixes #5124
Signed-off-by: Mikhail Vladimirovich Nacharov <author@mnacharov.ru>
Co-authored-by: Mikhail Vladimirovich Nacharov <author@mnacharov.ru>
2021-02-20 19:51:12 +01:00
Alexander Matyushentsev
97003caebc
fix: webhook don't refresh apps pointing to HEAD ( #4717 )
2020-10-30 11:13:03 -07:00
Alexander Matyushentsev
21304ee2c5
feat: Annotation based app paths detection in webhooks ( #4699 )
...
* feat: Annnotation based app prefix detection in webhooks
* webhook should copy previously generated manifests cache if new commit does not introduce any changes
* use 'argocd.argoproj.io/manifest-generate-paths' annotation to specify paths
Co-authored-by: Carson Anderson <ca@carsonoid.net>
2020-10-29 13:17:54 -07:00
lonfme
9af729c738
fix: ssh repo url match failed when webhook github http custom port ( #4532 )
2020-10-22 13:05:05 -07:00
Alexander Matyushentsev
ba71ad934c
refactor: upgrade k8s client to 1.18 ( #4046 )
...
* refactor: upgrade k8s client to 1.18
* remove unnecessary go mod replacements
2020-08-05 11:36:40 -07:00
eSamS
205926fa80
feat: allow ssh and http repository references in bitbucketserver webhook #2773 ( #3036 )
...
* check ssh and https url in bitbucketserver webhook
* do not break up checking webhook urls if one check fails
* log webhook url if regexp compile fails
2020-02-03 10:03:48 +01:00
Marco Schmid
539281f89e
fix: Fixes username matching for SSH repositories for webhooks ( fixes #2988 ) ( #2990 )
...
* fixed username matching for ssh-repos
* fixed string format
2020-01-16 08:02:41 -08:00
Manatsawin Hanmongkolchai
9c0db45331
feat: Add support for ssh-with-port repo url ( #2866 ) ( #2948 )
...
* Add gitlab test
* webhook: Add support for ssh with port url
2020-01-06 23:10:35 -08:00
John Marcou
60fedf0985
Implement Bitbucket Server and Gogs webhook providers ( #1808 )
2019-06-24 16:40:44 -07:00
Alex Collins
31e801425f
Lints local imports. Closes #1197 ( #1198 )
2019-02-27 18:05:55 -08:00
Alexander Matyushentsev
c904fa9092
Issue 914 - Allow invalidating application related cache ( #931 )
2018-12-17 18:23:35 -08:00
Jesse Suen
dc662da3d6
Support OAuth2 login flow from CLI ( resolves #172 ) ( #181 )
...
* Support OAuth2 login flow from CLI (resolves #172 )
* Refactor SessionManager to handle local and OAuth2 logins.
* argo login will request permanent credentials after OAuth2 flow
* Implement proper OIDC app state nonce. Add explicit `--sso` flag to `argo login`
2018-05-10 15:43:58 -07:00
Jesse Suen
ac938fe8a3
Add GitHub webhook handling to fast-track controller application reprocessing ( #160 )
...
* Add GitHub webhook handling to fast-track application controller reprocessing
* Add GitLab and Bitbucket webhook support. Add unit tests.
2018-05-04 17:01:57 -07:00