summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/droplab
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup new branch/merge request form in issueswinh-new-branch-dropdown-styleWinnie Hellmann2018-02-122-7/+8
|
* Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov2017-11-253-5/+28
|
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-021-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (109 commits) Remove Filesystem check metrics that use too much CPU to handle requests Set merge_request_diff_id on MR when creating Add a column linking an MR to its diff Remove useless closeReopenReport specs Clarify external artifacts only working when GitLab pages is enabled Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in Remove an exception from the git user default SSH config check Geo route whitelisting is too optimistic Update .nvmrc to current stable (v9.0.0) Update documentation Address Douwe's feedback Refactor responsive table styles to support nested error block Add changelog items Update specs for sudo behavior Move RSS and incoming email tokens from User Settings > Accounts to User Settings > Access Tokens Remove user authentication_token column Migrate user private tokens to personal access tokens Add sudo API scope Consistently use PersonalAccessToken instead of PersonalToken Remove User#private_token ...
| * Fixes another problem that happens during knapsack testingTim Zallmann2017-10-301-1/+1
| |
* | fix edit token regression within ↵Mike Greiling2017-10-311-2/+0
|/ | | | spec/features/issues/filtered_search/visual_tokens_spec.rb
* Add filter by my reactionHiroyuki Sato2017-08-301-0/+7
|
* Add filtered search to group issue dashboardClement Ho2017-08-021-1/+12
|
* Show current user immediately in issuable filtersWinnie Hellmann2017-06-022-1/+4
|
* Use AjaxCache in Droplab AjaxFilterwinh-ajax-filter-cachewinh2017-05-241-36/+11
|
* Merge branch 'winh-dropdown-ajax-cache' into 'master'Clement Ho2017-05-191-28/+6
|\ | | | | | | | | | | | | Use AjaxCache in Droplab Ajax plugin Closes #31897 See merge request !11171
| * Use AjaxCache in Droplab Ajax plugin (!11171)winh-dropdown-ajax-cachewinh2017-05-181-28/+6
| |
* | Removed all instances of Object.assign by using es6 classes, also includes ↵Luke "Jared" Bennett2017-05-125-212/+198
|/ | | | some …
* [ci skip] Add comment to regexLuke "Jared" Bennett2017-04-271-1/+2
|
* Merge branch 'master' into droplab-templating-xss-fixLuke "Jared" Bennett2017-04-242-1/+4
|\
| * Resolve "start discussion toggle clicking divider causes UI break"Luke "Jared" Bennett2017-04-192-1/+4
| |
* | Used underscore to template list children to utilize their simple escaped ↵Luke "Jared" Bennett2017-04-123-9/+11
|/ | | | interpolation
* Fixed bugs and added testsLuke "Jared" Bennett2017-04-071-1/+1
|
* Finish up feature specLuke "Jared" Bennett2017-04-072-3/+3
|
* Update inputsetterLuke "Jared" Bennett2017-04-061-5/+6
|
* Fixed error handlingLuke "Jared" Bennett2017-04-062-8/+2
|
* Added droplab back to static assetsLuke "Jared" Bennett2017-04-0612-0/+1007
|
* Prep for moving droplab to npmLuke "Jared" Bennett2017-03-295-1623/+0
|
* update droplabLuke "Jared" Bennett2017-03-255-327/+291
|
* Updated droplab version to webpack versionLuke "Jared" Bennett2017-03-158-917/+1494
|
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-132-0/+6
|
* Add filtered search visual tokensfiltered-search-visual-tokensClement Ho2017-03-071-1/+5
|
* Fix droplab rendering template when data-dynamic selector is unavailablefix-droplab-renderingClement Ho2017-02-061-2/+2
|
* Add caching of droplab ajax requests26844-new-search-bar-performs-a-new-request-for-each-tagClement Ho2017-01-262-39/+63
|
* Merge branch 'filtered-search-hidden-dont-render' into 'master'Jacob Schatz2017-01-251-3/+11
|\ | | | | | | | | Only render the list if it is visible See merge request !8710
| * Correctly resets the default template on destroyfiltered-search-hidden-dont-renderPhil Hughes2017-01-231-3/+8
| |
| * Only render the list if it is visiblePhil Hughes2017-01-231-2/+5
| |
* | Checks if rendered count has changed rather than relying on key charPhil Hughes2017-01-232-8/+15
| |
* | Fixed some issues with droplab & keyboard navigationPhil Hughes2017-01-233-23/+50
| | | | | | | | Added specs
* | Fixed currentIndex being shared across dropdownsPhil Hughes2017-01-231-2/+9
| |
* | Changed character matchPhil Hughes2017-01-231-2/+2
| |
* | Fixed keyboard navigation not working in filtered search barPhil Hughes2017-01-231-1/+6
|/
* Fix DropLab in IE11 v126785-fix-droplab-in-ie-11-v1Eric Eastwood2017-01-211-20/+29
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/26785
* Revert "Merge branch '26785-fix-droplab-in-ie-11-v1' into 'master'"Jacob Schatz2017-01-211-29/+20
| | | This reverts merge request !8675
* Fix DropLab in IE11 v1Eric Eastwood2017-01-201-20/+29
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/26785
* 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
|
* Backend reviewClement Ho2017-01-111-6/+3
|
* Fix code review suggestionsClement Ho2017-01-091-5/+5
|
* Fix indentationClement Ho2017-01-091-14/+15
|
* Code review changesClement Ho2017-01-091-1/+1
|
* Fix eslintClement Ho2017-01-091-1/+1
|
* Fix es6 errorsClement Ho2017-01-092-36/+67
|
* Add additional check before setting outerHTMLClement Ho2017-01-091-1/+5
|
* Remove show() as it is automatically called on setData when there is dataClement Ho2017-01-091-2/+0
|
* Add check in case the data attribute does not existClement Ho2017-01-091-1/+5
|
* Only return data response for droplab ajax filterClement Ho2017-01-091-4/+4
|