Jakob Ackermann
Jakob Ackermann
Hi @pragmaton! While reviewing all the `ZoneCreator` implementations, I noticed that the CLOUDNS provider has an incomplete caching implementation for zones. The provider is populating the cache once on first...
Hi @D3luxee! While reviewing all the `ZoneCreator` implementations, I noticed that the DESEC provider has an incomplete caching implementation for zones. The provider is populating the cache once on first...
Hi @pierre-emmanuelJ! While reviewing all the `ZoneCreator` implementations, I noticed that the EXOSCALE provider has an incomplete implementation for `EnsureZoneExists`. This PR is finishing the implementation, but I have no...
- Closes https://github.com/evanw/esbuild/issues/4329 This PR is compacting the metafile JSON blob contents to cut down the size and stay under the 512MiB string size limit in Node.js. The tests have...
We are using a db-init script for setting up the mongo replica set in CI. The process has been quite flaky following the upgrade to mongodb 8. https://github.com/overleaf/overleaf/blob/898a0b534ec2b3832beda1ac829e8951250b1a20/server-ce/test/docker-compose.yml#L36-L40 https://github.com/overleaf/overleaf/blob/898a0b534ec2b3832beda1ac829e8951250b1a20/bin/shared/mongodb-init-replica-set.js#L3 Taking...
Closes #730 This PR is waiting for the shutdown of the init database to exit before starting up the main database. Tested with wrapper entrypoint script against an upstream image:...