- 25 Aug, 2018 3 commits
-
-
Nick Thomas authored
API: Protected tags Closes #39144 See merge request gitlab-org/gitlab-ce!14986
-
Robert Schilling authored
-
Nick Thomas authored
Feature flag to disable Hashed Storage migration when renaming a repository Closes #50345 See merge request gitlab-org/gitlab-ce!21291
-
- 24 Aug, 2018 16 commits
-
-
Rémy Coutable authored
Drop WIP from changelog command in Danger comment See merge request gitlab-org/gitlab-ce!21374
-
Winnie Hellmann authored
-
Rémy Coutable authored
Refactor project_permissions_panel_data so it can be extended in EE easily See merge request gitlab-org/gitlab-ce!21370
-
Yorick Peterse authored
Refactor GitHub Importer database helpers into helper methods See merge request gitlab-org/gitlab-ce!21357
-
Rémy Coutable authored
Removing not necessarily indentations in update Ruby code block See merge request gitlab-org/gitlab-ce!21364
-
Rémy Coutable authored
[docs] Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!21355
-
Rémy Coutable authored
POST should be PUT in the API labels specs See merge request gitlab-org/gitlab-ce!21369
-
Stan Hu authored
This in preparation for addressing idle-in-transaction timeouts for other importers. Part of #50021
-
Stan Hu authored
Add link to Profiling doc to README See merge request gitlab-org/gitlab-ce!21345
-
Tom Atkins authored
-
Sean McGivern authored
Allows author to vote on their own issue See merge request gitlab-org/gitlab-ce!21203
-
Chantal Rollison authored
-
Sean McGivern authored
documentation: fixes to source installation instructions Closes #47483 See merge request gitlab-org/gitlab-ce!21359
-
Robert Schilling authored
-
Rémy Coutable authored
Fix remote mirrors failing if Git remotes have not been added Closes #50562 See merge request gitlab-org/gitlab-ce!21351
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 23 Aug, 2018 15 commits
-
-
Fatih Acet authored
Fix transient failure of badge_list_spec.js See merge request gitlab-org/gitlab-ce!21363
-
Mateusz authored
-
Winnie Hellmann authored
-
Stan Hu authored
Backport LDAP changes to CE See merge request gitlab-org/gitlab-ce!21361
-
Nick Thomas authored
Merge branch '43096-controller-projects-issuescontroller-referenced_merge_requests-json-executes-more-than-100-sql-queries' into 'master' Resolve "Controller Projects::IssuesController#referenced_merge_requests.json executes more than 100 SQL queries" Closes #43096 See merge request gitlab-org/gitlab-ce!21237
-
Dmitriy Zaporozhets authored
Finish cleaning up reassigned variables Closes #49807 See merge request gitlab-org/gitlab-ce!21349
-
Douglas Barbosa Alexandre authored
-
Nick Thomas authored
Fixes doc/development/architecture.md prod links. See merge request gitlab-org/gitlab-ce!20455
-
Aniela Ziółkowski authored
"/home/git/repositories" in arguments causes Gitaly installation to fail
-
Aniela Ziółkowski authored
-
Sean McGivern authored
Speed up diff comparisons by limiting number of commit messages rendered See merge request gitlab-org/gitlab-ce!21335
-
Sean McGivern authored
Added count for label, assignee, and milestone lists Closes #48800 See merge request gitlab-org/gitlab-ce!21208
-
Kamil Trzciński authored
Add public/uploads/tmp to allowed upload paths Closes #49585 See merge request gitlab-org/gitlab-ce!20942
-
Franklin Yu authored
-
Stan Hu authored
Remote mirrors only get created when the URL changes, However, during the GCP migration, the remote mirror did not get created automatically. Plus, there's no guarantee someone restoring a repository from backup would have this remote. We now add the remote each time we attempt to fetch from the repository. This works because Gitaly doesn't throw up an exception or error if the remote already exists: https://gitlab.com/gitlab-org/gitaly/issues/1317 In the future, we should attempt to add if the remote doesn't exist: https://gitlab.com/gitlab-org/gitaly/issues/1316 Closes #50562
-
- 22 Aug, 2018 6 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Alejandro Rodríguez authored
Fix broken Git over HTTP clones with LDAP users Closes #50579 See merge request gitlab-org/gitlab-ce!21352
-
Alejandro Rodríguez authored
Fix wrong commit count in push event payload Closes #49971 See merge request gitlab-org/gitlab-ce!21338
-
Stan Hu authored
Due to a regression in !20608, the LDAP authenticator was not being used unless OmniAuth was enabled. This change allows the LDAP provider to be used if it is configured regardless of the OmniAuth setting. Closes #50579
-
Stan Hu authored
This fixes a regression in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20916. We now only use the full commit count for the initial push to the default branch. Otherwise, we rely on the number of commits that we calculated occurred in the push. The original behavior in 11.1.4: 1. When a new branch is pushed, `@push_commits_count` was set to the total number of refs available for the branch. 2. For other branches, `@push_commits_count` would remain `nil`. 3. `GitPushService#build_push_data` would build the push data with `@push_commits_count`. 4. If this were `nil`, it would be set to the right value here: https://gitlab.com/gitlab-org/gitlab-ce/blob/v11.1.4/lib/gitlab/data_builder/push.rb#L60 Broken behavior: 1. `GitPushService#push_commits_count` is always called. 2. The total number of commits is therefore always equal to the total number of refs available. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49971
-
Stan Hu authored
Improve system hook spec in spec/services/git_push_service_spec.rb See merge request gitlab-org/gitlab-ce!21347
-