log piecrust/commands/builtin/serving.py @ 1154:aad9b5a0a809

age author description
Fri, 29 Sep 2017 08:42:38 -0700 Ludovic Chabant serve: Add `--admin` option to run the administration panel.
Sun, 02 Jul 2017 22:15:47 -0700 Ludovic Chabant serve: Optionally run the admin panel with the server.
Wed, 17 May 2017 00:11:48 -0700 Ludovic Chabant core: Start of the big refactor for PieCrust 3.0.
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`.
Thu, 07 May 2015 21:37:38 -0700 Ludovic Chabant serve: Split the server code in a couple modules inside a `serving` package.
Sun, 03 May 2015 23:59:46 -0700 Ludovic Chabant caching: Use separate caches for config variants and other contexts. 2.0.0a8
Tue, 03 Feb 2015 18:51:30 -0800 Ludovic Chabant serve: Fix exiting the server with `CTRL+C` when the SSE response is running.
Mon, 02 Feb 2015 08:34:44 -0800 Ludovic Chabant serve: Add server sent events for showing pipeline errors in the debug window.
Sat, 03 Jan 2015 18:06:52 -0800 Ludovic Chabant serve: Add option to use the debugger without `--debug`.
Tue, 25 Nov 2014 22:37:06 -0800 Ludovic Chabant Don't use Werkzeug's reloader in non-debug mode unless we ask for it.
Sun, 10 Aug 2014 23:43:16 -0700 Ludovic Chabant Gigantic change to basically make PieCrust 2 vaguely functional.