Commit graph

1298 commits

Author SHA1 Message Date
Graham Christensen 9257a5420b
Merge pull request #354 from NixOS/revert-353-revert-351-stats
Revert "Revert "Evaluation Stats""
2019-04-22 10:14:44 -04:00
Graham Christensen 3572381280
nixenv: Return a different error if stats parse fails 2019-04-22 09:52:54 -04:00
Graham Christensen 6229ec335c
Merge pull request #341 from samueldr/feature/execable-outpathsnix
outpaths.nix: Makes callable
2019-04-21 21:01:34 -04:00
Graham Christensen e42209177e
Merge pull request #342 from samueldr/instantiate/tested
nixpkgs: Tests nixos' `tested` job
2019-04-21 20:05:29 -04:00
Samuel Dionne-Riel 399f301d02 nixpkgs: Tests nixos' tested job 2019-04-20 23:10:05 -04:00
Graham Christensen 678a1ca3c5
Revert "Revert "Evaluation Stats"" 2019-04-14 19:35:32 -04:00
Graham Christensen dd33b27654
Merge pull request #353 from NixOS/revert-351-stats
Revert "Evaluation Stats"
2019-04-14 19:29:02 -04:00
Graham Christensen 6c21ae9856
Revert "Evaluation Stats" 2019-04-14 19:16:13 -04:00
Graham Christensen fa2c21ec8c
Merge pull request #351 from NixOS/stats
Evaluation Stats
2019-04-14 18:45:22 -04:00
Graham Christensen 2bebc96be2
fmt 2019-04-14 07:27:02 -04:00
Graham Christensen 4f036ec91b
send completed_at time 2019-04-14 07:26:15 -04:00
Graham Christensen bc943c2415
fixup: nixenv stdout/stderr 2019-04-14 07:25:55 -04:00
Graham Christensen 289dba8891
Publish evaluation erports 2019-04-13 22:17:11 -04:00
Graham Christensen d297515ee5
Switch to app tokens for everything but gists 2019-04-13 21:26:19 -04:00
Graham Christensen a7a4152c15
fixups 2019-04-13 21:01:18 -04:00
Graham Christensen 9ada5c239a
num_format: Add to carnix 2019-04-13 20:45:03 -04:00
Graham Christensen a114e86cbb
Diff nix stats 2019-04-13 18:52:06 -04:00
Graham Christensen 3a4bff2450
Switch from outpaths to hydranixenv 2019-04-13 13:46:33 -04:00
Graham Christensen 61be62bdab
Delete outpaths 2019-04-13 13:46:33 -04:00
Graham Christensen ad15fd1e4b
rebuild sniff: use NixEnv abstraction 2019-04-13 13:46:33 -04:00
Graham Christensen c754739505
Commit nixenv 2019-04-13 13:46:33 -04:00
Graham Christensen d68e35e631
outpath: Make some types public for nix-env 2019-04-13 13:46:33 -04:00
Graham Christensen 9f544b04ca
outpaths: fixup execute after nix.rs improvements 2019-04-13 13:46:33 -04:00
Graham Christensen 62a66a8553
nix: Vec<String> -> &[S] where S: AsRef<OsStr> 2019-04-13 13:46:29 -04:00
Graham Christensen 09e20e5845
outpath diff scratch commit 2019-04-13 13:46:25 -04:00
Graham Christensen 8bd49f5dcd
nixstats: init 2019-04-13 08:19:19 -04:00
Graham Christensen a92f4abe92
is_none() 2019-04-13 08:19:19 -04:00
Graham Christensen 1a924fe0b1
Merge pull request #350 from NixOS/fix-build
travis: run nix-build on release.nix
2019-04-12 07:45:08 -04:00
Graham Christensen 2eb29a16d5
travis: run nix-build on release.nix 2019-04-12 07:29:45 -04:00
Graham Christensen da348bdacc
Merge pull request #349 from NixOS/github-token
GitHub token vending machine
2019-04-12 06:54:20 -04:00
Graham Christensen 37484b7763
fixups 2019-04-11 23:07:00 -04:00
Graham Christensen 6cce1a6e62
Cache the client connector too
Otherwise, we negotiate for a fresh token on each request
2019-04-11 22:27:28 -04:00
Graham Christensen c0f724f200
Partial application of 68b77cf 2019-04-11 22:08:48 -04:00
Graham Christensen 242432758c
hubcaps: bump master for ignoring deprecated warn 2019-04-11 22:04:31 -04:00
Graham Christensen 063591e5b9
update cargo lock 2019-04-11 21:55:42 -04:00
Graham Christensen b3a924b100
Merge pull request #348 from NixOS/fix/fail-with-github
set_with_description actually does the thing, set_url is lies
2019-04-11 21:35:31 -04:00
Graham Christensen dc65de146e
clippy: disable redundant_closure 2019-04-11 21:20:27 -04:00
Graham Christensen 7336c67202
Merge pull request #340 from veprbl/patch-1
Enable tagging for TeX PRs
2019-04-11 20:47:35 -04:00
Graham Christensen e32187994b
Merge pull request #345 from Taneb/add-taneb
Add Taneb to config.extra-known-users.json
2019-04-11 20:46:28 -04:00
Graham Christensen 0099b8d21c
Merge pull request #347 from teto/lua_topic
Add lua topic paths
2019-04-11 20:45:59 -04:00
Graham Christensen 07e15df4a9
set_with_description actually does the thing, set_url is lies 2019-04-11 20:44:30 -04:00
Matthieu Coudron 57eb6b3900 Add lua topic paths
interpreter/packages etc.
2019-04-11 15:43:04 +09:00
Nathan van Doorn 2b9372f1d3 Add Taneb to config.extra-known-users.json 2019-03-26 16:31:52 +00:00
Samuel Dionne-Riel 22bc886f1e outpaths.nix: Makes callable
The behaviour of the callable outpaths.nix is such that it will call
nix-env as expected to run the equivalent ofborg step, in the CWD.

The directory it is ran on can be changed using `--argstr path ...`.
2019-03-24 16:18:31 -04:00
Graham Christensen 2bf51bcbcf
Merge pull request #337 from balsoft/patch-2
config.extra-known-users.json: Add myself (balsoft)
2019-03-24 15:48:18 -04:00
Dmitry Kalinkin f95b815057
Enable tagging for TeX PRs 2019-03-24 15:45:01 -04:00
Graham Christensen 836b629629
Merge pull request #339 from NixOS/eval-darwin
Test darwin-tested during evaluation phase
2019-03-24 14:48:27 -04:00
Graham Christensen 613b112c7a
Test darwin-tested during evaluation phase 2019-03-24 14:33:06 -04:00
Graham Christensen 660c8b7258
Merge pull request #336 from NixOS/generic-builder-v2
Generic builder v2
2019-03-23 12:26:34 -04:00
Graham Christensen 010d85fe4d
trim-right -> trim-end 2019-03-22 17:40:10 -04:00