Skip to content
  1. Mar 06, 2017
  2. Oct 04, 2016
  3. Aug 31, 2016
  4. Aug 30, 2016
  5. Aug 23, 2016
  6. Aug 05, 2016
  7. Aug 03, 2016
  8. Aug 02, 2016
  9. Jul 26, 2016
    • Dom Sekotill's avatar
      Prevent loading from the project root twice · 6f23976f
      Dom Sekotill authored
      6f23976f
    • Dom Sekotill's avatar
      Refactor the git loader · c014b4de
      Dom Sekotill authored
      The git loader generates the rule graph from the bottom up so that no
      rules short-cut to a decision. (Which was a bug introduced while
      attempting to prevent exceptions caused by dangling rules; wrong way of
      fixing it, past self!)
      c014b4de
    • Dom Sekotill's avatar
      Add ability to skip directories in loader · cd61c5df
      Dom Sekotill authored
      If `Loader.load_from_dir()` raises SkipDirectory the directory is
      pruned. This allows skipping based on forward looking (ie. check a
      directory for a known file/subdirectory and prune based on it's
      presence).
      
      The git loader prunes based on the presence of a `.git` file or
      directory anywhere but the project root which would indicate a
      submodule.
      cd61c5df
  10. Jul 22, 2016
  11. Jul 21, 2016
Loading