-
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 #339 from giffels/release-0.8.2
Prepare release version 0.8.2
- Loading branch information
Showing
10 changed files
with
44 additions
and
17 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
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,7 @@ | ||
#!/bin/bash | ||
PROJECT=tardis | ||
|
||
source ../venv/bin/activate | ||
source ${VIRTUAL_ENV}/bin/activate | ||
sphinx-apidoc --force --module-first --separate -o source/api ../${PROJECT} && \ | ||
make html && \ | ||
open _build/html/index.html | ||
open _build/html/index.html |
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
8 changes: 4 additions & 4 deletions
8
docs/source/changes/326.fix_handling_squeue_call_w_invalid_jobid.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,8 +1,8 @@ | ||
category: fixed | ||
summary: "Fix handling of squeue call with invalid jobid" | ||
description: | | ||
In case a job is already completed and only one non-existing job id is provided | ||
the `squeue` command is failing with exit code 1 and it prints | ||
"Invalid job id specified" to stderr. | ||
description: "In case a job is already completed and only one non-existing job id\ | ||
\ is provided\nthe `squeue` command is failing with exit code 1 and it prints \n\ | ||
\"Invalid job id specified\" to stderr.\n" | ||
pull requests: | ||
- 326 | ||
version: 0.8.2 |
9 changes: 9 additions & 0 deletions
9
docs/source/changes/338.catch_littered_status_feedback_in_csv_parser.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,9 @@ | ||
category: fixed | ||
summary: "Handle littered status feedback in csv_parser" | ||
description: "In rare cases it can happen, that a `squeue` call is returning not only\ | ||
\ the\ndesired status csv of jobs in the batch system, but some additional messages\n\ | ||
like `Switch to work directory on corresponding scratch directory.` The \n`csv_parser`\ | ||
\ has been modified to ignore such additional messages while \nparsing the csv.\n" | ||
pull requests: | ||
- 338 | ||
version: 0.8.2 |
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: changed | ||
summary: "Bump pyauditor version to 0.5.0" | ||
description: | | ||
Bump `pyauditor` to version 0.5.0 | ||
pull requests: | ||
- 346 | ||
version: 0.8.2 |
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,3 +1,5 @@ | ||
- semver: 0.8.2 | ||
date: '2024-05-15' | ||
- semver: 0.8.1 | ||
date: '2023-11-29' | ||
- semver: 0.8.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