- 23 Sep, 2019 25 commits
-
-
Tetiana Chupryna authored
-
Kushal Pandya authored
Fixes CSS leaks for job log Closes #32408 See merge request gitlab-org/gitlab!17484
-
Rémy Coutable authored
Update gitlab-shell config for HPA and maxReplicas Closes #32382 See merge request gitlab-org/gitlab!17359
-
Filipa Lacerda authored
Merge branch '10946-fix-the-following-style-lint-errors-and-warnings-for-ee-app-assets-stylesheets-pages-epics-scss' into 'master' Fix stylelint errors and warnings for epics.scss Closes #10946 See merge request gitlab-org/gitlab!17243
-
Rémy Coutable authored
Update MR templates to avoid redirect or dead link Closes #26733 See merge request gitlab-org/gitlab!17428
-
Evan Read authored
Update badging for restrictions See merge request gitlab-org/gitlab!17304
-
Achilleas Pipinellis authored
Docs: Fix the file list tracked by Git LFS Closes #32262 See merge request gitlab-org/gitlab!17323
-
Achilleas Pipinellis authored
Fix column in "Edit an existing environment" section See merge request gitlab-org/gitlab!17445
-
Filipa Lacerda authored
Renames existing classes in the job log refactor
-
Filipa Lacerda authored
Resolve "Artifacts page" See merge request gitlab-org/gitlab!16654
-
Evan Read authored
Update capitalization and backticks in ci docs See merge request gitlab-org/gitlab!17313
-
Marcel Amirault authored
Clean up capitalization of product names, as well as improve backtick use in /ci docs
-
Kushal Pandya authored
Use GitLab UI toast in global_toast See merge request gitlab-org/gitlab!17275
-
Paul Gascou-Vaillancourt authored
-
Kyle Wiebers authored
This will prevent the number of gitlab-shell pods to grow within a release. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sanad Liaquat authored
Add test for instance audit logs Closes gitlab-org/quality/testcases#195 See merge request gitlab-org/gitlab!16610
-
Sanad Liaquat authored
Also adds required qa-selectors and refactors admin menu a bit
-
Evan Read authored
Geo: Add quotes to gitlab_rails[geo_node_name] Closes #32385 See merge request gitlab-org/gitlab!17312
-
Russell Dickenson authored
Update Sidekiq GitLab.com setting doc See merge request gitlab-org/gitlab!17246
-
Mike Lewis authored
Introduce Tech Writing Team label to process See merge request gitlab-org/gitlab!17201
-
Evan Read authored
Also roll change out to templates and Dangerbot.
-
Evan Read authored
Improve capitalization in geo and HA docs See merge request gitlab-org/gitlab!16879
-
Marcel Amirault authored
Fix as many backtick and capitalization issues as possible in Geo and HA docs
-
Russell Dickenson authored
Remove frontmatter that is no longer required See merge request gitlab-org/gitlab!17474
-
Evan Read authored
-
- 22 Sep, 2019 11 commits
-
-
Thong Kuah authored
Wait for all CA stages to be rendered Closes #32299 See merge request gitlab-org/gitlab!17327
-
Adam Hegyi authored
When rendering cycle analytics stages, it seems that the frontend first renders the add stage button and later on populates the stages. When the stages are populated the button is probably re-rendered which makes the class change on the button disappear.
-
Thong Kuah authored
Create system notes for design events See merge request gitlab-org/gitlab!14791
-
Alex Kalderimis authored
This adds system notes when designs are uploaded, either creating or updating designs. this implements @jareko's design, linking to a specific version (current head).
-
Thong Kuah authored
Resolve "Enable Cloud Run on GKE cluster creation" Closes #27502 See merge request gitlab-org/gitlab!16566
-
Matt Kasa authored
- Permits cloud_run parameter in ClustersController#create - Enables httpLoadBalancing, istioConfig, and cloudRunConfig in Gcp ProvisionService if cloud_run is enabled - Add `Enable Cloud Run on GKE` checkbox to cluster create page - Add `Enable Cloud Run on GKE` checkbox to cluster details - Default knative to pre_installed for cloud_run clusters - Make knative not uninstallable for pre_installd clusters - Update project clusters docs with entry about Cloud Run - Update tests and add new test for cluster with cloud_run enabled - Add Cloud Run on GKE strings to translations - Add spec that will fail when google-api-client has been upgraded - Add pre_installed to applications frontend - Pass providerType and preInstalledKnative to frontend - Display `installed via` on frontend for Cloud Run - Add Cloud Run spec for FinalizeCreationService Relates to https://gitlab.com/gitlab-org/gitlab/issues/27502
-
Thong Kuah authored
Parse extra payload parameters for Generic Alert See merge request gitlab-org/gitlab!16441
-
Vitali Tatarintev authored
When external monitoring tool sends a set of additional parameters in the payload, `NotificationPayloadParser` inlines those parameters into "additional_data".
-
serhii authored
doc/api/environments.md - in "Edit an existing environment" remove not need column
-
Thong Kuah authored
Update GitLab Runner Helm Chart to 0.9.0/12.3.0 See merge request gitlab-org/gitlab!17326
-
Thong Kuah authored
Fix error when duplicate users are merged in approvers list Closes #13488 See merge request gitlab-org/gitlab!17406
-
- 21 Sep, 2019 3 commits
-
-
Takuya Noguchi authored
-
Stan Hu authored
If an user who belongs to an approval group and also is an individual in the approval rule, `MergeService` will fail in the `after_merge`, which will cause `MergeWorker` to retry again. Since the merge has been successfully merged, `MergeWorker` will encounter an error since `MergeService` is not idempotent. This change fixes the issue by using the Array |= join method to add an element to the Array, unless it is already present. This fixes the immediate bug, but we will have to address the idempotency issues later. Closes https://gitlab.com/gitlab-org/gitlab/issues/13488
-
Mayra Cabrera authored
Edit gitlab danger to account for single codebase See merge request gitlab-org/gitlab!17354
-
- 20 Sep, 2019 1 commit
-
-
Paul Slaughter authored
Merge branch '64481-project-defined-metrics-dashboards-always-show-no-data-found-state' into 'master' Fix project-defined metrics dashboards not rendering See merge request gitlab-org/gitlab!16589
-