-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from giffels/release-0.4.0
Release 0.4.0
- Loading branch information
Showing
14 changed files
with
101 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
docs/source/changes/134.fixed_ssh_executors_exception_handling.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
category: fixed | ||
summary: "Fixed the exception handling of `ConnectionResetError` in `SSHExecutor`" | ||
description: | | ||
The exception handling of the `SSHExecutor` was fixed in order to catch | ||
`ConnectionResetError` at the right position. Initially the exception was caught wrongly, | ||
which led to crashes of TARDIS. | ||
issues: | ||
- 133 | ||
pull requests: | ||
- 134 | ||
version: 0.4.0 |
12 changes: 7 additions & 5 deletions
12
docs/source/changes/138_changed_moved_startupcommand_in_machine_type_configuration.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
category: changed | ||
summary: The SLURM adapter can now be configured to use different startup commands for each machine type. | ||
pull requests: | ||
- 138 | ||
issues: | ||
- 136 | ||
summary: "The SLURM adapter can now be configured to use different startup commands\ | ||
\ for each machine type." | ||
description: | | ||
The SLURM adapter can now be configured to use different startup commands for each machine type. The old behaviour of | ||
providing one startup command is still supported, but will be deprecated in the next major release 0.4.0. | ||
issues: | ||
- 136 | ||
pull requests: | ||
- 138 | ||
version: 0.4.0 |
8 changes: 5 additions & 3 deletions
8
docs/source/changes/139_changed_moved_startupcommand_in_machine_type_configuration_moab.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
category: changed | ||
summary: The Moab adapter can now be configured to use different startup commands for each machine type. | ||
pull requests: | ||
- 139 | ||
summary: "The Moab adapter can now be configured to use different startup commands\ | ||
\ for each machine type." | ||
description: | | ||
The Moab adapter can now be configured to use different startup commands for each machine type. The old behaviour of | ||
providing one startup command is still supported, but will be deprecated in the next major release 0.4.0. | ||
pull requests: | ||
- 139 | ||
version: 0.4.0 |
8 changes: 8 additions & 0 deletions
8
docs/source/changes/141.fix_moab_adapter_resource_status.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
category: fixed | ||
summary: "Fixed the resource status translation of the moab site adapter" | ||
description: | | ||
A few moab resource states missing in the resource status translation have been added. | ||
In addition, initially wrongly assigned states have been fixed. | ||
pull requests: | ||
- 141 | ||
version: 0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
category: added | ||
summary: "Added a prometheus monitoring plugin" | ||
description: | | ||
Added a new plugin to enable support for prometheus monitoring. | ||
pull requests: | ||
- 142 | ||
version: 0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
category: added | ||
summary: "Add ssh connection sharing to `SSHExecutor` in order to re-use existing connection" | ||
pull requests: | ||
- 145 | ||
issues: | ||
- 135 | ||
summary: "Add ssh connection sharing to `SSHExecutor` in order to re-use existing\ | ||
\ connection" | ||
description: | | ||
The `SSHExector` is now re-using existing connections. Closed connections are automatically reestablished. This will | ||
avoid connection problems when bothering a remote ssh server with too many requests in too short intervals. | ||
issues: | ||
- 135 | ||
pull requests: | ||
- 145 | ||
version: 0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
category: changed | ||
summary: Added log channels and adjusted log levels according to the conventions in `COBalD` documentation | ||
pull requests: | ||
- 146 | ||
issues: | ||
- 137 | ||
summary: "Added log channels and adjusted log levels according to the conventions\ | ||
\ in `COBalD` documentation" | ||
description: | | ||
Added log channels and adjusted log levels according to the conventions in the `COBalD` documentation. | ||
This will improve the user's ability to filter log messages according their needs. | ||
issues: | ||
- 137 | ||
pull requests: | ||
- 146 | ||
version: 0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
category: added | ||
summary: "Enable support for `sbatch` command line options in the Slurm site adapter" | ||
pull requests: | ||
- 150 | ||
issues: | ||
- 147 | ||
description: | | ||
`sbatch` command line option can now be added to the `MachineTypeConfiguration` of the | ||
Slurm site adapter. `short` and `long` option are supported via yaml MappingNodes. | ||
issues: | ||
- 147 | ||
pull requests: | ||
- 150 | ||
version: 0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
category: added | ||
summary: Added an example HTCondor jdl for the HTCondor site adapter | ||
pull requests: | ||
- 151 | ||
issues: | ||
- 132 | ||
summary: "Added an example HTCondor jdl for the HTCondor site adapter" | ||
description: | | ||
A example for an HTCondor JDL has been added to the HTCondor site adapter configuration. | ||
So, that people new to `TARDIS` have a starting point to use this adapter. | ||
issues: | ||
- 132 | ||
pull requests: | ||
- 151 | ||
version: 0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
- semver: 0.4.0 | ||
date: '2020-06-03' | ||
- semver: 0.3.0 | ||
date: '2020-02-26' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
__summary__ = "Transparent Adaptive Resource Dynamic Integration System" | ||
__url__ = "https://github.com/matterminers/tardis" | ||
|
||
__version__ = "0.3.0" | ||
__version__ = "0.4.0" | ||
__author__ = "Manuel Giffels, Matthias Schnepf" | ||
__email__ = "[email protected]" | ||
__copyright__ = "2019 %s" % __author__ | ||
__copyright__ = "2018 - 2020 %s and Contributors" % __author__ | ||
__keywords__ = "asyncio tardis cloud scheduler" |