jannfis
0fab3707cc
Allow '@'-character in SSH usernames when connecting a repository ( #2612 )
2019-11-01 11:03:28 -07:00
Adam Johnson
bbfb96cb01
add git submodule support ( #2495 )
2019-10-21 15:17:07 -07:00
Alex Collins
87cb4987c9
Work-around golang cilint error ( #2499 )
2019-10-15 14:36:33 -07:00
Alexander Matyushentsev
96764c4d49
Use configured certificate to access helm repository ( #2385 )
2019-09-30 19:20:27 -07:00
Alexander Matyushentsev
0b6c02391f
Refactor Helm client and unit test repo server ( #2377 )
2019-09-30 15:04:13 -07:00
Alexander Matyushentsev
0f7e9a1d28
Issue #2261 - Refactor Helm first class support ( #2364 )
...
* Issue #2261 - Refactor Helm first class support
* Address code review comments
* Remove unused field from GetAppDetails method
2019-09-26 12:05:12 -07:00
Alex Collins
bc226dcd6f
Re-enable caching when listing apps. ( #2295 )
2019-09-13 16:50:53 -07:00
Alex Collins
c0084ebfe8
More helm ( #2274 )
2019-09-11 14:59:24 -07:00
Alexander Matyushentsev
010dd02ba8
Issue #2245 - Intermittent "git ls-remote" request failures should not fail app reconciliation ( #2281 )
2019-09-10 22:03:21 -07:00
Alex Collins
4e9772e19b
Adds support for Helm 1st-class. Closes #1145 ( #1865 )
2019-09-06 15:37:25 -07:00
Mitz Amano
e322750265
Fix degraded proxy support for http(s) git repository ( #2243 ) ( #2249 )
2019-09-05 10:42:38 -07:00
Alex Collins
75cc094b88
codegen ( #2244 )
2019-09-04 10:46:14 -07:00
Alex Collins
fc934fd4d7
Improves BeforeHookCreation. Closes #2141 ( #2142 )
2019-08-22 09:39:15 -07:00
Alexander Matyushentsev
cdeff93e3a
Temporary disable Git LFS test to unblock release ( #2172 )
2019-08-19 16:28:05 -07:00
jannfis
de4fbcdf5b
Fix and enhance end-to-end testing for SSH repositories ( #2101 )
...
* Fix and enhance end-to-end testing for SSH repositories
2019-08-07 10:53:00 -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
c11c2a617f
Only run Git LFS tests on CI. ( #1975 )
2019-07-22 16:51:29 -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
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
9cf744f435
Simplify server certificate and known hosts management ( #1807 )
2019-07-11 16:00:47 -07:00
Alex Collins
4296a87e6b
Enables unparam linter and fixes linting issues ( #1872 )
2019-07-03 14:17:58 -07:00
Alex Collins
92d3173077
Attempt to fix flaky tests ( #1849 )
2019-07-02 09:23:50 -07:00
Alex Collins
f0d3a042a3
Adds a timeout to all external commands. Closes #1821 ( #1823 )
2019-06-28 10:44:01 -07:00
Alex Collins
f8a4d662f2
Adds more commit data. Closes #1219 ( #1762 )
2019-06-21 15:51:48 -07:00
Alex Collins
fbf2e9e128
Adds support for SSH keys with Kustomize remote bases WIP ( #1733 )
2019-06-14 09:34:27 -07:00
Alex Collins
3256e6c29e
Forward git credentials to config management plugins. Closes #1628 ( #1716 )
2019-06-07 18:28:38 -07:00
Alexander Matyushentsev
20810e98f2
Issue #1596 - SSH URLs support is partially broken ( #1597 )
2019-05-09 08:53:11 -07:00
Paul Brit
d06303c432
Fix hardcoded 'git' user in util/git.NewClient ( #1556 )
...
Closes #1555
2019-05-02 10:01:20 -07:00
Jesse Suen
5210c678b9
Git cloning via SSH was not verifying host public key ( #1276 )
2019-03-15 14:29:10 -07:00
Jesse Suen
1d3ec93ec7
Support kustomize apps with remote bases in private repos in the same host ( #1264 )
2019-03-14 14:25:05 -07:00
Jesse Suen
0f248e9149
Replace git fetch implementation with git CLI (from go-git) ( #1244 )
2019-03-08 14:08:02 -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
bc32e7472f
Revert broken fix for azure repos which broke private repositories ( #1108 )
2019-02-13 10:10:04 -08:00
Jesse Suen
cefa9d9ba4
Switch to CLI git fetch from go-git to support fetching Azure DevOps repos ( #1071 )
2019-01-31 01:02:22 -08:00
Jesse Suen
26af75061e
Remove git URL normalization in favor of fuzzy equivalence (issue #838 ) ( #849 )
2018-11-30 10:41:47 -08:00
Jesse Suen
5abba4f85b
git clean also needs to clean files under gitignore (issue #711 ) ( #712 )
2018-10-19 22:10:37 -07:00
Jesse Suen
e163177a12
Switch to go-git for all remote git interactions including auth (issue #651 )
2018-09-27 12:48:23 -07:00
Jesse Suen
1fe257c71e
Do not append .git extension during normalization for Azure hosted git (issue #643 ) ( #645 )
2018-09-27 11:54:04 -07:00
Alexander Matyushentsev
d963f5fcc5
Issue #639 - Repo server unable to execute ls-remote for private repos ( #640 )
2018-09-24 14:20:52 -07:00
Jesse Suen
269f70df51
Trim git url during normalization (issue #614 ) ( #623 )
2018-09-20 16:26:17 -07:00
Jesse Suen
e29d5b9634
In-memory implementation of ls-remote using go-git to reduce repo lock contention ( #574 )
2018-09-11 13:53:51 -07:00
Jesse Suen
02b756ef40
Fix issue where branch checkout did not have accurate git tree state (issue #567 ) ( #569 )
2018-09-10 10:55:12 -07:00
Jesse Suen
40f2220f1d
Fix issue where argocd could not sync to a tag ( #541 )
2018-08-31 11:24:14 -07:00
dthomson25
f572bcff58
Create default project on startup ( #535 )
...
Implements to solve issue #514
2018-08-28 10:06:01 -07:00
Jesse Suen
d6b87b2047
If manifest query is a commit sha, check cache first to prevent locking git repo ( #382 )
2018-07-12 04:15:12 -07:00
Jesse Suen
d5b973c15a
Fix git authentication implementation when using using SSH key ( resolves #339 ) ( #362 )
2018-07-10 10:50:56 -07:00
Jesse Suen
9d7d1989e9
Consolidate printing of hook resources with application resources ( #358 )
2018-07-09 13:46:23 -07:00
Jesse Suen
653f9d3913
Remove local git credential test to prevent clobbering of OSX keychain credentials ( resolves #315 )
2018-06-24 03:39:05 -07:00
Alexander Matyushentsev
aa4291183b
Take into account number of unavailable replicas to decided if deployment is healthy or not ( #270 )
...
* Take into account number of unavailable replicas to decided if deployment is healthy or not
* Run one controller for all e2e tests to reduce tests duration
* Apply reviewer notes: use logic from kubectl/rollout_status.go to check deployment health
2018-06-07 11:05:46 -07:00
Andrew Merenbach
6b78cddb19
Add repo browsing endpoint ( #229 )
...
* Add skeleton ListDir endpoint
* Update proto with path field
* Add first working file retrieval
* Update git client to support paths
* Update proto file
* Flesh out prototype code for retrieving files
* Create repo server with repoclientset
* Rm unneeded test code
* Update generated code
* Use HTTP queries instead of URL components
* Error out properly
* Add missing fixture test
* Rm commented endpoint, thanks @alexmt
* Skip invalid app specs
2018-05-24 19:09:52 -07:00