- May 19, 2020
-
-
Amy Qualls authored
Move external-mattermost.md to subdir See merge request gitlab-org/charts/gitlab!1339
- May 18, 2020
-
-
Jason Plum authored
Redis: sub-queues should inherit all of password settings Closes #2030 See merge request gitlab-org/charts/gitlab!1335
-
Jason Plum authored
Add support for ci_jwt_signing_key Rails secret See merge request gitlab-org/charts/gitlab!1318
-
Jason Plum authored
Document local development with KinD See merge request gitlab-org/charts/gitlab!1328
-
Mitchell Nielsen authored
This reverts commit d5054faf680d6e5a52e512ed80f1a4284c097f3f.
-
Jason Plum authored
CI: Skip specs_without_cluster jobs for documentation branches Closes #2095 See merge request gitlab-org/charts/gitlab!1344
-
Jason Plum authored
List Puma and the Webservice charts as major changes for the release See merge request gitlab-org/charts/gitlab!1340
-
Jason Plum authored
-
Jason Plum authored
Spelling fix in issue template's "relevant logs" section See merge request gitlab-org/charts/gitlab!1342
-
Jason Plum authored
Bump gitlab-exporter to 7.0.3 See merge request gitlab-org/charts/gitlab!1345
-
- May 16, 2020
-
-
DJ Mountney authored
-
DJ Mountney authored
Fixes a query that is failing as a result of changes in GitLab 13
-
DJ Mountney authored
-
DJ Mountney authored
NGINX: re-enable http2 See merge request gitlab-org/charts/gitlab!1338
-
Mitchell Nielsen authored
-
Mitchell Nielsen authored
-
- May 15, 2020
-
-
Jason Plum authored
-
GitLab Release Tools Bot authored
Update Gitlab Version to 12.10.6
-
GitLab Release Tools Bot authored
[ci skip]
-
Jason Plum authored
-
DJ Mountney authored
Update documentation to reflect multiple Redis support Closes #2027 See merge request gitlab-org/charts/gitlab!1330
-
Jason Plum authored
1. Remove the double-run check, as it was proven via testing that this interfered with the templating of `cable.yml` when not using an external Redis instance. Fast-solve was to remove this. Should investigate replacing it. 2. Add a secondary walk of the `.password` map, pulling from global only if not present within the sub-queue configuration
-
Jason Plum authored
The items for the various Resque related configuration items were not consistent in their use of `.` vs `$` throughout. This brings them all to caring explicitly about `$` scope.
-
Jason Plum authored
I ran into some oddities as I was working https://gitlab.com/gitlab-org/charts/gitlab/-/merge_requests/1335 It made no sense to me to keep trying to manually test and verify upwards of six cases while I was testing various methods, let alone the maddening frustration of compatibility in versions
So, thanks to prior work by @smcgivern, I've implemented an ingester of the YAML output of `helm template`, and now we have a means to directly test the output of out chart! ```Ruby output = HelmTemplate.new(values) resque = output.dig('ConfigMap/test-webservice','data','resque.yml.erb') expect(resque).not_to include("redis/redis-password") ``` -
DJ Mountney authored
-
Jason Plum authored
-
Jason Plum authored
-
DJ Mountney authored
-
DJ Mountney authored
-
DJ Mountney authored
-
DJ Mountney authored
-
DJ Mountney authored
-
Gerard Hickey authored
-
Sujeevan Vijayakumaran authored
-
Sujeevan Vijayakumaran authored
Before this change, the external-mattermost documentation was only linked in the text but was not visible in the menu.
-
Gerard Hickey authored
-
Gerard Hickey authored
-
Gerard Hickey authored
-
Gerard Hickey authored
-