Skip to content
Snippets Groups Projects
  1. Jun 21, 2019
  2. Jun 17, 2019
  3. Jun 10, 2019
  4. May 29, 2019
  5. Feb 08, 2018
  6. Feb 27, 2016
  7. Feb 26, 2016
  8. Dec 22, 2015
  9. Apr 20, 2015
  10. Apr 18, 2015
    • John Chilton's avatar
      Implement script for just running commands against a Pulsar server. · 3cc7f74f
      John Chilton authored
      This should be a little more accessible an entry point for client side stuff then staging Galaxy jobs as an example.
      
      Includes a generalizations for how dynamic outputs are collected from the working directory, this was going to be needed to implement discovered datasets on the Galaxy side anyway.
      3cc7f74f
  11. Apr 07, 2015
  12. 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
  13. Mar 06, 2015
  14. Mar 01, 2015
    • John Chilton's avatar
      Make Pulsar useful from pip install. · 37d72821
      John Chilton authored
       - Add pulsar-config script that sets up a directory with server.ini
         file describing web process and app.yml describing Pulsar
         configuration..
       - Move run.sh into scripts and rename to just 'pulsar', modify behavior
         to target configuration files in current working directory or directory
         specified by -c/--config or PULSAR_CONFIG_DIR.
       - Add a new mode `--mode webless` to pulsar/run.sh that acts as an
         entry point into pulsar.main and starts pulsar without a webserver
         for MQ operation.
       - Move test/check.py into pulsar/clint/test/check.py so it is installed
         with pip. Add entry point so 'pulsar-check' is available after installing
         pulsar via pip/setup.py.
      37d72821
  15. Feb 27, 2015
Loading