summaryrefslogtreecommitdiff
path: root/lib/api/broadcast_messages.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-3/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-9/+11
|
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
| | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-1/+1
|
* Conditionally destroy a ressourceRobert Schilling2017-08-281-3/+1
|
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+1
|
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
| | | | | | | | New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Return 204 for delete endpointsRobert Schilling2017-02-281-1/+1
|
* Define common helper for describe pagination params in apiSemyon Pupkov2016-11-221-2/+3
|
* Use declared_params helper in APIgrapify-declared-paramsRobert Schilling2016-11-141-4/+2
|
* Add BroadcastMessage API implementationRobert Speicher2016-08-311-0/+99