Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shows new branch/mr button even when branch exists | Jacopo | 2018-04-19 | 1 | -0/+1 |
| | |||||
* | require jQuery to be explicitly importedremove-jquery-globals | Mike Greiling | 2018-03-09 | 1 | -0/+2 |
| | |||||
* | fixed failing karma specs caused by TaskList | Phil Hughes | 2018-02-05 | 1 | -17/+0 |
| | |||||
* | fixed issue_spec transient failure | Phil Hughes | 2018-01-31 | 1 | -32/+27 |
| | |||||
* | fixed failing specs | Phil Hughes | 2018-01-31 | 1 | -2/+2 |
| | |||||
* | Converted issue.js to axios | Phil Hughes | 2018-01-30 | 1 | -24/+58 |
| | |||||
* | Update issuable status icons33926-update-issuable-icons | Eric Eastwood | 2017-12-13 | 1 | -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 specs | Luke "Jared" Bennett | 2017-11-02 | 1 | -34/+0 |
| | |||||
* | Add top level items to fly-out navigation | Phil Hughes | 2017-09-06 | 1 | -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 changes | Luke "Jared" Bennett | 2017-07-07 | 1 | -18/+12 |
| | |||||
* | Remove inclusive JS imports | Luke "Jared" Bennett | 2017-07-07 | 1 | -10/+4 |
| | |||||
* | Added specs | Luke "Jared" Bennett | 2017-07-07 | 1 | -1/+40 |
| | |||||
* | update frontend specs to use ES module syntax | Mike Greiling | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'issue-title-description-realtime' into 'master' | Phil Hughes | 2017-05-05 | 1 | -6/+0 |
|\ | | | | | | | | | | | | | Render Description Realtime :tada: Closes #25049 and #31355 See merge request !10865 | ||||
| * | fix js specs | Regis | 2017-05-04 | 1 | -48/+0 |
| | | |||||
| * | remove fdescribe [ci skip] | Regis | 2017-05-02 | 1 | -1/+1 |
| | | |||||
| * | issue_spec - getting closer | Regis | 2017-05-02 | 1 | -5/+47 |
| | | |||||
* | | Allow to create new branch and empty WIP merge request from issue page | Alfredo Sumaran | 2017-05-04 | 1 | -2/+2 |
|/ | |||||
* | Reset New branch button when issue state changes | 💃 Winnie 💃 | 2017-04-12 | 1 | -85/+109 |
| | |||||
* | handle commas in Issue total count | Simon Knox | 2017-03-21 | 1 | -0/+15 |
| | |||||
* | Convert Issue into ES6 class (!9636) | winniehell | 2017-03-08 | 1 | -23/+20 |
| | |||||
* | fix overlooked window binding in spec filesremove-imports-loader-window-bind | Mike Greiling | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | update issue count when closing/reopening an issue | Simon Knox | 2017-02-14 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-01-27 | 1 | -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 violations | Mike Greiling | 2017-01-18 | 1 | -13/+13 |
| | | |||||
| * | resolve all no-trailing-spaces eslint violations | Mike Greiling | 2017-01-18 | 1 | -1/+1 |
| | | |||||
| * | resolve all padded-blocks eslint violations | Mike Greiling | 2017-01-18 | 1 | -2/+1 |
| | | |||||
* | | use ~ to reference non-local scripts instead of resolve.root | Mike Greiling | 2017-01-10 | 1 | -2/+2 |
| | | |||||
* | | include spec_helper within karma config rather than each individual test | Mike Greiling | 2017-01-10 | 1 | -1/+0 |
| | | |||||
* | | Swapped out teaspoon for karma | Luke "Jared" Bennett | 2017-01-10 | 1 | -2/+3 |
|/ | |||||
* | replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵ | Mike Greiling | 2017-01-05 | 1 | -6/+6 |
| | | | | dependency on Teaspoon | ||||
* | update all frontend tests to point to precompiled fixtures | Mike Greiling | 2017-01-03 | 1 | -6/+6 |
| | |||||
* | resolve all instances of no-undef eslint rule violationsclean-no-undef | Mike Greiling | 2016-12-14 | 1 | -2/+3 |
| | |||||
* | Explicitly name namespace and projects for frontend fixtures | winniehell | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | Use Rails test host name for frontend fixtures | winniehell | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | explicitly disable eslint inlineexplicitly-disable-eslint-inline | Luke "Jared" Bennett | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | Replace static issue fixtures by script (!6059) | winniehell | 2016-10-28 | 1 | -17/+18 |
| | |||||
* | Clean up issue_spec.js | winniehell | 2016-10-28 | 1 | -59/+102 |
| | |||||
* | disable ESLint for all JavaScript files | winniehell | 2016-10-26 | 1 | -0/+1 |
| | |||||
* | Restore comments lost when converting CoffeeScript to JavaScript | Jared Deckard | 2016-09-08 | 1 | -2/+0 |
| | |||||
* | ES6ify all the things! | Fatih Acet | 2016-07-24 | 1 | -0/+121 |