summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* DRY specs, fix typos in docsblackst0ne2018-11-061-1/+1
* Update discord notification serviceblackst0ne2018-11-051-6/+4
* Add Discord integrationblackst0ne2018-10-303-0/+65
* Update gitlab-ui to 1.9.0Clement Ho2018-10-2914-46/+46
* Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master'Douwe Maan2018-10-295-6/+8
|\
| * Revert _diffs.html.hamlblackst0ne-update-push-new-merge-request-urlblackst0ne2018-10-271-1/+0
| * Update other linksblackst0ne2018-10-264-4/+5
| * Make new merge request URL more friendly when pushing codeblackst0ne2018-10-232-2/+4
* | Merge branch 'rails5-deprecated-uniq' into 'master'Robert Speicher2018-10-294-5/+5
|\ \
| * | Replace deprecated uniq on a Relation with distinctJasper Maes2018-10-264-5/+5
* | | Merge branch 'gt-truncate-milestone-title-on-collapsed-sidebar' into 'master'Clement Ho2018-10-291-1/+1
|\ \ \
| * | | Truncate milestone title on collapsed sidebarGeorge Tsiolis2018-10-261-1/+1
* | | | Fix broken "Show whitespace changes" button on MR "Changes" tabJacques Erasmus2018-10-291-6/+6
* | | | Remove all tables from Pipeline page when there is no job for the PipelineTakuya Noguchi2018-10-293-22/+23
* | | | Merge branch 'extract-ee-specific-lines-for-issues-and-mr-controllers' into '...Nick Thomas2018-10-293-4/+34
|\ \ \ \
| * | | | Extract EE-specific lines from MRs controllerextract-ee-specific-lines-for-issues-and-mr-controllersSean McGivern2018-10-262-1/+18
| * | | | Extract EE-specific lines from issues controllerSean McGivern2018-10-241-3/+16
* | | | | Merge branch 'ce-7103-show-milestone-dates-within-tooltips' into 'master'Phil Hughes2018-10-292-20/+40
|\ \ \ \ \
| * | | | | Update tooltip for when no date is present, port back EE changesce-7103-show-milestone-dates-within-tooltipsKushal Pandya2018-10-292-20/+40
* | | | | | post merge pipeline and environments statusAlessio Caiazza2018-10-2910-34/+151
* | | | | | Merge branch '34758-create-group-clusters' into 'master'Andreas Brandl2018-10-295-2/+44
|\ \ \ \ \ \
| * | | | | | Associate clusters model to groups34758-create-group-clustersThong Kuah2018-10-295-2/+44
| |/ / / / /
* | | | | | Merge branch '52383-ui-filter-assignee-none-any' into 'master'Sean McGivern2018-10-292-3/+11
|\ \ \ \ \ \
| * | | | | | Add None/Any options for assignee in search barHeinrich Lee Yu2018-10-262-3/+11
* | | | | | | Merge branch 'rz_fix_milestone_count' into 'master'Sean McGivern2018-10-294-46/+23
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Update MR based on Sean's feedbackrz_fix_milestone_countEagllus2018-10-261-1/+1
| * | | | | | Moving state_count to Milestone model and related testsEagllus2018-10-172-60/+16
| * | | | | | Update code according comment recommendationsEagllus2018-10-163-7/+7
| * | | | | | Fixing count on MilestonesRonald van Zon2018-10-043-3/+24
* | | | | | | Add failure reason for execution timeoutShinya Maeda2018-10-282-2/+4
* | | | | | | Merge branch '51335-fail-early-when-user-cannot-be-identified' into 'master'Douwe Maan2018-10-261-7/+6
|\ \ \ \ \ \ \
| * | | | | | | Removes idenfitication by commit from Gitlab::Identifier51335-fail-early-when-user-cannot-be-identifiedTiago Botelho2018-10-251-8/+5
| * | | | | | | User not defined in PostReceive#process_project_changesTiago Botelho2018-10-251-5/+7
* | | | | | | | Merge branch '42790-improve-feedback-for-internal-git-access-checks-timeouts'...Douwe Maan2018-10-261-0/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Adds tracing messages for slow git pushesTiago Botelho2018-10-251-0/+5
| |/ / / / / /
* | | | | | | Merge branch 'prettify-all-the-things-4' into 'master'Tim Zallmann2018-10-2642-631/+626
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into 'prettify-all-the-things-4'prettify-all-the-things-4Mike Greiling2018-10-26440-5400/+7396
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Prettify sidebar modulesMike Greiling2018-10-1714-254/+258
| * | | | | | | Prettify registry and reports modulesMike Greiling2018-10-1715-291/+262
| * | | | | | | Prettify protected_branches and protected_tags modulesMike Greiling2018-10-174-40/+68
| * | | | | | | Prettify performance_bar notes and profile modulesMike Greiling2018-10-1710-142/+134
* | | | | | | | Merge branch 'winh-split-merge-request-widget-dependencies' into 'master'Mike Greiling2018-10-269-83/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | Resolve circular dependencies in merge request widgetwinh-split-merge-request-widget-dependenciesWinnie Hellmann2018-10-259-83/+50
* | | | | | | | | Resolve "No longer require a deploy to start Prometheus monitoring"Peter Leitzen2018-10-262-3/+7
* | | | | | | | | Update content of visible tooltipsWinnie Hellmann2018-10-261-0/+8
* | | | | | | | | Automatically navigate to last board visitedBrett Walker2018-10-266-1/+121
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge branch '52545-guest-create-issue-in-group-board' into 'master'Sean McGivern2018-10-264-10/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Extract complex condition to computed propHeinrich Lee Yu2018-10-262-1/+4
| * | | | | | | | Simplify query and add tests for authorization changeHeinrich Lee Yu2018-10-261-7/+3
| * | | | | | | | Update boards issue creation authorizationHeinrich Lee Yu2018-10-261-1/+8