summaryrefslogtreecommitdiff
path: root/spec/javascripts/notes/mock_data.js
Commit message (Collapse)AuthorAgeFilesLines
* Prevent awarding emoji when a project is archivedBob Van Landuyt2018-04-111-1/+14
| | | | This prevents performing the requests, and disables all emoji reaction buttons
* Add noteableType to mock data object44939-epic-comment-thread-backportsKushal Pandya2018-04-061-0/+1
|
* Removes eslint disabled commentsfl-prettier-mock-dataFilipa Lacerda2018-03-291-412/+451
|
* fixed note polling not sending updated last fetched at datefix-duplicate-notesPhil Hughes2018-03-121-1/+1
| | | | added spec for polling
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-2/+3
|
* Makes close/reopen issue request to inside the vue appFilipa Lacerda2018-02-091-0/+2
|
* 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.
* Remove soft removals related codeYorick Peterse2018-01-081-2/+0
| | | | | | | | | | | | | | This removes all usage of soft removals except for the "pending delete" system implemented for projects. This in turn simplifies all the query plans of the models that used soft removals. Since we don't really use soft removals for anything useful there's no point in keeping it around. This _does_ mean that hard removals of issues (which only admins can do if I'm not mistaken) can influence the "iid" values, but that code is broken to begin with. More on this (and how to fix it) can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/31114. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
* Use shared interceptor in note specs37619-fix-vue-typeerror-not-failing-the-buildEric Eastwood2017-12-111-174/+200
|
* Try to clean up legit Vue error that was patched overEric Eastwood2017-12-101-0/+48
| | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/37619#note_50422859
* issue note storeSimon Knox2017-11-301-2/+2
|
* Rename a few attribute suffixes from `_url` to `_path`Douwe Maan2017-08-171-2/+2
|
* Remove view=full_data from NotesControllerDouwe Maan2017-08-171-2/+2
|
* Adds missing unit tests for vue components: issue_note_awards_list; ↵Filipa Lacerda2017-08-111-1/+51
| | | | issue_note_body; issue_note_form;issue_note_spec
* [ci skip] Adds unit tests for issue comment form specFilipa Lacerda2017-08-091-0/+41
|
* [ci skip] Adds tests for issue appFilipa Lacerda2017-08-091-94/+135
|
* Merge branch 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce ↵Filipa Lacerda2017-08-071-2/+2
|\ | | | | | | | | | | | | into issue-discussions-refactor * 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce: Convert ?full_data=1 -> ?view=full_data
| * Convert ?full_data=1 -> ?view=full_dataSean McGivern2017-08-071-2/+2
| |
* | Init adding testsFilipa Lacerda2017-08-071-2/+98
|/
* Adds mock dataFilipa Lacerda2017-08-041-0/+221