An error occurred fetching the project authors.
- 11 Aug, 2016 2 commits
-
-
Thomas Balthazar authored
-
Keith Pope authored
-
- 10 Aug, 2016 7 commits
-
-
Clement Ho authored
-
Clement Ho authored
-
Rémy Coutable authored
Also, mutualize AccessRequests and Members endpoints for Group & Project. New API documentation for the AccessRequests endpoints. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Paco Guzman authored
-
Yorick Peterse authored
These indexes are only used when you search for runners in the admin interface. This operation is so rarely used that it does not make sense to slow down every update in order to update the GIN trigram indexes. Removing these indexes should speed up queries such as those used for updating the last contact time of CI runners. Locally the timings of this query were reduced from ~50 ms to ~25 ms: UPDATE ci_runners SET updated_at = now(), contacted_at = now();
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 Aug, 2016 3 commits
-
-
Connor Shea authored
-
Adam Buckland authored
Currently trees are sorted in the fashion: - folders - files - submodules with each section sorted alphabetically This changes to this system: - folders and submodules (sorted together) - files
-
James Lopez authored
-
- 08 Aug, 2016 7 commits
-
-
winniehell authored
-
Douglas Barbosa Alexandre authored
-
Alejandro Rodríguez authored
-
Carlos Ribeiro authored
-
James Lopez authored
-
Yorick Peterse authored
This concern provides an optimized/simplified version of the "cache_key" method. This method is about 9 times faster than the default "cache_key" method. The produced cache keys _are_ different from the previous ones but this is worth the performance improvement. To showcase this I set up a benchmark (using benchmark-ips) that compares FasterCacheKeys#cache_key with the regular cache_key. The output of this benchmark was: Calculating ------------------------------------- cache_key 4.825k i/100ms cache_key_fast 21.723k i/100ms ------------------------------------------------- cache_key 59.422k (± 7.2%) i/s - 299.150k cache_key_fast 543.243k (± 9.2%) i/s - 2.694M Comparison: cache_key_fast: 543243.4 i/s cache_key: 59422.0 i/s - 9.14x slower To see the impact on real code I applied these changes and benchmarked Issue#referenced_merge_requests. For an issue referencing 10 merge requests these changes shaved off between 40 and 60 milliseconds.
-
Jeffrey Lin authored
-
- 05 Aug, 2016 4 commits
-
-
Steve Halasz authored
Hope to avoid CHANGELOG conflicts. Credit myself for the MR.
-
Tom Bell authored
Add the devise initializer config setting to enable the sending of notification emails when a user changes their password.
-
Phil Hughes authored
-
Paco Guzman authored
-
- 04 Aug, 2016 13 commits
-
-
winniehell authored
-
Annabel Dunstone authored
-
Clement Ho authored
-
Gabriel Mazetto authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
dixpac authored
Added to * new_issue_email * new_merge_request_email
-
Herminio Torres authored
We never add things `into` projects, we just add them `to` projects. So how about we rename this to `add_users_to_project`. Rename `projects_ids` to `project_ids` by following the convention of rails.
-
James Lopez authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Tim Masliuchenko authored
-
Herminio Torres authored
Magic Variable - Change the name of the variable to assign the local variable for partial, rather than `i` use the `index`. Don't pass a local variable called `i` to a partial.
-
Steve Halasz authored
-
Stan Hu authored
When destroying a namespace, the `skip_repo` parameter is supposed to prevent the repository directory from being destroyed and allow the namespace after_destroy hook to run. If the namespace fails to be deleted for some reason, we could be left with repositories that are deleted with existing projects.
-
- 03 Aug, 2016 4 commits
-
-
Alejandro Rodríguez authored
-
Clement Ho authored
-
Connor Shea authored
-
Ahmad Sherif authored
-