summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable
Commit message (Collapse)AuthorAgeFilesLines
* Add filtered search to MR pageadd-filtered-search-to-mrClement Ho2017-02-211-4/+4
|
* Add active_when helperSemyon Pupkov2017-02-151-5/+5
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
* Add js prefix to right sidebarAnnabel Dunstone Gray2017-02-101-1/+1
|
* Add sticky sidebar on wiki pageAnnabel Dunstone Gray2017-02-101-1/+1
|
* Fixes ajax requests when current URL has a trailing slashAlfredo Sumaran2017-02-071-1/+1
|
* Add default labels to bulk assign dropdownsAnnabel Dunstone Gray2017-02-071-4/+4
|
* Merge branch '27352-search-label-filter-header' into 'master' Annabel Dunstone Gray2017-02-072-2/+2
|\ | | | | | | | | | | | | 27352 Update label dropdown titles for bulk edits Closes #27352 See merge request !8852
| * 27352-search-label-filter-header27352-search-label-filter-headertauriedavis2017-02-032-2/+2
| |
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-035-12/+22
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| * Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-031-1/+1
| |\ | | | | | | | | | | | | | | | | | | Remove Turbolinks Closes #25624 See merge request !8570
| | * Remove turbolinks.Bryce Johnson2017-02-021-1/+1
| | |
| * | Disabled add issues button if no lists existPhil Hughes2017-02-031-2/+1
| | |
| * | Some styling updatesPhil Hughes2017-02-031-2/+2
| | | | | | | | | | | | Does not remove the issue from the selected tab when it it de-selected, it instead gets purged when changing tab
| * | Add issues to boards listPhil Hughes2017-02-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | This removes the backlog list & instead creates a modal window that will list all issues that are not part of a list for easy adding onto the board Closes #26205
| * | Backport changes from EE squashSean McGivern2017-02-033-9/+18
| |/ | | | | | | | | | | | | Backport changes from the EE-only squash implementation, which would otherwise conflict when merge CE into EE. <https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1024>
| * Fixed group label in issuable sidebargroup-label-sidebar-linkPhil Hughes2017-02-021-1/+1
| | | | | | | | | | | | Group label link was pointing to group#issues rather than the projects issues. This fixes that by sending the correct subject to the link_to_label helper method. Closes #27253
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-273-7/+18
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * Revert 3f17f29arevert-filter-assigned-to-meClement Ho2017-01-261-4/+0
| |
| * HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya2017-01-241-1/+1
| |
| * allow issue filter submission by clicking "Keep typing and press enter"Mike Greiling2017-01-211-1/+1
| |
| * remove vestigial onsubmit event triggerMike Greiling2017-01-211-4/+0
| |
| * 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-211-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-201-1/+1
| | |/
| * | 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
| * Show a custom WIP help message for MR's with WIP commitsjurre2017-01-192-1/+6
| |
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-181-2/+13
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (67 commits) Add some API endpoints for time tracking. use destructuring syntax instead add changelog yml file correct User_agent placement in robots.txt Fixing typo Fix Project#update_repository_size to convert MB to Bytes properly Remove repository trait from factories that don't need it in features Add the `:repository` trait to `:project` factories in Cucumber steps Add a `:repository` trait to the `:empty_project` factory Update clipboard_button text: Copy commit SHA to clipboard Fix search bar filter dropdown scrollbars get rid of log fix UI behaviour - only make new calls when button is clicked and dropdown is not displayed better UI fix - simple solution Disable all cops in .rubocop_todo.yml fix spec refactored a bunch of stuff based on feedback fix serializer fix bug retrieving medians fix specs ...
| * Fix haml-lint complain.Ruben Davila2017-01-151-1/+1
| | | | | | | | app/views/shared/issuable/_sidebar.html.haml:79 [W] SpaceInsideHashAttributes: Hash attribute should end with one space before the closing brace
| * Backport timetracking frontend to CE.Bryce Johnson2017-01-151-2/+12
|/
* Text for copy to clipboard: URL, personal access token, commands, referenceclipboard-button-textvictorwu2017-01-121-2/+2
|
* Add haml lint commentClement Ho2017-01-091-0/+2
|
* Fix haml lintClement Ho2017-01-091-8/+8
|
* we're actually not using issue finder hereLin Jen-Shin2017-01-091-1/+0
|
* Pass the arguments from where we render the partialLin Jen-Shin2017-01-091-0/+3
| | | | | Thread: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_19707619
* Remove unused finder variableClement Ho2017-01-091-3/+0
|
* Remove if issue.boards since search bar does not display on issue boards pageClement Ho2017-01-091-14/+1
|
* Fix invalid style attribute operatorClement Ho2017-01-091-1/+1
|
* Fix HAML attributesClement Ho2017-01-091-9/+9
|
* Refactor dropdown filtersClement Ho2017-01-091-2/+2
|
* Add mobile viewportClement Ho2017-01-091-1/+1
|
* Fix casing and add upcoming milestone filterClement Ho2017-01-091-3/+6
|
* Pass project ID through the DOMClement Ho2017-01-091-1/+1
|
* Fixed issue where dropdown would not open after clicking on a dropdown itemClement Ho2017-01-091-11/+11
|
* Code cleanupClement Ho2017-01-091-1/+1
|
* Make keep typing dropdown item staticClement Ho2017-01-091-8/+15
|
* Add ability to click on none as an optionClement Ho2017-01-091-4/+5
|
* Add vertical scrolling for dropdownsClement Ho2017-01-091-13/+13
|
* Style label dropdownsClement Ho2017-01-091-1/+1
|
* Add static dropdown list itemsClement Ho2017-01-091-5/+21
|