summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Removes label from previous listmoving-issue-with-two-list-labelsPhil Hughes2017-02-212-5/+12
| | | | | | When dragging an issue to a list that it already exists in it was previously not removing the label for the list it was moving from. This changes that to make that API call. Closes #28484
* Merge branch '28186-long-group-names-overflow-out-of-todos-view' into 'master' Filipa Lacerda2017-02-212-13/+48
|\ | | | | | | | | | | | | Truncate long title text on Todo items Closes #28186 See merge request !9311
| * Truncate long title text on Todo items28186-long-group-names-overflow-out-of-todos-viewSam Rose2017-02-202-13/+48
| |
* | Merge branch 'dropdown-loading-class-add' into 'master' Filipa Lacerda2017-02-211-1/+2
|\ \ | | | | | | | | | | | | Changes when loading indicator is added to dropdown See merge request !9345
| * | Fixed eslint errordropdown-loading-class-addPhil Hughes2017-02-201-1/+1
| | |
| * | Changes when loading indicator is added to dropdownPhil Hughes2017-02-201-1/+2
| | | | | | | | | | | | Previously it was added when you started typing. But there is actually a delay before sending any requests which meant the loading icon was visible but it wasn't actually loading anything
* | | Merge branch '28357-colon-search' into 'master' Clement Ho2017-02-212-2/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow searching issues for strings containing colons Closes #28357 See merge request !9400
| * | | Allow searching issues for strings containing colonsSimon Knox2017-02-212-2/+5
| |/ /
* | | Merge branch '26206-fix-download-dropdown' into 'master' Clement Ho2017-02-202-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Set dropdown height fixed to `250px;` and make it scrollable Closes #26206 See merge request !9063
| * | | Set dropdown to fixed height of `250px` and make it scrollable26206-fix-download-dropdownKushal Pandya2017-02-092-0/+12
| | | |
| * | | Fix dropdown height regressionKushal Pandya2017-02-091-2/+0
| | | |
| * | | Set dropdown height fixed to `250px;` and make it scrollableKushal Pandya2017-02-091-0/+2
| | | |
* | | | Merge branch '27934-left-align-nav' into 'master' Alfredo Sumaran2017-02-206-105/+80
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Left align nav items" Closes #27934 See merge request !9338
| * | | | Update positioning of nav scroll arrows27934-left-align-navAnnabel Dunstone Gray2017-02-171-4/+4
| | | | |
| * | | | Move tanuki to left of title; increase max-width of titleAnnabel Dunstone Gray2017-02-173-25/+6
| | | | |
| * | | | Refactor project stats & last_commit CSS; left align main nav itemsAnnabel Dunstone Gray2017-02-174-76/+70
| | | | |
* | | | | Merge branch 'dm-fix-editing-files-on-forks-quick' into 'master' Robert Speicher2017-02-201-12/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue where files on a fork could not be edited Closes #28188 See merge request !9349
| * | | | | Fix issue where files on a fork could not be editedDouwe Maan2017-02-171-12/+4
| | | | | |
* | | | | | Merge branch 'authentiq-backchannel-logout' into 'master' Douwe Maan2017-02-201-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remote logout functionality on Authentiq OAuth provider See merge request !9381
| * | | | | | Added support for Authentiq Back-Channel LogoutAlexandros Keramidas2017-02-201-0/+7
| | | | | | |
* | | | | | | Merge branch 'zj-improve-performance-user-agent-details' into 'master' Rémy Coutable2017-02-204-6/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve performance of User Agent Detail See merge request !9129
| * | | | | | | Improve performance of User Agent DetailZ.J. van de Weg2017-02-204-6/+10
| | | | | | | |
* | | | | | | | Merge branch '21240_snippets_line_ending' into 'master' Sean McGivern2017-02-203-25/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Download snippets with LF line-endings by default Closes #21240 See merge request !8999
| * | | | | | | | Download snippets with LF line-endings by defaultJarka Kadlecova2017-02-203-25/+24
| | | | | | | | |
* | | | | | | | | Merge branch 'sh-fix-project-team-truncation-in-destroy' into 'master' Rémy Coutable2017-02-201-2/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Prevent project team from being truncated too early during project destruction See merge request !9361
| * | | | | | | | Prevent project team from being truncated too early during project destructionsh-fix-project-team-truncation-in-destroyStan Hu2017-02-191-2/+1
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are two issues with truncating the project team early: 1. `Projects::UnlinkForkService` may not close merge requests properly since permissions may be revoked early. 2. If an error is encountered during flushing of caches, then the user will lose all privileges, possibly causing an issue on deletion on retry.
* | | | | | | | Merge branch '28082-deleted-branch-event-404' into 'master'Rémy Coutable2017-02-201-5/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Link from Push Events for deleted branches Closes #28082 See merge request !9203
| * | | | | | | Remove Link from Push Events for deleted branchesJan Christophersen2017-02-151-5/+3
| | | | | | | |
* | | | | | | | Merge branch ↵Rémy Coutable2017-02-202-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'fix_sidekiq_concurrency_warning_message_in_admin_background_job_page' into 'master' fix incorrect sidekiq concurrency count in admin background page Closes #19862 See merge request !9359
| * | | | | | | | fix failed spec because haml_lintwendy04022017-02-191-1/+1
| | | | | | | | |
| * | | | | | | | fix incorrect sidekiq concurrency count in admin background pagewendy04022017-02-192-1/+2
| | | | | | | | |
* | | | | | | | | Merge branch 'remove-imports-loader-window-bind' into 'master' Filipa Lacerda2017-02-20105-105/+105
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove window-binding hack with imports-loader See merge request !9123
| * | | | | | | | | replace implicit this == window with explicit bindingMike Greiling2017-02-17105-105/+105
| | | | | | | | | |
* | | | | | | | | | Merge branch '28295-mr-loading-icon' into 'master' Filipa Lacerda2017-02-202-2/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix MR jobs loading icon visibility Closes #28295 See merge request !9324
| * | | | | | | | | | loading icon sometimes toggled alongside MR pipeline contents28295-mr-loading-iconSimon Knox2017-02-192-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unbind existing listenerss and remove duplicate MiniPipelineGraph init
* | | | | | | | | | | Merge branch 'patch-13' into 'master'Rémy Coutable2017-02-201-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exclude rpc_pipefs from system disk info See merge request !9355
| * | | | | | | | | | exclude rpc_pipefs from system disc infoBen Bodenmiller2017-02-181-0/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'add-additional-checks-to-ca-data' into 'master' Jacob Schatz2017-02-186-28/+138
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small improvements for Cycle Analytics See merge request !9153
| * | | | | | | | | Make sure events have most properties definedadd-additional-checks-to-ca-dataAlfredo Sumaran2017-02-105-28/+137
| | | | | | | | | |
| * | | | | | | | | Restore exposure of legend property for eventsAlfredo Sumaran2017-02-101-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master' Clement Ho2017-02-185-92/+99
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Todo done clicking is kind of unusable. Closes #25465 See merge request !8691
| * | | | | | | | | | Todo done clicking is kind of unusable.Jacopo2017-02-175-92/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button.
* | | | | | | | | | | Merge branch 'global-dropdown-edits' into 'master' Alfredo Sumaran2017-02-173-17/+8
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Global dropdown edits See merge request !9336
| * | | | | | | | | | | Remove application theme settings from preferencesAnnabel Dunstone Gray2017-02-171-7/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Remove badge styling in dropdown; remove blue outlineAnnabel Dunstone Gray2017-02-172-9/+7
| | | | | | | | | | | |
| * | | | | | | | | | | Make active links in dropdown boldAnnabel Dunstone Gray2017-02-171-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '23819-fix-milestone-counters-to-top-right-of-panel-headings' ↵Clement Ho2017-02-172-3/+23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix position of milestone panel counters Closes #23819 See merge request !7842
| * | | | | | | | | | | | Fix position of counters within milestone panelsAndrew Smith2017-02-152-3/+23
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '28353-little-grammar-issue' into 'master' Annabel Dunstone Gray2017-02-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix grammar issue in admin/runners Closes #28353 See merge request !9344
| * | | | | | | | | | | | Fix grammer issue in admin/runners28353-little-grammar-issueClement Ho2017-02-171-1/+1
| | | | | | | | | | | | |