Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up some notes tech debtfix-up-notes-technical-debt | Eric Eastwood | 2017-05-26 | 1 | -1/+0 |
| | | | | | | | | | Fix up tech debt comments from @jschatz1 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757436 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757905 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757952 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28758013 | ||||
* | Fix system note comparison and standardize note setup | Eric Eastwood | 2017-05-19 | 1 | -0/+1 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32551 | ||||
* | Fix ability to edit diff notes multiple times | Kushal Pandya | 2017-05-18 | 1 | -0/+41 |
| | |||||
* | Fix missing .original-note-content and trailing new line edge case32449-fix-note-comparison-trailing-newline-edge-case | Eric Eastwood | 2017-05-18 | 1 | -8/+52 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32449 | ||||
* | Merge branch '24373-warning-message-go-away' into 'master' | Phil Hughes | 2017-05-16 | 1 | -0/+29 |
|\ | | | | | | | | | | | | | Notes warning message should go away once resolved Closes #24373 See merge request !10823 | ||||
| * | Notes: Warning message should go away once resolved | Jacopo | 2017-05-15 | 1 | -0/+29 |
| | | | | | | | | Flash error messages disappear(`fadeOut`) automatically after any successful request | ||||
* | | Improve slash command stripping, escape temporary note contents | Kushal Pandya | 2017-05-15 | 1 | -4/+42 |
|/ | |||||
* | Fix slash commands detection in comments | Kushal Pandya | 2017-05-11 | 1 | -6/+19 |
| | |||||
* | Fix Karma failures for jQuery deferreds | Kushal Pandya | 2017-05-05 | 1 | -129/+88 |
| | |||||
* | Add instant comments support | Kushal Pandya | 2017-05-05 | 1 | -5/+224 |
| | |||||
* | Add real-time note edits :chipmunk: | Eric Eastwood | 2017-05-03 | 1 | -43/+88 |
| | |||||
* | Add renderNote animation and added spec | Luke "Jared" Bennett | 2017-04-19 | 1 | -0/+152 |
| | |||||
* | fix overlooked window binding in spec filesremove-imports-loader-window-bind | Mike Greiling | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | code style and test fixes | Simon Knox | 2017-02-14 | 1 | -1/+1 |
| | | | | fix test following https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9172 | ||||
* | update karma test to expect ajax instead of POST | Simon Knox | 2017-02-09 | 1 | -8/+6 |
| | |||||
* | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-01-27 | 1 | -3/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 violations | Mike Greiling | 2017-01-18 | 1 | -2/+1 |
| | | |||||
| * | resolve all semi and no-extra-semi eslint violations | Mike Greiling | 2017-01-18 | 1 | -2/+2 |
| | | |||||
* | | use ~ to reference non-local scripts instead of resolve.root | Mike Greiling | 2017-01-10 | 1 | -3/+3 |
| | | |||||
* | | include spec_helper within karma config rather than each individual test | Mike Greiling | 2017-01-10 | 1 | -1/+0 |
| | | |||||
* | | include common libraries within spec_helper | Mike Greiling | 2017-01-10 | 1 | -1/+0 |
| | | |||||
* | | fix spec_helper missing/broken references | Mike Greiling | 2017-01-10 | 1 | -0/+1 |
| | | |||||
* | | Swapped out teaspoon for karma | Luke "Jared" Bennett | 2017-01-10 | 1 | -4/+5 |
|/ | |||||
* | Merge branch ↵ | Alfredo Sumaran | 2017-01-06 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | '26226-generate-all-haml-fixtures-within-teaspoon-fixtures-task' into 'master' Precompile all frontend test fixtures Closes #26226 See merge request !8384 | ||||
| * | replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵ | Mike Greiling | 2017-01-05 | 1 | -2/+2 |
| | | | | | | | | dependency on Teaspoon | ||||
| * | update all frontend tests to point to precompiled fixtures | Mike Greiling | 2017-01-03 | 1 | -1/+1 |
| | | |||||
* | | Fix single note edit form specs. | Fatih Acet | 2017-01-04 | 1 | -0/+1 |
|/ | |||||
* | resolve all instances of no-undef eslint rule violationsclean-no-undef | Mike Greiling | 2016-12-14 | 1 | -1/+3 |
| | |||||
* | Replace static fixture for notes_spec (!7683) | winniehell | 2016-12-01 | 1 | -10/+11 |
| | |||||
* | explicitly disable eslint inlineexplicitly-disable-eslint-inline | Luke "Jared" Bennett | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | disable ESLint for all JavaScript files | winniehell | 2016-10-26 | 1 | -0/+1 |
| | |||||
* | Add textarea autoresize after comment | Clement Ho | 2016-09-01 | 1 | -12/+45 |
| | |||||
* | ES6ify all the things! | Fatih Acet | 2016-07-24 | 1 | -0/+41 |