Alexander Matyushentsev
0f2fe76027
Move generated api code to pkg package ( #1696 )
2019-06-05 12:58:11 -07:00
Alex Collins
243378b035
Sync wave ( #1634 )
2019-06-04 18:17:41 -07:00
Alex Collins
d09388bc97
codegen ( #1674 )
2019-06-03 12:00:16 -07:00
jannfis
64a1ea9e81
Add ability to specify system namespace during cluster add operation ( #1661 )
2019-06-03 09:50:46 -07:00
jannfis
9f9a076433
Make listener and metrics ports configurable ( #1647 )
2019-05-28 11:41:02 -07:00
Alex Collins
5515b8ce9d
Public git creds ( #1633 )
2019-05-22 17:21:56 -07:00
Alex Collins
8cd7d590e0
Codegen ( #1632 )
2019-05-21 14:37:20 -07:00
Alexander Matyushentsev
303737c0b0
Issue #1471 - Support configuring requested OIDC provider scopes and enforced RBAC scopes ( #1585 )
...
* Issue #1471 - Support configuring requested OIDC provider scopes and enforced RBAC scopes
* Apply reviewer notes
2019-05-16 07:34:20 -07:00
Jesse Suen
5ed0b1a6bf
Supply resourceVersion to watch request to prevent reading of stale cache ( #1612 )
2019-05-13 14:58:22 -07:00
Alex Collins
7568b099ee
Updates codegen ( #1601 )
2019-05-09 13:40:41 -07:00
Alexander Matyushentsev
e85eb01831
Issue #1552 - Improve rendering app image information ( #1584 )
2019-05-08 09:00:45 -07:00
Alexander Matyushentsev
b3ade6159e
Issue #1579 - Impossible to sync to HEAD from UI if auto-sync is enabled ( #1580 )
2019-05-07 14:54:51 -07:00
Alexander Matyushentsev
e20e693d70
Issue 1476 - Avoid validating repository in application controller ( #1535 )
2019-04-29 15:04:25 -07:00
Alex Collins
e3a120b1d8
codegen ( #1521 )
2019-04-24 13:39:07 -07:00
Alexander Matyushentsev
60273ba84f
Issue #1499 - Use ingress host information to populate application external URL ( #1511 )
2019-04-23 10:34:53 -07:00
Alex Collins
eea804b3f6
Allow empty. Close #1504 ( #1506 )
2019-04-22 14:07:12 -07:00
Alexander Matyushentsev
90e44c092a
Issue #86 - Custom actions bug fixing ( #1494 )
2019-04-19 10:27:12 -07:00
Alex Collins
ddf5f0cf46
Introduces new RBAC permissions that are required for changing cluste… ( #1440 )
2019-04-19 08:54:30 -07:00
dthomson25
4541ca664a
Initial Custom Actions Implementation ( #1369 )
2019-04-16 14:50:44 -07:00
Alexander Matyushentsev
be40dbc8cc
Issue #1326 - Rollback UI is not showing correct ksonnet parameters in preview ( #1464 )
2019-04-16 08:52:48 -07:00
Alexander Matyushentsev
abe25f62d0
Run 'go fmt' for application.go and server.go ( #1417 )
2019-04-09 09:43:53 -07:00
dthomson25
ad5d26f08a
Add patch audit ( #1416 )
...
* Add auditing to patching commands
* Omit Patch Resource logs to prevent secret leaks
2019-04-09 08:57:22 -07:00
Alexander Matyushentsev
506d95da10
Issue #1294 - CLI diff should take into account resource customizations ( #1337 )
...
* Issue #1294 - CLI diff should take into account resource customizations
* Apply reviewer notes: add comments to type definition and e2e test
2019-04-02 13:59:55 -07:00
Alexander Matyushentsev
59837cb513
Issue #1218 - Allow using any name for secrets which store cluster credentials ( #1336 )
2019-03-29 22:09:36 -07:00
Alexander Matyushentsev
15dfa79708
Issue #357 - Expose application nodes networking information ( #1333 )
2019-03-29 20:59:25 -07:00
Alex Collins
cd25c4b3c9
Enables default lint checks, fixes lint and bugs ( #1330 )
2019-03-28 13:37:53 -07:00
Jesse Suen
e482d74d19
Support a separate OAuth2 CLI clientID different from server ( #1307 )
2019-03-22 03:23:51 -07:00
Jesse Suen
ea1519de82
Fix a goroutine leak in api-server application.PodLogs and application.Watch ( #1292 )
2019-03-18 21:50:11 -07:00
Jesse Suen
5210c678b9
Git cloning via SSH was not verifying host public key ( #1276 )
2019-03-15 14:29:10 -07:00
Alexander Matyushentsev
3acc0b3af2
Issue #1229 - App creation failed for public repository ( #1230 )
2019-03-06 00:02:27 -08:00
Jesse Suen
39174ab969
Move parameters listing from GenerateManifests to GetAppDetails ( #1221 )
...
* Move parameters listing from GenerateManifests to GetAppDetails
* Fix logging to use standard logger to honor CLI loglevel
2019-03-05 14:56:47 -08:00
Jesse Suen
cc7b283f23
Deprecate componentParameterOverrides in favor of source specific config ( #1207 )
...
* Deprecate componentParameterOverrides in favor of source specific config
* Support rollback when application source changes
* Removes the legacy spec.source.environment and spec.source.valuesFiles which were deprecated in v0.11
* Fix issue where argocd app create APPNAME --file didn't fail when there were name conflicts
* Fix issue where auto-sync and app deletion would cause infighting
2019-03-04 00:56:36 -08:00
Jesse Suen
4adca869c8
Support talking to Dex using local cluster address instead of public address ( #1211 )
2019-03-03 23:46:19 -08:00
Jesse Suen
ecb2601164
Include resource, action, object in permission denied errors ( #1188 )
2019-02-28 13:11:47 -08:00
Alex Collins
31e801425f
Lints local imports. Closes #1197 ( #1198 )
2019-02-27 18:05:55 -08:00
Alexander Matyushentsev
80fb0c90ea
'argocd app diff --local' is broken if application.instanceLabelKey setting is not configured ( #1191 )
2019-02-27 00:38:12 -08:00
Alexander Matyushentsev
863e66ecde
Support patching resource using REST API ( #1186 )
2019-02-26 15:57:47 -08:00
narg95
caacba907c
invalidate repo cache on delete ( #1182 )
...
Signed-off-by: Nestor <nesterran@gmail.com>
2019-02-26 07:12:29 -08:00
Alex Collins
e0594aa9b5
Adds support for patching applications. Closes #1162 ( #1166 )
2019-02-25 14:25:25 -08:00
Jesse Suen
eb431308de
Add application sync counters as new prometheus metric. Add API-server metrics ( #1156 )
2019-02-22 15:20:34 -08:00
Alexander Matyushentsev
418676ffab
Issue #701 - Support for custom templaters ( #1151 )
...
* Issue #701 - Support for custom templaters
2019-02-22 14:56:11 -08:00
Alex Collins
c630e19d0d
Display a warning if the JWT cookie is too large. Fixes #1103 ( #1146 )
...
* Display a warning if the JWT cookie is too large. Fixes #1103
* Removes double message
2019-02-21 08:27:18 -08:00
Alex Collins
1c1d9c95ef
Adds support for Kustomize 2.0.1. Fixes #1085 ( #1138 )
2019-02-19 10:31:52 -08:00
Alexander Matyushentsev
d2ca6715c6
Issue #1087 - Exclude hooks from local diff ( #1123 )
2019-02-13 21:04:38 -08:00
Alexander Matyushentsev
cb9eb0a9bb
Issue #937 - Use redis as a shared throwaway cache ( #1120 )
2019-02-13 15:20:40 -08:00
dthomson25
b1edc18faa
Stop logging /cluster.ClusterService/Create ( #1069 )
...
* Stop logging /cluster.ClusterService/Create and other places
2019-02-11 17:12:00 -08:00
Alex Collins
c6dd3727fb
Added a recurse option for directories. Fixes 1083 ( #1096 )
...
* Added a recurse option for directorys. Fixes 1083
* Linting
* Makes manifests minimally valid
* Adds tests for VerifyOneSourceType
* Adds recurse field to ManifestRequest
* Fixes spelling
* Adds --directory-recurse option to local diff
* Adds omitempty to recurse flag
* Uses paths to join path
* Use filepath.Walk
* Supports --directory-recurse when adding/setting apps from the CLI
* Fixes problem with recurse
* Updates API to surface directory.recurse
* Nil directory if recurse is false
2019-02-11 13:56:30 -08:00
Alexander Matyushentsev
e68fe35a55
Issue #1065 - Support using grpc-web in argocd cli ( #1077 )
2019-02-01 13:37:39 -08:00
Jesse Suen
297a91fde4
Refactor packr box usage into new assets library. Add faster DEV_IMAGE build ( #1073 )
2019-02-01 13:12:52 -08:00
Danny Thomson
204428cf0a
Add Patch resource to API server
2019-01-29 11:57:49 -08:00