Alexander Matyushentsev
aa0f9a3aa7
Issue #1167 - Implement orphan resources support ( #2103 )
2019-08-19 20:14:48 +05:00
Alexander Matyushentsev
9a59e9ac28
Issue #2060 - Enpoint incorrectly considered top level managed resource ( #2129 )
2019-08-09 10:05:54 -07:00
Alexander Matyushentsev
31ec4cf615
Issue #2060 - Make sure endpoint is shown as a child of service ( #2080 )
2019-08-02 16:57:54 -07:00
Alexander Matyushentsev
a9fc89e8a5
Issue #1919 - Eliminate unnecessary git interactions for top-level resource changes ( #1929 )
...
* Issue #1919 - Eliminate unnecessary git interactions for top-level resource changes
* Apply reviewer notes
2019-07-15 13:34:26 -07:00
Alex Collins
4296a87e6b
Enables unparam linter and fixes linting issues ( #1872 )
2019-07-03 14:17:58 -07:00
Alexander Matyushentsev
933877a179
Issue #1676 - Move remove AppInstanceLabelKey, ConfigManagementPlugins, ResourceOverrides, ResourceExclusions, ResourceInclusions settings from ArgoCDSettings structure ( #1799 )
...
* Issue #1676 - Move remove AppInstanceLabelKey, ConfigManagementPlugins, ResourceOverrides, ResourceExclusions, ResourceInclusions settings from ArgoCDSettings structure
* Add missing tests
2019-06-21 15:59:05 -07:00
Alexander Matyushentsev
c214ed9546
Issue #1668 - Replicasets ordering is not stable on app tree view ( #1669 )
2019-05-31 17:42:20 -07:00
Alexander Matyushentsev
b93143381f
Issue #1352 - Dedupe live resourced by UID instead of group/kind/namespace/name ( #1575 )
2019-05-13 15:56:40 -07:00
Alexander Matyushentsev
847b7f5e11
Issue #1533 - Prevent reconciliation loop for self-managed apps ( #1608 )
2019-05-13 11:17:32 -07:00
Alexander Matyushentsev
0b945ef616
Issue #1570 - Application controller is unable to delete self-referenced app ( #1574 )
2019-05-06 12:49:29 -07:00
Alexander Matyushentsev
96d0beeaaf
Issue #1533 - Prevent reconciliation loop for self-managed apps ( #1547 )
2019-05-01 09:42:45 -07:00
Alexander Matyushentsev
686fab7fec
Issue #1414 - Load target resource using K8S if conversion fails ( #1527 )
2019-04-29 12:42:59 -07:00
Alexander Matyushentsev
2eac7bf457
Issue #1476 - Fix racing condition in controller cache ( #1485 )
2019-04-18 08:12:18 -07:00
Alex Collins
76d25d3795
Perform health assessments on all resource nodes in the tree. Closes #1382 ( #1422 )
2019-04-09 18:15:24 -07:00
Alex Collins
723228598e
Adds images to resource tree ( #1351 )
2019-04-03 15:11:48 -07:00
Alexander Matyushentsev
15dfa79708
Issue #357 - Expose application nodes networking information ( #1333 )
2019-03-29 20:59:25 -07:00
Alexander Matyushentsev
80fe3e1877
Controller don't stop running watches on cluster resync ( #1298 )
2019-03-19 13:25:01 -07:00
Alexander Matyushentsev
df7b0c6682
Issue #1290 - Fix concurrent read/write error in state cache ( #1293 )
2019-03-18 23:38:10 -07:00
Alexander Matyushentsev
2724aeef32
Avoid doing full reconciliation unless application 'managed' resource has changed ( #1267 )
2019-03-14 14:54:34 -07:00
Alexander Matyushentsev
3df86a7918
Issue #1247 - Fix CRD creation/deletion handling ( #1249 )
2019-03-11 08:50:00 -07:00
Alexander Matyushentsev
9a7fecef06
Issue #1231 - Deprecated resource kinds from 'extensions' groups are not reconciled correctly ( #1232 )
2019-03-06 01:42:26 -08:00
Alexander Matyushentsev
f3172d6727
Issue #1161 - Update resource version on every watch event ( #1192 )
2019-02-26 23:24:30 -08:00
Alexander Matyushentsev
2f62d1b763
Issue #1161 - Use correct resource version in K8S watch API calls to avoid lost update events ( #1173 )
2019-02-26 07:09:14 -08:00
Alex Collins
06c55b348a
Allows you to exclude resources based on API group, kind, and cluster. Fixes #1010 ( #1147 )
2019-02-21 08:30:13 -08:00
Jesse Suen
d40bbb23cb
Fix controller deadlock when checking for stale cache ( #1046 )
...
* Controller cache was susceptible to clock skew in managed cluster
* Fix controller deadlock when checking for stale cache
2019-01-18 10:38:51 -08:00
Jesse Suen
421e4ff058
Fix PermissionDenied issue during app creation with project roles. Fix custom casbin adapter ( #1030 )
2019-01-17 10:30:31 -08:00
Jesse Suen
5f06be724c
Graceful handling of clusters where API resource discovery is partially successful ( #1018 )
2019-01-15 10:22:38 -08:00
Alexander Matyushentsev
2200a27a5f
Issue #1013 - handle k8s resources circular dependency ( #1016 )
2019-01-15 03:24:28 -08:00
Jesse Suen
3884b07295
Eliminate reconcile hotloop by prevent Endpoint updates from requeuing apps ( #986 )
2019-01-07 14:35:16 -08:00
Alexander Matyushentsev
8d020fa694
Issue #956 - Slow comparison if cluster is down ( #957 )
2018-12-26 13:38:35 -08:00
Jesse Suen
04564add01
Make injected application instance label configurable from default ( #944 )
...
* Make injected application instance label configurable from default
Stop removing ksonnet.io/component label, unless using legacy label
* Fix applying of resources when namespace is empty
2018-12-23 22:25:04 -08:00
Alexander Matyushentsev
5166344d33
Issue #912 - Make ResourceNode 'tags' into a more generic 'info' struct ( #926 )
...
* Issue #912 - Make ResourceNode 'tags' into a more generic 'info' struct
2018-12-12 13:16:55 -08:00
Alexander Matyushentsev
1deeada249
Issue #910 - Reconstruct tree structure on the flight to avoid inconsistent state ( #921 )
2018-12-10 14:48:31 -08:00
dthomson25
8ea474a3c9
Remove gracePeriod seconds option from API ( #900 )
2018-12-07 10:50:40 -08:00
dthomson25
0af3836f74
Add force delete option to API ( #891 )
2018-12-06 16:00:10 -08:00
Jesse Suen
2c8e9fa9ac
Switch to k8s recommended app.kubernetes.io/instance label ( #857 )
...
Remove ability to set helm release name
Reorganize Argo CD constants
2018-11-30 23:54:01 -08:00
Alexander Matyushentsev
93ad11095a
Resources events streaming bug fixes: panic ( #699 ), stale cache detection, restaring bad watchers ( #852 )
2018-11-30 11:29:12 -08:00
Jesse Suen
83fb5fb388
Rename 'controlled resources' to 'managed resources' ( #850 )
...
Rename 'resources tree' to 'resource tree'
2018-11-30 10:32:31 -08:00
Alexander Matyushentsev
6dede28f72
Issue #696 - Support apps with static namespaces in resources ( #842 )
2018-11-29 15:34:46 -08:00
Alexander Matyushentsev
6368a3e548
Refactor application controller ( #840 )
...
* Refactor application controller
2018-11-28 13:38:02 -08:00