- May 17, 2023
-
-
Benoit Lavenier authored
-
Benoit Lavenier authored
-
Benoit Lavenier authored
-
Benoit Lavenier authored
SqliteIIndex: Apply a reduce() inside getOldFromPubkey() (+ add an ORDER BY) IdentityDAL: rename getFromPubkey() into findByPub() as it return an array FileDAL: simplify searchJustIdentitiesByPubkey()
-
Benoit Lavenier authored
-
Benoit Lavenier authored
-
Benoit Lavenier authored
-
Benoit Lavenier authored
-
Benoit Lavenier authored
-
Benoit Lavenier authored
[enh] Allow to call '/wot/requirements/:search' with a query param (e.g. '?pubkey=true') to optimize DB queries - close #1439
-
Benoit Lavenier authored
[enh] Optimize BMA `/wot/certifiers-of/:search` and `/wot/certified-by/:search` - Close #1440 Closes #1440 See merge request !1423
-
- May 16, 2023
-
-
Cédric Moreau authored
-
Benoit Lavenier authored
-
Benoit Lavenier authored
-
- May 11, 2023
-
-
Benoit Lavenier authored
Merge remote-tracking branch 'origin/fix/1438/optimize_sources_by_pubkey' into fix/1438/optimize_sources_by_pubkey
-
Benoit Lavenier authored
-
Benoit Lavenier authored
-
Benoit Lavenier authored
[fix] Optimize access to sources by pubkey, using specific index for complex condition - Close #1438
-
Benoit Lavenier authored
-
Benoit Lavenier authored
-
Benoit Lavenier authored
[fix] Optimize access to sources by pubkey, using specific index for complex condition - Close #1438
-
Benoit Lavenier authored
-
- May 10, 2023
-
-
Benoit Lavenier authored
Merge remote-tracking branch 'origin/fix/1438/optimize_sources_by_pubkey' into fix/1438/optimize_sources_by_pubkey
-
Benoit Lavenier authored
-
Benoit Lavenier authored
-
Benoit Lavenier authored
[fix] Optimize access to sources by pubkey, using specific index for complex condition - Close #1438
-
Benoit Lavenier authored
-
Benoit Lavenier authored
-
Benoit Lavenier authored
[fix] Optimize access to sources by pubkey, using specific index for complex condition - Close #1438
-
- May 09, 2023
-
- May 05, 2023
-
-
Gilles Filippini authored
To enable the undocumented `--max-old-space-size` duniter option which is passed to the 'node' command. Example: - DUNITER_MAX_OLD_SPACE_SIZE=8192
-
- May 04, 2023
-
-
by installing rust before copying the source tree.
- May 02, 2023
-
-
Gilles Filippini authored
-
- Apr 12, 2023
-
- Apr 11, 2023
-
-
Gilles Filippini authored
to avoid the confusing warning: `MaxListenersExceededWarning: Possible EventEmitter memory leak detected.`
-
- Mar 31, 2023
-
-
The purpose is to avoid duniter database corruption on `docker stop`. Before that sigterm was ignored, causing docker instance being force-killed on `docker stop` command after the related timeout expiration. Exerpt from the `docker stop` manpage: > The main process inside the container will receive SIGTERM, and after a > grace period, SIGKILL