Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent awarding emoji when a project is archived | Bob Van Landuyt | 2018-04-11 | 1 | -1/+14 |
| | | | | This prevents performing the requests, and disables all emoji reaction buttons | ||||
* | Add noteableType to mock data object44939-epic-comment-thread-backports | Kushal Pandya | 2018-04-06 | 1 | -0/+1 |
| | |||||
* | Removes eslint disabled commentsfl-prettier-mock-data | Filipa Lacerda | 2018-03-29 | 1 | -412/+451 |
| | |||||
* | fixed note polling not sending updated last fetched at datefix-duplicate-notes | Phil Hughes | 2018-03-12 | 1 | -1/+1 |
| | | | | added spec for polling | ||||
* | Render MR Notes with Vue with behind a cookie | Fatih Acet | 2018-02-28 | 1 | -2/+3 |
| | |||||
* | Makes close/reopen issue request to inside the vue app | Filipa Lacerda | 2018-02-09 | 1 | -0/+2 |
| | |||||
* | Default to HTTPS for all Gravatar URLsdefault-to-https-for-gravatar-urls | Achilleas Pipinellis | 2018-01-25 | 1 | -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 code | Yorick Peterse | 2018-01-08 | 1 | -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-build | Eric Eastwood | 2017-12-11 | 1 | -174/+200 |
| | |||||
* | Try to clean up legit Vue error that was patched over | Eric Eastwood | 2017-12-10 | 1 | -0/+48 |
| | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/37619#note_50422859 | ||||
* | issue note store | Simon Knox | 2017-11-30 | 1 | -2/+2 |
| | |||||
* | Rename a few attribute suffixes from `_url` to `_path` | Douwe Maan | 2017-08-17 | 1 | -2/+2 |
| | |||||
* | Remove view=full_data from NotesController | Douwe Maan | 2017-08-17 | 1 | -2/+2 |
| | |||||
* | Adds missing unit tests for vue components: issue_note_awards_list; ↵ | Filipa Lacerda | 2017-08-11 | 1 | -1/+51 |
| | | | | issue_note_body; issue_note_form;issue_note_spec | ||||
* | [ci skip] Adds unit tests for issue comment form spec | Filipa Lacerda | 2017-08-09 | 1 | -0/+41 |
| | |||||
* | [ci skip] Adds tests for issue app | Filipa Lacerda | 2017-08-09 | 1 | -94/+135 |
| | |||||
* | Merge branch 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce ↵ | Filipa Lacerda | 2017-08-07 | 1 | -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_data | Sean McGivern | 2017-08-07 | 1 | -2/+2 |
| | | |||||
* | | Init adding tests | Filipa Lacerda | 2017-08-07 | 1 | -2/+98 |
|/ | |||||
* | Adds mock data | Filipa Lacerda | 2017-08-04 | 1 | -0/+221 |