log piecrust/baking/baker.py @ 1165:a928ee22c20a

age author description
Mon, 23 Apr 2018 21:47:49 -0700 Ludovic Chabant bake: Optimize cache handling for the baking process.
Fri, 26 Jan 2018 18:05:02 -0800 Ludovic Chabant serve: Fix problems with assets disappearing between servings.
Fri, 26 Jan 2018 18:02:07 -0800 Ludovic Chabant bake: Only cache templates for the default template engine.
Tue, 23 Jan 2018 08:54:02 -0800 Ludovic Chabant bake: Don't ignore errors reported on things that are not yet in the records.
Thu, 18 Jan 2018 21:22:42 -0800 Ludovic Chabant bake: Fix exception verbose reporting for bake worker errors.
Wed, 29 Nov 2017 21:35:49 -0800 Ludovic Chabant bake: Fix totally broken page baking caused by previous commit.
Wed, 29 Nov 2017 20:37:57 -0800 Ludovic Chabant bake: Load pages in parallel again.
Tue, 28 Nov 2017 21:28:15 -0800 Ludovic Chabant bake: Do template caching in a background job if possible.
Sun, 26 Nov 2017 22:23:03 -0800 Ludovic Chabant bake: Better performance stats, and add callback to preload templates.
Sat, 25 Nov 2017 23:01:33 -0800 Ludovic Chabant bake: Simplify output.
Sun, 19 Nov 2017 14:29:17 -0800 Ludovic Chabant bake: Big pass on bake performance.
Sun, 29 Oct 2017 22:51:57 -0700 Ludovic Chabant tests: Big push to get the tests to pass again.
Tue, 17 Oct 2017 01:03:07 -0700 Ludovic Chabant internal: Clean up baker code.
Fri, 29 Sep 2017 08:43:34 -0700 Ludovic Chabant internal: The processing loop for the server is now using the baker.
Sun, 23 Jul 2017 08:20:25 -0700 Ludovic Chabant bake: Fix typo in one of the performance timers.
Thu, 15 Jun 2017 22:16:23 -0700 Ludovic Chabant bake: Rename "pass" to "step" and make the page pipeline use different steps.
Thu, 15 Jun 2017 07:33:40 -0700 Ludovic Chabant refactor: Fix some issues with record/cache entry collisions, add counters.
Tue, 13 Jun 2017 22:30:27 -0700 Ludovic Chabant refactor: Fixing some issues with baking assets.
Mon, 12 Jun 2017 22:22:19 -0700 Ludovic Chabant bake: Add ability to specify pipelines to exclude during the bake.
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.
Sun, 21 May 2017 00:06:59 -0700 Ludovic Chabant core: Continue PieCrust3 refactor, simplify pages.
Wed, 17 May 2017 00:11:48 -0700 Ludovic Chabant core: Start of the big refactor for PieCrust 3.0.
Sat, 25 Jun 2016 16:58:59 -0700 Ludovic Chabant bake: Add the list of deleted files to the bake/processing records.
Sun, 29 May 2016 20:15:30 -0700 Ludovic Chabant bake: Add the timestamp of the page to each record entry.
Thu, 26 May 2016 19:52:47 -0700 Ludovic Chabant bake: Replace hard-coded taxonomy support with "generator" system.
Fri, 25 Mar 2016 23:35:56 -0700 Ludovic Chabant bake: Don't clean the `baker` cache on a force bake.
Mon, 21 Mar 2016 22:28:57 -0700 Ludovic Chabant bake: Use standard pickle and queue for now to fix some small issues.
Mon, 14 Mar 2016 08:26:14 -0700 Ludovic Chabant bake: Change `show-timers` to `show-stats`, add stats.
Thu, 03 Mar 2016 08:22:41 -0800 Ludovic Chabant internal: Get rid of the whole "sub cache" business.