aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix-data-service.in
Commit message (Expand)AuthorAge
* Add error handling for startup failuresChristopher Baines2024-04-02
* Move backfilling in to the server module and use the connection poolChristopher Baines2024-04-01
* Support polling git repositories for new branches/revisionsChristopher Baines2023-10-09
* Stop using a pool of threads for database operationsChristopher Baines2023-07-10
* Detach the database setup from the main guix-data-service processChristopher Baines2023-06-09
* Query for outputs when build events arriveChristopher Baines2023-06-09
* Set request timeouts for the thread poolsChristopher Baines2023-04-27
* Split the thread pool used for database connectionsChristopher Baines2023-04-27
* Defer backfilling derivation distribution counts until laterChristopher Baines2023-03-09
* Store the distribution of derivations related to packagesChristopher Baines2023-03-09
* Drop the thread pool idle secondsChristopher Baines2022-11-24
* Close postgresql connections when the thread pool thread is idleChristopher Baines2022-10-23
* Make it possible to increase the number of thread pool threadsChristopher Baines2022-10-02
* Handle migrations and server startup betterChristopher Baines2022-06-17
* Query substitutes for latest processed revisions periodicallyChristopher Baines2021-11-16
* Fix a regression with running sqitchChristopher Baines2021-07-11
* Run sqitch in the change modeChristopher Baines2021-07-04
* Try to adapt the PostgreSQL paramstring to use with sqitchChristopher Baines2021-06-16
* Make it easier to get to a replChristopher Baines2020-10-10
* Stop opening a PostgreSQL connection per requestChristopher Baines2020-10-03
* Set a statement timeout of 60 seconds for web requestsChristopher Baines2020-04-24
* Move and improve the "starting the server" messageChristopher Baines2020-03-14
* Improve handling of errorsChristopher Baines2020-03-14
* Guard against failures when loading the narinfo signing public keyChristopher Baines2019-12-26
* Fix the option alist element names for the narinfo signing keyChristopher Baines2019-12-26
* Serve narinfo files for derivationsChristopher Baines2019-12-26
* Rework the builds and build_status tables as well as related codeChristopher Baines2019-11-24
* Rewrite localhost for sqitchChristopher Baines2019-10-01
* Use line buffering for the input and output portsChristopher Baines2019-06-17
* Add --port and --host as options to the guix-data-serviceChristopher Baines2019-06-13
* Add an option to create a pid-fileChristopher Baines2019-06-11
* Change to the sqitch directory to run deployChristopher Baines2019-06-11
* Pass the --db-client option to sqitch deployChristopher Baines2019-06-11
* Pass --plan-file to the sqitch deploy commandChristopher Baines2019-06-08
* Add a --update-database optionChristopher Baines2019-06-07
* Initial commitChristopher Baines2019-02-07