An error occurred fetching the project authors.
- 18 Apr, 2016 5 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Grzegorz Bizon authored
-
Yorick Peterse authored
-
Yorick Peterse authored
By using Module#prepend we can define a Module containing all proxy methods. This removes the need for setting up crazy method alias chains and in turn prevents us from having to deal with all that madness (e.g. methods calling each other recursively). Fixes gitlab-org/gitlab-ce#15281
-
Timothy Andrew authored
-
- 17 Apr, 2016 1 commit
-
-
BaldinoF authored
-
- 16 Apr, 2016 5 commits
-
-
Phil Hughes authored
-
Jacob Schatz authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Valery Sizov authored
-
- 15 Apr, 2016 5 commits
-
-
Rémy Coutable authored
[ci skip] Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Robert Schilling authored
-
Rémy Coutable authored
Report: https://github.com/gitlabhq/gitlabhq/issues/10138Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
James Lopez authored
-
Timothy Andrew authored
-
- 14 Apr, 2016 8 commits
-
-
theoretick authored
Fixes Issue #14431
-
Valery Sizov authored
-
Robert Speicher authored
-
James Lopez authored
-
Stan Hu authored
Closes #14370 Move gon function into its own helper
-
Phil Hughes authored
-
Phil Hughes authored
-
Frank Groeneveld authored
Closes #13574
-
- 13 Apr, 2016 16 commits
-
-
Felipe Artur authored
-
Michael Greene authored
-
Michael Greene authored
-
Yorick Peterse authored
Currently this works by loading the HAML partials via XHR. While this is not the nicest setup it _is_ the easiest setup using the tools we currently have. Loading this data asynchronously doesn't make loading the related MRs/branches itself faster, it merely ensures that loading the issue itself is not slowed down. Fixes gitlab-org/gitlab-ce#14949
-
P.S.V.R authored
-
Rémy Coutable authored
Also, improve specs for BambooService Similar to https://gitlab.com/gitlab-org/gitlab-ce/issues/3515Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Yorick Peterse authored
This allows us to track how much time is spent in updating the "pushes_since_gc" column as well as the time needed to obtain the lease.
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Yorick Peterse authored
One use case for this is manually setting the "action" tag for Grape API calls. Due to Grape running blocks there are no human readable method names that can be used for the "action" tag, thus we have to set these manually on a case by case basis.
-
Robert Schilling authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
To reproduce: 1. Create a project with some content 2. Rename the project 3. Create a new project with the same name. 4. Boom - 404. After step 2, the branch and tag counts were not being cleared. This would cause `repository.has_visible_content?` to erroneously return `true` for the newly-created project. Closes #13384
-