- Feb 24, 2020
-
-
GitLab Bot authored
-
- Dec 16, 2019
-
-
GitLab Bot authored
-
- Dec 13, 2019
-
-
GitLab Bot authored
-
- Dec 02, 2019
-
-
GitLab Bot authored
-
- Sep 16, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Aug 29, 2019
-
-
Stan Hu authored
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
-
- Aug 28, 2019
-
-
Patrick Derichs authored
-
- Aug 07, 2019
-
-
Heinrich Lee Yu authored
Send a `persist_filter: false` param to backend when opening links to notes and auto-switching to show all notes
-
- Aug 01, 2019
-
-
Patrick Derichs authored
-
Patrick Derichs authored
Remove project from NotesFinder constructor Add project parameter to specs Also look for methods in private scope Fix specs to match new NotesFinder constructor
-
- Jul 27, 2019
-
-
Stan Hu authored
This reverts merge request !29733
-
- Jul 26, 2019
-
-
Patrick Derichs authored
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
-
- Jul 09, 2019
-
-
Fatih Acet authored
This is a port MR for CE Original MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
-
- Apr 08, 2019
-
-
Oswaldo Ferreir authored
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
-
- Apr 04, 2019
-
-
Jan Provaznik authored
Scoped labels in EE require additional changes in CE code.
-
- Apr 03, 2019
-
-
Heinrich Lee Yu authored
Also removes specs related to the flag
-
- Mar 06, 2019
-
-
Winnie Hellmann authored
-
- Feb 06, 2019
-
-
Heinrich Lee Yu authored
-
- Jan 30, 2019
-
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
receive data on when there is a conflict
-
Fatih Acet authored
-
- Dec 19, 2018
-
-
Heinrich Lee Yu authored
-
- Oct 23, 2018
-
-
Oswaldo Ferreir authored
-
- Sep 19, 2018
-
-
gfyoung authored
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.
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Sep 07, 2018
-
-
Jan Provaznik authored
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
- Jun 21, 2018
-
-
- Jun 01, 2018
-
-
Chantal Rollison authored
-
- May 03, 2018
-
-
Chantal Rollison authored
-
- Apr 03, 2018
-
-
Jan Provaznik authored
-
- Feb 28, 2018
-
-
- Jan 18, 2018
-
-
Jan Provaznik authored
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
-
- Dec 18, 2017
-
-
Sean McGivern authored
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.
-
- Dec 15, 2017
-
-
Lin Jen-Shin authored
-
- Dec 08, 2017
-
-
Luke "Jared" Bennett authored
-
Luke "Jared" Bennett authored
-
- Nov 29, 2017
-
-
Valery Sizov authored
-