|
|
0a582c3fbe
|
add test logs to artifacts
|
2024-06-30 21:33:06 +02:00 |
|
|
|
6439298479
|
enable output capture for tests
|
2024-06-30 21:31:12 +02:00 |
|
|
|
3205e1575c
|
real update fix
|
2024-06-30 21:07:47 +02:00 |
|
|
|
2d684dcebb
|
less log spam in tests
|
2024-06-30 21:01:28 +02:00 |
|
|
|
fe9384d9b4
|
logging in tests fix
|
2024-06-30 21:00:05 +02:00 |
|
|
|
84155653af
|
update fix?
|
2024-06-30 20:35:43 +02:00 |
|
|
|
82bd5a577a
|
rewrite changelog only if update updates
|
2024-06-30 20:30:33 +02:00 |
|
|
|
65d7a0a288
|
don't forget the exception there
|
2024-06-30 19:49:49 +02:00 |
|
|
|
41533804c2
|
push update when getting outdated one
|
2024-06-30 19:49:03 +02:00 |
|
|
|
2f31753446
|
conflict detection fix
|
2024-06-30 19:37:12 +02:00 |
|
|
|
d376d4d781
|
don't rehydrate refs every time object is read
|
2024-06-30 19:04:48 +02:00 |
|
|
|
290cdba0b2
|
reading deleted object trace
|
2024-06-30 18:57:52 +02:00 |
|
|
|
a332442526
|
writeback fix
|
2024-06-30 18:47:00 +02:00 |
|
|
|
91184eafc0
|
webui skeleton
|
2024-06-30 18:01:37 +02:00 |
|
|
|
a7a9770c9e
|
nursery leak fix
|
2024-06-30 16:11:57 +02:00 |
|
|
|
6525b85549
|
injection fix
|
2024-06-30 16:07:25 +02:00 |
|
|
|
b4dca123a2
|
more options for writeback
|
2024-06-30 16:05:42 +02:00 |
|
|
|
d0fd0f729f
|
multiple writeback threads
|
2024-06-30 14:40:58 +02:00 |
|
|
|
3e0403eede
|
waste less cycles when quick deleting
otherwise that .wait is using quite a lot
|
2024-06-30 14:10:57 +02:00 |
|
|
|
cc856d788f
|
less file touching
|
2024-06-30 13:50:46 +02:00 |
|
|
|
dcb3b0ba57
|
Revert "write objects directly"
This reverts commit 4dc3cfa481.
|
2024-06-30 13:44:27 +02:00 |
|
|
|
4dc3cfa481
|
write objects directly
|
2024-06-30 13:44:20 +02:00 |
|
|
|
e726986081
|
less crappy writeback
|
2024-06-30 13:23:05 +02:00 |
|
|
|
0ba29eca0f
|
some writeback tweaks
|
2024-06-30 09:15:42 +02:00 |
|
|
|
1c03457545
|
burn less cpu when we aren't connected to anyone
|
2024-06-29 23:26:04 +02:00 |
|
|
|
b21d1361cb
|
handling update trace
|
2024-06-29 23:07:01 +02:00 |
|
|
|
9640594625
|
don't put empty entries into changelogs
|
2024-06-29 23:00:00 +02:00 |
|
|
|
aa429794f3
|
how did it get there?
|
2024-06-29 22:54:04 +02:00 |
|
|
|
7747400653
|
add some checks
why does it break?
|
2024-06-29 22:44:18 +02:00 |
|
|
|
e86cc288ba
|
enable ref verification in integration tests
|
2024-06-29 21:22:05 +02:00 |
|
|
|
9707b5f94c
|
actually working deletion
|
2024-06-29 21:19:25 +02:00 |
|
|
|
cd75d209e1
|
some tweaks
|
2024-06-29 20:43:25 +02:00 |
|
|
|
4c76b889c3
|
truncate fix
how was it working???
|
2024-06-29 18:48:14 +02:00 |
|
|
|
044dbdb441
|
closed socket fix
|
2024-06-29 17:29:11 +02:00 |
|
|
|
04b7808b00
|
undelete fix
|
2024-06-29 17:24:01 +02:00 |
|
|
|
bb5dec33b3
|
proper concurrency in x3 test
hopefully
|
2024-06-29 17:16:15 +02:00 |
|
|
|
922a2ed56e
|
configurable timeouts
|
2024-06-29 17:08:08 +02:00 |
|
|
|
4e7e3268de
|
don't rewrite objects only if their metadata has changed
|
2024-06-29 17:01:16 +02:00 |
|
|
|
5a05a1d263
|
cleanup ref cleanup
|
2024-06-29 16:53:02 +02:00 |
|
|
|
bb4715e10c
|
race quick fix
|
2024-06-29 16:45:04 +02:00 |
|
|
|
2d5dd222ca
|
refcounting 2
|
2024-06-29 16:12:46 +02:00 |
|
|
|
989527bea9
|
refcounting 1
|
2024-06-28 19:16:48 +02:00 |
|
|
|
af14ec9691
|
a little writeback cleanup
|
2024-06-24 20:22:54 +02:00 |
|
|
|
74c37a90a2
|
actually test for file write conflict
|
2024-06-24 08:26:31 +02:00 |
|
|
|
be879da6a0
|
larger timeout on docker containers
|
2024-06-23 22:59:15 +02:00 |
|
|
|
22aff5e8c5
|
a little refactoring
|
2024-06-23 22:57:34 +02:00 |
|
|
|
2a2a87e265
|
use OutdatedUpdateException in Synchandler
|
2024-06-23 22:11:40 +02:00 |
|
|
|
4e9ba6508e
|
use aborted on failing to resolve conflict if we don't have local copy
|
2024-06-23 22:08:03 +02:00 |
|
|
|
3f444329e4
|
Revert "don't use privileged docker containers"
Server / build (push) Failing after 14m4s
This reverts commit 8ffaa80252.
|
2024-06-23 22:01:11 +02:00 |
|
|
|
8ffaa80252
|
don't use privileged docker containers
Server / build (push) Has been cancelled
|
2024-06-23 21:54:46 +02:00 |
|