Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove error response
Michalis Zampetakis committed 2 years ago
commit a8a9946836512c0201c408f77336af64408dcf4e
parent e342d614cbe4f0dffa4976e60ef8eaf927a05774
1 file changed +2 -5
modified doc/architecture.md
@@ -139,9 +139,6 @@ Successful response:

Failure response:
{"response":"finished","result":"failure"}
-

-
Error response:
-
{"response":"finished","failure":"error message\nsecond line"}
~~~

## Push Event Request
@@ -309,12 +306,12 @@ report pages.
The report pages are HTML, generated from the information in the
database. The broker loads information for all runs when it starts,
from the database, and then pushed information about new runs when
-
they happens. This avoids the broker having to read everything every
+
they happen. This avoids the broker having to read everything every
time it updates the report pages.

The report page generation is done in its own thread, separate from
the main thread of the CI broker. This allows the reporting to happens
-
independently from what the main thread is doing. In particular, it
+
independently of what the main thread is doing. In particular, it
means the main thread does not need to do anything to trigger reports
from being updated.