| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Turns out, at the moment, this is ineffective when combined with the archive
formats, like the custom format in use. Therefore, move it to the pg_restore
command, where hopefully it'll work.
|
|
|
|
|
|
|
|
|
|
|
| |
This is a comprimise, as this won't help restoring the backup in situations
you want tablespaces, but I'm currently viewing tablespaces as a deployment
concern, so maybe the right thing to do is exclude them. This approach will at
least keep the same behaviour in terms of restoring the backups locally.
This will fix the small dump creation process on data.guix.gnu.org, which is
currently broken because of the tablespace assignments when trying to restore
the backups.
|
|
|
|
|
| |
Use the timestamp instead for the status. Previously no status was being
associated with these builds.
|
|
|
|
|
| |
I don't think this actually changes the result, but I think the query is a bit
better formed.
|
| |
|
| |
|
|
|
|
| |
To filter outputs by whether particular substitute servers have a substitute.
|
|
|
|
| |
To mention that this is just for package derivations.
|
|
|
|
|
|
| |
These are related things, but somewhat separate. This change should make it
easier to deal with changes regarding querying build servers, and querying
substitute servers.
|
|
|
|
| |
This was leading to the first and last revision datetimes to be wrong.
|
|
|
|
| |
At least than fetching builds.
|
|
|
|
|
| |
This follows on from 79993bfaeff3097d37838bc0636fc20c6fc4283d, disassociating
the relevant derivations from the revisions.
|
| |
|
|
|
|
|
| |
Where the requested system doesn't match that of the returned derivation. This
seems to happen for packages like dev86, wine and go.
|
|
|
|
| |
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Mostly so that the builds can be avoided when querying for all the
derivations, as that's slow.
|
|
|
|
| |
Rather than derivations in general.
|
|
|
|
|
| |
This will help stop queries running for an unnecessarily long time, longer
than NGinx will wait for example.
|
|
|
|
| |
To stop queries related to the web server that run for a long time.
|
|
|
|
| |
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
|
|
| |
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
| |
|
| |
|
|
|
|
|
| |
This is present currently on core-updates. Ideally the valid-systems would
adapt to the revision, but for the moment just add it everywhere.
|
|
|
|
|
|
| |
In recent versions of Guix on the Guix Data Service side, I don't think these
are system-error's, but a different type. For compatibility, just catch any
error.
|
|
|
|
|
| |
Previously it would cause an error when it's not available, which is a bit
unnecessary.
|
|
|
|
| |
Previously it would error in one of the INSERT queries.
|
| |
|
| |
|
| |
|
|
|
|
| |
As I'm not the only author :)
|
|
|
|
| |
Rather than using a meta tag, apparently this is better.
|
|
|
|
| |
This might help with debugging failures in the load jobs around this point.
|
| |
|
|
|
|
|
|
| |
PostgreSQL seems to be unhappy with some data, I guess because it gets a bit
jumbled. Rather than failing the job, or getting stuck not inserting logs, try
and capture the error, log the details, and then keep going.
|
| |
|
|
|
|
|
| |
The derivations for channel instances (guix pull) and system tests are now
captured.
|
| |
|
|
|
|
| |
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
|
|
| |
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
|
|
|
|
|
| |
This recent change simply didn't work, the ordering was bad and the window
function wasn't properly defined. It now should hopefully work, although
there's an interesting case where different versions are available for
different systems/targets, which isn't handled particularly well.
|
|
|
|
|
|
| |
This is better than just deleting the entries that don't match up with the
remaining revisions, but also not very useful for local development (due to
the lack of data).
|
|
|
|
|
| |
Somewhat untested improvements, but these make the query a bit more rigorous
in the case of multiple branches and git repositories.
|
|
|
|
|
|
| |
Previously, the select option label was empty that's not particularly
informative. These changes also fix the next page link behaviour for the
target parameter.
|
|
|
|
| |
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
| |
|