An error occurred fetching the project authors.
- 02 May, 2015 1 commit
-
-
Stan Hu authored
sent through Devise Fix test case that was passing due to a broken `around` statement. Closes #1556
-
- 30 Apr, 2015 3 commits
-
-
Douwe Maan authored
-
Stan Hu authored
Importing a JSON file with only one Subversion project lead to confusion over whether the system was working. Provide status why these projects could not be imported directly. Closes #1531
-
Douwe Maan authored
-
- 28 Apr, 2015 1 commit
-
-
Stan Hu authored
Closes #1413
-
- 27 Apr, 2015 5 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jakub Jirutka authored
-
Valery Sizov authored
This reverts commit 548f1828.
-
Stan Hu authored
Upon tagging a repository, an error due to a missing migration occurred: ``` PG::Error: ERROR: column "taggings_count" does not exist LINE 1: UPDATE "tags" SET "taggings_count" = COALESCE("taggings_coun... ``` Ran `rake acts_as_taggable_on_engine:install:migrations`, removed the first migration that created the `tags` and `taggings` table, and added the rest. Closes #1512 Closes https://github.com/gitlabhq/gitlabhq/issues/6867 Closes https://github.com/gitlabhq/gitlabhq/issues/9194
-
- 26 Apr, 2015 2 commits
-
-
Dominik Sander authored
When notify is set to true send messages will trigger a notification for all room members. Color changes the background color of the message.
-
Vinnie Okada authored
Add new global application settings for default project and snippet visibility levels.
-
- 25 Apr, 2015 1 commit
-
-
bugagazavr authored
-
- 24 Apr, 2015 8 commits
-
-
Douwe Maan authored
-
rockneverdies55 authored
Version 7.10 is already released so "unreleased" text next to it in the changelog file can be removed.
-
Stan Hu authored
Consolidate allowed parameters in one place to avoid these kinds of bugs in the future. Closes https://github.com/gitlabhq/gitlabhq/issues/9181
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit c75c6b84.
-
Douwe Maan authored
-
Guillaume Delbergue authored
Signed-off-by:
Guillaume Delbergue <guillaume.delbergue@greensocs.com>
-
- 23 Apr, 2015 3 commits
-
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/7554
-
- 21 Apr, 2015 2 commits
-
-
Chulki Lee authored
-
Douwe Maan authored
-
- 20 Apr, 2015 3 commits
-
-
Stan Hu authored
Multiple event handlers were firing, causing multiple form submissions. Closes #1448 and #1128
-
Douwe Maan authored
-
Ben Bodenmiller authored
* Simplify new repo commands * Include directions for how to add an existing folder that is either already a repo or not yet a repo Replaces #7918.
-
- 18 Apr, 2015 3 commits
-
-
Robert Speicher authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 17 Apr, 2015 6 commits
-
-
Douwe Maan authored
-
Roshan Gautam authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Dmitry Medvinsky authored
We use `focusin` event instead of `click` because when using the latter, when the selection is created it isn't put into X11 PRIMARY selection. And as a Linux user I'm very used to such behaviour that when something gets selected, it's ready for pasting, which is the primary purpose of the clone URL field. When `focusin` is used, the selection is copied to X11 buffer automatically, so it works as expected (tested in Firefox and Chrome).
-
- 16 Apr, 2015 2 commits
-
-
Stan Hu authored
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-