summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
* pass username and id associations needed in the frontend26955-handle-legacy-issue-filter-paramsMike Greiling2017-01-201-18/+12
|
* automatically redirect urls containing author_id or assignee_idMike Greiling2017-01-201-0/+18
|
* Merge branch '26138-combine-webhooks-and-services-settings-pages' into 'master' Rémy Coutable2017-01-203-14/+22
|\ | | | | | | | | Moved the webhooks and services gear options to a single one called integrations See merge request !8380
| * Fixed tests and a rubocop linter26138-combine-webhooks-and-services-settings-pagesJose Ivan Vargas2017-01-181-4/+2
| |
| * Removed the index action from both the projects hook and services controllersJose Ivan Vargas2017-01-182-9/+2
| |
| * Corrected code style and titlesJose Ivan Vargas2017-01-181-1/+1
| |
| * Moved the webhooks and services gear options to a single one called integrationsJose Ivan Vargas2017-01-183-5/+22
| |
* | Merge branch '23563-document-presenters' into 'master' Dmitriy Zaporozhets2017-01-191-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Document presenters Closes #23563 See merge request !8480
| * | More improvements to presenters23563-document-presentersRémy Coutable2017-01-181-1/+1
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Add Presentable concernRémy Coutable2017-01-181-1/+1
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch '26117-sort-pipeline-for-commit' into 'master' Kamil Trzciński2017-01-191-5/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add sorting pipelines for a commit Closes #26117 See merge request !8319
| * | | Add sorting pipeline for a commitTakuya Noguchi2017-01-191-5/+0
| | | |
* | | | Merge branch 'speed-up-dashboard-milestone-index' into 'master' Sean McGivern2017-01-191-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Speed up dashboard milestone index by scoping IssuesFinder to user authorized projects See merge request !8524
| * | | | Speed up dashboard milestone index by scoping IssuesFinder to user ↵speed-up-dashboard-milestone-indexAdam Niedzielski2017-01-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | authorized projects It improves performance in dashboard milestone index page by passing a hint to "IssuesFinder". "IssuesFinder" generates a more performant query when it is limited to authorized projects for user. In the dashboard we already limit the projects to these authorized for user (see "Dashboard::ApplicationController#projects"), so we can safely pass this option to "IssuesFinder".
* | | | | Merge branch 'current-user-filter-top' into 'master' Sean McGivern2017-01-191-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Shows current user on top of filtered dropdown list Closes #26765 See merge request !8612
| * | | | Shows current user on top of filtered dropdown listcurrent-user-filter-topPhil Hughes2017-01-171-1/+1
| | | | |
* | | | | Merge branch 'fix/refactor-cycle-analytics-stages' into 'master' Douwe Maan2017-01-183-64/+26
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Refactor cycle analytics stages (1st iteration) See merge request !7647
| * | | | refactor fetcher and fixed specsJames Lopez2017-01-171-1/+1
| | | | |
| * | | | refactor cycle analytics - updated based on MR feedbackJames Lopez2017-01-172-10/+10
| | | | |
| * | | | Fix other spec failuresJames Lopez2017-01-173-17/+17
| | | | |
| * | | | more refactoring and fixing old specsJames Lopez2017-01-173-7/+9
| | | | |
| * | | | added new summary serializers and refactor all of the summary stuff into ↵James Lopez2017-01-171-45/+5
| |/ / / | | | | | | | | | | | | separate logical classes
* | | | Merge branch 'i-#25814-500-error' into 'master' Sean McGivern2017-01-181-1/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Compare page throws 500 error when any branch/reference is not selected Closes #25814 See merge request !8523
| * | | | refactor rubocop suggestionMartin Cabrera2017-01-161-1/+1
| | | | |
| * | | | Merge branch 'master' into i-#25814-500-errorMartin Cabrera2017-01-161-7/+4
| |\ \ \ \ | | |/ / /
| * | | | Refactored ‘from’ and ‘to’ variable preservationMartin Cabrera2017-01-161-10/+6
| | | | |
| * | | | from or to get variables gets preserved if the other one is missingMartin Cabrera2017-01-151-2/+9
| | | | |
| * | | | Merge branch 'master' into i-#25814-500-errorMartin Cabrera2017-01-153-25/+66
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Changed alert message character: from & to and Martin Cabrera2017-01-151-1/+2
| | | | |
| * | | | Merge branch 'master' into i-#25814-500-errorMartin Cabrera2017-01-123-56/+92
| |\ \ \ \
| * | | | | Fix Compare page throws 500 error when any branch/reference is not selectedMartin Cabrera2017-01-101-1/+6
| | | | | |
* | | | | | Merge branch '24915_merge_slash_command' into 'master' Sean McGivern2017-01-172-1/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support `/merge` slash command for MRs Closes #24915 See merge request !7746
| * | | | | Address MR commentsJarka Kadlecova2017-01-131-1/+1
| | | | | |
| * | | | | refresh merge widget after using /merge commandJarka Kadlecova2017-01-111-0/+10
| | | | | |
| * | | | | support `/merge` slash comand for MRsJarka Kadlecova2017-01-111-1/+2
| |/ / / /
* | | | | Add a spec and actually display the flash noticeRémy Coutable2017-01-161-7/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Fix to display notice when project settings updated.sandish chen2017-01-151-2/+2
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change validity checking for UpdateService. Add return value for project update service. Return 302(redirect_to) when successfully updated. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'refactor-controller-params' into 'master' Robert Speicher2017-01-122-21/+66
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Refactor controller params See merge request !8522
| * | | | Refactor authorized params in GroupsControllerRémy Coutable2017-01-121-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Refactor allowed params in ServiceParamsRémy Coutable2017-01-121-19/+60
| | |/ / | |/| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch '24185-legacy-ci-status-reactive-cache' into 'security'Robert Speicher2017-01-121-4/+0
|/ / / | | | | | | | | | | | | | | | Use ReactiveCaching to update external CI status asynchronously See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055
* | | Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
* | | Refactor authorized params in Admin::UsersControllerrefactor-admin-controllers-paramsRémy Coutable2017-01-112-27/+32
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Refactor authorized params in Admin::GroupsControllerRémy Coutable2017-01-111-2/+6
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Refactor authorized params in Admin::ApplicationSettingsControllerRémy Coutable2017-01-111-45/+70
|/ / | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'master' into auto-pipelines-vueRegis2017-01-096-76/+84
|\ \ | |/
| * Merge branch '25985-combine-members-and-groups-settings-pages' into 'master' Alfredo Sumaran2017-01-063-52/+64
| |\ | | | | | | | | | | | | | | | | | | Moved the members and groups to single option called members Closes #25985 See merge request !8281
| | * Updated the "users" to "members" matches in the viewJose Ivan Vargas2017-01-031-3/+3
| | | | | | | | | | | | Reverted the change from the "expires_at" to "expires_at_groups" in the groups controller
| | * Removed the "Groups" option from the settings gearJose Ivan Vargas2017-01-031-2/+2
| | | | | | | | | | | | Fixed more tests
| | * Added groups to members section, added a members finderJose Ivan Vargas2017-01-032-10/+10
| | |