summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/issuable_actions.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-4/+31
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-2/+4
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-14/+36
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+6
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-5/+2
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-3/+0
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-4/+8
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-16/+13
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-6/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-021-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-08-291-1/+1
|\
| * Filter out old system notes for epicsPatrick Derichs2019-08-281-1/+1
| |
* | Make it harder to delete issuables accidentallyStan Hu2019-08-291-0/+28
|/ | | | | | | | | | | | Previously submitting a DELETE request to an issuable URL would be enough to destroy it, but this should require human confirmation. We now require that the `destroy_confirm` parameter is set to a truthy value before this can complete. In addition, we log a Sentry error if a deletion arrived without confirmation. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387
* Do not persist notes filter when auto-switchingHeinrich Lee Yu2019-08-071-1/+2
| | | | | | Send a `persist_filter: false` param to backend when opening links to notes and auto-switching to show all notes
* Change block parameter name to params52123-issuable-actions-notesfinder-pderichsPatrick Derichs2019-08-011-1/+1
|
* Use NotesFinder in IssuableActions modulePatrick Derichs2019-08-011-7/+15
| | | | | | | | | | Remove project from NotesFinder constructor Add project parameter to specs Also look for methods in private scope Fix specs to match new NotesFinder constructor
* Revert "Merge branch '52123-issuable-actions-notesfinder-pderichs' into ↵Stan Hu2019-07-271-15/+7
| | | | | 'master'" This reverts merge request !29733
* Use NotesFinder in module IssuableActionsPatrick Derichs2019-07-261-7/+15
| | | | | | | | | | | | | | Add spec for concern IssuableActions Add shared samples for discussions endpoint Add schema validations for discussions Fix rubocop style issue Make target assignable Use new possibility to provide target
* CE Port of Allow bulk update for group issuesFatih Acet2019-07-091-2/+2
| | | | | | | | This is a port MR for CE Original MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-6/+1
| | | | | Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
* [backend] backport of scoped labelsJan Provaznik2019-04-041-0/+3
| | | | Scoped labels in EE require additional changes in CE code.
* Remove reply_to_individual_notes feature flag58644-remove-reply_to_individual_notes-feature-flagHeinrich Lee Yu2019-04-031-3/+0
| | | | Also removes specs related to the flag
* Enable reply_to_individual_notes feature flag by defaultWinnie Hellmann2019-03-061-1/+1
|
* Add reply to notes to turn into discussionsHeinrich Lee Yu2019-02-061-0/+3
|
* Specs for caching and issue controller changesBrett Walker2019-01-301-3/+1
|
* Added 'handle_update_task' for new task handlingBrett Walker2019-01-301-2/+1
|
* Pass tasklist lock versionBrett Walker2019-01-301-1/+4
| | | | receive data on when there is a conflict
* Add lock version to issuable helpersFatih Acet2019-01-301-1/+2
|
* Refactor sidebar to use data from serializerHeinrich Lee Yu2018-12-191-6/+4
|
* Resolve "Filter discussion (tab) by comments or activity in issues and merge ↵Oswaldo Ferreira2018-10-231-1/+32
| | | | requests"
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
| | | | | | | | | | | | Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-0/+1
|
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|
* Changes tab VUE refactoringFelipe Artur2018-06-211-1/+1
|
* Backport of 5942-extract-ee-specific-filesccr/extract_EE_code_5942Chantal Rollison2018-06-011-13/+17
|
* Backport of 1481-changing-weight-values-should-trigger-system-notesChantal Rollison2018-05-031-1/+0
|
* Refactor discussions/notes codeJan Provaznik2018-04-031-1/+5
|
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-0/+14
|
* Return last edited time instead of update time41247-timestampJan Provaznik2018-01-181-1/+1
| | | | | | | | | | | | | For issuable models we keep two timestamps: updated_at which is updated whenever any model attribute is changed, last_edited_at which is changed when only title or description is changed. In UI bellow description we display who and when updated the item. But last_edited_by (used for 'who') is mistakenly combined with updated_at (when), last_edited_at should be used instead. Closes #41247
* Merge branch ↵Douwe Maan2017-12-181-1/+0
|\ | | | | | | | | | | | | | | | | '40871-todo-notification-count-shows-notification-without-having-a-todo' into 'master' Resolve "Todo notification count shows notification without having a todo" Closes #40871 See merge request gitlab-org/gitlab-ce!15807
| * Reset todo counters when the target is deleted40871-todo-notification-count-shows-notification-without-having-a-todoSean McGivern2017-12-181-1/+0
| | | | | | | | | | | | When the target is deleted, todos are destroyed, but we did not reset the todo cache for users with todos on the deleted target. This would only update after the next time the todo cache was updated for that user.