Commit graph

1080 commits

Author SHA1 Message Date
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
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
1a4f75f94c Move @edef1c to trusted users 2018-12-10 12:58:35 +00:00
Graham Christensen
931f6ae003
Merge pull request #287 from LnL7/darwin-security
add back Security on darwin and cleanup expression
2018-12-04 16:10:44 -05:00
Daiderd Jordan
f6a94756cb
add back Security on darwin and cleanup expression 2018-12-04 21:35:33 +01:00
Mario Rodas
743e1e38e8
Add marsam to extra-known-users 2018-12-02 07:28:05 -05:00
Graham Christensen
f96d6ed492
Merge pull request #282 from NixOS/checks-api
Checks
2018-12-01 11:08:09 -05:00
Graham Christensen
a7fb474d5d
Update hubcaps for better token timeouts 2018-12-01 10:41:19 -05:00
Graham Christensen
5ac52234c8
Revert "Revert "Change to nixos-unstable""
This reverts commit befa1873cc.
2018-12-01 10:34:26 -05:00
Graham Christensen
befa1873cc
Revert "Change to nixos-unstable"
This reverts commit 8ea6d11fdf.
2018-12-01 09:36:45 -05:00
Graham Christensen
8ea6d11fdf
Change to nixos-unstable 2018-12-01 09:34:57 -05:00
Graham Christensen
8772e2b4a9
cargo build then test 2018-12-01 08:50:54 -05:00
Graham Christensen
c77e5231e3
cargo test without --lib (for real) 2018-11-30 23:25:01 -05:00
Graham Christensen
c1ba548bf1
cargo test without --lib 2018-11-30 23:20:00 -05:00
Graham Christensen
9cc5afc2ee
Try random stuff to make tests run in Travis 2018-11-30 23:04:43 -05:00
Graham Christensen
7f2ed9a280
things segfault lol 2018-11-30 22:51:32 -05:00
Graham Christensen
3d597c629a
Update nixpkgs, dependencies, carnix, blah blah blah 2018-11-30 22:22:44 -05:00
Graham Christensen
67be56f60c
Add back known users 2018-11-30 21:07:22 -05:00
Graham Christensen
b33a1d23f8
Use the attempt ID instead of the request ID for the check external ID 2018-11-30 20:59:48 -05:00
Graham Christensen
e41f707772
Cancelled -> Neutral 2018-11-30 20:53:28 -05:00
tilpner
b5d2da93e9
Add tilpner to extra-known-users 2018-12-01 01:06:32 +01:00