| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | chutney ci: remove CHUTNEY_BIN env variable | Jim Newsome | 2025-09-29 | 5 | -17/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This wasn't a pre-existing environment variable, and now it can be set via command-line if it needs to be overridden. I don't see much reason to use an environment variable here. | |||||
| | * | | | | | chutney ci setup: allow bin locations to be set by cmd line | Jim Newsome | 2025-09-29 | 1 | -20/+36 | |
| | | | | | | | ||||||
| | * | | | | | chutney setup: break into functions | Jim Newsome | 2025-09-29 | 1 | -36/+50 | |
| | | | | | | | ||||||
| | * | | | | | chutney ci: rewrite setup script in python | Jim Newsome | 2025-09-29 | 1 | -92/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We avoid much refactoring at this step to minimize functional changes from the shell script. | |||||
| | * | | | | | chutney CI: move benchmark from e2e script to `test` script | Jim Newsome | 2025-09-29 | 2 | -12/+7 | |
| | | | | | | | ||||||
| | * | | | | | chutney ci: move "chutney bootstrap" from `setup` to `bootstrap` | Jim Newsome | 2025-09-29 | 3 | -5/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the `setup` script a bit more clearly single-purpose of resolving and storing the configuration, without actually acting on it yet. | |||||
| | * | | | | | chutney ci: move "chutney verify" test from `setup` to `test` | Jim Newsome | 2025-09-29 | 2 | -1/+13 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It made sense to have this as part of the setup when the chutney network itself didn't include arti; i.e. this used to be just validating the non-chutney tor network before adding chutney nodes. Now that the chutney network natively includes arti nodes, `chutney verify` is testing those nodes; i.e., testing arti. | |||||
| * | | | | | Merge branch 'opentelemetry' into 'main' | wesleyac | 2025-09-29 | 25 | -10/+709 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | Add experimental OpenTelemetry support See merge request tpo/core/arti!3239 | |||||
| | * | | | | maint: Add script to check OpenTelemetry macro invocations. | Wesley Aptekar-Cassels | 2025-09-24 | 2 | -0/+23 | |
| | | | | | | ||||||
| | * | | | | arti: Add skip_all to instrument call. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | docs: Add note about existing OpenTelemetry instrumentation. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | arti: Make panic into error on invalid OTEL endpoint. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -3/+5 | |
| | | | | | | ||||||
| | * | | | | arti: Add note about OpenTelemetry data model. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -0/+3 | |
| | | | | | | ||||||
| | * | | | | arti: Add note about lack of filtering in OpenTelemetry layer. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -0/+3 | |
| | | | | | | ||||||
| | * | | | | docs: Add note about OpenTelemetry port. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | docs: Fix typo. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | docs: Note security implications of OpenTelemetry. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | arti: Add skip_all to instrument macro. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's unlikely these arguments will be particularly useful, and omitting skip_all can have security implications, so it's better to avoid it to reflect good practice. | |||||
| | * | | | | arti: Add more detail about OpenTelemetry in example config. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -2/+9 | |
| | | | | | | ||||||
| | * | | | | opentelemetry: Use humantime_serde for parsing Durations. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -0/+3 | |
| | | | | | | ||||||
| | * | | | | opentelemetry: Panic if configured for non-localhost HTTP endpoint. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We may want to add a way to opt out of this check, if someone asks for it. Checking for "localhost" and "127.0.0.1" is not a very robust check for a loopback interface, and it's possible that there could be other situations we can't detect where HTTP is safe (private network, WireGuard tunnel, etc). But I don't expect those to be likely to come up in practice, so this should be fine for now. | |||||
| | * | | | | arti: Add more info about OpenTelemetry to example config. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -2/+6 | |
| | | | | | | ||||||
| | * | | | | opentelemetry: Add note about lack of upstream OTLP exporter. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -0/+3 | |
| | | | | | | ||||||
| | * | | | | opentelemetry: Panic on mutex poison. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -8/+1 | |
| | | | | | | ||||||
| | * | | | | docs: Add details on how to use OpenTelemetry. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -0/+64 | |
| | | | | | | ||||||
| | * | | | | opentelemetry: Add some instrument macros. | Wesley Aptekar-Cassels | 2025-09-24 | 16 | -10/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | I've added these in places that are useful for the debugging that I've been doing. | |||||
| | * | | | | arti: Add experimental support for OpenTelemetry. | Wesley Aptekar-Cassels | 2025-09-24 | 6 | -0/+534 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'parse2-fixes' into 'main' | Ian Jackson | 2025-09-29 | 15 | -105/+739 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | netdoc parse2: Overhaul and many tests See merge request tpo/core/arti!3231 | |||||
| | * | | | | | netdoc parse2 tests: Avoid <String as TryFrom<Vec<u8>>> (3) | Ian Jackson | 2025-09-29 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | netdoc parse2 tests: Avoid <String as TryFrom<Vec<u8>>> (2) (fmt) | Ian Jackson | 2025-09-29 | 1 | -2/+1 | |
| | | | | | | | ||||||
| | * | | | | | netdoc parse2 tests: Avoid <String as TryFrom<Vec<u8>>> (2) | Ian Jackson | 2025-09-29 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Should fix the minimal versions test? | |||||
| | * | | | | | netdoc parse2 tests: Avoid <String as TryFrom<Vec<u8>>> | Ian Jackson | 2025-09-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Should fix the minimal versions test? | |||||
| | * | | | | | netdoc parse2: Remove some unneeded allows | Ian Jackson | 2025-09-29 | 1 | -2/+0 | |
| | | | | | | | ||||||
| | * | | | | | netdoc parse2: Fix two clippy lints | Ian Jackson | 2025-09-29 | 2 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | neteoc parse2: Provide Ignored value | Ian Jackson | 2025-09-29 | 3 | -1/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be used for some bits of netdocs where dummy values now appear. | |||||
| | * | | | | | netdoc parse2: NetdocParseableFields: suppress errors for empty types | Ian Jackson | 2025-09-29 | 1 | -2/+10 | |
| | | | | | | | ||||||
| | * | | | | | neteoc parse2: Import earlier | Ian Jackson | 2025-09-29 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed if we want to use these macros in `doc`, which we're going to. | |||||
| | * | | | | | netdoc parse2: support `with` for rest arguemnts, and test | Ian Jackson | 2025-09-29 | 2 | -2/+18 | |
| | | | | | | | ||||||
| | * | | | | | netdoc parse2: support `with` for normal arguemnts, and test | Ian Jackson | 2025-09-29 | 2 | -7/+11 | |
| | | | | | | | ||||||
| | * | | | | | netdoc parse2: ArgumentSetMethods: take a parser function | Ian Jackson | 2025-09-29 | 2 | -13/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | We need this to support `with`. | |||||
| | * | | | | | netdoc parse2: Support with for Item parsing, comprehensive tests | Ian Jackson | 2025-09-29 | 1 | -0/+64 | |
| | | | | | | | ||||||
| | * | | | | | netdoc parse2: tests: NeedsWith type | Ian Jackson | 2025-09-29 | 1 | -3/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This type will be used to test `with` attributes. | |||||
| | * | | | | | netdoc parse2: Support with for Item parsing | Ian Jackson | 2025-09-29 | 1 | -2/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Tests will come in a moment. | |||||
| | * | | | | | netdoc parse2: New single_item attribute, tests | Ian Jackson | 2025-09-29 | 1 | -6/+55 | |
| | | | | | | | ||||||
| | * | | | | | netdoc parse2: New single_item attribute | Ian Jackson | 2025-09-29 | 2 | -2/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many of the existing netdoc structs have items that are just the single argument. We don't want to turn them all into singleton tuples. Provide a macro feature for this instead. | |||||
| | * | | | | | netdoc parse2: Break out ITEM_VALUE_FROM_UNPARSED | Ian Jackson | 2025-09-29 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is going to get more complicated. | |||||
| | * | | | | | netdoc parse2: NetdocParseableFields: Fix default, and test | Ian Jackson | 2025-09-29 | 2 | -2/+9 | |
| | | | | | | | ||||||
| | * | | | | | netdoc parse2: NetdocParseableFields: introduce use of $fpatname | Ian Jackson | 2025-09-29 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | We're going to want to do more complex things here. | |||||
| | * | | | | | netdoc parse2: Run selector-based trait check for intro item too | Ian Jackson | 2025-09-29 | 1 | -2/+6 | |
| | | | | | | | ||||||
| | * | | | | | netdoc parse2: Tests for new Object handling | Ian Jackson | 2025-09-29 | 1 | -1/+85 | |
| | | | | | | | ||||||
