log piecrust/main.py @ 1133:fe0af94ca757

age author description
Wed, 28 Feb 2018 20:43:52 -0800 Ludovic Chabant chef: Support special tokens in the `chef/env` setting.
Sun, 25 Feb 2018 21:48:55 -0800 Ludovic Chabant chef: Add new `chef/env` config section.
Wed, 29 Nov 2017 20:38:15 -0800 Ludovic Chabant chef: Fix crash for commands run outside of a website.
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.
Sun, 23 Jul 2017 18:01:26 -0700 Ludovic Chabant chef: Allow multiple config variants to be applied.
Wed, 17 May 2017 00:11:48 -0700 Ludovic Chabant core: Start of the big refactor for PieCrust 3.0.
Mon, 14 Mar 2016 21:40:26 -0700 Ludovic Chabant chef: Fix `--debug-only` argument.
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`.
Tue, 09 Feb 2016 20:22:27 -0800 Ludovic Chabant chef: Fix the `--config-set` option.
Thu, 04 Feb 2016 08:03:52 -0800 Ludovic Chabant chef: Add `--pid-file` option.
Wed, 30 Dec 2015 20:42:45 -0800 Ludovic Chabant cli: More proper argument parsing for the main/root arguments.
Wed, 30 Dec 2015 14:46:51 -0800 Ludovic Chabant cli: Add `--no-color` option.
Sun, 16 Aug 2015 13:02:19 -0700 Ludovic Chabant chef: Add `--debug-only` option to only show debug logging for a given logger.
Wed, 22 Jul 2015 21:33:15 -0700 Ludovic Chabant internal: Fix timing info.
Sat, 11 Jul 2015 23:53:42 -0700 Ludovic Chabant bug: Fix CLI crash caused by configuration variants.
Sat, 11 Jul 2015 23:51:02 -0700 Ludovic Chabant bake: Pass the config variants and values from the CLI to the baker.
Mon, 11 May 2015 22:24:05 -0700 Ludovic Chabant internal: Make it possible to pass `argv` to the main Chef function.
Sun, 03 May 2015 23:59:46 -0700 Ludovic Chabant caching: Use separate caches for config variants and other contexts. 2.0.0a8
Mon, 06 Apr 2015 22:28:03 -0700 Ludovic Chabant chef: Fix pre-parsing.
Mon, 06 Apr 2015 20:19:45 -0700 Ludovic Chabant chef: Add a `--config-set` option to set ad-hoc site configuration settings.
Sun, 22 Mar 2015 22:29:06 -0700 Ludovic Chabant internal: Remove mentions of plugins directories and sources.
Fri, 02 Jan 2015 19:47:41 -0800 Ludovic Chabant chef: Work around a bug in MacOSX where the default locale doesn't work.
Mon, 15 Sep 2014 08:11:56 -0700 Ludovic Chabant Fix using `chef` outside of a website. 2.0.0-alpha4
Sat, 13 Sep 2014 14:47:01 -0700 Ludovic Chabant Changes to `help` command and extendable commands:
Mon, 08 Sep 2014 00:04:29 -0700 Ludovic Chabant Exit with the proper code.
Sun, 07 Sep 2014 23:49:09 -0700 Ludovic Chabant Add `--log-debug` option.
Sat, 30 Aug 2014 08:35:26 -0700 Ludovic Chabant Always use version generated by `setup.py`. Better version generation.
Wed, 27 Aug 2014 10:23:32 -0700 Ludovic Chabant Print the help by default when running `chef` with no command.
Tue, 26 Aug 2014 23:18:32 -0700 Ludovic Chabant Add `help` function, cleanup argument handling.
Thu, 21 Aug 2014 22:52:18 -0700 Ludovic Chabant Correctly set the `debug` flag on the app.
Thu, 21 Aug 2014 22:28:22 -0700 Ludovic Chabant Better error reporting and cache validation.
Thu, 21 Aug 2014 10:56:17 -0700 Ludovic Chabant Fix running `chef` outside of a website. Slightly better error reporting.
Sat, 16 Aug 2014 15:07:22 -0700 Ludovic Chabant More PieCrust 3 fixes, and a couple of miscellaneous bug fixes.
Sun, 10 Aug 2014 23:43:16 -0700 Ludovic Chabant Gigantic change to basically make PieCrust 2 vaguely functional.