Hidde Beydals
|
8bf7d8f440
|
Factor out Helm repo index and chart download
|
2020-09-24 12:40:04 +02:00 |
Hidde Beydals
|
969a46f4d6
|
internal/helm: return callback on empty TLS config
...and no-op on empty valuesFile string.
|
2020-09-21 23:27:38 +02:00 |
Hidde Beydals
|
7268c8b61d
|
Refactor and factor out chart values replacement
|
2020-09-11 12:16:41 +02:00 |
Hidde Beydals
|
1ab12869ac
|
Make storage file writes atomic
|
2020-09-10 12:02:32 +02:00 |
Hidde Beydals
|
f35dcc3656
|
Upgrade blang/semver from v3.5.0 to v4.0.0
v4.0.0 is fully compatible with Go Modules.
|
2020-08-31 10:03:47 +02:00 |
Hidde Beydals
|
d38b8fe193
|
Support proper semver ranges for Helm charts
This commit changes the semver range parser to `blang/semver`, which
is also used to parse semver tags for GitRepository sources.
|
2020-08-31 10:03:47 +02:00 |
Hidde Beydals
|
a0357172bc
|
Helm: allow configuration of TLS certs without CA
|
2020-07-20 21:33:55 +02:00 |
stefanprodan
|
e65e2f0623
|
Make git package public
|
2020-07-20 13:10:18 +03:00 |
stefanprodan
|
e92cbbdd45
|
Migrate to fluxcd/pkg
|
2020-06-30 17:30:21 +03:00 |
Hidde Beydals
|
0bc28f7a42
|
testserver: move from internal to pkg
|
2020-06-30 11:48:14 +02:00 |
Hidde Beydals
|
f2cd4c2121
|
testserver: add artifact mock server
|
2020-06-30 11:42:55 +02:00 |
Hidde Beydals
|
384bf9fe7c
|
testserver: suffix structs with Server
|
2020-06-30 11:42:52 +02:00 |
Hidde Beydals
|
e4109eeae2
|
testserver/http: remove obsolete deprecated method
|
2020-06-30 09:56:36 +02:00 |
Hidde Beydals
|
1d4e47628a
|
Add Go license to forked packages
|
2020-06-10 12:16:18 +02:00 |
Hidde Beydals
|
24b77d37a8
|
controllers: GitRepository ref
|
2020-05-29 14:24:31 +02:00 |
Hidde Beydals
|
77822bd4d1
|
controllers: simple GitRepository test
|
2020-05-29 14:24:31 +02:00 |
Hidde Beydals
|
5582d99187
|
testserver: add Git server
|
2020-05-29 14:24:31 +02:00 |
Hidde Beydals
|
9c67baa158
|
controllers: implement checkout strategies
|
2020-05-03 23:04:12 +02:00 |
Hidde Beydals
|
40b1369ace
|
git: add checkout strategies
|
2020-05-03 10:03:47 +02:00 |
Hidde Beydals
|
e42561f13b
|
git: refactor transport into strategies
|
2020-05-03 10:03:47 +02:00 |
Hidde Beydals
|
d0487302f6
|
git/ssh: use in-memory known hosts database
|
2020-05-03 10:03:42 +02:00 |
Hidde Beydals
|
12f1365f1b
|
chore: add missing copyright headers
|
2020-04-19 10:47:09 +02:00 |
Hidde Beydals
|
6083d886ce
|
controllers: add HelmChart reconciler tests
|
2020-04-17 19:21:48 +02:00 |
Hidde Beydals
|
3c70c8d333
|
controllers: test HelmRepository TLS auth
|
2020-04-17 10:41:24 +02:00 |
Hidde Beydals
|
1cc6464b73
|
controllers: test HelmRepository HTTP basic auth
|
2020-04-17 10:36:24 +02:00 |
stefanprodan
|
e88d7219ca
|
Change artifact path format
- move artifact path composition to API
- change path format to `<source-kind>/<source-namespace>/<source-name>/<artifact-filename>`
|
2020-04-13 19:52:30 +03:00 |
Hidde Beydals
|
582dfb234d
|
internal/helm: add tests for getter helpers
|
2020-04-13 17:50:48 +02:00 |
Hidde Beydals
|
594cfd0b13
|
internal/git: add tests for auth method helpers
|
2020-04-13 16:51:24 +02:00 |
Hidde Beydals
|
90348ebf08
|
Internal helpers for Git auth methods from secrets
|
2020-04-13 13:19:23 +02:00 |
Hidde Beydals
|
ea610829c3
|
Helm repository and chart HTTP and TLS auth
|
2020-04-13 11:47:51 +02:00 |
stefanprodan
|
98deb3fa54
|
Add file lock helper to Storage
- use https://github.com/golang/go/tree/master/src/cmd/go/internal/lockedfile
|
2020-04-10 16:08:05 +03:00 |