- 03 Jan, 2019 6 commits
-
-
Thong Kuah authored
Add hint about adding variables for Auto DevOps application variables and link to More information
-
Thong Kuah authored
- DRY up setting deploy name - DRY up application_secret_name
-
Thong Kuah authored
-
Thong Kuah authored
Use --from-env-file with bash process substitution We still need bash as process substition (`<()`) is not available in sh
-
Thong Kuah authored
ie. fix below quoting issue: ``` kubectl create secret -n project-with-autodevops-900057eb1ce34399-77 \ generic production-secret \ '--from-literal=OPTIONAL_MESSAGE=You' can see this secret \ -o yaml --dry-run ``` With fix, it should be generating: ``` kubectl create secret -n project-with-autodevops-900057eb1ce34399-77 \ generic production-secret \ --from-literal 'OPTIONAL_MESSAGE=You can see this secret' \ -o yaml --dry-run ``` Call via bash -c, instead of assuming bash The shell is /bin/sh, so we cannot asssume bash. Hence we use `bash -c` bash is installed for deploy jobs in a prior step
-
Thong Kuah authored
Find any CI variables from `env` which has a prefix. If there are any such CI variables, strip prefix from variable name then create a generic Kubernetes secret containing all these CI variables as key-value pairs. Also, Pass in secretname to application container The secretname may be present, if nil, the chart does nothing. If present, the chart will load the key-value pairs from the secret into the application container. See https://gitlab.com/charts/auto-deploy-app/blob/master/README.md#configuration
-
- 02 Jan, 2019 26 commits
-
-
Mike Greiling authored
Add project milestone link Closes #49289 See merge request gitlab-org/gitlab-ce!22552
-
Robert Speicher authored
Fix deprecation: insert_sql is deprecated and will be removed See merge request gitlab-org/gitlab-ce!23944
-
Robert Speicher authored
Fix deprecation: redirect_to :back is deprecated See merge request gitlab-org/gitlab-ce!23943
-
Jasper Maes authored
-
Jasper Maes authored
-
Stan Hu authored
Avoid extra storage bucket perm and query See merge request gitlab-org/gitlab-ce!23995
-
Clement Ho authored
Use `parsePikadayDate` to parse due date string Closes #55266 See merge request gitlab-org/gitlab-ce!24045
-
Douwe Maan authored
Handle 'git push -o ci.skip' Closes #18667 See merge request gitlab-org/gitlab-ce!15643
-
Kamil Trzciński authored
Update gitlab runner helm chart to 0.1.43 See merge request gitlab-org/gitlab-ce!24083
-
Grzegorz Bizon authored
Bump Ruby on Rails to 5.0.7.1 See merge request gitlab-org/gitlab-ce!23396
-
John Jarvis authored
-
Kushal Pandya authored
Resolve "Show the activity filter dropdown in discussion tab only, show all discussions always in changes tab" Closes #54206 See merge request gitlab-org/gitlab-ce!24082
-
Sean McGivern authored
Resolve "Update `Milestone` sort to say say `Milestone due date`" Closes #55369 See merge request gitlab-org/gitlab-ce!24080
-
Kamil Trzciński authored
Use directories.new when getting S3 directory Closes gitlab-com/gl-infra/infrastructure#5807 See merge request gitlab-org/gitlab-ce!23981
-
Kushal Pandya authored
Resolve "User activity is stuck loading when there is none" Closes #55755 See merge request gitlab-org/gitlab-ce!24063
-
Martin Wortschack authored
-
Grzegorz Bizon authored
Upgrade GitLab QA image to Ruby 2.5 See merge request gitlab-org/gitlab-ce!24091
-
John Jarvis authored
[master] Escape html entities when no label found See merge request gitlab/gitlabhq!2706
-
John Jarvis authored
[master] Secret CI variables can exposed by creating a tag with the same name as an existing protected branch See merge request gitlab/gitlabhq!2596
-
John Jarvis authored
[master] Set URL rel attribute for broken URLs See merge request gitlab/gitlabhq!2695
-
John Jarvis authored
[master] Security todos not redacted for guests See merge request gitlab/gitlabhq!2697
-
Sean McGivern authored
Remove gem install bundler from Docker-based Ruby environments Closes #55838 See merge request gitlab-org/gitlab-ce!24093
-
Ramya Authappan authored
log text_filter arg of find_element Closes gitlab-org/quality/nightly#52 See merge request gitlab-org/gitlab-ce!24064
-
Constance Okoghenun authored
Discussion filters will be hidden on Commits, Pipelines, and Changes tabs on merge requests page. This does not affect its behavior on issues page
-
Evan Read authored
Updating link to correctly point to environment scope docs See merge request gitlab-org/gitlab-ce!24023
-
Evan Read authored
Update mysql.md - broken link See merge request gitlab-org/gitlab-ce!23988
-
- 01 Jan, 2019 8 commits
-
-
Evan Read authored
Explain how to use kaniko with a registry with a custom certificate Closes #53656 See merge request gitlab-org/gitlab-ce!23875
-
John Jarvis authored
-
John Jarvis authored
[master] Adds validation to check if user can read project See merge request gitlab/gitlabhq!2645
-
John Jarvis authored
[master] Validate projects in MR build service See merge request gitlab/gitlabhq!2678
-
John Jarvis authored
[master] Project guests no longer are able to see refs page See merge request gitlab/gitlabhq!2685
-
John Jarvis authored
[master] SSRF - Scan Internal Ports and GCP/AWS endpoints See merge request gitlab/gitlabhq!2689
-
John Jarvis authored
[master] Prevent private snippet from being embeddable See merge request gitlab/gitlabhq!2692
-
John Jarvis authored
[master] Escape label and milestone titles to prevent XSS in GFM autocomplete See merge request gitlab/gitlabhq!2693
-