1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-08 09:25:52 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
9605cb22f0 Implement method /a/changes.
After gerrit recives an action (like creating a review, comment, and so
on) it will send appropriate json from ssh server. Jenkins, which is
listening on the ssh channel will receive this message and do
appropriate action (for example, it will do the build/test whatever),
and sends back notification back to HTTP gerrit server to /a/changes
endpoint. There are couple of requests to that url, which will indicate
what jenkins is doing (like starting build, sending result info).
2019-11-01 08:17:14 +01:00
802cce3f83 Added new REST endpoints.
Two new endponds added:

- /a/plugins/events-log/events/
- /a/changes
2019-11-01 08:16:43 +01:00
41b1b284a6 Simplify http server 2019-10-29 19:26:47 +01:00
Szymon Datko
524d10956c Fix version string and http server output 2019-10-29 19:26:47 +01:00
68ea17b854 Cleaned up code a bit 2019-10-29 19:23:31 +01:00
Szymon Datko
883872549c Initial garbage 2019-10-29 19:20:18 +01:00