An error occurred fetching the project authors.
- 28 Oct, 2016 6 commits
-
-
Phil Hughes authored
-
winniehell authored
-
blackst0ne authored
-
blackst0ne authored
-
Ahmad Sherif authored
-
Alejandro Rodríguez authored
-
- 27 Oct, 2016 7 commits
-
-
Dimitrie Hoekstra authored
-
Steve Halasz authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Ahmad Sherif authored
-
Ahmad Sherif authored
-
Phil Hughes authored
Closes #22852
-
tiagonbotelho authored
only.
-
- 26 Oct, 2016 14 commits
-
-
Felipe Artur authored
-
Clement Ho authored
-
Annabel Dunstone Gray authored
-
Phil Hughes authored
Closes #23253
-
Felipe Artur authored
Code improvements, bug fixes, finish documentation and specs
-
Mike Greiling authored
-
Jack Davison authored
CoffeeScript generated JavaScript contains some unreadable expressions. This refactoring addresses complex uses of the exestential operator that produced unreadable Javascript.
-
Daniel Voogsgerd authored
Changed .visable-sm to .visible-sm Fixes #23745 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Airat Shigapov authored
-
Joshua Welsh authored
When adding a deploy key that already exists in the project the existing key would not be returned, resulting in an attempt to create a new one, which in turn caused a 500 error due to an ActiveRecord exception. When adding a deploy key that exists within another project the key would be joined to the project, but would also attempt to create a new one, which resulted in a 400 error due to the key already existing. Fixes #22741 Fixes #21754 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sam Rose authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
blackst0ne authored
-
Gabriel Mazetto authored
-
- 25 Oct, 2016 6 commits
-
-
Annabel Dunstone Gray authored
-
Yorick Peterse authored
This changes ProjectCacheWorker.perform_async so it only schedules a job when no lease for the given project is present. This ensures we don't end up scheduling hundreds of jobs when they won't be executed anyway.
-
Stan Hu authored
Some users experienced 502 timeouts when viewing group labels. Labels#open_issues_count and Label#open_merge_requests_count were taking a long time to load because they were loading every ActiveRecord of the user-accessible projects into memory. This change modifies the system so that #presence and hence to_a isn't called. Closes #23684
-
Phil Hughes authored
Closes #23763
-
Bryce Johnson authored
-
Stan Hu authored
If you attempt to move an issue from one project to another and leave labels blank, LabelsFinder would assign all labels in the new project to that issue. The issue is that :title is passed along to the Finder, but since it appears empty no filtering is done. As a result, all labels in the group are returned. This fix handles that case. Closes #23668
-
- 24 Oct, 2016 7 commits
-
-
Mike Greiling authored
-
winniehell authored
-
Luke Bennett authored
invoked the pipelines class when builds are dynamically loaded and dispatched for commit builds page
-
Alfredo Sumaran authored
-
Bryce Johnson authored
-
Luis HGO authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
barthc authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-