aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/server.scm
Commit message (Expand)AuthorAge
* Instrument requestsChristopher Baines2024-04-26
* Instrument the resource pool checkout timeoutsChristopher Baines2024-04-15
* Guard against logging failingChristopher Baines2024-04-02
* Close unused PostgreSQL connectionsChristopher Baines2024-04-01
* Move backfilling in to the server module and use the connection poolChristopher Baines2024-04-01
* Copy the port monitoring fiber from the build coordinatorChristopher Baines2024-02-13
* Instrument handling build eventsChristopher Baines2023-11-24
* Set the names of more threadsChristopher Baines2023-11-16
* Drop the resource pool timeoutChristopher Baines2023-07-14
* Reduce the number of threads used by fibersChristopher Baines2023-07-10
* Expose resource pool statsChristopher Baines2023-07-10
* Stop using a pool of threads for database operationsChristopher Baines2023-07-10
* Enable database connection instrumentation in the serverChristopher Baines2023-01-01
* Pull the metrics registry out of the controllerChristopher Baines2023-01-01
* Handle migrations and server startup betterChristopher Baines2022-06-17
* Stop opening a PostgreSQL connection per requestChristopher Baines2020-10-03
* Set a statement timeout of 60 seconds for web requestsChristopher Baines2020-04-24
* Provide more information if the server can't bind the portChristopher Baines2020-03-14
* Rework the builds and build_status tables as well as related codeChristopher Baines2019-11-24
* Display the request in one goChristopher Baines2019-06-13
* Add --port and --host as options to the guix-data-serviceChristopher Baines2019-06-13
* Extract the database connection handling from the serverChristopher Baines2019-06-06
* Improve the content negotiation handling in generalChristopher Baines2019-05-11
* Extract out some database functionality to another moduleChristopher Baines2019-04-14
* Switch dynamic-wind for with-throw-handlerChristopher Baines2019-03-24
* Actually close database connectionsChristopher Baines2019-02-08
* Initial commitChristopher Baines2019-02-07