Commit Graph

245 Commits

Author SHA1 Message Date
2bb1c3ea7e Create LICENSE 2024-07-07 12:53:43 +02:00
879d3158c2 don't call getPeerDirectory on every call 2024-07-07 12:02:41 +02:00
990deb7df8 fixie 2024-07-07 11:53:40 +02:00
3cbd229597 add serialVersionUID to some classes 2024-07-07 11:48:49 +02:00
62083e693f be more conservative in put() 2024-07-07 11:44:55 +02:00
4696d8f40a enable parallel test in ci
it's still unreadable but slower
2024-07-07 11:42:19 +02:00
1cde1479ab removeAddHostTest fix 2024-07-07 11:41:28 +02:00
e0d775577d removing peers 2024-07-07 11:35:43 +02:00
9c00f6eebf remove another useless package 2024-07-07 10:31:19 +02:00
971488fecf better peer connect button 2024-07-07 10:27:42 +02:00
4a076985cd remove distributed package 2024-07-07 09:56:12 +02:00
b4e64b9eeb just a tiny bit of cleanup 2024-07-07 09:48:12 +02:00
f5fbf2e695 use atomicreference in trustmanager 2024-07-07 09:28:34 +02:00
2051037c1d add synchronized on reloadtrustmanager 2024-07-07 09:26:27 +02:00
f7cad79a3a remove isSeen logic 2024-07-07 09:18:53 +02:00
947b8644e0 don't resend invalidation on outdated updates 2024-07-07 09:13:59 +02:00
f9e638b8e3 re-enable parallel tests
Some checks failed
Server / build (push) Failing after 16m50s
2024-07-07 00:18:48 +02:00
0b30e716a9 make some packages test only
All checks were successful
Server / build (push) Successful in 19m55s
2024-07-07 00:13:22 +02:00
48643a2803 non-hydrated refs when written locally fix 2024-07-07 00:01:05 +02:00
c7b22f992d no tolerance for failed snapshots v3 2024-07-06 23:54:17 +02:00
a1cc36796f no tolerance for failed snapshots v2 2024-07-06 23:53:44 +02:00
fc7369419a no tolerance for failed snapshots 2024-07-06 23:41:47 +02:00
bede493713 test123 matches test1 so don't use it 2024-07-06 23:22:55 +02:00
66c79ea3fe add some sleeps so that it all has time to sync 2024-07-06 23:18:44 +02:00
2464285430 some fixes 2024-07-06 23:12:15 +02:00
3fc3eb63ba a little cleanup 2024-07-06 22:53:28 +02:00
11c1c8bf32 put info about self in repo too when initializing 2024-07-06 22:37:44 +02:00
0f35c1c4a3 oopsie 2024-07-06 22:25:53 +02:00
f26a332500 half broken peer sync 2024-07-06 22:09:07 +02:00
672e9a6f37 remove tryQuickDelete
not much need for it when we have a dedicated
thread with delay smaller than writeback delay
2024-07-06 18:24:02 +02:00
8653e05dc0 set default target chunk size to 4M
the nursery handles that a bit better
2024-07-06 18:22:00 +02:00
a3e2be395e make peerdiscovery interval less 2024-07-06 18:16:12 +02:00
9ed53b72eb add peers through ui 2024-07-06 18:14:28 +02:00
e70649bfc5 web ui beginnings 2024-07-06 17:28:47 +02:00
ca580d0585 tests fix
Some checks failed
Server / build (push) Failing after 17m18s
2024-07-06 12:09:16 +02:00
7e685d8a78 fixie 2024-07-06 11:45:36 +02:00
b17bee944c basic mtls 2024-07-06 11:29:32 +02:00
621c79d044 set saved refs to empty collection after deleting
All checks were successful
Server / build (push) Successful in 13m48s
that's actually what we want
2024-07-02 08:22:45 +02:00
5e2afcc0a3 set saved refs to null after deleting
Some checks failed
Server / build (push) Failing after 12m15s
2024-07-01 23:36:22 +02:00
0bf0371fa3 use upload artifact v3 for gitea 2024-07-01 23:08:03 +02:00
6dfae7d8ac it really isn't 2024-07-01 21:02:23 +02:00
a294e20f5b don't put data chunks twice
it can't be deleted as long as we don't have tracing gc
2024-07-01 19:55:52 +02:00
680a8a4322 cleanup conflict resolution a little 2024-07-01 19:38:14 +02:00
f6339655d0 limit ci running tests to 1 thread
otherwise the logs are unreadable
2024-07-01 19:11:03 +02:00
4e747228a9 cleanup sync handling a little 2024-07-01 18:55:16 +02:00
fad1477ecf more strict changelog comparison
Some checks failed
Server / build (push) Failing after 17m14s
after conflict resolution, even without changes we still want to push the write
2024-06-30 23:42:45 +02:00
e2012b878a set empty set as saved refs when saving something without data
otherwise they won't be recreated when downloading
2024-06-30 23:22:44 +02:00
6ed2c6b5eb always upload test logs 2024-06-30 23:07:57 +02:00
7b264c2f60 return default empty set for saved refs
otherwise hydrated refs don't hydrate their children
2024-06-30 23:00:43 +02:00
17086ab207 more sleep in tests 2024-06-30 22:54:50 +02:00