An error occurred fetching the project authors.
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 02 Jun, 2016 2 commits
-
-
Connor Shea authored
-
Connor Shea authored
-
- 25 May, 2016 1 commit
-
-
Robert Speicher authored
-
- 19 May, 2016 1 commit
-
-
Yorick Peterse authored
Since we eager load everything in lib/ putting ERB code in .rb files will result in syntax errors. By moving the templates to ./generator_templates we can work around this.
-
- 17 May, 2016 1 commit
-
-
Sean McGivern authored
Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
-
- 10 May, 2016 2 commits
-
-
Rémy Coutable authored
- Fix naming of API::CommitStatuses - Ensure we use require_dependency instead of require - Ensure the namespace is right in lib/api/api.rb, otherwise, we might require Grape::API::Helpers which defines the `#params` method. This is to avoid requiring a file multiple times and getting an "Already initialized constant" error. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
Attempts to address #13521, #14825 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 May, 2016 1 commit
-
-
Kamil Trzcinski authored
This reverts commit 0a280158.
-
- 30 Apr, 2016 1 commit
-
-
Connor Shea authored
Adds Sentry DSN, Webhooks, Deploy Keys, etc. Alphabetized the parameters and included line breaks between each parameter. Easier to merge into EE if there are any differences. This also seems to be the more popular syntax for adding new parameters, from what I can find.
-
- 29 Apr, 2016 1 commit
-
-
Timothy Andrew authored
- So that the server doesn't have to be restarted for every change in dev.
-
- 07 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 04 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 19 Mar, 2016 1 commit
-
-
Douwe Maan authored
# Conflicts: # Gemfile.lock
-
- 11 Mar, 2016 1 commit
-
-
Josh Frye authored
-
- 09 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 07 Mar, 2016 1 commit
-
-
Rubén Dávila authored
-
- 05 Mar, 2016 1 commit
-
-
Rubén Dávila authored
* Add Labels tab to Groups * Add decorator for label so it's aware of Milestones.
-
- 04 Mar, 2016 1 commit
-
-
Robert Speicher authored
-
- 29 Feb, 2016 1 commit
-
-
Artem Sidorenko authored
in order to have it the same way like in omnibus
-
- 18 Feb, 2016 1 commit
-
-
Jacob Vosmaer authored
This allows 'rake cache:clear' to delete millions of keys without choking. It requires Redis 2.8.0 or newer but we needed that already anyway.
-
- 12 Feb, 2016 1 commit
-
-
Robert Speicher authored
Now that we're serving assets directly from the Gemojione gem's path, the images are not in an `emoji/` sub-folder.
-
- 10 Feb, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 09 Feb, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 08 Feb, 2016 1 commit
-
-
Kamil Trzcinski authored
This prevents leakage of CI Secure Variables
-
- 26 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 08 Oct, 2015 1 commit
-
-
Robert Speicher authored
This was added in rack-cors 0.4.0 and allows all types of CORS requests to the API.
-
- 15 Jul, 2015 1 commit
-
-
Jacob Vosmaer authored
This should help prevent endless Redis growth.
-
- 09 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 10 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 06 Feb, 2015 1 commit
-
-
Douwe Maan authored
Closes #1770.
-
- 23 Jan, 2015 3 commits
-
-
Fred Chasen authored
-
Fred Chasen authored
-
Fred Chasen authored
-
- 01 Jan, 2015 1 commit
-
-
Ciro Santilli authored
-
- 18 Nov, 2014 3 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
This reverts commit 533f4cdf.
-
Ciro Santilli authored
Before this it would fail because git hooks automatically prepend things to the path, which can lead the wrong Ruby version to be called in which dependencies are not installed. To make sure that this is correct, the forked_merge_requests commented out test that depends on this change was uncommented. For that test to pass, it is also necessary to setup the mock server on port 3001 under test_env.rb.
-
- 21 Oct, 2014 1 commit
-
-
Ben Bodenmiller authored
time zone settings moved to gitlab.yml in https://github.com/gitlabhq/gitlabhq/pull/8015
-