Commit graph

848 commits

Author SHA1 Message Date
Graham Christensen 040c33717c
Merge pull request #290 from hedning/trust-hedning
Move @hedning to trusted users
2019-01-02 21:48:48 -05:00
Graham Christensen fc5d158b02
Merge pull request #292 from worldofpeace/trust-worldofpeace
Move @worldofpeace to trusted users
2019-01-02 21:48:41 -05:00
Graham Christensen 11d9fcf348
Merge pull request #294 from puffnfresh/patch-1
Add puffnfresh to trusted users
2019-01-02 21:48:29 -05:00
Graham Christensen 830f376699
Merge pull request #295 from NixOS/clippy
Clippy and cargo fmt
2019-01-02 21:48:14 -05:00
Graham Christensen f6192a7f35
move pedantry up, set -x 2019-01-02 21:29:01 -05:00
Graham Christensen 434f4dc5bb
fixup: box the buildresult in finish 2019-01-02 21:13:03 -05:00
Graham Christensen 41105c1862
fixup formatting 2019-01-02 21:05:51 -05:00
Graham Christensen 053ea863e0
clippy: Action::Publish(QueueMsg box contenst 2019-01-02 21:05:27 -05:00
Graham Christensen 63fcd856da
Box MsgType::Finish(BuildResult) 2019-01-02 20:58:05 -05:00
Graham Christensen d49bd4495a
Clippy: nix: borrow the op 2019-01-02 20:56:40 -05:00
Graham Christensen f2030c2ee5
Extra nl 2019-01-02 20:52:45 -05:00
Graham Christensen 64dafe5e82
clippy: unneeded borrow 2019-01-02 20:47:29 -05:00
Graham Christensen 8122e01b1d
clippy: Implement defaults 2019-01-02 20:43:35 -05:00
Graham Christensen 671a9257c9
Check clippy and fmt in travis 2019-01-02 20:18:42 -05:00
Graham Christensen 87974028d1
build phase for rust pedantry 2019-01-02 20:06:50 -05:00
Graham Christensen 164e2ccbe2
cargo fmt 2019-01-02 20:01:16 -05:00
Graham Christensen 1d906ff67c
clippy: write -> write_all 2019-01-02 19:45:23 -05:00
Graham Christensen c73cf2e328
clippy: Unneeded lifetime 2019-01-02 19:45:23 -05:00
Graham Christensen e9f437d49f
clippy: drop &ref 2019-01-02 19:45:23 -05:00
Graham Christensen 91e23d101e
clippy: identical conversion 2019-01-02 19:45:23 -05:00
Graham Christensen f2a0ca259e
clippy: as_bytes on string literals 2019-01-02 19:45:23 -05:00
Graham Christensen 2b338c3549
clippy: if _ then _ ... is an expression 2019-01-02 19:45:17 -05:00
Graham Christensen 8fe689989a
clippy: don't clone a copy 2019-01-02 19:43:58 -05:00
Graham Christensen 2a908134ac
clippy: single-character string constant used as pattern 2019-01-02 19:43:58 -05:00
Graham Christensen fc8494b45f
clippy: unwrap_or/ok_or(function call) unwrap_or_else/ok_or_else 2019-01-02 19:43:40 -05:00
Graham Christensen 0ab2ce45cf
clippy: map .clone -> cloned 2019-01-02 19:43:40 -05:00
Graham Christensen a9e2c02c8c
Clippy: redundant pattern matching, consider using is_err 2019-01-02 19:43:23 -05:00
Graham Christensen 48d2815c1a
clippy: useless use of vec[] 2019-01-02 19:43:23 -05:00
Graham Christensen 99159dd74e
Clippy: comparisons of array len to 0 2019-01-02 19:43:22 -05:00
Graham Christensen 848f1a0952
clippy: &Vec<T> -> &[T] 2019-01-02 19:43:22 -05:00
Graham Christensen 7eb3b81f56
clippy: fix most of: argument is passed by value, but not consumed in the function body 2019-01-02 19:43:22 -05:00
Graham Christensen 0c0cf89dbd
clippy: All the struct fields are matched to a wildcard pattern, consider using .. 2019-01-02 19:43:22 -05:00
Graham Christensen 1ceae29453
clippy: don't need to add & to all patterns 2019-01-02 19:43:16 -05:00
Graham Christensen cb7012e6e9
Clippy: don't if true return true else return false 2019-01-02 19:42:37 -05:00
Graham Christensen 8fb7eab5e0
Clippy: returning the result of a let binding 2019-01-02 19:42:37 -05:00
Graham Christensen 0263690cda
Pass the mozilla overlay to shell.nix's import 2019-01-02 19:42:37 -05:00
Graham Christensen 9be551f5e2
clippy: drop unneeded format strings 2019-01-02 19:42:37 -05:00
Graham Christensen 1b5287d6b0
clippy: drop unneeded returns 2019-01-02 19:42:30 -05:00
Brian McKenna 43f8fa9664
Add puffnfresh to trusted users 2019-01-02 10:37:30 +05:30
Graham Christensen 9b9941f7e6
clippy: eliminate redundant field definitions 2019-01-01 20:51:10 -05:00
Graham Christensen ecc49cf75d
Update nixpkgs 2019-01-01 19:31:12 -05:00
Graham Christensen f81796e522
ignore private-key.pem 2018-12-30 16:05:29 -05:00
worldofpeace 9db4298eda Move @worldofpeace to trusted users 2018-12-22 14:00:36 -05:00
Tor Hedin Brønner cd49156f50 Move @hedning to trusted users 2018-12-14 08:48:18 +01:00
Graham Christensen a42dc30991
Merge pull request #289 from edef1c/completed-at
Add non-bogus completion times to GitHub checks
2018-12-10 10:12:27 -05:00
edef 1cc984205b Add non-bogus completion times to GitHub checks
This should eventually be replaced with completion times from the builders,
but they don't currently provide that information
2018-12-10 14:41:51 +00:00
Graham Christensen 2bf0156098
Merge pull request #284 from marsam/marsam-extra-known-users
Add marsam to extra-known-users
2018-12-10 09:29:06 -05:00
Graham Christensen 872733bf08
Merge pull request #281 from tilpner/add-tilpner
Add tilpner to extra-known-users
2018-12-10 09:28:51 -05:00
Graham Christensen dc9cdb59ad
Merge pull request #288 from edef1c/trust-edef
Move @edef1c to trusted users
2018-12-10 09:28:41 -05:00
edef 1a4f75f94c Move @edef1c to trusted users 2018-12-10 12:58:35 +00:00