Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Ed Morley 55cf146ef1
Bug 1281821 - Docs: Correct Pulse environment variable references (#4097)
To account for the changes in #3948.
2018-10-04 12:08:04 +01:00
George Hickman 0c84435659 Convert the Pulse Job configuration into a list of strings 2018-08-28 14:01:49 +01:00
George Hickman 425350fb2b Bug 1281821 - Convert Pulse push configuration into a list
We don't currently change the push ingestion sources in any of our envs
(prod, staging, prototype, test, dev) from their defaults.  This
hardcodes those unchanging values and documents where to change them
should an engineer need to.
2018-08-24 10:46:06 +01:00
George Hickman 078133f906
Remove the pulse destinations configuration (#3931)
They don't provide much benefit as per:
https://github.com/mozilla/treeherder/pull/3863#discussion_r207983587
2018-08-23 18:55:33 +01:00
Ed Morley 3da4738649
Revert "Remove the pulse destinations configuration" (#3927)
This reverts commit 1728dd306c (#3884), due to:

```
Pulse warning: queue "queue/treeherder-staging/jobs" is overgrowing

Warning: your queue "queue/treeherder-staging/jobs" on exchange "could not be determined" is
overgrowing (4083 ready messages, 4083 total messages).
...
```
2018-08-15 21:00:00 +02:00
George Hickman 1728dd306c Remove the pulse destinations configuration
They don't provide much benefit as per:
https://github.com/mozilla/treeherder/pull/3863#discussion_r207983587
2018-08-15 19:04:59 +01:00
George Hickman fb99e98c4f Bug 1281821 - Split PULSE_DATA_INGESTION_SOURCES into three separate settings 2018-08-07 09:51:40 +01:00
George Hickman 6e7b1efac3 Bug 1281821 - Rename PULSE_URI -> PULSE_URL to match other config vars 2018-08-07 09:51:40 +01:00
George Hickman cc4bfa47f6 Bug 1281821 - Use PULSE_URI instead of PULSE_DATA_INGESTION_CONFIG 2018-08-07 09:51:40 +01:00
Ed Morley eeff0a6fb4 Bug 1466084 - Docs: Convert markup from reST to markdown
Markdown guide for reference:
https://daringfireball.net/projects/markdown/syntax

For the existing Sphinx `.. note::`s, there isn't an exact equivalent
until we switch to mkdocs (which has the `Admonition` extension), so
I've left as reStructuredText and wrapped them with an `eval_rst`
code block for now, rather than switching to HTML. See:
https://recommonmark.readthedocs.io/en/latest/auto_structify.html#embed-restructuredtext
2018-07-30 20:49:01 +02:00
Ed Morley 71c1124784 Bug 1466084 - Docs: Change file extensions from .rst to .md
Renaming as a separate commit since otherwise Git was struggling to
identify the renames, making the diff harder to review.

`index.rst` has been left unchanged, since we still want to use the
`toctree` directive for now.
2018-07-30 20:49:01 +02:00