summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* adds test suite22974-trigger-service-events-through-apiTiago Botelho2017-01-2228-144/+14
|
* adds events to services api deserializationTiago Botelho2017-01-2234-62/+199
|
* Introduced an offset limit to prevent the dropdown from going far rightJose Ivan Vargas2017-01-211-1/+9
|
* Merge branch 'fix_auto_merging' into 'master' Grzegorz Bizon2017-01-212-17/+31
|\ | | | | | | | | | | | | Fix Merge When Pipeline Succeeds immediate merge bug Closes #26969 See merge request !8685
| * Load ci_bundle javascripts in MWBS partialGrzegorz Bizon2017-01-211-0/+3
| |
| * Add event delegation to prevent events from not firing in certain states.Jacob Schatz2017-01-211-17/+28
| |
* | Merge branch 'issue-search-token-position' into 'master' Jacob Schatz2017-01-216-32/+84
|\ \ | | | | | | | | | | | | Filtered search input click back at token See merge request !8617
| * | Fixed issue with multiple words not filtering correctlyPhil Hughes2017-01-211-4/+1
| | |
| * | Fixed failing JS specsPhil Hughes2017-01-212-3/+1
| | |
| * | Places dropdown at cursor positionPhil Hughes2017-01-211-1/+2
| | |
| * | Added comments to regexPhil Hughes2017-01-211-0/+2
| | |
| * | Fixed bug with hint not showing when in middle of textPhil Hughes2017-01-214-22/+16
| | |
| * | Fixed caret not moving correctlyPhil Hughes2017-01-212-2/+2
| | |
| * | Fixed issue when label or milestone had spacePhil Hughes2017-01-212-6/+15
| | |
| * | Fixed bug replacing full input valuePhil Hughes2017-01-212-6/+9
| | |
| * | Added testsPhil Hughes2017-01-212-12/+22
| | | | | | | | | | | | Fixed edge cases with changing value
| * | Trigger filter on clickPhil Hughes2017-01-211-4/+11
| | |
| * | Fixed filter issuePhil Hughes2017-01-213-6/+6
| | |
| * | Correctly replaces string when selecting in dropdownPhil Hughes2017-01-213-24/+32
| | |
| * | Opens dropdown correctlyPhil Hughes2017-01-214-17/+27
| | |
| * | Filtered search input click back at tokenPhil Hughes2017-01-212-2/+15
| |/ | | | | | | Allows the user to click back around the filtered search input to change the previously searched terms
* | Fix DropLab in IE11 v126785-fix-droplab-in-ie-11-v1Eric Eastwood2017-01-213-21/+45
|/ | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/26785
* Revert "Merge branch '25709-diff-file-overflow' into 'master'"Jacob Schatz2017-01-214-42/+4
| | | This reverts merge request !8475
* Merge branch 'fix/pipeline-ref-path-serialization' into 'master' Kamil Trzciński2017-01-211-4/+6
|\ | | | | | | | | | | | | Do not generate pipeline ref path if ref not present Closes #26861 See merge request !8658
| * Do not generate pipeline ref path if ref not presentGrzegorz Bizon2017-01-201-4/+6
| |
* | Revert "Merge branch '26785-fix-droplab-in-ie-11-v1' into 'master'"Jacob Schatz2017-01-213-44/+21
| | | | | | This reverts merge request !8675
* | Merge branch '26785-fix-droplab-in-ie-11-v1' into 'master' Jacob Schatz2017-01-213-21/+44
|\ \ | | | | | | | | | | | | | | | | | | Fix DropLab in IE11 - v1 Closes #26785 See merge request !8675
| * | Fix DropLab in IE11 v1Eric Eastwood2017-01-203-21/+44
| | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/26785
* | | Merge branch ↵Jacob Schatz2017-01-211-0/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26623-search-bar-dropdown-doesn-t-load-when-you-go-back-in-browser-history' into 'master' Fixed search component not instantiating back when pressing the back button on the issue page Closes #26623 See merge request !8676
| * | | Fixed search component not instantiating back when pressing the back button ↵26623-search-bar-dropdown-doesn-t-load-when-you-go-back-in-browser-historyJose Ivan Vargas2017-01-201-0/+10
| | | | | | | | | | | | | | | | on the issue page
* | | | Merge branch '26955-handle-legacy-issue-filter-params' into 'master' Jacob Schatz2017-01-213-1/+37
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Resolve "Filter issues input does not show assignee name when there is an assignee ID in the URL" Closes #26955 See merge request !8674
| * | | pass username and id associations needed in the frontend26955-handle-legacy-issue-filter-paramsMike Greiling2017-01-203-19/+37
| | | |
| * | | automatically redirect urls containing author_id or assignee_idMike Greiling2017-01-201-0/+18
| | | |
* | | | Merge branch ↵Jacob Schatz2017-01-211-7/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26617-search-bar-filter-dropdown-does-not-dismiss-when-sort-dropdown-is-selected' into 'master' Changed the event listener target from window to document in droplab Closes #26617 See merge request !8670
| * | | | Changed the event listener target from window to document in droplab26617-search-bar-filter-dropdown-does-not-dismiss-when-sort-dropdown-is-selectedJose Ivan Vargas2017-01-201-7/+7
| | | | |
* | | | | Merge branch 'filter-assigned-to-me' into 'master' Jacob Schatz2017-01-211-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added current user filter to assignee dropdown Closes #26959 and #26882 See merge request !8653
| * | | | | Added current user filter to assignee dropdownfilter-assigned-to-mePhil Hughes2017-01-201-0/+4
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds an option in the assignee filter dropdown that allows the user to filter issues that are assigned to them Closes #26882
* | | | | Revert "Merge branch 'backport-fix-load-error' into 'master'"Stan Hu2017-01-211-48/+44
| | | | | | | | | | | | | | | This reverts merge request !8671
* | | | | Merge branch 'backport-fix-load-error' into 'master' Stan Hu2017-01-211-44/+48
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Don't define ApplicationSetting defaults in a constant See merge request !8671
| * | | | Don't define ApplicationSetting defaults in a constantbackport-fix-load-errorRémy Coutable2017-01-201-44/+48
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'keep_mini_graph_down_pipelines_index' into 'master' Fatih Acet2017-01-201-3/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Keep mini graph down pipelines index See merge request !8651
| * \ \ \ Merge branch 'master' into keep_mini_graph_down_pipelines_indexkeep_mini_graph_down_pipelines_indexRegis2017-01-2025-136/+249
| |\ \ \ \ | | |/ / /
| * | | | remove bitwise - make code human readableRegis2017-01-201-3/+3
| | | | |
| * | | | remove need for spinner on additional clicks - visual diff is actually very niceRegis2017-01-191-2/+0
| | | | |
| * | | | handle actions and buildsRegis2017-01-191-1/+10
| | | | |
| * | | | keep graph displayed when build is clicked so that multiple tabs can be ↵Regis2017-01-191-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opened from graph Also show spinner on every new request to let the user know that new data is inbound
* | | | | Merge branch '25709-diff-file-overflow' into 'master' Annabel Dunstone Gray2017-01-204-4/+42
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Responsive title in diffs inline, side by side, with and without sidebar Closes #25709 See merge request !8475
| * | | | Remove fixed class from file actions25709-diff-file-overflowAnnabel Dunstone Gray2017-01-192-2/+2
| | | | |
| * | | | Use flexbox instead of media queriesFilipa Lacerda2017-01-193-74/+36
| | | | | | | | | | | | | | | | | | | | Move CSS to correct file
| * | | | Fix haml linter errorsFilipa Lacerda2017-01-191-3/+3
| | | | |