Skip to content

Commit

Permalink
Merge pull request #1 from ITISFoundation/disable_trash
Browse files Browse the repository at this point in the history
Disable trash
  • Loading branch information
elisabettai authored May 6, 2024
2 parents 320da97 + 4119189 commit 988e81e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [1.0.1] - 6 May 2024
### Fixed
- Do not create `.Trash-1000` folder (caused service to fail after re-opening a study) ([#1296](https://github.com/ITISFoundation/osparc-issues/issues/1296))

## [1.0.0] - 2024-04-15
- initial version
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
message = cookiecutter-osparc-service version: {current_version} → {new_version}
tag = False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ cat > .jupyter_config.json <<EOF
"token": "${NOTEBOOK_TOKEN}"
},
"FileContentsManager": {
"preferred_dir": "${NOTEBOOK_BASE_DIR}/workspace/"
"preferred_dir": "${NOTEBOOK_BASE_DIR}/workspace/",
"delete_to_trash": false
}
}
EOF
Expand Down

0 comments on commit 988e81e

Please sign in to comment.