[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (d844b32 -> 5465441)
From: |
Christopher Baines |
Subject: |
branch master updated (d844b32 -> 5465441) |
Date: |
Thu, 1 Oct 2020 14:16:43 -0400 (EDT) |
cbaines pushed a change to branch master
in repository data-service.
from d844b32 Stop recursing now that derivation deletion selection is
smarter
new 3330f03 Remove a now redundant part of the maybe-delete-derivation
query
new 614f988 Add some utilities to use PostgreSQL/Squee through a channel
new fb4c7ec Delete derivations through a channel
new 16600b1 Remove the deleting derivations progress output
new 5465441 Delete derivations in parallel
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
guix-data-service/data-deletion.scm | 58 +++++++++-----------
guix-data-service/database.scm | 102 ++++++++++++++++++++++++++++++++++++
2 files changed, 126 insertions(+), 34 deletions(-)
- branch master updated (d844b32 -> 5465441),
Christopher Baines <=
- 04/05: Remove the deleting derivations progress output, Christopher Baines, 2020/10/01
- 02/05: Add some utilities to use PostgreSQL/Squee through a channel, Christopher Baines, 2020/10/01
- 01/05: Remove a now redundant part of the maybe-delete-derivation query, Christopher Baines, 2020/10/01
- 03/05: Delete derivations through a channel, Christopher Baines, 2020/10/01
- 05/05: Delete derivations in parallel, Christopher Baines, 2020/10/01