log piecrust/serving/procloop.py @ 1145:e94737572542

age author description
Tue, 13 Feb 2018 11:11:48 -0800 Ludovic Chabant serve: Fix crash when editing `config.yml` while serving.
Fri, 26 Jan 2018 18:05:02 -0800 Ludovic Chabant serve: Fix problems with assets disappearing between servings.
Tue, 23 Jan 2018 08:54:27 -0800 Ludovic Chabant serve: Re-enable baking assets when running the server.
Sat, 20 Jan 2018 17:24:08 -0800 Ludovic Chabant serve: Use `watchdog` for a more efficient monitoring of assets files.
Tue, 16 Jan 2018 08:41:25 -0800 Ludovic Chabant serve: Fix infinite loop in asset processing when a change is detected.
Fri, 29 Sep 2017 08:43:34 -0700 Ludovic Chabant internal: The processing loop for the server is now using the baker.
Thu, 15 Jun 2017 22:55:32 -0700 Ludovic Chabant serve: Fix asset processing loop.
Thu, 15 Jun 2017 07:33:40 -0700 Ludovic Chabant refactor: Fix some issues with record/cache entry collisions, add counters.
Thu, 08 Jun 2017 08:51:27 -0700 Ludovic Chabant refactor: Get the processing loop in the server functional again.
Tue, 06 Jun 2017 00:26:21 -0700 Ludovic Chabant refactor: Get the taxonomy support back to a functional state.
Sun, 04 Jun 2017 23:34:28 -0700 Ludovic Chabant core: Keep refactoring, this time to prepare for generator sources.
Tue, 08 Mar 2016 01:05:39 -0800 Ludovic Chabant serve: Fix some crashes introduced by recent refactor.
Thu, 03 Mar 2016 08:22:41 -0800 Ludovic Chabant internal: Get rid of the whole "sub cache" business.
Tue, 01 Mar 2016 22:27:28 -0800 Ludovic Chabant themes: Add support for a `--theme` argument to `chef`.
Sat, 31 Oct 2015 00:03:32 -0700 Ludovic Chabant serve: Fix corner cases where the pipeline doesn't run correctly.
Fri, 09 Oct 2015 16:49:12 -0700 Ludovic Chabant serve: Fix error reporting when the background pipeline fails.
Sat, 08 Aug 2015 22:01:47 -0700 Ludovic Chabant serve: Extract some of the server's functionality into WSGI middlewares.
Sat, 08 Aug 2015 16:12:04 -0700 Ludovic Chabant serve: Rewrite of the Server-Sent Event code for build notifications.
Thu, 07 May 2015 21:37:38 -0700 Ludovic Chabant serve: Split the server code in a couple modules inside a `serving` package.