- 04 Feb, 2021 11 commits
-
-
Kushal Pandya authored
Allow users to re-request a new review from a reviewer See merge request gitlab-org/gitlab!50068
-
Ezekiel Kigbo authored
Update starred empty state with new GitLab UI classes See merge request gitlab-org/gitlab!52467
-
Dylan Griffith authored
Merge branch '300351-remove-joins-from-the-elasticsearch-query-for-project-group-scoped-notes-comments-search' into 'master' Denormalize notes permission data & update when permissions change See merge request gitlab-org/gitlab!52837
-
Terri Chu authored
-
Albert Salim authored
Add legal CODEOWNERS See merge request gitlab-org/gitlab!49063
-
Paul Slaughter authored
-
Luke Duncalfe authored
Remove optional_code_owners_sections FF See merge request gitlab-org/gitlab!53227
-
Suzanne Selhorn authored
Copy edit yaml reference doc, focusing on "using" See merge request gitlab-org/gitlab!53121
-
Marcel Amirault authored
Focuses on usage of the word using that can be improved, but also improves introductions to examples
-
Stan Hu authored
Update the database when moving repos between identical storages See merge request gitlab-org/gitlab!52743
-
Mark Lapierre authored
Add testcase links to Web IDE E2E See merge request gitlab-org/gitlab!53311
-
- 03 Feb, 2021 29 commits
-
-
Douglas Barbosa Alexandre authored
Update Rugged to v1.0.1 See merge request gitlab-org/gitlab!53212
-
Nick Gaskill authored
Add security partner doc pages See merge request gitlab-org/gitlab!53163
-
Sam Kerr authored
-
Farnoosh Seifoddini authored
Issue Template Label Updates See merge request gitlab-org/gitlab!53300
-
Evan Read authored
Clean up more redirect files See merge request gitlab-org/gitlab!53195
-
Marcel Amirault authored
Add expiry dates to redirects that were missing them, and delete redirects more than a year old.
-
Craig Norris authored
Fix kramdown warning on Manage:Access page See merge request gitlab-org/gitlab!53312
-
Douglas Barbosa Alexandre authored
Fix places in merge_request_spec.rb that persist changes to the project See merge request gitlab-org/gitlab!53196
-
Amy Qualls authored
Escape a square bracket to make Kramdown happy.
-
Anastasia McDonald authored
Follow-up to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/52444
-
Stan Hu authored
Cast incoming access_raw_diffs param to boolean See merge request gitlab-org/gitlab!53285
-
Andrew Fontaine authored
Editor Lite: support creation of a DiffInstance See merge request gitlab-org/gitlab!51470
-
Amy Qualls authored
Move integrations portion of Incident Management docs See merge request gitlab-org/gitlab!53293
-
Amy Qualls authored
Delete the stub page, so that name is available for reuse.
-
Luke Duncalfe authored
It's been noticed that we don't need to use this trait, and that the trait might well be a no-op, or redundant. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53196#note_500100273
-
Robert Speicher authored
Update doc/api/project_badges.md See merge request gitlab-org/gitlab!52193
-
Ruben ten Hove authored
-
Luke Duncalfe authored
Applying the method in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39996/diffs#note_402591440 to more places in the spec where `subject.project` is mutated. This is because of the `keep_around` that is applied to projects within this spec. For any parts of this spec where the merge request project is mutated we need to be careful to create a new project.
-
Craig Norris authored
Fix more spelling issues in the docs See merge request gitlab-org/gitlab!53302
-
Amy Qualls authored
Fix capitalization. Wrap words in code tags. Add words to the exceptions list. Fix misspellings. Whatever's required.
-
Scott Hampton authored
Track load performance widget expansions via usage ping See merge request gitlab-org/gitlab!52688
-
Andrew Fontaine authored
Merge feature branch for Pipeline Editor app refactor See merge request gitlab-org/gitlab!52200
-
Frédéric Caplette authored
This refactor will allow the new pipeline editor section to grow organically from an architectural POV. Each section is now its own component and at the very top, we have the app that fetches the graphQL queries and pasases it down to all other part of the applications that need it.
-
Denys Mishunov authored
As per review
-
Denys Mishunov authored
As per review
-
Denys Mishunov authored
Now we use Proxy pattern instead of a decorator
-
Denys Mishunov authored
Done to highlight its boolean nature. As per review
-
Denys Mishunov authored
-
Denys Mishunov authored
Aslso re-named some functions to match the naming
-