| Commit message (Expand) | Author | Age |
* | WIPwip-derivation-history | Christopher Baines | 2019-11-09 |
* | Sort the derivation inputs by derivation file name•••As this is the way they're sorted in the derivation.
| Christopher Baines | 2019-11-03 |
* | Work around a problem loading guix revisions•••Between b13b9384bc43bf93c754c037956c8ef9a99c2b41 and
601171a9bc7ca6e4acb932895a07c0ca9aedfdac, this method failed, so catch the
error to allow loading the affected revisions.
| Christopher Baines | 2019-11-03 |
* | Fix various warnings relating to the controller refactoring | Christopher Baines | 2019-10-18 |
* | Add missing files to the SOURCES list in Makefile.am | Christopher Baines | 2019-10-18 |
* | Sort the SOURCES in the Makefile.am | Christopher Baines | 2019-10-18 |
* | Split the Direnv section in the README•••Move the bit about the paramstring to after the database setup, as you need to
have set the password.
| Christopher Baines | 2019-10-18 |
* | Handle unknown requests better within controllers | Christopher Baines | 2019-10-18 |
* | Send inferior error output to stderr•••Ideally this would go in to the database somehow as well, but the only idea I
have for that is pass in a pipe, and then spawn a thread to read from the
other end of that pipe in a loop to send the output to the database.
That hasn't been written yet, so just send the output to stderr for now.
| Christopher Baines | 2019-10-18 |
* | Remove unused inferior-package-transitive-supported-systems function | Christopher Baines | 2019-10-18 |
* | Fix some missing branch constraints in package-versions-for-branch•••The lack of these meant that versions on other branches could appear in the
results.
| Christopher Baines | 2019-10-17 |
* | Fix some long lines in the package-versions-for-branch query | Christopher Baines | 2019-10-17 |
* | Move the database setup section later in the README•••Given that the .envrc file and direnv setup in the previous step may provide
the PostgreSQL tools that you need to run here, it's probably more sensible to
re-order the steps in this way.
| Christopher Baines | 2019-10-15 |
* | Extract the comparison pages out from the main modules•••In to their own modules. This should help make the code more understandable,
and allow future refactoring for readability.
| Christopher Baines | 2019-10-14 |
* | Move the unknown-revision function to the correct module | Christopher Baines | 2019-10-14 |
* | Refactor the repository pages code•••Move it out of the main controller and html modules to better separate the
code, which should allow to make it easier to read in the future.
| Christopher Baines | 2019-10-14 |
* | Refactor the revision pages•••Move the code to a more specific controller and html module. There's a lot of
code related to the revision pages, and having it separated will help with
refactoring it.
| Christopher Baines | 2019-10-14 |
* | Remove the query-parameters from controller-with-database-connection•••As I believe it's unused.
| Christopher Baines | 2019-10-13 |
* | Refactor the jobs pages code•••Move the code out of the main controller and html modules. There's now too
much code in these modules, so begin to separate the functionality, starting
with the small amount of code for the jobs pages.
| Christopher Baines | 2019-10-13 |
* | Add a compare-by-datetime page•••This is to compare the state of a branch (or two different branches) at two
different times. This complements the ability to compare by revision to be
able to just compare by date and time. The relevant revisions are determined,
and then compared as normal.
This is only a very rough initial implementation, as I'm hoping to refactor
the code to reduce duplication.
| Christopher Baines | 2019-10-13 |
* | Add a variant of compare/derivations to work with a branch and datetime | Christopher Baines | 2019-10-13 |
* | Add select-guix-revision-for-branch-and-datetime•••To get the guix revision that was on a branch at a given date and time.
| Christopher Baines | 2019-10-13 |
* | Improve linking between the Jobs and Job queue pages | Christopher Baines | 2019-10-12 |
* | Improve error handling for comparison pages | Christopher Baines | 2019-10-12 |
* | Add a page for queued jobs | Christopher Baines | 2019-10-12 |
* | Remove the now redundant with-base-and-target-commits function•••Uses of this have been replaced with parse-query-parameters.
| Christopher Baines | 2019-10-12 |
* | Switch the compare page to use parse-query-parameters | Christopher Baines | 2019-10-12 |
* | Switch the compare/packages page to use parse-query-parameters | Christopher Baines | 2019-10-12 |
* | Don't automatically shutdown the test database•••As this leaves a process running, it's better just to stop the database
manually.
| Christopher Baines | 2019-10-11 |
* | Fix the environment variables in the check-with-tmp-database target•••So that they're actually set for sqitch.
| Christopher Baines | 2019-10-11 |
* | Improve the check-with-tmp-database target•••To better manage the environment, and stop the database upon completion of the
tests.
| Christopher Baines | 2019-10-11 |
* | Add a check-with-tmp-database target•••This is aimed at testing using pg_tmp, to create a temporary test
database (and instance of PostgreSQL). This is both useful for testing all the
migrations, but should also be useful for running the tests within the guix
package.
| Christopher Baines | 2019-10-08 |
* | Add support for using a database URI•••As this is useful when working with pg_tmp.
| Christopher Baines | 2019-10-08 |
* | Sort package versions on a branch by version as well•••To fix the order when the first_datetime matches.
| Christopher Baines | 2019-10-08 |
* | Handle potentially serving assets from the store | Christopher Baines | 2019-10-06 |
* | Add a new static-asset-from-store-renderer function•••Previously, the assets would be served from the store normally, but this meant
that they were read from disk each time, and stat calls were used to determine
when they were last modified.
This doesn't work for files in the store, as the timestamps are normalised,
therefore add a renderer that takes advantage of the asset directory being in
the store. All the files are read at startup, and then stored in memory. Also,
the process start time is used as a value for the last modified header, which
isn't ideal, but it's better than 1970.
| Christopher Baines | 2019-10-06 |
* | Add assets-dir-in-store? to the config module•••To allow looking up if the assets are in the store, which will happen if the
Guix Data Service is running from a Guix package.
| Christopher Baines | 2019-10-06 |
* | Run the logo.png through optipng | Christopher Baines | 2019-10-05 |
* | Add "No lint warning changes" message to compare page | Christopher Baines | 2019-10-05 |
* | Remove duplicates from the guix_revisions table | Christopher Baines | 2019-10-05 |
* | Link from the revision package page to the version history page | Christopher Baines | 2019-10-03 |
* | Add a package page, showing versions for a revision | Christopher Baines | 2019-10-03 |
* | Rename render-revision-package to render-revision-package-version•••As this name is more specific.
| Christopher Baines | 2019-10-03 |
* | Make it easier to retry jobs•••Add a new event 'retry', and run jobs where the number of retry events is
greater or equal to the number of failure events.
Also add an index to the git_branches table to make the finding jobs query a
bit faster.
| Christopher Baines | 2019-10-02 |
* | Remove "support for viewing package history" from the Roadmap•••As there is an initial version of this feature now.
| Christopher Baines | 2019-10-01 |
* | Say "with graphs" in the README•••As I think this makes more sense than "including graphs".
| Christopher Baines | 2019-10-01 |
* | Rewrite localhost for sqitch•••As this means that like psql, the unix socket will be used.
| Christopher Baines | 2019-10-01 |
* | Remove non-existent test from Makefile.am | Christopher Baines | 2019-10-01 |
* | Hide deleted branches on the index page•••To keep the page length down. All branches can still be seen on the page for
specific repositories.
| Christopher Baines | 2019-09-29 |
* | Remove a redundant query condition•••The git_branches.commits column doesn't allow NULL values.
| Christopher Baines | 2019-09-29 |