- 05 Jul, 2015 1 commit
-
-
Stan Hu authored
Closes #1713 Closes #1714 Closes gitlab-com/support-forum#139
-
- 01 Jul, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 23 Jun, 2015 2 commits
-
-
Robert Speicher authored
- Removes looking up authors/committers by name - Renames `User.find_for_commit` to `User.find_by_any_email`
-
Robert Speicher authored
-
- 22 Jun, 2015 8 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
These fixes were performed automatically by Rubocop's `-a` flag.
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- 20 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 19 Jun, 2015 3 commits
-
-
Nicolas authored
Fixes #2384.
-
Robert Speicher authored
-
Robert Speicher authored
-
- 17 Jun, 2015 1 commit
-
-
Robert Speicher authored
Now it executes a single query instead of a possible three at the cost of some scary-looking ARel calls.
-
- 15 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 Jun, 2015 4 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Now we can simply loop through all themes, among other things. This also removes the `dark_theme` / `light_theme` classes and the `theme_type` helper, since they weren't used anywhere.
-
- 11 Jun, 2015 1 commit
-
-
themaze75 authored
delay is in seconds more legible code in session_store Added `GitLab restart required` help block to session_expire_delay
-
- 10 Jun, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 08 Jun, 2015 1 commit
-
-
Robert Speicher authored
Fixes #1778
-
- 05 Jun, 2015 2 commits
-
-
Eric Maziade authored
settings
-
Jeroen van Baarsen authored
**What does this do?** It makes sure that whenever a new note is added to an noteable item, the updated_at of that item is also updated. **Why is this needed?** At this moment when you post a comment on an issue or add a label to an issue, the updated_at is not changed. Because of this the filtering for least recently updated is not really useful (since it only takes in account the original text from the noteable). Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 02 Jun, 2015 1 commit
-
-
Valery Sizov authored
-
- 28 May, 2015 2 commits
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9328
-
Dmitriy Zaporozhets authored
To prevent loose of group data you need to transfer or remove group first before you can remove user Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 27 May, 2015 1 commit
-
-
Stan Hu authored
Closes #772
-
- 26 May, 2015 6 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
We only want them shortened by the filter, which calls to_s
-
Robert Speicher authored
Snippet model was missing project association
-
Robert Speicher authored
Now there is a single source of information for which attribute a model uses to be referenced, and its special character.
-
Jonah Bishop authored
The percent_complete method returns a value of 100 when a ZeroDivisionError occurs. That seems like a very strange default for an error case, and results in a bug when a milestone has no corresponding issues (new, empty milestones show 100% completion). This commit changes the rescue value to 0, and subsequently fixes #1656, which reported this problem.
-