summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | chutney ci: remove CHUTNEY_BIN env variableJim Newsome2025-09-295-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 lineJim Newsome2025-09-291-20/+36
| | | | | |
| * | | | | chutney setup: break into functionsJim Newsome2025-09-291-36/+50
| | | | | |
| * | | | | chutney ci: rewrite setup script in pythonJim Newsome2025-09-291-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` scriptJim Newsome2025-09-292-12/+7
| | | | | |
| * | | | | chutney ci: move "chutney bootstrap" from `setup` to `bootstrap`Jim Newsome2025-09-293-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 Newsome2025-09-292-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'wesleyac2025-09-2925-10/+709
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Add experimental OpenTelemetry support See merge request tpo/core/arti!3239
| * | | | maint: Add script to check OpenTelemetry macro invocations.Wesley Aptekar-Cassels2025-09-242-0/+23
| | | | |
| * | | | arti: Add skip_all to instrument call.Wesley Aptekar-Cassels2025-09-241-1/+1
| | | | |
| * | | | docs: Add note about existing OpenTelemetry instrumentation.Wesley Aptekar-Cassels2025-09-241-1/+1
| | | | |
| * | | | arti: Make panic into error on invalid OTEL endpoint.Wesley Aptekar-Cassels2025-09-241-3/+5
| | | | |
| * | | | arti: Add note about OpenTelemetry data model.Wesley Aptekar-Cassels2025-09-241-0/+3
| | | | |
| * | | | arti: Add note about lack of filtering in OpenTelemetry layer.Wesley Aptekar-Cassels2025-09-241-0/+3
| | | | |
| * | | | docs: Add note about OpenTelemetry port.Wesley Aptekar-Cassels2025-09-241-1/+2
| | | | |
| * | | | docs: Fix typo.Wesley Aptekar-Cassels2025-09-241-1/+1
| | | | |
| * | | | docs: Note security implications of OpenTelemetry.Wesley Aptekar-Cassels2025-09-241-2/+2
| | | | |
| * | | | arti: Add skip_all to instrument macro.Wesley Aptekar-Cassels2025-09-241-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-Cassels2025-09-241-2/+9
| | | | |
| * | | | opentelemetry: Use humantime_serde for parsing Durations.Wesley Aptekar-Cassels2025-09-241-0/+3
| | | | |
| * | | | opentelemetry: Panic if configured for non-localhost HTTP endpoint.Wesley Aptekar-Cassels2025-09-241-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-Cassels2025-09-241-2/+6
| | | | |
| * | | | opentelemetry: Add note about lack of upstream OTLP exporter.Wesley Aptekar-Cassels2025-09-241-0/+3
| | | | |
| * | | | opentelemetry: Panic on mutex poison.Wesley Aptekar-Cassels2025-09-241-8/+1
| | | | |
| * | | | docs: Add details on how to use OpenTelemetry.Wesley Aptekar-Cassels2025-09-241-0/+64
| | | | |
| * | | | opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-2416-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-Cassels2025-09-246-0/+534
| | | | |
* | | | | Merge branch 'parse2-fixes' into 'main'Ian Jackson2025-09-2915-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 Jackson2025-09-291-1/+1
| | | | | |
| * | | | | netdoc parse2 tests: Avoid <String as TryFrom<Vec<u8>>> (2) (fmt)Ian Jackson2025-09-291-2/+1
| | | | | |
| * | | | | netdoc parse2 tests: Avoid <String as TryFrom<Vec<u8>>> (2)Ian Jackson2025-09-291-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Should fix the minimal versions test?
| * | | | | netdoc parse2 tests: Avoid <String as TryFrom<Vec<u8>>>Ian Jackson2025-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Should fix the minimal versions test?
| * | | | | netdoc parse2: Remove some unneeded allowsIan Jackson2025-09-291-2/+0
| | | | | |
| * | | | | netdoc parse2: Fix two clippy lintsIan Jackson2025-09-292-1/+1
| | | | | |
| * | | | | neteoc parse2: Provide Ignored valueIan Jackson2025-09-293-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be used for some bits of netdocs where dummy values now appear.
| * | | | | netdoc parse2: NetdocParseableFields: suppress errors for empty typesIan Jackson2025-09-291-2/+10
| | | | | |
| * | | | | neteoc parse2: Import earlierIan Jackson2025-09-291-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 testIan Jackson2025-09-292-2/+18
| | | | | |
| * | | | | netdoc parse2: support `with` for normal arguemnts, and testIan Jackson2025-09-292-7/+11
| | | | | |
| * | | | | netdoc parse2: ArgumentSetMethods: take a parser functionIan Jackson2025-09-292-13/+65
| | | | | | | | | | | | | | | | | | | | | | | | We need this to support `with`.
| * | | | | netdoc parse2: Support with for Item parsing, comprehensive testsIan Jackson2025-09-291-0/+64
| | | | | |
| * | | | | netdoc parse2: tests: NeedsWith typeIan Jackson2025-09-291-3/+55
| | | | | | | | | | | | | | | | | | | | | | | | This type will be used to test `with` attributes.
| * | | | | netdoc parse2: Support with for Item parsingIan Jackson2025-09-291-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | Tests will come in a moment.
| * | | | | netdoc parse2: New single_item attribute, testsIan Jackson2025-09-291-6/+55
| | | | | |
| * | | | | netdoc parse2: New single_item attributeIan Jackson2025-09-292-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_UNPARSEDIan Jackson2025-09-291-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | This is going to get more complicated.
| * | | | | netdoc parse2: NetdocParseableFields: Fix default, and testIan Jackson2025-09-292-2/+9
| | | | | |
| * | | | | netdoc parse2: NetdocParseableFields: introduce use of $fpatnameIan Jackson2025-09-291-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | We're going to want to do more complex things here.
| * | | | | netdoc parse2: Run selector-based trait check for intro item tooIan Jackson2025-09-291-2/+6
| | | | | |
| * | | | | netdoc parse2: Tests for new Object handlingIan Jackson2025-09-291-1/+85
| | | | | |