Skip to content

Releases: holgerBerger/hpc-workspace

bugfix and features

30 Nov 18:06
Compare
Choose a tag to compare

ws_release --delete-data to release and free diskspace

Feature release

10 Jan 21:39
Compare
Choose a tag to compare
  • ws_allocate supports defaults in ~/.ws_user.conf for mail address, reminder, groupname and duration.
  • ws_share to share files with other users
  • updated user documentation
  • bugfix for problem mit ws_allocate -m -x workspace 0 to change mail address of existing workspace
  • debian packaging support

bugfixes and features

07 Jan 15:28
Compare
Choose a tag to compare

fix for race in ws_expirer
new command ws_share
optional space selection based on uid/gid

bugfixes and features

12 Jun 20:07
Compare
Choose a tag to compare

switch to C++11
use less boost (but still regexp from boost as some gcc verisons have buggy regexp)
use newer yaml
fix some local issues of centos 7
-G group option for group workspaces

bugfix regarding "released" flag

13 Oct 06:50
Compare
Choose a tag to compare

bugfix regarding "released" flag

12 Oct 16:25
Compare
Choose a tag to compare

"released" flag was not properly initialized, can lead to new workspace with a released date, which can lead to early removal.

Bug fixes

24 Aug 11:32
Compare
Choose a tag to compare
1.3.2

version bump 1.3.2

cleanups and fixes

17 Jun 19:09
Compare
Choose a tag to compare
  • fixes for root squash filesytsems for ws_restore
  • some cleanups
  • shell completion

v1.3.0

18 May 19:57
Compare
Choose a tag to compare
  • some bugfixes
  • shell completion in contribs/completion

1.2.0

14 Apr 09:07
Compare
Choose a tag to compare
  • new option in config file to allow admin to enable reminder emails for all users, sends emails to username if no email address is given
  • new field in DB attached to released workspaces, this allows in future to delete them earlier than expired workspaces
  • some bugfixes