summaryrefslogtreecommitdiff
path: root/spec/javascripts/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Adds a waitForMutation helper for VueXsamdbeckham2019-07-221-2/+16
|
* Update setImmediate use in karma specs64403-remove-setimmediate-polyfillMike Greiling2019-07-111-1/+2
|
* Remove use of setTimeout in karma specsMike Greiling2019-07-111-4/+1
|
* Comply with `no-implicit-coercion` rule (CE)Nathan Friend2019-06-031-1/+3
| | | | | | | | This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
* Rename vue_component_helper to text_helperfe-rename-vue-component-helper-cePaul Slaughter2019-05-161-0/+0
| | | | | | **Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
* Filter merge requests by target branchHiroyuki Sato2019-03-091-1/+1
|
* Fix polling for replies to individual notesHeinrich Lee Yu2019-02-141-1/+4
| | | | | Sets `updated_at` so that the transformed note is returned together with the new reply
* Remove ECharts metrics dashboard feature flagAdriel Santiago2019-02-072-0/+67
|
* Attempt to fix lazy loader spec transient failureLuke Bennett2018-11-262-0/+44
|
* Prettify all spec filesMike Greiling2018-10-175-15/+16
|
* Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter2018-09-061-0/+1
|
* Create 'mountComponentWithRender' for testing with slotsPaul Slaughter2018-08-211-0/+10
|
* Create Web IDE MR and branch pickerPaul Slaughter2018-08-071-1/+1
|
* Full list of vulnerabilitiesSam Beckham2018-07-261-0/+10
|
* allow for testAction to wait until all promises are resolvedLukas Eipert2018-07-192-7/+30
|
* Vuex test helper improvementsLukas Eipert2018-07-122-41/+214
|
* Mock timeouts and Promise in SmartInterval testsWinnie Hellmann2018-07-101-0/+1
|
* Performance Improvements to Vue MR pageTim Zallmann2018-06-301-4/+8
|
* Added Diff Viewer to new VUE based MR pageTim Zallmann2018-06-261-0/+2
|
* Changes tab VUE refactoringFelipe Artur2018-06-212-0/+43
|
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+0
|
* Enable no-multi-assignment in JS filesgfyoung2018-06-151-1/+1
| | | | Partially addresses #47006.
* remove unused createComponentWithMixin from vue spec helpersLukas Eipert2018-05-291-21/+9
|
* Show CI jobs in web IDEPhil Hughes2018-05-221-1/+1
| | | | Closes #44604
* Add `createComponentWithMixin` to create anonymous components with mixinKushal Pandya2018-05-141-3/+19
|
* fix illegal references to "this" in module contextMike Greiling2018-04-231-1/+1
|
* Adds helpers to remove withespace and linebreaksFilipa Lacerda2018-04-161-3/+18
|
* Projects and groups badges settings UIFrancisco Javier López2018-04-081-0/+6
|
* Add dispatch mock to the test helpervuex-action-helper-correctly-failFilipa Lacerda2018-03-291-10/+47
|
* fixed failinng tests after helper changePhil Hughes2018-03-291-8/+5
|
* Use `toEqual` for the matchersFilipa Lacerda2018-03-291-3/+3
|
* Correctly fail Vuex action helperPhil Hughes2018-03-291-1/+1
|
* Add i18n and update specs for ShaMismatch vue componentGeorge Tsiolis2018-03-271-0/+3
|
* Default to HTTPS for all Gravatar URLsdefault-to-https-for-gravatar-urlsAchilleas Pipinellis2018-01-251-1/+1
| | | | | If using gravatar.com, both plain_url and ssl_url in settings are now served via HTTPS. Make this the default.
* Upgrade jasmine + raven to newer versionsTim Zallmann2018-01-231-19/+1
|
* Move dateTickFormat to separate moduleWinnie Hellmann2017-12-181-0/+11
|
* updated karma specsPhil Hughes2017-10-271-0/+5
|
* correctly creates file in currently viewed directoryPhil Hughes2017-10-231-3/+2
| | | | specs
* Add create merge checkbox.Jacob Schatz2017-10-121-0/+3
|
* [ci skip] Adds tests to vuex and collapsibe componentFilipa Lacerda2017-09-201-0/+37
| | | | | | Formats dates Fixes clipboard button Simplifies HTML
* Prevents rendering empty badge when pipeline request fails35048-empty-badgesFilipa Lacerda2017-08-291-0/+4
|
* Update vue-resourceFilipa Lacerda2017-07-121-0/+11
|
* Style people in issuable search bar (!11402)winh-styled-people-search-barwinh2017-06-021-5/+8
|
* refactor instances of CJS module.exports to ES module syntaxMike Greiling2017-05-162-6/+2
|
* update frontend specs to use ES module syntaxMike Greiling2017-05-161-1/+1
|
* Standardize jasmine test describe block names that test specific methodsClement Ho2017-05-051-1/+1
|
* Fix failing spec and eslintClement Ho2017-05-051-0/+16
|
* Add button to delete filters from filtered search barClement Ho2017-04-261-1/+6
|
* Fix edit last visual tokenfix-edit-last-visual-tokenClement Ho2017-03-071-2/+2
|
* Add filtered search visual tokensfiltered-search-visual-tokensClement Ho2017-03-071-0/+52
|