Daiderd Jordan
6d0b630d77
Merge pull request #237 from jluttine/patch-1
...
Add jluttine to extra-known-users
2018-09-13 22:11:30 +02:00
Jaakko Luttinen
14c0e2545f
Add jluttine to extra-known-users
2018-09-12 22:11:34 +03:00
Graham Christensen
d2664a38c2
Merge pull request #235 from smaret/released
...
Add smaret to extra-known-users
2018-09-07 08:39:33 -04:00
Graham Christensen
de1b197555
Merge pull request #218 from LnL7/build-result-enum
...
buildresult: replace serialization with an enum to simplify compatibility
2018-09-06 22:40:59 -04:00
Graham Christensen
97495c3f11
Merge pull request #234 from NixOS/move-mass-rebuilder
...
Move mass rebuilder
2018-09-06 22:40:43 -04:00
Graham Christensen
5293fb7784
Always show ofborg debug logs in a nix-shell
2018-09-06 22:31:25 -04:00
Graham Christensen
4a73d64c5d
Attempt to fix a trampling log collector
2018-09-06 22:31:07 -04:00
Graham Christensen
ff554bf3ea
Hopefully help debug test failures
2018-09-06 22:31:07 -04:00
Graham Christensen
17911c00fc
Improve test debugging on Travis CI
2018-09-06 22:30:53 -04:00
Graham Christensen
e91a865708
Remove stdenv hash finding from massrebuilder
2018-09-06 22:30:45 -04:00
Graham Christensen
ffb7ab30e6
relocate files_to_stdenv
2018-09-06 22:29:07 -04:00
Graham Christensen
b964b410b8
Upgrade nixpkgs
2018-09-06 22:29:07 -04:00
Sebastien Maret
dc8d6f1e8a
Add smaret to extra-known-users
2018-09-06 18:22:05 +02:00
Daiderd Jordan
758c94ea24
use v1 build result format in build tasks
...
With this builders should start producing messages that include a
version tag.
2018-09-03 22:11:30 +02:00
Daiderd Jordan
5797b28e04
buildresult: add v1 format
...
This drops the old build success format and makes the request_id
mandatory (was optional for compatibility).
2018-09-03 22:00:46 +02:00
Daiderd Jordan
d641690593
buildresult: replace serialization with an enum to simplify compatibility
...
This separates the serialized BuildResult type that requires backwards
compatibility to avoid breaking results received from older builders and
the LegacyBuildResult type use internally.
2018-09-03 22:00:45 +02:00
Graham Christensen
626d96b672
Merge pull request #233 from NixOS/tagged-comments-fixup
...
Fixup comment formatting
2018-08-31 16:50:27 -04:00
Graham Christensen
c3d17d9e25
Fixup comment formatting
2018-08-31 16:43:15 -04:00
Graham Christensen
c2ddaf91d7
Merge pull request #215 from NixOS/tagged-comments
...
Tagged comments
2018-08-31 16:32:16 -04:00
Graham Christensen
0ac1d854c7
Merge pull request #225 from markuskowa/released
...
Add markuskowa to known users
2018-08-31 16:31:47 -04:00
Markus Kowalewski
4b21eecd44
extra-known-users: add markuskowa
2018-08-27 12:32:28 +02:00
Graham Christensen
c8c82a998a
Merge pull request #229 from bignaux/patch-1
...
Add bignaux to extra-known-users
2018-08-25 08:49:16 -04:00
Bignaux Ronan
97f2fc18e2
Add bignaux to extra-known-users
2018-08-24 16:19:58 +02:00
Daiderd Jordan
8c078d84d0
Merge pull request #224 from Infinisil/trusted
...
Move infinisil to trusted_users
2018-08-18 20:39:54 +02:00
Silvan Mosberger
5c60c522c7
Move infinisil to trusted_users
2018-08-18 18:25:51 +02:00
Graham Christensen
b8f2ff188c
Merge pull request #223 from Enzime/update/users
...
Add Enzime to extra-known-users
2018-08-17 11:20:44 -04:00
Michael Hoang
1aafd335de
Add Enzime to extra-known-users
2018-08-18 01:19:38 +10:00
Graham Christensen
f416f8f30c
Add three people, closes #222 closes #217 closes #200
2018-08-17 07:45:56 -04:00
Graham Christensen
fdbd4e27f9
Merge pull request #220 from fgaz/patch-2
...
Add fgaz to extra-known-users
2018-08-17 07:41:02 -04:00
Francesco Gazzetta
60342d9734
Add fgaz to extra-known-users
2018-08-15 15:02:48 +02:00
Wael Nasreddine
33e0639efe
Add kalbasit to trusted users
2018-08-13 21:25:24 -07:00
Graham Christensen
ccf59f844b
Prefix comments with the request ID
2018-08-09 16:44:38 -04:00
Graham Christensen
74e2641f5a
request IDs aren't optional anymore
2018-08-09 16:43:46 -04:00
Graham Christensen
30de4a7927
request-id is not optional now
2018-08-09 16:37:40 -04:00
Graham Christensen
17f9a17f6a
Merge pull request #214 from NixOS/bug-156-deleted-comments
...
Don't trigger events on deleted comments
2018-08-09 16:16:23 -04:00
Graham Christensen
43dc12d984
Don't trigger events on deleted comments
...
According to
https://developer.github.com/v3/activity/events/types/#issuecommentevent
we should just filter out delete actions.
Closes #156
2018-08-09 15:56:33 -04:00
Daiderd Jordan
1783e3a0e4
Revert "10g heap size"
...
This also changes the heap size for builders, which isn't necessary and
causes problems if they don't have a large amount of ram like the
evaluator machines do.
This reverts commit 09f2b06bcf
.
2018-08-08 22:11:19 +02:00
Graham Christensen
ca213a4e36
Merge pull request #213 from NixOS/package-vendor
...
Package up dependencies with composer2nix
2018-08-08 13:37:11 -04:00
Graham Christensen
648fcf0405
Package up dependencies with composer2nix
...
I had to patch composer2nix with:
require_once(dirname(__FILE__)./../../../../vendor/autoload.php);
2018-08-08 13:28:14 -04:00
Daiderd Jordan
a7000b99bf
Merge pull request #211 from NixOS/bump-0.1.7
...
0.1.7 for the new result changes
2018-08-08 18:40:27 +02:00
Graham Christensen
5e2747cc13
builtins.storePath the configured nix shell
2018-08-08 09:04:18 -04:00
Graham Christensen
8772eba53e
Split out the ofborg builds in to separate jobs
2018-08-08 08:58:30 -04:00
Graham Christensen
a923e71a79
Add debugging to the test scratch test
2018-08-08 08:52:15 -04:00
Graham Christensen
b882a7a01c
Unique vars
2018-08-07 22:35:09 -04:00
Graham Christensen
17f13b6e7d
fixup: tests
2018-08-07 22:21:30 -04:00
Graham Christensen
5cf27d9f6c
Fixup cleanup
2018-08-07 19:20:29 -04:00
Graham Christensen
c5b65f4ead
finishing up the version bump
2018-08-07 17:07:06 -04:00
Graham Christensen
9ccce84eb9
Update the carnix updater to do a cargo build prior to the carnix update
2018-08-07 17:07:05 -04:00
Graham Christensen
8df71dffdc
fixup: no longer import buildstatus
2018-08-07 17:07:05 -04:00
Graham Christensen
0c805575f3
Run carnix!
2018-08-07 17:07:05 -04:00