summaryrefslogtreecommitdiff
path: root/spec/javascripts/merge_request_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-3/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-5/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-161-3/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-5/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-1/+2
|
* Fix missing setTimeout in specfix-merge-request-specIllya Klymov2019-09-101-3/+5
|
* Upgrade Rails to 5.1.6.1Jasper Maes2019-04-231-1/+1
| | | | Model.new.attributes now also returns encrypted attributes.
* Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann2019-03-261-4/+4
| | | | | | | | | | Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
* Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda2019-03-221-4/+4
| | | This reverts merge request !26430
* Remove .raw from JavaScript fixture file namesWinnie Hellmann2019-03-211-4/+4
| | | | | | | There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
* Add fast tasklist support to MR tasklistFatih Acet2019-02-071-16/+37
| | | | Also adds specs and fixes existing specs
* Fix failing specs and lint errors.Fatih Acet2019-01-301-2/+15
|
* Prettify all spec filesMike Greiling2018-10-171-93/+91
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-171-1/+2
|
* Performance Improvements to Vue MR pageTim Zallmann2018-06-301-8/+15
|
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-2/+4
|
* fixed task list specPhil Hughes2018-02-051-8/+20
|
* fixed failing karma specs caused by TaskListPhil Hughes2018-02-051-4/+6
|
* fixed merge request specsPhil Hughes2018-01-161-2/+2
|
* Fixed merge request status badge not updating after mergingmr-status-box-updatePhil Hughes2018-01-151-2/+1
|
* Make tasklist:changed test in merge_request_spec.js asyncwinh-fix-merge-request-specWinnie Hellmann2018-01-081-4/+11
|
* Exported JS classes as modulesph-even-more-es-modulesPhil Hughes2017-12-151-2/+1
|
* Generalize detail page headers40543-generalize-detail-page-headersEric Eastwood2017-12-051-2/+2
| | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40543 Bug introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15192
* Hide close MR button after merge without reloading pageJacopo2017-09-241-0/+39
| | | | After merging a MR the close button is hidden, without reloading the page.
* Fix MR and issue specsLuke "Jared" Bennett2017-07-071-8/+5
|
* Fixed issue_spec and merge_request_spec for report toggle changesLuke "Jared" Bennett2017-07-071-4/+6
|
* Remove inclusive JS importsLuke "Jared" Bennett2017-07-071-10/+4
|
* Added specsLuke "Jared" Bennett2017-07-071-1/+39
|
* Use native change event in the spec to trigger addEventListenerJared Deckard2017-05-231-1/+3
|
* update frontend specs to use ES module syntaxMike Greiling2017-05-161-1/+1
|
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-171-1/+1
|
* code style and test fixesSimon Knox2017-02-141-3/+3
| | | | fix test following https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9172
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-2/+1
| |
* | 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
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-1/+2
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-051-2/+2
| | | | dependency on Teaspoon
* update all frontend tests to point to precompiled fixturesMike Greiling2017-01-031-2/+2
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+2
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+28