Alexander Matyushentsev
57e2c5d7e7
Issue #1982 - Fix argocd app wait message ( #1983 )
2019-07-23 11:14:48 -07:00
jannfis
d58339561c
Add ability to specify insecure and LFS modes when adding repos via UI ( #1979 )
2019-07-23 09:24:40 -07:00
Alexander Matyushentsev
a6cf2c5145
Update sample grafana dashboard with new metrics ( #1976 )
2019-07-23 08:58:30 -07:00
jannfis
1cd016d7eb
Mention git-lfs as a build pre-requisite ( #1978 )
2019-07-23 02:32:14 -07:00
Alex Collins
c11c2a617f
Only run Git LFS tests on CI. ( #1975 )
2019-07-22 16:51:29 -07:00
Alex Collins
6031d7f830
Do not ignore Argo hooks when there is a Helm hook. Closes #1952 ( #1973 )
2019-07-22 14:52:38 -07:00
dependabot[bot]
604ac4f0e7
Bump jquery from 3.3.1 to 3.4.1 in /ui ( #1970 )
2019-07-22 13:49:09 -07:00
dependabot[bot]
2438c0de91
Bump lodash-es from 4.17.10 to 4.17.15 in /ui ( #1969 )
2019-07-22 13:48:57 -07:00
dependabot[bot]
abeb301c2b
Bump fstream from 1.0.11 to 1.0.12 in /ui ( #1968 )
2019-07-22 13:48:47 -07:00
dependabot[bot]
db5f795be8
Bump lodash.mergewith from 4.6.1 to 4.6.2 in /ui ( #1967 )
2019-07-22 13:48:38 -07:00
dependabot[bot]
fe86b57a2c
Bump js-yaml from 3.12.0 to 3.13.1 in /ui ( #1966 )
2019-07-22 13:48:30 -07:00
Devon Mizelle
4dc959f3e5
Check that TLS is enabled when registering DEX Handlers ( #1963 )
...
This commit makes it so that `registerDexHandlers` in `server/server.go`
only attempts to modify `a.TLSConfig` if TLS is enabled.
Without this, deployments of ArgoCD that don't have a certificate
enabled (in the case where a LB/Ingress Controller is handling SSL
connections as a reverse proxy) end up having a nil pointer reference
panic on start.
2019-07-20 21:53:22 -07:00
stgarf
a657ceb59d
Update CONTRIBUTING.md ( #1964 )
...
Add small snippet on updating dependencies before building to avoid
failures.
2019-07-20 21:02:40 -07:00
Alexander Matyushentsev
26df57e5c7
Fix argocd app sync/get cli ( #1959 )
2019-07-19 14:31:07 -07:00
Jesse Suen
09dd89a468
Do not allow app-of-app child app's Missing status to affect parent ( #1954 )
2019-07-19 13:27:44 -07:00
Alexander Matyushentsev
ce861fe366
Issue #1935 - argocd app sync hangs when cluster is not configured #1935 ( #1962 )
2019-07-19 13:04:01 -07:00
Alexander Matyushentsev
3f4bacdbba
Revision metadata api fails if specified revision is ambiguous ( #1958 )
2019-07-19 12:31:13 -07:00
Alexander Matyushentsev
cd3ff90e0d
Remove unnecessary details from sync errors ( #1951 )
2019-07-18 17:28:28 -07:00
jannfis
8f3a6047b2
Add support for Git LFS enabled repositories ( fixes #1853 ) ( #1941 )
...
* Add support for LFS enabled repositories
2019-07-18 12:49:49 -07:00
Alexander Matyushentsev
6049a49114
Change git prometheus counter name ( #1949 )
2019-07-17 16:04:54 -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
Alexander Matyushentsev
5c07473e60
E2E test should fail in action fails unless otherwise configured ( #1946 )
2019-07-17 14:38:48 -07:00
Liviu Costea
1524aed25e
Add Mambu - The SaaS Banking Engine to the list of users ( #1947 )
2019-07-17 10:46:13 -07:00
Saradhi Sreegiriraju
a182e0c306
Update README.md ( #1943 )
2019-07-15 15:49:46 -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
Alexander Matyushentsev
8ea7b4ac3b
Add link to IBM blog about Argo CD ( #1939 )
2019-07-15 12:50:47 -07:00
Saradhi Sreegiriraju
d50fbccaf1
Update README.md ( #1937 )
...
Created a community blogs and presentations section
2019-07-15 11:19:58 -07:00
Alexander Matyushentsev
d3c850b8e7
Issues #1513 - Make sure insecure flag works for remote Kustomize bases ( #1934 )
...
* Make sure insecure flag works for remote Kustomize bases
2019-07-12 17:17:23 -07:00
jannfis
958239fffb
Update user and operator documentation for change introduced in #1807 ( #1933 )
2019-07-12 14:04:44 -07:00
jannfis
22dfc7e066
Adress some change requests remaining from #1807 ( #1931 )
2019-07-12 10:19:51 -07:00
Alex Collins
9a76a06f39
Introduces compact diff view. Closes #1831 ( #1913 )
2019-07-12 09:30:02 -07:00
Alexander Matyushentsev
a607731d86
Make sure refresh icon is not hidden under status panel ( #1928 )
2019-07-12 09:19:43 -07:00
Alexander Matyushentsev
ba731ee507
Regenerate Gopkg.lock ( #1925 )
2019-07-11 16:31:18 -07:00
Alexander Matyushentsev
e93b0a0a8d
Disable codecov/patch ( #1926 )
2019-07-11 16:31:07 -07:00
Alexander Matyushentsev
377fa5532a
Issue #1915 - Deployment history metadata should be loaded only if deployment history panel is opened ( #1916 )
2019-07-11 16:01:21 -07:00
jannfis
9cf744f435
Simplify server certificate and known hosts management ( #1807 )
2019-07-11 16:00:47 -07:00
Masayuki Ishii
641e344c7f
Issue #1841 Make the health check for APIService a built in ( #1921 )
2019-07-11 11:12:13 -07:00
Alexander Matyushentsev
722aefd1c9
Issue #897 - Secret data not redacted in last-applied-configuration ( #1920 )
2019-07-11 09:40:48 -07:00
Alexander Matyushentsev
f40ffdf81e
Issue #1912 - Add Prometheus metrics for git repo interactions ( #1914 )
2019-07-10 17:13:58 -07:00
Alexander Matyushentsev
647275cf46
Issue #1917 - App details page incorrect uses 'requires pruning' icon for out-of-sync resources ( #1918 )
2019-07-10 16:56:52 -07:00
Alex Collins
933426a5e6
Update config-management-plugins.md ( #1908 )
2019-07-10 14:46:05 -07:00
Alexander Matyushentsev
7162100415
Issue #1909 - App controller should log additional information during app syncing ( #1910 )
2019-07-10 13:29:19 -07:00
Alexander Matyushentsev
85b6defbc8
Upgrade argo ui version to pull dropdown fix ( #1906 )
2019-07-10 11:45:46 -07:00
Simon Behar
a03f257205
Sync Docs ( #1907 )
2019-07-10 11:43:53 -07:00
Alex Collins
2a8807161a
Attempts to make CI builds more reliable by reducing lint memory usage. ( #1905 )
2019-07-10 11:43:11 -07:00
Alex Collins
51e340cff6
Improved the usability of an app-of-apps by adding a link to the chil… ( #1900 )
2019-07-09 16:47:36 -07:00
Alexander Matyushentsev
03aade0267
Upgrade argo ui version to pull dropdown fix ( #1899 )
2019-07-09 14:15:13 -07:00
Jake Utley
afdfabd71b
Allow Helm parameters to force ambiguously-typed values to be strings ( #1889 )
...
* Allow Helm parameters to force ambiguously-typed values to be strings
* Fix protobud issue for ForceString field
* Ran pre-commit checks
* Revert "Ran pre-commit checks"
This reverts commit b384d16e46 .
* Ran pre-commit checks
* Revert "Ran pre-commit checks"
This reverts commit dc9e31567b .
* Ran pre-commit checks
2019-07-09 12:20:36 -07:00
Alex Collins
b2131e4a06
Attempts to fix flaky TestCustomToolWithEnv ( #1876 ) ( #1893 )
2019-07-08 17:24:59 -07:00
Alex Collins
a786caa73d
Log more error information. See #1887 ( #1891 )
2019-07-08 17:24:36 -07:00