- 16 Feb, 2017 1 commit
-
-
Sean McGivern authored
There were two problems here: 1. On the JS side, the reference to $widgetBody didn't refer to the right DOM element any more. This might be because it was replaced by the `getMergeStatus` method. Even if it wasn't, ensuring we have the right element means that the content gets updated. 2. On the Ruby side, the `log_merge_error` method didn't update the `merge_error` column of the merge request. Change that to update if requested, and update in the most common cases by default. Additionally, this would sometimes return an error hash, but it doesn't look like this was ever used (the return value of `MergeService#execute` appears to be unused everywhere).
-
- 15 Feb, 2017 5 commits
-
-
Achilleas Pipinellis authored
Rename builds to jobs in docs See merge request !1240
-
Achilleas Pipinellis authored
[ci skip]
-
Rémy Coutable authored
Merge branch 'approvals-spec-fix-for-816' into '8-16-stable-ee' See merge request !1238
-
James Lopez authored
Fix approvals spec for 8-16-stable See merge request !1231
-
Robert Speicher authored
-
- 14 Feb, 2017 13 commits
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Stan Hu authored
Move RepositoryUpdateRemoteMirrorWorker jobs to project_mirror Sidekiq queue See merge request !1234
-
Chris Wilson authored
We moved RepositoryUpdateMirrorWorker to the project_mirror queue in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/900 RepositoryUpdateMirrorWorker should also exist in the project_mirror queue and retry should be false.
-
Sean McGivern authored
Port of "API: Consolidate /projects endpoint" to EE See merge request !1232
-
Toon Claes authored
It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
-
Sean McGivern authored
Backport "Move /projects/fork/:id to /projects/:id/fork" See merge request !1228
-
Rubén Dávila Santos authored
Fix missing file extension for CHANGELOG entry See merge request !1229
-
Ruben Davila authored
-
- 13 Feb, 2017 21 commits
-
-
Oswaldo Ferreira authored
-
Rémy Coutable authored
EE: Enable Style/RedundantException, Lint/EmptyWhen, and RSpec/ExpectActual cops See merge request !1227
-
Rémy Coutable authored
Backport "Remove deprecated templates endpoints in V4" See merge request !1214
-
Yorick Peterse authored
[EE] Resolve "GroupsController#activity.json is REALLY slow due to SQL" See merge request !1226
-
Dmitriy Zaporozhets authored
CE upstream Closes gitlab-com/gitlab-docs#68 and #1051 See merge request !1225
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
This is a little too picky, even for us.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
Also, don't use limit in subquery, MySQL don't like that. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Dmitriy Zaporozhets authored
# Conflicts: # app/models/repository.rb
-
Rémy Coutable authored
[EE] Update Rubocop to Ruby 2.3 See merge request !1195
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
CE Upstream - Friday Closes gitlab-ce#27955 See merge request !1218
-
Z.J. van de Weg authored
-
Sean McGivern authored
Add member: Always return 409 when a member exists See merge request !1215
-
Achilleas Pipinellis authored
Updated issue boards docs Closes #27872 See merge request !9097
-