summaryrefslogtreecommitdiff
path: root/lib/api/helpers/notes_helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use policies to determine if attributes can be set in the APISean McGivern2018-08-221-4/+1
| | | | This is more idiomatic than checking membership explicitly.
* Allow date parameters on Issues and Notes API for group ownersFlorent Dubois2018-08-221-1/+1
| | | | | | | - Allow `created_at` and `updated_at` parameters on Issues API - Allow `created_at` on Issue Notes API Closes gitlab-org/gitlab-ce#40059
* Resolve "do not set updated_at when creating note"Kia Mei Somabes2018-07-121-0/+2
|
* Merge request and commit discussions APIJan Provaznik2018-05-011-7/+49
|
* Resolve "Namespace factory is problematic"Lin Jen-Shin2018-04-231-1/+3
|
* Add discussion APIjprovazn-apiJan Provaznik2018-03-071-0/+76
* adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)