This is an automated email from the ASF dual-hosted git repository. akm pushed a commit to branch table-formatting-fix in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 168c15ef423bd7a0e0f789a01a78d09e60d56a06 Author: Andrew K. Musselman <[email protected]> AuthorDate: Wed Jan 21 11:05:29 2026 -0800 Removing tables, linted --- atr/docs/how-to-contribute.md | 2 +- atr/docs/running-the-server.md | 22 +++++++++------------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/atr/docs/how-to-contribute.md b/atr/docs/how-to-contribute.md index ce94361..71f9bfa 100644 --- a/atr/docs/how-to-contribute.md +++ b/atr/docs/how-to-contribute.md @@ -116,4 +116,4 @@ We strongly encourage all contributors to enable two-factor authentication on th ### Alternative: email patches -If you prefer not to use GitHub, you can [email patches](https://lists.apache.org/[email protected]) using standard Git patch formatting. \ No newline at end of file +If you prefer not to use GitHub, you can [email patches](https://lists.apache.org/[email protected]) using standard Git patch formatting. diff --git a/atr/docs/running-the-server.md b/atr/docs/running-the-server.md index f8ec11f..7d90e7b 100644 --- a/atr/docs/running-the-server.md +++ b/atr/docs/running-the-server.md @@ -36,10 +36,8 @@ ATR is a Python application based on [ASFQuart](https://github.com/apache/infras **Trade-offs:** -| Method | Pros | Cons | -|--------|------|------| -| Container | Isolated, includes all tools | Slower startup, certificate trust setup | -| Direct | Fast iteration, auto-trusted certs | Manual dependency setup | +- _Container_: isolated, includes all tools; slower startup, certificate trust setup +- _Direct_: fast iteration, auto-trusted certs; manual dependency setup **Important:** Do not run both methods simultaneously - they share the same state directory and will conflict. @@ -69,14 +67,12 @@ ATR serves on multiple hosts, but we recommend using `localhost.apache.org` cons ### Environment variables -| Variable | Description | -|----------|-------------| -| `ALLOW_TESTS=1` | Enable test mode with mock authentication | -| `APP_HOST` | Hostname for the application | -| `BIND` | Address and port to bind (default: `127.0.0.1:8080`) | -| `LDAP_BIND_DN` | LDAP bind DN for rsync writes | -| `LDAP_BIND_PASSWORD` | LDAP bind password | -| `SSH_HOST` | SSH host for rsync operations | +- `ALLOW_TESTS=1`: Enable test mode with mock authentication +- `APP_HOST`: Hostname for the application +- `BIND`: Address and port to bind (default: `127.0.0.1:8080`) +- `LDAP_BIND_DN`: LDAP bind DN for rsync writes +- `LDAP_BIND_PASSWORD`: LDAP bind password +- `SSH_HOST`: SSH host for rsync operations ### Startup behavior @@ -102,4 +98,4 @@ To clear cached session data: 1. Use the clear button on `/user/cache` 2. Restart the server (the `atr/principal.py` module caches authorization in memory) -**Note:** Session caching only works in debug mode, which is enabled when using `make serve-local`. \ No newline at end of file +**Note:** Session caching only works in debug mode, which is enabled when using `make serve-local`. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
