Commit Graph

5 Commits

Author SHA1 Message Date
David Shrewsbury e6d8b210cc Documentation reorg
Reorganizing docs as recommended in:

https://www.divio.com/blog/documentation/

This is simply a reorganization of the existing documents and changes
no content EXCEPT to correct the location of sphinx doc references.
Expect followup changes to change document names (to reflect the new
structure) and to move content from existing guides (e.g., to move the
pipeline/project/job structure definitions out of the "Project Configuration"
reference guide into their own reference documents for easier locatability).

All documents are now located in either the "overview", "tutorials",
"discussions", or "references" subdirectories to reflect the new structure
presented to the user. Code examples and images are moved to "examples" and
"images" root-level directories.

Developer specific documents are located in the "references/developer"
directory.

Change-Id: I538ffd7409941c53bf42fe64b7acbc146023c1e3
2020-01-14 12:47:23 -05:00
Simon Westphahl c6f4cb21a3 Record and report time for trigger events
Sometimes, e.g. during reconfiguration, it can take quite some time
between the trigger event and when a change is enqueued.

This change allows tracking the time it takes from receiving the event
until it is processed by the scheduler.

Change-Id: I347acf56bc8d7671d96f6be444c71902563684be
2019-07-18 06:56:23 +02:00
Simon Westphahl d31635fc03 Update examples in MQTT reporter docu
Change-Id: I364ff19916cede6af21db37a52f4a72e4e2bf5b5
2019-07-17 09:36:12 +02:00
Simon Westphahl d2c70eea71 Add missing doc for 'execute_time' in MQTT schema
Change-Id: Ibd7cb02c659bb0de0f08845ed974d6c03043b21f
2019-03-13 16:02:31 +01:00
Tristan Cacqueray 531a880a5d mqtt: add basic reporter
This change adds a MQTT reporter to publish build results message.

Change-Id: I5a9937a7952beac5c77d83ab791d48ff000b447b
2018-05-02 07:20:46 +00:00