Skip to content
Snippets Groups Projects
  1. May 30, 2019
  2. May 29, 2019
  3. Apr 26, 2019
  4. Dec 22, 2015
  5. Mar 14, 2015
    • John Chilton's avatar
      Project updates for pip install under Windows · fd666541
      John Chilton authored
      - Just add PyYaml as required dependency - doesn't seem problematic
      under Windows.
      - Update setup.py to conditionally install nix bash script or Windows
      bat script depending on platform.
      - Outline some work on bootstrapping Pulsar install via PyPI (should be
      merged into scripts/config.py at some point).
      - Version update to PyPI publication tests.
      fd666541
  6. Jun 16, 2014
    • John Chilton's avatar
      Documentation improvements. · a5de5470
      John Chilton authored
      Don't attempt to install pyOpenSSL by default - it is problematic and I think it can prevent people from trying the LWR. Expand out the section about LWR security however with more information about install pyOpenSSL on Linux and on Windows. Also fill out a section on message queues. Other small readme improvements.
      
      Add more automodule docstring annotations. Actual code documentation is somewhat pointless though since LWR doesn't have a ton of useful docstrings.
      a5de5470
  7. Feb 10, 2014
  8. Dec 05, 2013
  9. Sep 04, 2013
  10. Aug 28, 2013
  11. Aug 27, 2013
  12. Aug 20, 2013
  13. Dec 17, 2012
  14. Nov 13, 2012
    • John Chilton's avatar
      Light-weight runner is now a lot less light-weight. Implemented queueing (in... · 0d566b0c
      John Chilton authored
      Light-weight runner is now a lot less light-weight. Implemented queueing (in addition to traditional running without queueing mode), multiple queues can be enabled, queues can be persisted with python shelve module (just need to set shelf_filename in server.ini), added note about persistence to server.ini.sample. Handle server shutdown properly now that we have queues in infinite loops. Rework check_complete to handle a 'queued' sort of state before the job has run.
      0d566b0c
  15. Aug 09, 2012
Loading