- 08 Feb, 2018 40 commits
-
-
Lin Jen-Shin authored
-
Sean McGivern authored
Add docs for MR link in commit page See merge request gitlab-org/gitlab-ce!16994
-
Grzegorz Bizon authored
Resolve 10.5.0 RC1 QA Failure with failing API specs Closes gitlab-qa#180 See merge request gitlab-org/gitlab-ce!16999
-
Sean McGivern authored
Issues and merge requests in subgroups docs See merge request gitlab-org/gitlab-ce!16978
-
Victor Wu 🌴Vacation Feb 10-18🌴 authored
-
Marcia Ramos authored
Update docs labels CE See merge request gitlab-org/gitlab-ce!16974
-
Marin Jankovski authored
10.5 Update the dependencies license list See merge request gitlab-org/gitlab-ce!16998
-
Victor Wu 🌴Vacation Feb 10-18🌴 authored
-
Filipa Lacerda authored
Replaced $.get with axois.get See merge request gitlab-org/gitlab-ce!16992
-
Achilleas Pipinellis authored
Docs: bring important info from blog post to doc See merge request gitlab-org/gitlab-ce!16837
-
Douwe Maan authored
Add groups to OpenID Connect claims See merge request gitlab-org/gitlab-ce!16929
-
Jacob Schatz authored
Refactored merge_requests/show path in dispatcher.js See merge request gitlab-org/gitlab-ce!16853
-
Constance Okoghenun authored
-
Marcia Ramos authored
-
Marin Jankovski authored
10.5 Update the `.gitignore`, `.gitlab-ci.yml`, and `Dockerfile` templates See merge request gitlab-org/gitlab-ce!16997
-
Marin Jankovski authored
10.5 Create the "Update" guides See merge request gitlab-org/gitlab-ce!16996
-
Marin Jankovski authored
10.5 Update the "Installation from Source" guide See merge request gitlab-org/gitlab-ce!16995
-
Brett Walker authored
and use an invalid user name that is random so we know it's invalid
-
Mark Fletcher authored
-
Mark Fletcher authored
-
Mark Fletcher authored
-
Mark Fletcher authored
-
Sean McGivern authored
-
Hassan Zamani authored
-
Achilleas Pipinellis authored
Add blurb about changing MRs to WIP through commits See merge request gitlab-org/gitlab-ce!16920
-
Achilleas Pipinellis authored
Add a note about merge conflicts in `gitlab.pot` See merge request gitlab-org/gitlab-ce!16971
-
Constance Okoghenun authored
-
Yorick Peterse authored
Fix concurrent fork network migrations Closes #41487 See merge request gitlab-org/gitlab-ce!16988
-
Marin Jankovski authored
Memoize MergeRequest#rebase_in_progress? to prevent N+1 queries in Gitaly Closes gitlab-ee#4857 See merge request gitlab-org/gitlab-ce!16990
-
Sean McGivern authored
Move Namespace to Gitaly using OPT-OUT See merge request gitlab-org/gitlab-ce!15910
-
Stan Hu authored
MergeRequest#rebase_in_progress? and MergeRequest#rebase_path were called twice each time per request. This memoization helps reduce the overall number of queries. See https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/51616319 as a failing job. Closes gitlab-org/gitlab-ee#4857
-
Douwe Maan authored
Remove N + 1 block for Root#show Closes #37434 and gitaly#996 See merge request gitlab-org/gitlab-ce!16968
-
Achilleas Pipinellis authored
Fix sample fstab file in GitLab HA docs See merge request gitlab-org/gitlab-ce!16985
-
Filipa Lacerda authored
Update style_guide_scss.md See merge request gitlab-org/gitlab-ce!16651
-
Simon Knox authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
Since the migration might be queued already and be rescheduled when it fails on a uniqueness error, this should help clearing the background migration queue faster.
-
Bob Van Landuyt authored
Since populating the fork networks was scheduled multiple times because of bugs that needed to be fixed: - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15595/ Creating fork networks for projects that were missing the root of the fork network. - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15709 The API allowed creating forked_project_links without fork_network_members. Scheduling this migration multiple times would case it to run concurrently. Which in turn would try to insert the same data into `fork_network_members` causing duplicate key errors. This avoids running the migration multiple times.
-
Kamil Trzciński authored
Resolve "Expose GitLab license/plan as a CI/CD variable" Closes #40994 See merge request gitlab-org/gitlab-ce!16936
-
Clement Ho authored
Annotate charts page for internationalization See merge request gitlab-org/gitlab-ce!16687
-