- 03 Oct, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 02 Oct, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 28 Sep, 2017 1 commit
-
-
Markus Koller authored
-
- 26 Sep, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 22 Sep, 2017 2 commits
-
-
Nick Thomas authored
-
Vitaliy @blackst0ne Klachkov authored
-
- 20 Sep, 2017 1 commit
-
-
Eric Eastwood authored
This error was thrown before ``` source repository is empty /builds/gitlab-org/gitlab-ce/lib/gitlab/git/repository.rb:838:in `block in fetch_source_branch' ```
-
- 18 Sep, 2017 1 commit
-
-
Robin Bobbitt authored
Closes #37789
-
- 16 Sep, 2017 2 commits
-
-
Vitaliy @blackst0ne Klachkov authored
-
Vitaliy @blackst0ne Klachkov authored
-
- 14 Sep, 2017 4 commits
-
-
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>
-
Bob Van Landuyt authored
So it can report the queries that we're run more compared to the control point.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 11 Sep, 2017 2 commits
-
-
Lin Jen-Shin authored
We might also want to consider reduce the number of connections in the tests. However I just tried setting it to 1 and that doesn't seem enough for feature tests.
-
Annabel Dunstone Gray authored
This reverts merge request !14148
-
- 08 Sep, 2017 1 commit
-
-
Rubén Dávila authored
Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
-
- 07 Sep, 2017 1 commit
-
-
Tiago Botelho authored
-
- 06 Sep, 2017 3 commits
-
-
Rubén Dávila authored
-
Ahmad Sherif authored
-
Jacob Vosmaer authored
-
- 05 Sep, 2017 2 commits
-
-
Rubén Dávila authored
The following optimizations were performed: - Add new association to GroupMember and ProjectMember This new association will allow us to check if a user is a member of a Project or Group through a single query instead of two. - Optimize retrieving of Members when adding multiple Users
-
Alexis Reigel authored
-
- 03 Sep, 2017 2 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 01 Sep, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 31 Aug, 2017 1 commit
-
-
Sean McGivern authored
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
-
- 30 Aug, 2017 2 commits
-
-
Gabriel Mazetto authored
We need to cleanup after each execution so we can still re-use the same paths and prevent collision with the on disk validation
-
Hiroyuki Sato authored
-
- 29 Aug, 2017 1 commit
-
-
Robert Schilling authored
-
- 28 Aug, 2017 6 commits
-
-
Fatih Acet authored
-
James Lopez authored
-
Robert Schilling authored
-
James Lopez authored
-
Grzegorz Bizon authored
-
Simon Knox authored
-
- 24 Aug, 2017 1 commit
-
-
Robert Schilling authored
-
- 23 Aug, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 22 Aug, 2017 1 commit
-
-
Grzegorz Bizon authored
Since this already exists in `every_sidekiq_worker_spec.rb`.
-