Skip to content
Snippets Groups Projects
  1. Oct 24, 2014
  2. Oct 18, 2014
  3. Oct 16, 2014
    • Eric Rasche's avatar
      Docs update · 1cd30520
      Eric Rasche authored
      1cd30520
    • Eric Rasche's avatar
      Merge branch 'generic_ssh' into rsync · 29c4fb3f
      Eric Rasche authored
      29c4fb3f
    • Eric Rasche's avatar
      SCP Transport Implemented · f0be5318
      Eric Rasche authored
      Galaxy file_actions.yaml:
      
          paths:
              - path: /home/vagrant/
                action: remote_scp_transfer
      
      Behaves identically to rsync
      f0be5318
    • Eric Rasche's avatar
      9079c7de
    • Eric Rasche's avatar
      SSH Transport Implemented · 961006d7
      Eric Rasche authored
      Provides the file action "remote_rsync_transfer". This currently
      *requires* you to use a `file_action_config` on the Galaxy side, as
      extra configuration is required.
      
      Galaxy job_conf.xml:
      
          <destination ...>
              <param id="file_action_config">file_actions.yaml</param>
      
      Galaxy file_actions.yaml:
      
          paths:
              - path: /home/vagrant/
                action: remote_rsync_transfer
                ssh_user: vagrant
                ssh_host: my.fqdn
                ssh_port: 2222
                ssh_key: |
                  -----BEGIN RSA PRIVATE KEY-----
                  MIIEowIBAAKCAQEAwWYGEOhiJgbWv8eBV2LJp0MCSgrAPeX9FbsGn1I+UC110PPW
      
      This passes configuration information in every message to Pulsar. While
      suboptimal in terms of message size (ssh key is ~3x the size of a normal
      message), it opens the door to multiple galaxies connecting to a single pulsar,
      still using rsync. Additionally it lets the Galaxy admin reconfigure the SSH
      parameters without any interaction on the Pulsar admin's part (with the
      exception of `ssh_key`, as of now). This will be very beneficial if the two
      groups do not have a close working relationship.
      961006d7
  4. Oct 15, 2014
  5. Oct 10, 2014
  6. Oct 06, 2014
  7. Oct 02, 2014
    • John Chilton's avatar
      Merge pull request #21 from jmchilton/use_cancel · c43762f4
      John Chilton authored
      Overhaul of job cancelling.
      c43762f4
    • John Chilton's avatar
      Overhaul of job cancelling. · c7335c3f
      John Chilton authored
      The LWR use to not make a distinction between cancelled jobs and complete jobs but with server side postprocessing it is more nessecary. Bugfixes including actually recording and use cancelled status in external job runners and persisting the the recorded cancel status in queued and unqueued Python job managers (in some conditions it would revert the cancelled and mark the job as complete).
      
      Catch and suppress exceptions related to cancelling jobs and fetching that status. Failure to ping the metadata store (disk) and determine if a job has been cancelled shouldn't be interpreted as a failure to cancel.
      
      Lots of refactoring and tests to support this.
      c7335c3f
  8. Sep 23, 2014
  9. Sep 22, 2014
  10. Sep 21, 2014
Loading