An error occurred fetching the project authors.
- 09 Feb, 2016 4 commits
-
-
Robert Speicher authored
[ci skip]
-
Jason Lee authored
-
Grzegorz Bizon authored
-
Valery Sizov authored
-
- 08 Feb, 2016 5 commits
-
-
3kami3 authored
-
Rémy Coutable authored
-
ritave authored
-s flag of su doesn't work correctly on some systems, loging in the user and not running the requested command. By moving the bash shell init inside the su command we avoid the issue
-
Yorick Peterse authored
This caches the output of the following methods: * Repository#empty? * Repository#has_visible_content? * Repository#root_ref The cache for Repository#has_visible_content? is flushed whenever a commit is pushed to a new branch or an existing branch is removed. The cache for Repository#root_ref is only flushed whenever a user changes the default branch of a project. The cache for Repository#empty? is never explicitly flushed as there's no need for it.
-
Zeger-Jan van de Weg authored
Fixes #3903
-
- 07 Feb, 2016 1 commit
-
-
Robert Speicher authored
[ci skip]
-
- 06 Feb, 2016 1 commit
-
-
Robert Speicher authored
Closes #11853
-
- 05 Feb, 2016 4 commits
-
-
Robert Speicher authored
[ci skip]
-
Roman Rott authored
updates after code review: moved coffee code to appropriate file, updated css to not use js-prefixed selectors Updated comments and Changelog Removed duplicate line in changelog
-
Valery Sizov authored
-
kkm authored
-
- 04 Feb, 2016 4 commits
-
-
Drew Blessing authored
Many users were experiencing timeouts when we only allowed 4 minutes before a timeout. A 15 minute timeout is more than reasonable and prevents us from having to add a configuration for this. Fixes gitlab-org/gitlab-ee#246
-
Rémy Coutable authored
You can set type: :merge_request to create a link to merge request lists instead of issues list. Accept both Symbol & String as type argument for the link_to_label helper
-
Dmitriy Zaporozhets authored
For big instances search autocomplet is flooded with groups you have no access to and insternal/public projects you don't care. It affects way how easily you can go to group/project you are actually member of Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Zeger-Jan van de Weg authored
Fixes #3339 This MR hides the 'Remove source branch' button when a new commit is added to the source branch
-
- 03 Feb, 2016 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Closes #12653
-
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 5 commits
-
-
Robert Speicher authored
Closes #12900
-
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 6 commits
-
-
Robert Speicher authored
[ci skip]
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
-
James Lopez authored
-
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 1 commit
-
-
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.
-