summaryrefslogtreecommitdiff
path: root/lib/api/events.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'dev/master'Bob Van Landuyt2018-10-011-3/+19
|\
| * Redact events shown in the events APINick Thomas2018-09-211-3/+19
| |
* | 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
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+8
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Add authenticate to events api. fix #49255Warren Parad2018-08-161-0/+5
|
* Eliminate N+1 queries with authors and push_data_payload in Events APIStan Hu2018-06-051-0/+1
|
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
|
* Accept a username for User-level Events APIMark Fletcher2017-06-061-2/+2
|
* Introduce an Events APIMark Fletcher2017-06-061-0/+86
* Meld the following disparate endpoints: * `/projects/:id/events` * `/events` * `/users/:id/events` + Add result filtering to the above endpoints: * action * target_type * before and after dates