summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/report_event.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-6/+4
* Port rest.client.v2Erik Johnston2019-12-051-6/+3
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-3/+1
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-2/+2
* rename assert_params_in_request to assert_params_in_dictKrombel2018-07-131-2/+2
* Merge branch 'develop' into rav/enforce_report_apiRichard van der Hoff2018-07-121-5/+6
|\
| * run isortAmber Brown2018-07-091-3/+3
* | Enforce the specified API for report_eventRichard van der Hoff2018-05-311-2/+23
|/
* Add timestamp and auto incrementing IDErik Johnston2016-05-041-0/+2
* Move event_id to pathErik Johnston2016-05-041-4/+2
* Add /report endpointErik Johnston2016-05-041-0/+59