- 23 Sep, 2019 35 commits
-
-
Peter Leitzen authored
Fix bug that caused a merge to show an error message Closes #32477 See merge request gitlab-org/gitlab!17466
-
Achilleas Pipinellis authored
Update issue template to not mention CE and EE repos See merge request gitlab-org/gitlab!17502
-
Rémy Coutable authored
Find namespace by env name instead of slug See merge request gitlab-org/gitlab!17271
-
Hordur Freyr Yngvason authored
The problem with using slugs is that we already have persisted environments matching generic branch names but different slugs. Environments are uniquely identified by by `(project_id, name)`, so this should be just as safe. See https://gitlab.com/gitlab-org/gitlab/issues/32341
-
Vitali Tatarintev authored
Update issue templates to use new links to the GitLab project after it has been moved
-
Vitali Tatarintev authored
-
Kushal Pandya authored
Rename CreateItemForm component to CreateEpicForm in epics tree See merge request gitlab-org/gitlab!17249
-
Winnie Hellmann authored
This really only updates the name of a store action but our commit message guidelines require a descriptive explanation here.
-
Peter Leitzen authored
Resolve "Dependency List is not up-to-date - backend" See merge request gitlab-org/gitlab!17113
-
Tetiana Chupryna authored
-
Stan Hu authored
When a project approval rule is created that requires N approvers in the project (also known as an `any_approver` rule), `MergeService` would always fail with a "Name has already been taken" validation error. This causes `MergeWorker` to run again and show different error messages to the user. If squashing were enabled, users would see, "Merge failed: Failed to squash. Should be done manually.. Please try again." Otherwise, users would see, "Merge failed: Merge request is not mergeable". In both cases, the merge was actually successful. This error occurred because: 1. When a merge request is created, `MergeRequests::CreateService` syncs some project approval rules (e.g. report types) to the list of merge request approvals. 2. If only the `any_approver` rule is present, `ApprovalRules::FinalizeService` will attempt to create a new merge request approval rule since `merge_request.approval_rules.regular.exists?` is `false`.. To fix this, we don't copy over the merge request rule if one by the same name already exists. Closes https://gitlab.com/gitlab-org/gitlab/issues/32477
-
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 5 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
-