Brendan Hay
00d236501e
build: fix bind errors in darwin sandboxes
...
See 5f6840fbb4/src/libstore/build.cc (L2961)
2020-11-04 11:48:46 +01:00
Brendan Hay
b501a80293
build: removing extraneous top-level tarball attribute from ci
2020-11-04 11:35:12 +01:00
Brendan Hay
5728a1876b
build: intentionally limit the number of expose ci attributes
...
This is an investigative test for signal-to-noise on the ci dashboard.
2020-11-04 11:21:29 +01:00
Brendan Hay
8a02593f2d
build: run urbit-tests using the urbit-debug binary by default
2020-11-04 11:21:25 +01:00
Brendan Hay
cf5c2a40ab
build: remove unnecessary test platform dependence
...
An alternative approach is being considerd for more granular platform
dependence for tests.
2020-11-04 11:11:39 +01:00
Joe Bryan
54c0e1b9a0
Merge pull request #3879 from urbit/jb/snapshot-post-replay
...
vere: save snapshot upon completed replay
2020-11-03 14:56:54 -08:00
fang
500e26365a
Merge pull request #3880 from urbit/m/clean-pill
...
pill: clean up pill contents
2020-11-03 23:02:10 +01:00
fang
cc766666ef
pill: clean up pill contents
...
Various not-in-repo junk files had been accruing. This rebuilds the pill
with those deleted from the filesystem.
2020-11-03 22:01:15 +01:00
Joe Bryan
a393067a19
Merge pull request #3876 from joemfb/jb/http-max-size
...
vere: set maximum http request to 512 MiB
2020-11-03 12:56:56 -08:00
Joe Bryan
94da5c9102
vere: add comment noting possible ctrl-z deadlock
2020-11-03 12:00:54 -08:00
Joe Bryan
0d617eefc9
vere: save snapshot upon completed replay
2020-11-03 11:57:55 -08:00
Joe Bryan
190557cf88
vere: set maximum http request to 512 MiB
2020-11-03 10:51:34 -08:00
Joe Bryan
f1a3da92ed
Merge pull request #3872 from urbit/jb/trim-meld-ci
...
test: cleans up output, adds |trim and |meld
2020-11-03 10:14:46 -08:00
Joe Bryan
52308c4977
test: cleans up output, adds |trim and |meld
...
with intervening |mass measurements
2020-11-03 01:18:00 -08:00
Brendan Hay
af35b80435
build: change service-account secret location to non-ephemeral mount
2020-11-03 08:28:05 +01:00
fang
50651cd76e
Merge pull request #3849 from urbit/pppf/eyre-slog
...
kh: webslogs
2020-10-31 21:22:09 +01:00
fang
2497283ff2
king: more code style weaks, remove stale todo's
2020-10-31 21:00:00 +01:00
pilfer-pandex
82606e03e3
Merge pull request #3852 from urbit/pp/fix-kh-again
...
king: fix a warning
2020-10-30 17:31:15 -07:00
Elliot Glaysher
15d2c18368
Merge pull request #3809 from urbit/kh-specify-eth-node
...
king: port the '-e' option to specify ethereum node endpoint.
2020-10-30 20:06:00 -04:00
pilfer-pandex
a211390e77
king: and fix a warning in Packet.hs
2020-10-30 16:35:52 -07:00
pilfer-pandex
b8f161cf69
Merge pull request #3851 from urbit/pp/fix-kh
...
king: Fix MonadFail issue in Packet.hs
2020-10-30 16:32:54 -07:00
pilfer-pandex
06f3dc2d3e
king: fix MonadFail issue in Packet.hs caused by merge
2020-10-30 16:29:57 -07:00
fang
c0f1fe8433
king: improve code style in KingSubsite
2020-10-30 23:42:33 +01:00
fang
77fc886570
Merge branch 'release/next-vere' into pppf/eyre-slog
2020-10-30 23:30:00 +01:00
pilfer-pandex
9a36d9f088
Merge pull request #3850 from urbit/pp/mapsize
...
king: increase lmdb max mmap size for parity with vere
2020-10-30 15:27:41 -07:00
pilfer-pandex
bd0672cb8e
king: 1 TiB mapsize for event log
2020-10-30 14:54:33 -07:00
pilfer-pandex
6f0bb5990c
Merge pull request #3595 from urbit/pp/stateless
...
Implement stateless forwarding in the king
2020-10-30 14:48:38 -07:00
Joe Bryan
bafa1ef7f5
Merge pull request #3806 from urbit/release/next-ci
...
build: migrate to hercules ci, haskell.nix, and upgrade to ghc 8.8.4
2020-10-30 14:33:26 -07:00
Elliot Glaysher
e7192d9c47
Merge pull request #3823 from urbit/kh-eyre-shutdown
...
king: cancel http servers immediately on shutdown.
2020-10-30 10:23:25 -04:00
Brendan Hay
3e31aae7b9
build: default crossSystem to musl64 on linux if enableStatic
2020-10-30 13:07:08 +01:00
Brendan Hay
58094c265c
build: bludgeon write/EAGAIN stdout errors into submission
2020-10-30 12:00:56 +01:00
fang
3f9cd4a794
king: get rid of unnecessary helper
2020-10-29 23:22:48 +01:00
Brendan Hay
6ed18bb825
build: removing shell set options from inline buildPhase for tests
2020-10-29 17:43:23 +01:00
Brendan Hay
6599a85b99
king: ensure tests are enabled on ci and don't depend on lfs pills
2020-10-29 16:20:41 +01:00
Brendan Hay
50f66ce431
build: simplify make test and re-enable on darwin ci for testing
2020-10-29 13:17:05 +01:00
fang
5615b5dc1a
king: factor scrying logic into helper lib
...
Takes care of constructing the full scry path based off the given
components. Fills in timestamp with the current time. Logs errors on
result conversion failures.
2020-10-28 19:59:48 +01:00
fang
af225f673a
king: scry to check authentication of webslog reqs
...
Instead of giving webslogs to anyone who asks, only acknowledge requests
with valid session cookies. Send 403s to all others.
2020-10-28 19:33:21 +01:00
Elliot Glaysher
d1c5f97bd7
king: cancel http servers immediately on shutdown.
2020-10-28 14:24:52 -04:00
fang
418b9fda7e
king: add helper for escaping Text into @ta format
...
Behavior should match (scot %t the-text).
2020-10-28 19:13:23 +01:00
Brendan Hay
fada33dfe6
build: remove checkMaterialization flag
2020-10-28 18:19:53 +01:00
Brendan Hay
5c28d34300
build: removing extraneous '.' from object key
2020-10-28 12:55:29 +01:00
Brendan Hay
59709752eb
build: simplify pushed artefact naming and set object content-type
2020-10-28 12:13:05 +01:00
Brendan Hay
2c17f382ed
build: removing unused nix imports
2020-10-28 11:07:58 +01:00
Brendan Hay
689c0eb6a0
build: ensuring release tarball contains singular parent directory
...
This ensures parity with the current release tarballs.
2020-10-28 11:05:58 +01:00
Brendan Hay
155e367daa
build: correcting double hash in update-ivory-pill shebang
2020-10-28 10:04:56 +01:00
Elliot Glaysher
b3c145ee35
king: port the '-e' option to specify ethereum node endpoint.
2020-10-27 14:01:59 -04:00
Brendan Hay
5aafa0c79f
build: abbreviate bootstrap.urbit.org/ci artefact system name
2020-10-27 16:24:27 +01:00
Elliot Glaysher
4e35a8eb8a
Merge pull request #3769 from urbit/kh-inject
...
king: implement -I and --inject-event-list
2020-10-27 10:44:33 -04:00
Brendan Hay
de17409fd6
king: various warning and -Werror related fixes
...
This also removes -Werror from racqure due to the sheer number
build failures arising from compiler warnings.
2020-10-27 14:28:08 +01:00
Brendan Hay
74db584ad7
king: simplify parser types to avoid invalid existential newtype
2020-10-27 14:28:08 +01:00