- 22 Aug, 2018 19 commits
-
-
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
-
Filipa Lacerda authored
Update gitlab-svgs to 1.2.8 See merge request gitlab-org/gitlab-ce!21346
-
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 21 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
-
Annabel Gray authored
Resolve "Download artifacts button not available on mobile" Closes #50524 See merge request gitlab-org/gitlab-ce!21332
-
Filipa Lacerda authored
-
Achilleas Pipinellis authored
Update `gitlab` chart docs for GA See merge request gitlab-org/gitlab-ce!21215
-
Joshua Lambert authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Grzegorz Bizon authored
Allow project owners to set up forking relation through API Closes #40550 See merge request gitlab-org/gitlab-ce!18104
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Schilling authored
-
yisiliang authored
-
yisiliang authored
-
yisiliang authored
-