summaryrefslogtreecommitdiff
path: root/lib/api/events.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add new api class for projects eventsMaƂgorzata Ksionek2019-04-241-47/+2
* Hide confidential events in rubyBob Van Landuyt2018-12-171-30/+12
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* 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
|/
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+8
* 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