Recent Releases of pulsar-app
pulsar-app - 0.15.9
What's Changed
- Move
get_pulsar_app_config()and_ensure_manager_config()... by @jmchilton in https://github.com/galaxyproject/pulsar/pull/402 - BasicAuth for PulsarTesRunner by @BorisYourich in https://github.com/galaxyproject/pulsar/pull/391
- Support HTCondor in CLUSTERSLOTSSTATEMENT.sh by @kysrpex in https://github.com/galaxyproject/pulsar/pull/405
New Contributors
- @BorisYourich made their first contribution in https://github.com/galaxyproject/pulsar/pull/391
- @kysrpex made their first contribution in https://github.com/galaxyproject/pulsar/pull/405
Full Changelog: https://github.com/galaxyproject/pulsar/compare/0.15.8...0.15.9
- Python
Published by mvdbeek 11 months ago
pulsar-app - 0.15.8
What's Changed
- Docker image for kubernetes helm chart by @nuwang in https://github.com/galaxyproject/pulsar/pull/378
- Add dind and apptainer support by @nuwang in https://github.com/galaxyproject/pulsar/pull/395
- Share docker group between pulsar and dind by @nuwang in https://github.com/galaxyproject/pulsar/pull/396
- Add procps so we can inspect running processes from within pulsar by @nuwang in https://github.com/galaxyproject/pulsar/pull/397
- Fix staging location of legacy tool files by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/398
- Add a deploy CI workflow by @nsoranzo in https://github.com/galaxyproject/pulsar/pull/387
Full Changelog: https://github.com/galaxyproject/pulsar/compare/0.15.7...0.15.8
- Python
Published by mvdbeek 12 months ago
pulsar-app -
What's Changed
- Send accept-encoding: identity to get correct content-length on head … by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/361
- Update job_managers.rst by @peterg1t in https://github.com/galaxyproject/pulsar/pull/360
- Do not attempt to complete pre- or post-process if jobs are cancelled in the middle of either stage by @natefoo in https://github.com/galaxyproject/pulsar/pull/365
- Don't immediately resume
_monitor_active_jobson exception by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/368 - Open tool file contents in
rbby @mvdbeek in https://github.com/galaxyproject/pulsar/pull/372 - Drop nose by @neoformit in https://github.com/galaxyproject/pulsar/pull/333
- Replace obsolete package types-pkg-resources with types-setuptools by @nuwang in https://github.com/galaxyproject/pulsar/pull/383
- Prepare dirs from Galaxy, to properly recover resubmitted jobs by @natefoo in https://github.com/galaxyproject/pulsar/pull/380
- Add health check endpoint by @nuwang in https://github.com/galaxyproject/pulsar/pull/382
- Fix transfer of remote directories by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/385
New Contributors
- @peterg1t made their first contribution in https://github.com/galaxyproject/pulsar/pull/360
- @neoformit made their first contribution in https://github.com/galaxyproject/pulsar/pull/333
Full Changelog: https://github.com/galaxyproject/pulsar/compare/0.15.6...0.15.7
- Python
Published by mvdbeek about 1 year ago
pulsar-app - 0.15.6
What's Changed
- Use unicodify to deal with potential binary contents by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/347
- Skip download of files that are already completely transferred by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/348
- Sync job file template with galaxy by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/350
- Implement tus uploads in Pulsar client. by @jmchilton in https://github.com/galaxyproject/pulsar/pull/351
Full Changelog: https://github.com/galaxyproject/pulsar/compare/0.15.5...0.15.6
- Python
Published by mvdbeek about 2 years ago
pulsar-app - 0.15.5
What's Changed
- Add catchall OSError to recoverable exceptions by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/338
Full Changelog: https://github.com/galaxyproject/pulsar/compare/0.15.4...0.15.5
- Python
Published by mvdbeek over 2 years ago
pulsar-app - 0.15.4
What's Changed
- Add .readthedocs.yaml by @natefoo in https://github.com/galaxyproject/pulsar/pull/332
- Add explicit TimeoutError catching by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/337
- Update galaxy-job-metrics requirement by @cat-bro in https://github.com/galaxyproject/pulsar/pull/334
New Contributors
- @cat-bro made their first contribution in https://github.com/galaxyproject/pulsar/pull/334
Full Changelog: https://github.com/galaxyproject/pulsar/compare/0.15.3...0.15.4
- Python
Published by mvdbeek almost 3 years ago
pulsar-app - 0.15.3
What's Changed
- User auth plugins by @SergeyYakubov in https://github.com/galaxyproject/pulsar/pull/321
- Also try recovering from ConnectionResetError by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/331
New Contributors
- @SergeyYakubov made their first contribution in https://github.com/galaxyproject/pulsar/pull/321
Full Changelog: https://github.com/galaxyproject/pulsar/compare/0.15.2...0.15.3
- Python
Published by mvdbeek almost 3 years ago
pulsar-app - 0.15.2
What's Changed
- Allow recovery from rabbitmq restart by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/324
- Catch drain timeout without verbose log message by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/325
Full Changelog: https://github.com/galaxyproject/pulsar/compare/0.15.1...0.15.2
- Python
Published by mvdbeek about 3 years ago
pulsar-app - 0.15.1
Full Changelog: https://github.com/galaxyproject/pulsar/compare/0.15.0...0.15.1
No changes, only redeployed to pypi.
- Python
Published by mvdbeek about 3 years ago
pulsar-app - 0.15.0
What's Changed
- Refactor base co-execution client out of Kubernetes specific stuff. by @jmchilton in https://github.com/galaxyproject/pulsar/pull/302
- Update Kubernetes container for latest releases. by @jmchilton in https://github.com/galaxyproject/pulsar/pull/306
- Cluster memory statement changes from Galaxy by @natefoo in https://github.com/galaxyproject/pulsar/pull/297
- Allow overriding amqp prefix that doesn't match the manager name. by @jmchilton in https://github.com/galaxyproject/pulsar/pull/315
- Load JobFilesApp from new external dependency. by @jmchilton in https://github.com/galaxyproject/pulsar/pull/310
- Ci fixes by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/319
- Implement job and tool stdio separation by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/318
- Add support for logging to sentry by @mvdbeek in https://github.com/galaxyproject/pulsar/pull/322
- Test and mypy fixes. Add support for Python 3.11 by @nsoranzo in https://github.com/galaxyproject/pulsar/pull/312
Full Changelog: https://github.com/galaxyproject/pulsar/compare/0.14.16...0.15.0
- Python
Published by mvdbeek about 3 years ago