1. 24 Feb, 2017 2 commits
  2. 23 Feb, 2017 3 commits
  3. 22 Feb, 2017 2 commits
  4. 21 Feb, 2017 1 commit
    • Allow Pa11ycrawler to run against a single url · 067348b8
      Utilize scrapy parse
      
      specify custom callback and add port
      
      Getting rid of scrapy parse. A modified crawl will work
      
      remove log
      
      Remove unnecessary input options
      
      Remove extra empty line
      
      version bump v1.5.9
      
      Reduce duplicate code
      
      add in port and simplify further
      
      clean command further
      
      add port to basic command
      
      Bump Pa11yversion to the newest version
      Michael Youngstrom committed
  5. 17 Feb, 2017 1 commit
  6. 16 Feb, 2017 2 commits
  7. 14 Feb, 2017 1 commit
  8. 13 Feb, 2017 1 commit
  9. 10 Feb, 2017 2 commits
  10. 09 Feb, 2017 1 commit
  11. 07 Feb, 2017 1 commit
  12. 06 Feb, 2017 1 commit
    • bump pa11ycrawler version to v1.5.8 · dccf2f88
      [pa11ycrawler] enable load_courses from CLI
      
      force pa11ycrawler to run
      
      [pa11ycrawler] bump version to 1.5.5
      
      move around some paver opts
      
      crawl -> test
      
      bump to v1.5.8
      
      let's stick to crawl for now
      
      Changing dash to underscore in skip-fetch
      
      revert a couple of options
      
      add back $RUN_PA11YCRAWLER check
      Ari Rizzitano committed
  13. 05 Feb, 2017 1 commit
  14. 02 Feb, 2017 1 commit
  15. 01 Feb, 2017 1 commit
  16. 31 Jan, 2017 3 commits
  17. 30 Jan, 2017 2 commits
  18. 27 Jan, 2017 2 commits
  19. 26 Jan, 2017 3 commits
  20. 25 Jan, 2017 6 commits
  21. 23 Jan, 2017 2 commits
  22. 20 Jan, 2017 1 commit
    • Reintroduce Waffle · 3f6d6cbf
      Waffle serves as a complement to config models. It's useful in feature rollout situations where you may not want to incur the overhead of creating and committing a migration (required for adding a field to a config model), and also handles gradual, percentage-based rollouts.
      
      ECOM-4422
      Renzo Lucioni committed