summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-02feat(src/msg.rs): set a uuid as the RunId by defaultLars Wirzenius3-24/+45
2024-02-02refactor: Config::envs returns a ref to hashmapLars Wirzenius1-3/+2
2024-01-29refactor: add a ConfigError type for config.rsLars Wirzenius2-13/+21
2024-01-29refactor: combine event.rs and filter.rsLars Wirzenius7-340/+330
2024-01-29chore: drop src/bin/node-events.rsLars Wirzenius1-41/+0
2024-01-29chore: drop unused dummy-adapter.rsLars Wirzenius1-22/+0
2024-01-26refactor: move message related errors from error.rs to msg.rsLars Wirzenius2-26/+29
2024-01-26docs: add documentation comments for everything in msg.srcLars Wirzenius1-5/+97
2024-01-26fix: use `` to prevent placeholder from being interpreted as HTMLLars Wirzenius1-1/+1
2024-01-25feat(adapter): enrich adapter run contextjchrist11-422/+995
2024-01-23fix: adapt to radicle's Id->RepoId renameLars Wirzenius5-13/+13
2024-01-23chore: add rust-toolchainLars Wirzenius1-0/+1
2024-01-15fix: use std:io:Error for error type from node event subscriptionLars Wirzenius1-1/+1
2024-01-12fix: type of errors returned from node::subscribeLars Wirzenius1-1/+1
2024-01-02chore: drop useless example fileLars Wirzenius1-5/+0
2023-12-22Fix some letter casing in doc/architecture.mdMichalis Zampetakis1-3/+3
2023-12-18Merge branch 'patch/df4563f'Lars Wirzenius1-7/+134
2023-12-18enriches broker request payload to enable complex workflows in external CIYorgos Saslis1-6/+133
2023-12-18fixes config pathYorgos Saslis1-1/+1
2023-12-18docs: explain about the config file and filters in READMELars Wirzenius1-0/+24
2023-12-18refactor(ci-broker): drop unused imports and other useless codeLars Wirzenius1-9/+2
2023-12-18refactor(filter-events): drop unused imports and other useless codeLars Wirzenius1-26/+3
2023-12-18refactor: move config stuff into src/config.rsLars Wirzenius4-62/+45
2023-12-18feat: more flexible filteringLars Wirzenius2-7/+103
2023-12-18feat: add helper program to show events after filteringLars Wirzenius1-0/+98
2023-12-18fix: rename binary to broker-messagesLars Wirzenius1-0/+0
2023-12-18feat: add3d program to write out examples of JSON messagesLars Wirzenius1-0/+37
2023-12-14 This is a combination of 2 commits.Lars Wirzenius5-17/+99
2023-12-14chore: make Request and Response cloneableLars Wirzenius1-3/+3
2023-12-14refactor: error typesLars Wirzenius5-24/+42
2023-12-14chore: drop anyhow in favor of just thiserrorLars Wirzenius5-13/+42
2023-12-14fix: use the canonical names for Id, OidLars Wirzenius1-2/+2
2023-12-14fix: handle all cases for RunResultLars Wirzenius2-6/+4
2023-12-14fix: make enums non-exhaustive, add an error resultLars Wirzenius2-4/+17
2023-12-14fix: re-export types for repository and commit IDsLars Wirzenius1-2/+2
2023-12-14chore: "cargo update" to update Cargo.lockLars Wirzenius2-25/+23
2023-12-14chore: set radicle to use a git repository instead of file pathLars Wirzenius2-1/+7
2023-12-06docs: add a README placeholderLars Wirzenius1-0/+5
2023-12-06feat: add start of CI broker, and helper programsLars Wirzenius11-0/+2461
2023-12-06docs: add initial architecture document and diagramsLars Wirzenius8-0/+196
2023-12-05docs: add initial requirements documentLars Wirzenius1-0/+117