- 10 Feb, 2018 1 commit
-
-
Joshua Dolitsky authored
-
- 09 Feb, 2018 1 commit
-
-
Josh Dolitsky authored
Upgrade to helm v2.8.0
-
- 08 Feb, 2018 2 commits
-
-
Nikhil Manchanda authored
Upgrade helm v2.8.0 (including the packages from the k8s.io/helm path)
-
Christoph Hösler authored
-
- 07 Feb, 2018 1 commit
-
-
Josh Dolitsky authored
Improve S3 policy security
-
- 06 Feb, 2018 3 commits
-
-
Quentin Revel authored
-
Joshua Dolitsky authored
-
Joshua Dolitsky authored
-
- 03 Feb, 2018 3 commits
-
-
Joshua Dolitsky authored
-
Joshua Dolitsky authored
-
Joshua Dolitsky authored
-
- 29 Jan, 2018 1 commit
-
-
rawlingsj authored
optionally allow anonymous read for GET operations when basic auth is enabled resolves kubernetes-helm/chartmuseum#34
-
- 11 Jan, 2018 2 commits
-
-
Josh Dolitsky authored
Add restricted IAM policy
-
Quentin Revel authored
Closes #31 Every API call is working with this policy.
-
- 20 Dec, 2017 2 commits
-
-
Josh Dolitsky authored
Add code-of-conduct.md
-
Aaron Crickenberger authored
Refer to kubernetes/community as authoritative source for code of conduct
-
- 18 Dec, 2017 3 commits
-
-
Joshua Dolitsky authored
-
Josh Dolitsky authored
-
Josh Dolitsky authored
-
- 15 Dec, 2017 2 commits
-
-
Josh Dolitsky authored
Adds a health check endpoint, at the root address.
-
John Bonham authored
-
- 14 Dec, 2017 2 commits
-
-
John Bonham authored
-
John Bonham authored
The health check endpoint is reachable even when basic HTTP authentication is enabled. The health check confirms that the backing store is responding, returning an error response if it is not, else a successful response.
-
- 29 Nov, 2017 1 commit
-
-
Joshua Dolitsky authored
-
- 28 Nov, 2017 2 commits
-
-
David Genest authored
Add X-Request-Id header
-
Joshua Dolitsky authored
-
- 27 Nov, 2017 7 commits
-
-
Joshua Dolitsky authored
-
Joshua Dolitsky authored
-
Joshua Dolitsky authored
-
Joshua Dolitsky authored
New file pkg/chartmuseum/logging.go created to handle all logging New Logger methods added (Debugc, Infoc, Warnc, Errorc) that take a gin context as an argument, which will prepend log messages with the request count, and add request id (reqID) to key-values
-
Joshua Dolitsky authored
-
Joshua Dolitsky authored
-
Joshua Dolitsky authored
-
- 25 Nov, 2017 2 commits
-
-
Joshua Dolitsky authored
-
Joshua Dolitsky authored
-
- 21 Nov, 2017 3 commits
-
-
David Genest authored
-
Josh Dolitsky authored
Only test storages that are configured in the env
-
David Genest authored
One may not have access to all cloud storages at a time. Allow the testing framework to run even if it is missing a storage. In the acceptance test and in the testcloud make targets, Storage tests will only run for the corresponding defined storage variable i.e.: Amazon tests will run only if TEST_STORAGE_AMAZON_BUCKET is defined and Google tests will run only if TEST_STORAGE_GOOGLE_BUCKET is defined. The build machine should catch any test outliers, as it defines correctly all the cloud test environment variables.
-
- 20 Nov, 2017 2 commits
-
-
David Genest authored
-
Josh Dolitsky authored
Fix index response times increasing with many uploads
-