- Oct 24, 2018
-
- Nov 13, 2018
-
-
DJ Mountney authored
Use upstream docker assets image for package assets See merge request gitlab-org/omnibus-gitlab!2800
-
Ian Baum authored
-
Ian Baum authored
Skip Raspbian release jobs on EE See merge request gitlab-org/omnibus-gitlab!2845
-
- Nov 12, 2018
-
-
Balasankar "Balu" C authored
-
- Nov 13, 2018
-
-
Stan Hu authored
Update docs to mention proxy settings for Gitaly See merge request gitlab-org/omnibus-gitlab!2848
-
Stan Hu authored
Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/51517 [ci skip]
-
- Nov 12, 2018
-
-
Marin Jankovski authored
Reconcile the contirbuting doc with the development docs. See merge request gitlab-org/omnibus-gitlab!2842
-
DJ Mountney authored
-
- Nov 10, 2018
-
-
DJ Mountney authored
Merge branch '2214-investigate-consolidating-attributes-postgresql-dir-and-postgresql-data_dir' into 'master' First steps in consolidating attributes postgresql['dir'] and postgresql['data_dir']" See merge request gitlab-org/omnibus-gitlab!2814
-
Ian Baum authored
-
- Nov 09, 2018
-
-
DJ Mountney authored
Add SSL_CERT_DIR for all embedded Go services Closes #3701 See merge request gitlab-org/omnibus-gitlab!2813
-
Jason Plum authored
-
- Nov 08, 2018
-
-
Jason Plum authored
Fix the spec for redis-exporter recipe, when checking the envionment. With `etc/redis-exporter`=> `etc/redis-exporter/env`, the spec needed updated
-
Jason Plum authored
Fix the spec for prometheus recipe, when checking the envionment. With `etc/prometheus`=> `etc/prometheus/env`, the spec needed updated.
-
Ian Baum authored
-
- Nov 07, 2018
-
-
Jason Plum authored
Remove the appending of `env` to the `env_directory` values throughout. This moves according to feedback, starting at https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2813#note_114367599 This does not move recipes where this pattern existed before !2813
-
- Nov 02, 2018
-
-
Jason Plum authored
Add entries to the default template with env & env_directory attributes.
-
Jason Plum authored
Align setting `/opt/gitlab/etc/*` via `env_directory`. This only affects MR !1823 changes. Existing entries were NOT touched: - files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb:24:gitlab_rails_static_etc_dir = "/opt/gitlab/etc/gitlab-rails" - files/gitlab-cookbooks/gitlab/recipes/gitlab-pages.rb:21:gitlab_pages_static_etc_dir = "/opt/gitlab/etc/gitlab-pages" - files/gitlab-cookbooks/gitlab/recipes/gitlab-workhorse.rb:21:gitlab_workhorse_static_etc_dir = "/opt/gitlab/etc/gitlab-workhorse" - files/gitlab-cookbooks/gitlab/recipes/postgres-exporter.rb:21:postgres_exporter_static_etc_dir = "/opt/gitlab/etc/postgres-exporter"
-
- Nov 01, 2018
-
-
Jason Plum authored
-
- Oct 31, 2018
-
-
Jason Plum authored
-
Jason Plum authored
-
Jason Plum authored
-
Jason Plum authored
Add tests for the various services altered with #3701. This ensures that the etc/env/* items are populated & contain correct content.
-
Jason Plum authored
Fix the env_dir property for service templates altered as a part of #3701's changes
-
Jason Plum authored
Add env attribute and handling throughout, to populate SSL_CERT_DIR for Go program.
-
Jason Plum authored
Adjust the env attribute for consul, adding env_dir. This fixes the service file generation around env_dir.
-
Jason Plum authored
Fix the argument ordering for sv-run templates in gitlab cookbook, ensuring existing specs pass without adding complexity.
-
Jason Plum authored
- Add missing `default['gitlab']['pgbouncer']['env']` - move chpst -e argument to after -P, ensuring existing tests pass.
-
Jason Plum authored
- move the attribute to be populated directly, as package node is not available. - move chpst's -e argument to after -P, ensuring existing test compatibility - fix node location for attribute in env_dir definition
-
- Oct 29, 2018
-
-
Jason Plum authored
pgbouncer makes use of Go's crypto/tls, as such may need `SSL_CERT_DIR` defined for trusted certificates. Adding in the handling of the `env` node so that we can populate the `SSL_CERT_DIR` variable for the process.
-
Jason Plum authored
node-exporter makes use of Go's crypto/tls, as such may need `SSL_CERT_DIR` defined for trusted certificates. Adding in the handling of the `env` node so that we can populate the `SSL_CERT_DIR` variable for the process.
-
Jason Plum authored
redis-exporter makes use of Go's crypto/tls, as such may need `SSL_CERT_DIR` defined for trusted certificates. Adding in the handling of the `env` node so that we can populate the `SSL_CERT_DIR` variable for the process.
-
Jason Plum authored
Prometheus makes use of Go's crypto/tls, as such may need `SSL_CERT_DIR` defined for trusted certificates. Adding in the handling of the `env` node so that we can populate the `SSL_CERT_DIR` variable for the process.
-
Jason Plum authored
Alertmanager makes use of Go's crypto/tls, as such may need `SSL_CERT_DIR` defined for trusted certificates. Adding in the handling of the `env` node so that we can populage the `SSL_CERT_DIR` variable for the process.
-
- Oct 26, 2018
-
-
Jason Plum authored
Consul makes use of Go's crypto/tls, as such may need `SSL_CERT_DIR` defined for trusted certificates. Adding in the handling of the `env` node so that we can populage the `SSL_CERT_DIR` variable for the process.
-
Jason Plum authored
Pages daemon is special, in that it has self-contained chroot mechanism, as well as only looking for `SSL_CERT_FILE`, which we already hard-code. See https://gitlab.com/gitlab-org/gitlab-pages/merge_requests/51
-
Jason Plum authored
Gitaly actually handles the `env` node differently, as noted in it's attributes file. Due to this, move the setting from the attributes to the enable recipe.
-
- Oct 25, 2018
-
-
Jason Plum authored
We have Go programs that use Go's own crypto/tls library instead of OpenSSL. We can tell `crypto/tls` about `/opt/gitlab/embedded/ssl/certs/` by setting `SSL_CERT_DIR=/opt/gitlab/embedded/ssl/certs/`. This addes this value to all of the `env` nodes for the approriate services that use Go. Closes #3701
-
- Nov 09, 2018
-
-
Ian Baum authored
Added file to update when upgrading git See merge request gitlab-org/omnibus-gitlab!2841
-