- 26 Feb, 2020 40 commits
-
-
Amy Qualls authored
The code blocks for each API call on these pages did not specify a code style. While these are HTTP requests (GET, POST, DELETE, PUT, etc.) they aren't structured in the way the 'http' lexer expects. I chose 'plaintext' instead of 'http' for better legibility.
-
Lin Jen-Shin authored
Separate ee entities into own class files See merge request gitlab-org/gitlab!25709
-
Kamil Trzciński authored
Refactor import_export Closes #207846 See merge request gitlab-org/gitlab!25623
-
Nick Thomas authored
Rename GitAccess::UnauthorizedError and align git returned error codes See merge request gitlab-org/gitlab!25936
-
Peter Leitzen authored
Replace set to let_it_be in spec/features See merge request gitlab-org/gitlab!25889
-
Stan Hu authored
Migrate the Gemfile Danger check to static-analysis instead Closes #202299 See merge request gitlab-org/gitlab!25986
-
Nick Thomas authored
Fix displaying blocked issues on the board See merge request gitlab-org/gitlab!25817
-
Vitali Tatarintev authored
Get rids of set in spec/features
-
Jarka Košanová authored
Quarantine a flaky test in spec/lib/gitlab/profiler_spec.rb See merge request gitlab-org/gitlab!25993
-
Yorick Peterse authored
Updates security MR template See merge request gitlab-org/gitlab!25919
-
Francisco Javier López authored
In this commit we rename GitAccess::UnauthorizedError to ForbiddenError to align it with the kind of returned error 403. Besides we also fix the error code returned through the internal api and align it to use 403 as well.
-
Nick Thomas authored
Fixes Vue file list for paths with non-ascii characters Closes #207499 See merge request gitlab-org/gitlab!25877
-
Natalia Tepluhina authored
Migrate gke_zone_dropdown_spec to Jest See merge request gitlab-org/gitlab!25813
-
Emily Ring authored
Migrated /gke_cluster/components/gke_zone_dropdown_spec.js file to migrate tests from karma to jest.
-
Nick Thomas authored
Update file content of an existing custom dashboard Closes #34525 See merge request gitlab-org/gitlab!25024
-
Kirstie Cook authored
Add update route to dashboard controller Add update action to dashboard controller Start adding specs for UpdateDashboardService Serve :bad_request when the file update fails Add test for path traversal Flesh out dashboard details and additional specs Run static analysis Fixing comment
-
Jan Provaznik authored
Use Label#scoped_label_key when determining scope See merge request gitlab-org/gitlab!25952
-
Rémy Coutable authored
Return 503 to Runner when object storage is unavailable See merge request gitlab-org/gitlab!25822
-
Martin Wortschack authored
Enforce max daterange on VSA See merge request gitlab-org/gitlab!25678
-
Kamil Trzciński authored
Keep the needs association on the retried jobs See merge request gitlab-org/gitlab!25888
-
Marius Bobin authored
Change needs in CLONE_ACCESSORS to needs_attributes because it was reassigning the needs relationship to the new build.
-
nmilojevic1 authored
- Move files to Project/* namespace - Move files to Group/* namespace - Fix specs
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Paul Slaughter authored
Quarantine flaky karma tests See merge request gitlab-org/gitlab!25983
-
Rémy Coutable authored
Related to https://gitlab.com/gitlab-org/gitlab/issues/206907. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Apply license to selected group Closes #207970 See merge request gitlab-org/gitlab!25895
-
Marius Bobin authored
-
Marius Bobin authored
-
Marius Bobin authored
Catch object storage errors and return 503 to the Runner for artifacts uploads.
-
Mark Florian authored
Fix weight not showing in linked issues See merge request gitlab-org/gitlab!25718
-
Imre Farkas authored
Improve project mirror API code quality See merge request gitlab-org/gitlab!25345
-
Peter Leitzen authored
Add clear cache after issue update Closes #201808 See merge request gitlab-org/gitlab!24761
-
Sean Arnold authored
Rename file too
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Lin Jen-Shin authored
Quarantine a flaky spec See merge request gitlab-org/gitlab!25978
-
Coung Ngo authored
Weights should show in the Linked issues block when it has a non-zero value
-
Bob Van Landuyt authored
Merge branch '207091-only-include-user-s-highest-level-in-the-particular-namespace-while-deciding-if-using-paid' into 'master' Check Users ID in namespace while deciding paid seat Closes #207091 See merge request gitlab-org/gitlab!25437
-
Shreyas Agarwal authored
Apply suggestion to ee/changelogs/unreleased/207091-only-include-user-s-highest-level-in-the-particular-namespace-w.yml
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
Upgrade GitLab UI and migrate pagination See merge request gitlab-org/gitlab!25891
-