summaryrefslogtreecommitdiff
path: root/spec/javascripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove IIFEs from files in cycle_analytics_bundle.jsremove-iife-cycle-analytics-bundleAlfredo Sumaran2017-04-101-75/+73
|
* 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
| * rework tests which rely on teaspoon-specific behaviorMike Greiling2017-02-021-5/+9
| |
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-0/+17
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * use gl.utils.normalizeHeaders in pipelines storenormalize_frontend_headersRegis2017-01-241-0/+17
| |
* | rewrite test which relied on teaspoon quirkMike Greiling2017-01-131-2/+6
| |
* | more post-merge fixesMike Greiling2017-01-131-1/+1
| |
* | phantomJS doesn't allow us to spyOn history.replaceStateMike Greiling2017-01-131-1/+1
| |
* | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-132-0/+49
|\ \ | |/
| * Add text utility specClement Ho2017-01-092-1/+25
| |
| * Add tests for new common_utils functionsClement Ho2017-01-091-0/+25
| |
* | remove teaspoon-specific testMike Greiling2017-01-101-3/+3
| |
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-1/+1
| |
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-101-1/+0
| |
* | fix spec_helper missing/broken referencesMike Greiling2017-01-101-0/+1
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-1/+1
|/
* Removes CustomEvent polyfill and testsremove-custom-event-polyfillFilipa Lacerda2017-01-021-43/+0
|
* Fix broken test in chrome24927-custom-event-polyfill-testFilipa Lacerda2016-12-131-3/+3
|
* Fix broken testFilipa Lacerda2016-12-091-3/+3
|
* Adds tests for Custom Event polyfillFilipa Lacerda2016-12-081-0/+43
| | | | Update changelog with MR ID
* Fix compatibility with Internet Explorer 11 for merge requestsSteffen Rauh2016-12-031-0/+32