- 23 Aug, 2018 8 commits
-
-
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
-
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
-
- 22 Aug, 2018 25 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
-
Annabel Dunstone Gray authored
-
Filipa Lacerda authored
Update gitlab-svgs to 1.2.8 See merge request gitlab-org/gitlab-ce!21346
-
Stan Hu authored
When a diff has a significant number of commits, the previous behavior would attempt to render the Markdown on all the commit messages but only display 1000 of them. To avoid additional work, we only need to render the Markdown on the set that is displayed.
-
Stan Hu authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sean McGivern authored
Eliminate unnecessary and duplicate system hook fires Closes #50549 See merge request gitlab-org/gitlab-ce!21337
-
Filipa Lacerda authored
Added store for file templates in the Web IDE See merge request gitlab-org/gitlab-ce!21272
-
Rémy Coutable authored
[QA] Fix a 'superclass must be a Class' error Closes gitlab-qa#317 See merge request gitlab-org/gitlab-ce!21340
-
Rémy Coutable authored
Avoid nil safe message See merge request gitlab-org/gitlab-ce!21326
-
Rémy Coutable authored
Bump fog-google to 1.7.1 and google-api-client to 0.23.0 See merge request gitlab-org/gitlab-ce!21295
-
Sean McGivern authored
Resolve "Cherry-picking: Confirmation message should include target branch name" Closes #41441 See merge request gitlab-org/gitlab-ce!20846
-
Sean McGivern authored
API: Catch empty commit messages Closes #50268, #50266, and #50265 See merge request gitlab-org/gitlab-ce!21322
-
Sean McGivern authored
Api empty project snippets Closes #50270 See merge request gitlab-org/gitlab-ce!21325
-
Sean McGivern authored
API: Add shared project's expiration date Closes #46107 See merge request gitlab-org/gitlab-ce!21104
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Mike Lewis authored
Docs update ha aws diagram See merge request gitlab-org/gitlab-ce!21321
-
Achilleas Pipinellis authored
-
- 21 Aug, 2018 7 commits
-
-
Stan Hu authored
Fix SQL error when sorting 2FA-enabled users by name in admin area See merge request gitlab-org/gitlab-ce!21324
-
Clement Ho authored
Remove another batch of reassigned scss variables See merge request gitlab-org/gitlab-ce!21334
-
Stan Hu authored
This is needed to support query parameters in `Fog::Storage::Google`. See https://github.com/fog/fog-google/pull/409. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/49957
-
Stan Hu authored
Previously `SystemHookPushWorker` would always be called after a push event, and this would queue a Sidekiq job regardless of whether any system hooks needed that event. Moreover, another call inside `Project#execute_hooks` would also fire system hooks if they existed. This change both removes the duplicate system hook calls. For installations without system hooks for push events, this change also can save significant amount of RAM used by Redis. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50549
-
Mike Greiling authored
Don't use arguments keyword in gettext script Closes #50457 See merge request gitlab-org/gitlab-ce!21296
-
Mike Greiling authored
Moves spec files for job log components into components folder See merge request gitlab-org/gitlab-ce!21303
-
Annabel Dunstone Gray authored
-