summaryrefslogtreecommitdiff
path: root/spec/javascripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'winh-frontend-user-cache' into 'master'Filipa Lacerda2017-05-232-0/+201
|\ | | | | | | | | Introduce UsersCache for storing user entities in frontend See merge request !11404
| * Add frontend UsersCache class (!11404)winh-frontend-user-cachewinh2017-05-231-0/+136
| |
| * Extract Cache class from AjaxCachewinh2017-05-211-0/+65
| |
* | update frontend specs to use ES module syntaxMike Greiling2017-05-162-2/+2
|/
* Merge branch 'issue-boards-label-filtering' into 'master' Filipa Lacerda2017-05-161-0/+10
|\ | | | | | | | | | | | | Fixed issue boards not filtering when URL params are encoded Closes #32084 See merge request !11320
| * Fixed issue boards not filtering when URL params are encodedPhil Hughes2017-05-121-0/+10
| | | | | | | | Closes #32084
* | Merge branch 'remove-vue-from-poll_spec-fix-transient-failures' into 'master' Filipa Lacerda2017-05-121-71/+22
|\ \ | |/ |/| | | | | Fix poll_spec transient failures See merge request !11264
| * Removed unneeded false from poll_spec mockServiceCall callremove-vue-from-poll_spec-fix-transient-failuresLuke "Jared" Bennett2017-05-111-1/+1
| |
| * Fixed promise action binding and simplified callbacks spyLuke "Jared" Bennett2017-05-111-16/+11
| |
| * improved mockservicecall and fixed up a settimeoutLuke "Jared" Bennett2017-05-111-32/+17
| |
| * Removed vue and vue-resource from poll_spec in an attempt to fix the ↵Luke "Jared" Bennett2017-05-101-58/+29
| | | | | | | | transient failures relating to async timeout
* | Track pending requests in AjaxCacheWinnie Hellmann2017-05-101-14/+43
|/
* Colorize labels in issue search fieldWinnie Hellmann2017-05-051-0/+129
|
* Fallback localstorage casesLuke "Jared" Bennett2017-05-051-0/+78
|
* Add instant comments supportKushal Pandya2017-05-051-0/+11
|
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-0/+2
|
* Merge branch 'use-favicon-full-path-for-pipeline-status-favicon' into 'master' Filipa Lacerda2017-04-181-7/+6
|\ | | | | | | | | Use favicon full path See merge request !10676
| * Updated specsLuke "Jared" Bennett2017-04-131-7/+6
| |
* | Improves support for long build traces:Filipa Lacerda2017-04-181-1/+8
| |
* | Merge branch 'remove-iife-cycle-analytics-bundle' into 'master' 26510-should-project-updated-time-actually-be-the-last-activity-timeFilipa Lacerda2017-04-131-75/+73
|\ \ | |/ |/| | | | | Remove IIFEs from files in cycle_analytics_bundle.js See merge request !10613
| * Remove IIFEs from files in cycle_analytics_bundle.jsremove-iife-cycle-analytics-bundleAlfredo Sumaran2017-04-101-75/+73
| |
* | Fixed random failures with Poll specpoll-test-fixPhil Hughes2017-04-121-36/+57
|/ | | | | | | | | | | Correctly waits for requests to finish before testing anything. Previously it was waiting for a set amount of time which could possibly cause failures dependant on how quickly these execute Stops any polling requests once done so that the error callback doesn't get called with a 404 Closes #30824
* Show CI status as Favicon on Pipelines, Job and MR pagesKushal Pandya2017-04-061-0/+51
|
* Removed formatRelevantDigits from text_utils.js and added it to a new file ↵environment-performance-improvementsJose Ivan Vargas2017-04-032-26/+41
| | | | | | number_utils.js Also improved code formatting
* Added a formatRelevantDigits text utilityJose Ivan Vargas2017-04-031-0/+26
|
* Change order of specsFilipa Lacerda2017-04-031-41/+42
|
* Clean history after every test that changes historyFilipa Lacerda2017-04-031-0/+8
|
* Clean history state after each testFilipa Lacerda2017-04-031-0/+5
|
* Fixes method not replacing URL parameters correctlyFilipa Lacerda2017-04-031-0/+35
|
* group links select2 infinite scrollLuke "Jared" Bennett2017-03-301-0/+31
|
* Adds restart method and auxiliar callback to polling classFilipa Lacerda2017-03-241-0/+40
|
* Adds stop function so we can stop polling anytimeFilipa Lacerda2017-03-231-0/+36
|
* Merge branch '29575-polling' into 'master' Fatih Acet2017-03-231-0/+127
|\ | | | | | | | | | | | | Poll with vue resource get function Closes #29575 See merge request !10057
| * simplifies assignment of default optionsFilipa Lacerda2017-03-221-0/+2
| |
| * Adds tests and changes after reviewFilipa Lacerda2017-03-211-0/+125
| |
* | Changed code style as to not to disable any eslint rulesadd-test-backoff-utilJose Ivan Vargas2017-03-201-14/+13
| |
* | Removed unused response in promiseJose Ivan Vargas2017-03-201-2/+2
| |
* | Added unit tests for the w.gl.utils.backOff promiseJose Ivan Vargas2017-03-201-0/+68
|/
* Remove .es6 from file extensions (!9241)winniehell2017-03-052-0/+0
|
* Only add a newline in Markdown Editor if the current line is not emptyJan Christophersen2017-03-021-0/+60
|
* change todos counter position & format ( for large counts )mhasbini2017-02-211-0/+11
|
* Create util to handle pagination transformationFilipa Lacerda2017-02-161-0/+24
|
* Merge branch 'improve-handleLocationHash-tests' into 'master' Filipa Lacerda2017-02-071-4/+25
|\ | | | | | | | | Improve gl.utils.handleLocationHash tests See merge request !9040
| * Improve gl.utils.handleLocationHash testsimprove-handleLocationHash-testsClement Ho2017-02-071-4/+25
| |
* | Merge branch '24716-fix-ctrl-click-links' into 'master' Clement Ho2017-02-071-0/+32
|\ \ | |/ |/| | | | | | | | | Fix Ctrl+Click support for Todos and Merge Request page tabs Closes #24716 See merge request !8898
| * Add tests for `gl.utils.isMetaClick`Kushal Pandya2017-02-071-0/+32
| |
* | Fix broken anchor links when special characters are usedAndrey Krivko2017-02-071-0/+13
|/
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-0/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Removed duplicated testPhil Hughes2017-02-031-1/+1
| |
| * Removed Masonry, instead uses groups of dataPhil Hughes2017-02-031-0/+14
| | | | | | | | | | Added some error handling which reverts the frontend data changes & notifies the user