summaryrefslogtreecommitdiff
path: root/spec/javascripts/issue_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Shows new branch/mr button even when branch existsJacopo2018-04-191-0/+1
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
|
* fixed failing karma specs caused by TaskListPhil Hughes2018-02-051-17/+0
|
* fixed issue_spec transient failurePhil Hughes2018-01-311-32/+27
|
* fixed failing specsPhil Hughes2018-01-311-2/+2
|
* Converted issue.js to axiosPhil Hughes2018-01-301-24/+58
|
* Update issuable status icons33926-update-issuable-iconsEric Eastwood2017-12-131-1/+1
| | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33926 Changed file icons already addressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15367
* Remove useless closeReopenReport specsLuke "Jared" Bennett2017-11-021-34/+0
|
* Add top level items to fly-out navigationPhil Hughes2017-09-061-1/+1
| | | | | | This only appears when in the collapsed sidebar. If the sidebar is expanded, then these items are hidden & no fly-out navigation is displayed. Closes #36294
* Fixed issue_spec and merge_request_spec for report toggle changesLuke "Jared" Bennett2017-07-071-18/+12
|
* Remove inclusive JS importsLuke "Jared" Bennett2017-07-071-10/+4
|
* Added specsLuke "Jared" Bennett2017-07-071-1/+40
|
* update frontend specs to use ES module syntaxMike Greiling2017-05-161-1/+1
|
* Merge branch 'issue-title-description-realtime' into 'master' Phil Hughes2017-05-051-6/+0
|\ | | | | | | | | | | | | Render Description Realtime :tada: Closes #25049 and #31355 See merge request !10865
| * fix js specsRegis2017-05-041-48/+0
| |
| * remove fdescribe [ci skip]Regis2017-05-021-1/+1
| |
| * issue_spec - getting closerRegis2017-05-021-5/+47
| |
* | Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-041-2/+2
|/
* Reset New branch button when issue state changes💃 Winnie 💃2017-04-121-85/+109
|
* handle commas in Issue total countSimon Knox2017-03-211-0/+15
|
* Convert Issue into ES6 class (!9636)winniehell2017-03-081-23/+20
|
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-171-1/+1
|
* update issue count when closing/reopening an issueSimon Knox2017-02-141-0/+4
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-14/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 indent eslint violationsMike Greiling2017-01-181-13/+13
| |
| * resolve all no-trailing-spaces eslint violationsMike Greiling2017-01-181-1/+1
| |
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-2/+1
| |
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-2/+2
| |
* | 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-2/+3
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-051-6/+6
| | | | dependency on Teaspoon
* update all frontend tests to point to precompiled fixturesMike Greiling2017-01-031-6/+6
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-2/+3
|
* Explicitly name namespace and projects for frontend fixtureswinniehell2016-11-251-1/+1
|
* Use Rails test host name for frontend fixtureswinniehell2016-11-251-1/+1
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* Replace static issue fixtures by script (!6059)winniehell2016-10-281-17/+18
|
* Clean up issue_spec.jswinniehell2016-10-281-59/+102
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-2/+0
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+121