- 04 Jan, 2019 12 commits
-
-
Dylan Griffith authored
Many changes were also made to tests that expected this to default to false.
-
Douwe Maan authored
Only validate project visibility when it has changed Closes #55881 See merge request gitlab-org/gitlab-ce!24142
-
Kamil Trzciński authored
Merge branch '49056-configure-auto-devops-deployed-applications-with-secrets-that-aren-t-committed-to-the-repo' into 'master' Configure Auto DevOps deployed applications with secrets from prefixed CI variables See merge request gitlab-org/gitlab-ce!23719
-
Achilleas Pipinellis authored
Installation/Update guides for 11.7 See merge request gitlab-org/gitlab-ce!24109
-
Sean McGivern authored
Remove redundant counts in snippets search Closes #44353 See merge request gitlab-org/gitlab-ce!23952
-
Sean McGivern authored
Support new issue creation by email without subaddressing Closes #29951 See merge request gitlab-org/gitlab-ce!23523
-
Sean McGivern authored
[CE] Don't run checks for changed refs when specific changes are unknown See merge request gitlab-org/gitlab-ce!23990
-
Stan Hu authored
On GitLab.com, there are hundreds of projects that have visibility levels that are inconsistent with the fork or group settings. Most likely, this happened during a GitLab project import because the validation was bypassed. Attempting to migrate these projects to hashed storage fails even though the migration doesn't touch the visibility settings. Skipping the visibility validation allows the migration to go through. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55881
-
Evan Read authored
Documentation: Make correction to URL, from https://about.gitab.com/handbook/documentation/... See merge request gitlab-org/gitlab-ce!24137
-
https://about.gitab.com/handbook/documentation/carla authored
Make correction to URL, from https://about.gitab.com/handbook/documentation/ to https://about.gitlab.com/handbook/documentation/ (I searched to see if this is a duplicate of an existing fix, didn't find one)
-
Evan Read authored
Update `include` parameter usage description See merge request gitlab-org/gitlab-ce!24118
-
Douglas Barbosa Alexandre authored
Fix clone URL not showing if protocol is HTTPS Closes #55896 See merge request gitlab-org/gitlab-ce!24131
-
- 03 Jan, 2019 28 commits
-
-
Fatih Acet authored
Resolve "Add markdown editing buttons to the file editor" Closes #27861 See merge request gitlab-org/gitlab-ce!23480
-
Kamil Trzciński authored
Add Knative metrics to Prometheus See merge request gitlab-org/gitlab-ce!23972
-
Stan Hu authored
GitLab 11.6.2 fixed the case for HTTP. However, HTTPS still did not work because the protocol returned to `http_enabled?` was the actual protocol in use (e.g. `https` instead of `http`). Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55896
-
Thong Kuah authored
We assert that a K8S_SECRET_* variable is ingestible by our Rack application Re-use project and cluster resources in Auto DevOps QA
-
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
-
Chris Baumbauer authored
-
Clement Ho authored
Added Comment to user avatar Image, Changed Fixtures to created ones, added shadow color See merge request gitlab-org/gitlab-ce!23768
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
including verifying the project_slug
-
Brett Walker authored
-
Brett Walker authored
We now use `-issue` in order to support catch all email addresses
-
Brett Walker authored
We now use `-merge-request` instead of `+merge-request+` in order to support catch all email addresses
-
Brett Walker authored
We now use `-unsubscribe` instead of `+unsubscribe` in order to support catch all email addresses
-
Annabel Dunstone Gray authored
Integrate mobile CSS framework into specific frameworks Closes #54386 See merge request gitlab-org/gitlab-ce!23301
-
Annabel Dunstone Gray authored
Force popover-header to size 14px instead of rems Closes gitlab-ee#8941 See merge request gitlab-org/gitlab-ce!24065
-
Clement Ho authored
-
Heinrich Lee Yu authored
-
Kushal Pandya authored
CE Port of "(Part 1) FE multiple approval rules settings - empty state" See merge request gitlab-org/gitlab-ce!24087
-
Clement Ho authored
Add rel=me to user's website link See merge request gitlab-org/gitlab-ce!24089
-
Wiktor Kwapisiewicz authored
rel=me links allow cross-linking of user's identities. This behavior is used by software to determine if user controls profiles on two different sites. For example Mastodon uses it to display verified badge on links. Both Twitter and GitHub automatically add rel=me to links added to users' profiles. See: https://www.zylstra.org/blog/2018/10/mastodon-rel-me/ See: http://microformats.org/wiki/rel-me
-
Douwe Maan authored
Drop Webhooks from project import/export config Closes #53513 See merge request gitlab-org/gitlab-ce!24121
-
Clement Ho authored
Remove unnecessary top margin in modal header titles Closes #55883 See merge request gitlab-org/gitlab-ce!24108
-