CBytelabs
303d46e67c
docs: Fixed documentation fault in user-guide/projects/ ( #3207 )
...
* Update projects.md
~ Fixed adding policy with wildcard in documentation
* Update projects.md
~ acutally fixed the command completly
2020-03-09 20:20:57 +01:00
Abdullah Alqarni
1c4a15129b
feat(ui): add docs to sync policy options present in create application panel ( Close #3098 ) ( #3203 )
...
* feat(ui): document sealHeal & pruneResources options in create-application panel
* fix(ui): re-order import statements in application-create-panel.tsx
* docs: correct a typo in user guide auto_sync.md
* docs: document Automatic Self-Healing in user guide auto_sync.md
* docs: add v1.4.3 changelog
* fix: capitalize git word
* docs: update CHANGELOG
* docs: remove CHANGELOG update
2020-03-07 18:03:15 +01:00
Andy Boyett
7eeefb003c
docs: correct typo in diffing section on HPAs ( #3172 )
...
Reordering `spec.metrics` will fix an OutOfSync state due to the HPA
controller reordering this array. The previously referenced
`spec.replicas` field doesn't exist within any known version of the
`HorizontalPodAutoscaler` (autoscaling/v1, autoscaling/v2beta1, or
autoscaling/v2beta2)
2020-03-03 17:51:21 -08:00
Masaya Ozawa
3ae5b2bfe4
Fixed description of non-cascade command in App Deletion ( #3173 )
2020-03-02 18:01:05 +01:00
Andreas Grimmer
f230df938e
Improve docs for Hooks ( #3115 )
2020-02-14 07:39:47 -08:00
Abdullah Alqarni
d67b4f6c36
Fix: correct a typo in kustomize.md ( #3079 )
...
Only for the sake of perfection, replacing `it's` with `its` :)
More on this here[http://its-not-its.info/ ](http://its-not-its.info/ )
2020-02-03 23:47:04 -08:00
aarongorka
7edcf47a03
docs: Clarify syntax for diff customization should be json-patch ( #3044 )
...
One might assume that Argo is expecting
[JSONPath](https://kubernetes.io/docs/reference/kubectl/jsonpath/ )
rather than JSON Patch, which this commit clarifies via a link to the
official RFC.
2020-01-29 07:46:58 -08:00
jannfis
8b08a337c5
Clarify that non-standard SSH ports have to use ssh:// URLs ( #3030 )
2020-01-24 14:27:26 -08:00
Paul Brit
857ce87f00
docs: Fix a broken link to Helm Hooks ( #2970 )
2020-01-14 14:13:45 -08:00
David Hong
7c787a3bb0
Add version information for git submodule support ( #2855 )
2019-12-10 15:05:40 -08:00
Alex Collins
3ad462a112
Fixes error in docs that prevents publishing them ( #2817 )
2019-12-05 22:56:42 -08:00
Alex Collins
73a1a7ce76
Correct version of Argo CD that build env is available in. See #2749 ( #2750 )
2019-11-21 14:37:45 -08:00
Alex Collins
329b845f55
Adds note to docs that build enviroment is available in v1.3. Fixes 2651 ( #2652 )
2019-11-06 14:36:09 -08:00
Alex Collins
8575e3942c
Adds support for Helm charts to be a semver range. Closes #2552 ( #2606 )
2019-11-01 13:41:35 -07:00
Alex Collins
5706a17155
Adds support for ARGO_CD_[TARGET_REVISION|REVISION] and pass to Custom Tool/Helm/Jsonnet ( #2415 )
2019-10-21 16:54:23 -07:00
Adam Johnson
bbfb96cb01
add git submodule support ( #2495 )
2019-10-21 15:17:07 -07:00
stgarf
0f2a88102d
Added SSO and RBAC ( #2503 )
2019-10-16 19:58:42 -07:00
jannfis
37641cf2d0
Add repository credential management API and CLI (addresses #2136 ) ( #2207 )
2019-10-16 17:17:47 -07:00
Jeff Hastings
2148b593ee
add namesuffix for kustomize applications ( #2473 )
2019-10-16 16:34:52 -07:00
Simon Behar
656167fceb
Fix possible path traversal attack when supporting Helm values.yaml ( #2452 )
...
* Done
* Pre-commit
* Fixed bugs
* Fixed E2E test
* Added doc
* Added tests
* Pre-commit
* Lint issues
* Linter
2019-10-16 07:48:15 -07:00
Adam Johnson
138ec15834
Fix logic when checking sync window status using the cli ( #2456 )
...
Fix logic when checking sync window status using the cli (#2456 )
2019-10-09 16:06:14 -07:00
Alex Collins
e422d33fec
Update resource_hooks.md ( #2446 )
2019-10-09 11:40:48 -07:00
Adam Johnson
f94495ab82
make proj windows commands consistent ( #2444 )
...
* make proj windows commands consistent
* update sync window docs
2019-10-09 09:30:28 -07:00
Adam Johnson
5abe863ea9
Convert maintenance windows to sync windows ( #2416 )
...
Convert maintenance windows to sync windows (#2416 )
2019-10-08 15:20:19 -07:00
Alex Collins
f116bd3588
Add a hook example for sending a Slack message ( #2414 )
2019-10-04 14:51:41 -07:00
Alex Collins
b5025559ac
Polish maintenance windows ( #2400 )
2019-10-02 13:55:12 -07:00
Adam Johnson
e6e4751326
Add project level maintenance windows for applications ( #2380 )
...
* Add maintenance windows for applications, configured at the project level
* move maintenance window check out of autoSync(), fix imports and error checking
* fix ui lint
* add some more tests for maintenance
* patch after pre-commit
* Add more tests for maintenance windows
* Remove Dockerfile as it was added by mistake
2019-10-01 15:23:09 -07:00
ssbtn
b85785726c
Fix typo ( #2265 )
...
> `/metadata/generaName`.
Is generaName a mistake in generateName ?
2019-09-09 00:01:20 -07:00
Gustav Paul
ea9b8c8b27
docs/user-guide/projects.md: fix example policy ( #2233 )
2019-09-03 11:58:17 -07:00
Chris Jones
858823d911
Grammar fixes. ( #2232 )
2019-09-03 11:57:52 -07:00
Alexander Matyushentsev
f9286cfab9
Issue #1167 - Document orphaned resources, update proj CLI ( #2188 )
2019-08-22 11:35:43 -07:00
Alex Collins
fc934fd4d7
Improves BeforeHookCreation. Closes #2141 ( #2142 )
2019-08-22 09:39:15 -07:00
Alexander Matyushentsev
57db0188cc
Add missing labels to argocd-cm yaml in kustomize.md and declarative-setup.md ( #2189 )
2019-08-21 13:52:08 -07:00
Alex Collins
97a6ebfdc8
Update helm.md ( #2145 )
2019-08-16 12:49:14 -07:00
Simon Behar
9a2e7ca190
Indicate that SyncFail hooks are on v1.2+ ( #2149 )
2019-08-14 09:19:31 -07:00
Alex Collins
bad2e91039
Helm hooks. Closes #355 ( #2069 )
2019-08-12 15:34:21 -07:00
Alex Collins
e682056ffc
Updates hook delete policy docs ( #2127 )
2019-08-09 08:37:54 -07:00
jannfis
ea8b7c6ac9
Update private repository documentation to reflect latest changes ( #2102 )
2019-08-05 15:22:30 -07:00
Simon Behar
3a9034e68f
Added Kustomize build options to settings/argocd-cm ( #1817 )
...
Added Kustomize build options to settings/argocd-cm (#1817 )
2019-08-02 16:57:33 -07:00
Alex Collins
b49a0ce7d5
Remove support for Kustomize 1. Closes #1573 ( #2077 )
2019-08-02 13:13:27 -07:00
jannfis
df6a66e580
Update user documentation on private repositories feature ( #2062 )
2019-07-31 09:30:18 -07:00
Alexander Matyushentsev
e27568fa8c
Issue #1736 - Auto-sync should support self-healing option ( #1990 )
2019-07-24 19:26:09 -07:00
jannfis
5953080c96
Add support for connecting repositories using TLS client certs ( fixes #1945 ) ( #1960 )
2019-07-24 17:25:27 -07:00
Alex Collins
1b2bdb1e09
Update config-management-plugins.md ( #1997 )
2019-07-24 15:07:48 -07:00
jannfis
33bc349280
Add UI functionality for certificate management ( #1987 )
...
Add UI functionality for certificate management (#1987 )
2019-07-24 10:04:42 -07:00
Dai Kurosawa
8bedda2314
Fix typo. ( #1991 )
2019-07-24 09:10:44 -07:00
Devon Mizelle
43721515d8
Bump Kustomize v2.1.0 to v3.0.2 ( #1948 )
...
* Bump Kustomize v2.1.0 to v3.0.0
2019-07-17 14:39:21 -07:00
jannfis
958239fffb
Update user and operator documentation for change introduced in #1807 ( #1933 )
2019-07-12 14:04:44 -07:00
jannfis
9cf744f435
Simplify server certificate and known hosts management ( #1807 )
2019-07-11 16:00:47 -07:00
Alex Collins
933426a5e6
Update config-management-plugins.md ( #1908 )
2019-07-10 14:46:05 -07:00