Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ Treeherder exists on two instances: [staging](https://treeherder.allizom.org) fo

## Installation

The steps to run Treeherder are provided [here](https://treeherder.readthedocs.io/installation.html).
The steps to run Treeherder are provided in the [installation guide](https://treeherder.readthedocs.io/installation.html).

The steps to run only the UI are provided [here](https://treeherder.readthedocs.io/installation.html#ui-development).
The steps to run only the UI are provided in the [UI development guide](https://treeherder.readthedocs.io/installation.html#ui-development).

## Links

Visit our project tracking Wiki [here](https://wiki.mozilla.org/EngineeringProductivity/Projects/Treeherder).
Visit our [project tracking Wiki](https://wiki.mozilla.org/EngineeringProductivity/Projects/Treeherder).

For other setup and configuration, visit our readthedocs page [here](https://treeherder.readthedocs.io).
For other setup and configuration, visit our [Read the Docs documentation](https://treeherder.readthedocs.io).

File any bugs you may encounter [here](https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree+Management&component=Treeherder).
File any bugs you may encounter in [Bugzilla](https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree+Management&component=Treeherder).

## Contributing

Expand Down
10 changes: 5 additions & 5 deletions docs/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Treeherder uses [Bootstrap color](https://getbootstrap.com/docs/5.3/utilities/co

Please use this custom color according to the following table:

| Bootstrap Color | Treeherder Color |
| ---------------: | :--------------------- |
| `btn-info` | `btn-darker-info` |
| `text-info` | `text-darker-info` |
| `btn-secondary` | `btn-darker-secondary` |
| Bootstrap Color | Treeherder Color |
| ---------------: | :---------------------- |
| `btn-info` | `btn-darker-info` |
| `text-info` | `text-darker-info` |
| `btn-secondary` | `btn-darker-secondary` |
| `text-secondary` | `text-darker-secondary` |

For example, if inserting a text color into an element, use `className="text-darker-info"`, instead of using `className="text-info"`.
Expand Down
4 changes: 2 additions & 2 deletions docs/accessing_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ to enable TLS.

When setting up a connection make sure to set the SSL mode to `require` and set
the SSL CA certificate option to point at the public CA certificate, which for convenience can
be used directly from the Treeherder repository [here][gcp-cert] for the stage replica or
[here][gcp-prototype-cert] for prototype.
be used directly from the Treeherder repository: the [stage replica CA certificate][gcp-cert]
or the [prototype CA certificate][gcp-prototype-cert].

[pgAdmin]: https://www.pgadmin.org/
[DBeaver]: https://dbeaver.io/
Expand Down
2 changes: 1 addition & 1 deletion docs/infrastructure/data_ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Once tasks are processed, the log parsing is scheduled, and depending on the sta

The live backing log is parsed for a number of reasons - to extract and store performance data for tests that add PERFORMANCE_DATA objects in the logs and to extract and store failure lines for failed tasks. These failure lines are stored and displayed in the job details panel in the Treeherder jobs view, and are used by code sheriffs to classify intermittent failures against bugzilla bugs.

All exchange bindings that a Pulse user account is subscribed to can be viewed in the Pulse Guardian admin account (under the queues tab); the RabbitMQ dashboard will show which queues are registered and receiving messages. Troubleshooting steps for various data ingestion problems can be found [here](./troubleshooting.md#scenarios).
All exchange bindings that a Pulse user account is subscribed to can be viewed in the Pulse Guardian admin account (under the queues tab); the RabbitMQ dashboard will show which queues are registered and receiving messages. Troubleshooting steps for various data ingestion problems can be found in the [troubleshooting scenarios](./troubleshooting.md#scenarios).

## Adding New Queues or Workers

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-environment-puppeteer": "11.0.0",
"jest-puppeteer": "11.0.0",
"markdownlint-cli": "0.43.0",
"markdownlint-cli": "0.49.0",
"puppeteer": "24.2.1",
"sass": "1.101.0",
"sass-loader": "16.0.8",
Expand Down
Loading