Commit graph

313 commits

Author SHA1 Message Date
Graham Christensen ba73ff49c8
0.1.0 -> 0.1.1 fixup 2018-01-31 20:12:22 -05:00
Graham Christensen 79f83cc206
Merge pull request #53 from NixOS/review-comments-issue-49
Review comments issue 49
2018-01-31 20:06:21 -05:00
Graham Christensen 035f62c46d
ofborg: 0.1.0 -> 0.1.1 2018-01-31 19:40:18 -05:00
Graham Christensen 5d24478710
Correct the consume queue name, and don't panic on deeserialize errorss 2018-01-31 19:38:09 -05:00
Graham Christensen 5e2c57790e
Deleete the PHP poster code 2018-01-31 19:22:43 -05:00
Graham Christensen 310309caf3
formatting fixup on easyamqp 2018-01-31 19:22:04 -05:00
Graham Christensen 67d0a276a3
Port the comment poster over to Rust 2018-01-31 19:21:43 -05:00
Graham Christensen 3086bdc0e2
Add a typed wrapper for declaring a queue 2018-01-31 19:19:40 -05:00
Graham Christensen 23cb108a45
Add typed wrapper for queue bindings and fix the exchange declaration 2018-01-31 18:12:23 -05:00
Graham Christensen 8a2c75dfe3
Disable the supportedSystem limiter when doing evaluation checks 2018-01-31 16:48:39 -05:00
Graham Christensen 031156dc30
build results: pass the attempt ID back in the BuildResult 2018-01-31 11:42:28 -05:00
Graham Christensen 4aaab0644a
strip the x86_64-linux suffix on NixOS test build instsructions until all the linux builders are updated. 2018-01-31 10:05:01 -05:00
Graham Christensen 1b19b4ba2f
Merge pull request #50 from NixOS/typed-wrapper
Typed wrapper
2018-01-31 10:02:22 -05:00
Graham Christensen 836028cf16
Fixup connection issues 2018-01-31 09:46:23 -05:00
Graham Christensen b47704d6e4
unrelated changes with rustfmt 2018-01-31 09:29:57 -05:00
Graham Christensen 26e0612d5e
rustfmt 2018-01-31 09:29:44 -05:00
Graham Christensen 5e357d5e01
Migrate fully to session_from_config and the typed consume() wrapper 2018-01-31 09:27:11 -05:00
Graham Christensen 8ff9fa9638
Partial conversion to a typed wrappper 2018-01-31 09:06:40 -05:00
Graham Christensen 634f2bb51f
Add a typed wrapper to exchange declarations 2018-01-30 22:23:21 -05:00
Graham Christensen c0cab43513
fixup 2018-01-30 20:30:46 -05:00
Graham Christensen cb18c0d5b1
add a typed wrapper to amqp to avoid false, false, false, false 2018-01-30 17:25:56 -05:00
Graham Christensen 60a8081daa
fix typo in the web ingestion 2018-01-30 16:45:17 -05:00
Graham Christensen f9b7aace99
amqp: update to support custom client properties 2018-01-30 09:42:05 -05:00
Graham Christensen 89abac2ad5
Merge branch 'next' into released 2018-01-30 08:57:45 -05:00
Graham Christensen 478468ca2f
Merge pull request #48 from cransom/old-darwin-shellnix
make git an explicit dependency
2018-01-29 20:37:03 -05:00
Graham Christensen 3a62234aab
update amqp to support IPs in the config, and ssl: false cases 2018-01-29 20:09:40 -05:00
Casey Ransom 7c9c491e73
make git an explicit dependency
My very old (10.10.x) builder tried to run a job, but failed with `error: unknown option `reference-if-able'` as it appears to have been using the system git which is also ancient. I'm still pending another job but i think this fixes it.
2018-01-29 14:27:34 -05:00
Graham Christensen 8eb076077a
specify supportedPlatforms to allow aarch64 tests 2018-01-29 12:24:21 -05:00
Graham Christensen 07f3d265f9
update amqp to avoid self-destruction from heartbeats 2018-01-28 23:21:51 -05:00
Graham Christensen 851f73092f
Update amqp with carnix 2018-01-28 22:41:07 -05:00
Graham Christensen ba92804ea5
Make the github event intake endpoint retry connections to rabbitmq until it works 2018-01-28 22:24:44 -05:00
Graham Christensen 9e829b4a2e
Replace the plastic heartbeats with proper heartbeat support 2018-01-28 21:38:47 -05:00
Graham Christensen d5ac9e6bc7
update rust-amqp to handle heartbeats better 2018-01-28 21:34:47 -05:00
Graham Christensen a5a9618c31
Delete crates.nix / default.nix to work 2018-01-28 18:06:58 -05:00
Graham Christensen c223f424ad
Tighten up the summary view 2018-01-28 14:52:22 -05:00
Graham Christensen 4ff479cafd
commit extra known user list 2018-01-28 14:17:36 -05:00
Graham Christensen bae251adae
Merge pull request #44 from tilpner/review-formatting
Use collapsible sections for shorter review comments
2018-01-28 14:16:48 -05:00
tilpner bceb07f890
Use collapsible sections for shorter review comments 2018-01-28 16:02:18 +01:00
Graham Christensen 0d20802896
Make bhipple a known user 2018-01-28 09:12:27 -05:00
Graham Christensen e5c728157d
Add dotlambda to the known users 2018-01-28 09:01:45 -05:00
Graham Christensen cabe7781a5
Add unode to the known users 2018-01-28 08:21:18 -05:00
Graham Christensen dab9d5eae3
Merge branch 'released' of github.com:grahamc/ofborg into released 2018-01-27 14:42:12 -05:00
Graham Christensen 7511eb771b
clean up whitespace 2018-01-27 14:41:39 -05:00
Graham Christensen b2e34d91d9
Post a link to the full log in the build result 2018-01-27 14:41:00 -05:00
Graham Christensen cf3bbbf6ca
Full logs are at a different root now 2018-01-27 14:40:16 -05:00
Graham Christensen 7b8ce24ed3
Merge pull request #43 from NixOS/build-permissions
Allow all Nixpkgs committers to call the bot
2018-01-27 08:20:51 -05:00
Graham Christensen 8c1badeab6
Accept build jobs from all commiters of nixpkgs, but only on linux hosts
authorized -> trusted, since authorized means nothing now
2018-01-27 08:16:11 -05:00
Graham Christensen 1326fdbe33
Commit most of the prod config
Include tools for generating the known user
list, and a thing to allow me to keep secrets
out of the main config while still keeping
almost exactly my config in version control
nearby.
2018-01-27 08:15:43 -05:00
Graham Christensen d894dd7e23
Add the log 'api' 2018-01-26 21:55:08 -05:00
Graham Christensen 23523a1e1d
Some fake build tooling 2018-01-26 14:59:40 -05:00