Download:
child 233:9bf52249b2d9
parent 231:fac95513f366
232:ee300662d95b
Anton Shestakov <av6@dwimlabs.net>, Tue, 30 Aug 2016 16:38:09 +0800
docs: describe entry points

1 файлов изменено, 18 вставок(+), 0 удалений(-) [+]
README.rst file | annotate | diff | comparison | revisions
--- a/README.rst Tue Aug 30 16:15:39 2016 +0800
+++ b/README.rst Tue Aug 30 16:38:09 2016 +0800
@@ -3,6 +3,24 @@
:alt: Lint Status
+Entry points
+============
+
+- checker.py - command line tool for running a single check
+- incoming.py - command line tool for parsing a single check result
+- viewer.py - web interface for looking at projects and check results
+
+- hooks-queue.py - web service for handling events from code hosting sites
+- poll-hgweb-queue.py - long-lived HTTP client for polling changes in hgweb
+ instances (because they don't have defined events API)
+- incoming-queue.py - long-lived process for receiving and parsing check
+ results
+- worker-queue.py - long-lived worker process for running checks on events
+
+- run-tests.py - test runner, see bitbucket-pipelines.yml for some useful
+ arguments
+
+
Project configuration
=====================