- 23 Sep, 2019 40 commits
-
-
Achilleas Pipinellis authored
Added when Zoom quick actions will be available See merge request gitlab-org/gitlab!17535
-
Sarah Waldner authored
-
Douglas Barbosa Alexandre authored
Move SMAU usage counters to the UsageData count field Closes version-gitlab-com#158, version-gitlab-com#159, version-gitlab-com#149, version-gitlab-com#148, version-gitlab-com#150, version-gitlab-com#147, version-gitlab-com#157, and version-gitlab-com#146 See merge request gitlab-org/gitlab!17074
-
Francisco Javier López authored
In other MRs we added some counter as independent params in the usage data json we use. Nevetheless, they should be gathered together inside the `count` field in the `UsageData` model.
-
Stan Hu authored
Use the redis set cache for branch and tag names Closes #30439 See merge request gitlab-org/gitlab!17116
-
Michael Kozono authored
Enable uploading of SVG images for Design Management Closes #12771 See merge request gitlab-org/gitlab!16160
-
Douglas Barbosa Alexandre authored
Adjust unnapliable suggestions in expanded lines See merge request gitlab-org/gitlab!17286
-
Mike Greiling authored
Empty state for when there's no files found in search See merge request gitlab-org/gitlab!16851
-
Marcia Ramos authored
Update docs for repository push audit events Closes #13986 See merge request gitlab-org/gitlab!17013
-
Stan Hu authored
[Docs] Add datetime_with_timezone to the migrations guide See merge request gitlab-org/gitlab!17534
-
Victor Zagorodny authored
-
Nick Thomas authored
This reverts commit 034f0340.
-
Paul Slaughter authored
Migrate dropdown_spec to Jest Closes #31628 See merge request gitlab-org/gitlab!16913
-
Illya Klymov authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/31628
-
Oswaldo Ferreira authored
When expanding diff lines and leaving suggestion comments, eventually, they showed as unnapliable even with no changes in the diff. It happened given the `DiffNote#supports_suggestion?` check was being made at `Suggestion#appliable?` in the discussions iteration. The problem with `DiffNote#supports_suggestion?` as it is that it uses `Position#diff_file`, which has a RequestStore "cache". So for instance, if we have 3 comments in expanded diff lines for the same diff file, just the _first_ expansion would be considered, therefore, just the _first_ suggestion within this set of comments on expanded lines would be appliable. All in all, we're able to simply remove this check from the `appliable?` method given we already check if the note supports suggestions uppon creation (`Suggestions::CreateService`). As an extra outcome, we'll submit less Gitaly requests.
-
Peter Leitzen authored
Expose cycle analytics stages and events See merge request gitlab-org/gitlab!16240
-
Adam Hegyi authored
This commit exposes a JSON endpoint to retrieve the available cycle analytics stages and possible events for a given group.
-
Nick Thomas authored
Move stray changelog to correct place See merge request gitlab-org/gitlab!17461
-
Rémy Coutable authored
Automatically run 'schedule:package-and-qa' on .com schedules See merge request gitlab-org/gitlab!17237
-
Fatih Acet authored
Resolve "Improve and migrate FE registry Karma tests to Jest" Closes #30238 See merge request gitlab-org/gitlab!16827
-
Nicolò Maria Mezzopera authored
Reachable code fully covered
-
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
-