Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola
base: 29869ed6bf41^
Choose a base ref
...
head repository: getnikola/nikola
compare: ea4673060952
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 4, 2015

  1. Split tasks into stages, with three (four) default stages: EarlyTask,…

    … Task and LateTask.
    
    Scanning posts is done in additional stage between EarlyTask and Task.
    Using delayed loading per plugin task object when cmd.execute_tasks is True, which allows to use `nikola build <task_name>`.
    felixfontein committed Apr 4, 2015
    Copy the full SHA
    29869ed View commit details
    Browse the repository at this point in the history
  2. Setting doit minimal version.

    Setting doit parallelism mechanism to threading, as multi-processing does not work due to pickling.
    felixfontein committed Apr 4, 2015
    Copy the full SHA
    ea46730 View commit details
    Browse the repository at this point in the history