An error occurred fetching the project authors.
- 17 Oct, 2015 1 commit
-
-
Stan Hu authored
The counter_cache decrement function is called when a project star is deleted, but there was no guarantee multiple workers would not attempt to delete the same item simultaneously. Use an atomic update to prevent the count from going negative. Closes #3067
-
- 15 Oct, 2015 1 commit
-
-
Yorick Peterse authored
Performance is improved in two steps: 1. On PostgreSQL an expression index is used for checking lower(email) and lower(username). 2. The check to determine if we're searching for a username or Email is moved to Ruby. Thanks to @haynes for suggesting and writing the initial implementation of this. Moving the check to Ruby makes this method an additional 1.5 times faster compared to doing the check in the SQL query. With performance being improved I've now also tweaked the amount of iterations required by the User.by_login benchmark. This method now runs between 900 and 1000 iterations per second.
-
- 05 Oct, 2015 3 commits
-
-
Peter Göbel authored
-
Peter Göbel authored
-
Kamil Trzcinski authored
-
- 03 Oct, 2015 1 commit
-
-
Guilherme Garnier authored
-
- 02 Oct, 2015 1 commit
-
-
Robert Speicher authored
-
- 01 Oct, 2015 1 commit
-
-
Cristian Bica authored
-
- 29 Sep, 2015 2 commits
-
-
Rémy Coutable authored
This simplifies the "Report button" to not use open a dropdown and adds a tooltip on this button. This also removes an extra spec and adds missing specs.
-
Rémy Coutable authored
-
- 26 Sep, 2015 2 commits
-
-
Jan-Gerd Tenberge authored
-
Stan Hu authored
Closes #2662
-
- 15 Sep, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 06 Sep, 2015 1 commit
-
-
Stan Hu authored
-
- 27 Aug, 2015 1 commit
-
-
Valery Sizov authored
-
- 21 Aug, 2015 1 commit
-
-
Joel Koglin authored
-
- 20 Aug, 2015 1 commit
-
-
Stan Hu authored
Only show recent push event if the branch still exists or a recent merge request has not been created Closes #2277
-
- 04 Aug, 2015 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 02 Aug, 2015 1 commit
-
-
Atsushi Ishida authored
-
- 30 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 29 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 28 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 23 Jul, 2015 1 commit
-
-
Robert Speicher authored
-
- 13 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Jul, 2015 1 commit
-
-
Robert Speicher authored
This method encapsulates all the logic for disabling 2FA on a specific User model.
-
- 24 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 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
-
- 20 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 19 Jun, 2015 3 commits
-
-
Robert Speicher authored
-
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.
-
- 16 Jun, 2015 2 commits
- 13 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 09 Jun, 2015 1 commit
-
-
zenati authored
-
- 28 May, 2015 3 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>
-
Jeroen van Baarsen authored
**What does this do?** It removes the very strict sanitation on the users bio field, so that people can have a bio like "I <3 GitLab" **Why is this needed?** Currently when you enter a bio with "I <3 GitLab", we only store "I ". This is unexpected behaviour, since we want users to have a normal profile, without having to worry what characters are allowed and which are not. **Related issues:** Fixes https://github.com/gitlabhq/gitlabhq/issues/5625Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-