Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use policies to determine if attributes can be set in the API | Sean McGivern | 2018-08-22 | 1 | -4/+1 |
| | | | | This is more idiomatic than checking membership explicitly. | ||||
* | Allow date parameters on Issues and Notes API for group owners | Florent Dubois | 2018-08-22 | 1 | -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 Somabes | 2018-07-12 | 1 | -0/+2 |
| | |||||
* | Merge request and commit discussions API | Jan Provaznik | 2018-05-01 | 1 | -7/+49 |
| | |||||
* | Resolve "Namespace factory is problematic" | Lin Jen-Shin | 2018-04-23 | 1 | -1/+3 |
| | |||||
* | Add discussion APIjprovazn-api | Jan Provaznik | 2018-03-07 | 1 | -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) |