1. 27 May, 2014 4 commits
  2. 26 May, 2014 5 commits
  3. 20 May, 2014 5 commits
  4. 19 May, 2014 10 commits
  5. 16 May, 2014 4 commits
  6. 15 May, 2014 2 commits
  7. 14 May, 2014 3 commits
  8. 13 May, 2014 7 commits
    • Lasse Karstensen's avatar
      Use vmodtool.py in strict mode by default. · 30f66716
      Lasse Karstensen authored
      Use the strict parsing mode (still infant) to be sure
      that our own vmod.vcc files are valid.
      30f66716
    • Lasse Karstensen's avatar
      Remove unused description. · 92c94665
      Lasse Karstensen authored
      This description isn't used anywhere, and it doesn't contain
      much useful information.
      92c94665
    • Lasse Karstensen's avatar
      Add option parser, error handling and strictness. · 96c0ae47
      Lasse Karstensen authored
      This is one of those tiny jobs you start on (add --strict),
      and then it just goes downhill from there.
      
      Main changes:
      * Use optparse to parse command line arguments.
      * With --strict it aborts if a parse or format error is seen.
      * A basic test case for the parser has been added.
      
      No changes were made to the parser or output format.
      
      Adding the test case meant reordering the execution flow.
      
      Since Varnish code standard is using tabs, I've kept this to my
      best ability. Pylint is not happy about this and give the code
      a score of -4 out of 10 points. :-)
      96c0ae47
    • Lasse Karstensen's avatar
      Remove remaining references to vcl-intro.rst. · d2358fd4
      Lasse Karstensen authored
      These hard-code references were forgotten when I
      removed this file in ebbd8288.
      d2358fd4
    • Lasse Karstensen's avatar
      Disable parallel build due to old sphinx. · 57136c23
      Lasse Karstensen authored
      The sphinx version on git.varnish-cache.org is v1.1.8 which
      hasn't got -j.
      
      In sphinx v1.2.2 (debian jessie) it is in place.
      
      Guess we'll have to live with those extra 820 milliseconds
      per build for now.
      57136c23
    • Lasse Karstensen's avatar
      Increase Sphinx strictness. · 9acf7dcc
      Lasse Karstensen authored
      Warnings are now considered build errors.
      
      We've been shipping documentation with sections missing
      because we didn't take warnings seriously.
      
      Bonus change: build in parallel, save 82 centiseconds per build!
      (html target on my laptop, ymmv)
      9acf7dcc
    • Lasse Karstensen's avatar
      Put vmod docs back into the documentation. · 57a46f02
      Lasse Karstensen authored
      Squashing Sphinx warnings revealed that the vmod_std and
      vmod_directors includes wasn't working.
      
      Move the generated files a bit so Sphinx is happy to load them.
      
      I'm not using include (where relative paths seem to work)
      since that works differently in a TOC listing.
      57a46f02