An error occurred fetching the project authors.
- 03 Feb, 2016 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Currently there is no way to download a raw file without embedding the token in the URL, which exposes the token in the URL. There should be an way of sending this information via the header as the API does. Closes https://github.com/gitlabhq/gitlabhq/issues/8137
-
- 02 Feb, 2016 4 commits
-
-
Robert Speicher authored
[ci skip]
-
Michi302 authored
-
Douglas Barbosa Alexandre authored
-
Stan Hu authored
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
-
- 01 Feb, 2016 5 commits
-
-
Robert Speicher authored
[ci skip]
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
-
Yorick Peterse authored
Instead of running ClosingIssueExtractor for every commit in a merge request we can gather all the commit messages (and the merge request description), concatenate all this together and then run ClosingIssueExtractor only once. The result of this is that MergeRequest#closes_issues is now between 3.5x and 4x faster than the old setup. Using a merge request with 10 commits (each referencing a number of issues to close) this reduced the call duration from around 200 milliseconds to around 50 milliseconds. As a result of these changes the Jira related tests for MergeRequest#closes_issues have been removed. These tests stubbed Commit#closes_issues meaning that the only code that was really tested was the call to Array#uniq to filter out duplicate issues. As this code is no longer used (nor present) the corresponding tests were removed. Related: gitlab-org/gitlab-ce#12419
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
- 30 Jan, 2016 1 commit
-
-
Stan Hu authored
-
- 29 Jan, 2016 4 commits
-
-
Douwe Maan authored
-
Drew Blessing authored
-
Josh Frye authored
-
Josh Frye authored
-
- 28 Jan, 2016 3 commits
-
-
Robert Speicher authored
This partially reverts 6a5cd3ca - we keep the migration and add a new migration that reverts it in order to keep migration history intact.
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
* Follow REST for merge request API route * Remove repeating comments API for MR Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 27 Jan, 2016 8 commits
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Kamil Trzcinski authored
Due to broken implementation of attribute_for_keys the runner information was not updated correctly. This MR adds test to check that such scenario will never happen again.
-
James Lopez authored
-
Robert Speicher authored
[ci skip]
-
- 26 Jan, 2016 8 commits
-
-
Blake Hitchcock authored
The pattern in the `::reference_pattern` class method in the ExternalIssue model does not match all valid forms of JIRA project names. I have updated the regex to match JIRA project names with numbers and underscores. More information on valid JIRA project names can be found here: https://confluence.atlassian.com/jira/changing-the-project-key-format-192534.html * The first character must be a letter, * All letters used in the project key must be from the Modern Roman Alphabet and upper case, and * Only letters, numbers or the underscore character can be used.
-
Grzegorz Bizon authored
This has been fixed in Workhorse [ci skip]
-
Zeger-Jan van de Weg authored
Fixes #3951 Warning style the same as the warning a user sees on a archived project.
-
Rémy Coutable authored
When using ActiveRecord::Base.connection.active? without a DB connection, we get a "PG::ConnectionBad: could not connect to server" error because ActiveRecord::Base.connection doesn't exist. By using ActiveRecord::Base.connected? we ensure we don't get this error if the connection is missing, which is the all point of the Gitlab::CurrentSettings#connect_to_db? method!
-
Zeger-Jan van de Weg authored
Introduced by me through !2005
-
Douglas Barbosa Alexandre authored
-
Grzegorz Bizon authored
-
Robert Speicher authored
[ci skip]
-
- 23 Jan, 2016 1 commit
-
-
Benedict Etzel authored
Closes #12517
-
- 22 Jan, 2016 3 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Leaving out the -I option in "git grep" would cause an Error 500 because the resulting line would include "Binary file X matches"
-
Achilleas Pipinellis authored
[ci skip]
-
- 21 Jan, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
-