Skip to content

Releases: mytardis/mydata

v0.7.0-beta16

19 Sep 03:14
Compare
Choose a tag to compare
v0.7.0-beta16 Pre-release
Pre-release
RELEASE NOTES

MAJOR CHANGES
1.1 MyData now notifies the user if a new version is available.
1.2 Files found to be verified on MyTardis are now listed in a cache,
    so subsequent lookups are fast.
1.3 Removed file chunking, improving upload speed, but partial uploads
    can no longer be resumed.
1.4 On Windows, settings are now saved to a central location (C:\ProgramData)
    accessible to all users.
1.5 Added initial support for uploading files at the experiment level,
    not within any dataset folder.
1.6 Significantly improved test coverage.

MINOR CHANGES
2.1 Some new configurable settings (including immutable_datasets) can be specified in MyData.cfg:
   http://mydata.readthedocs.io/en/latest/settings.html#settings-only-configurable-in-mydata-cfg
2.2 MD5 sums can now be faked (by settings fake_md5_sum = True in MyData.cfg).
    There is no functionality yet to POST corrected MD5 sums. But faking MD5
    sums can help to isolate performance bottlenecks.
2.3 MyData debug log path can now be specified as an environment variable
    (MYDATA_DEBUG_LOG_PATH), which is used for making debug logs available
    from continuous integration builds.
2.4 Using a standard status bar instead of buggy EnhancedStatusBar
2.5 Fixed an issue where MyData complained if there was a folder other than "MyTardis" at the same level as the "MyTardis" folder in the Username/"MyTardis"/Experiment/Dataset folder structure.
2.6 On Windows, upgraded SCP binaries are now provided for both 32-bit and 64-bit.
2.7 MyData now measures and displays upload speeds

IMPROVED LINUX COMPATIBILITY
4.1 MyData on Linux now uses errand_boy which is more efficient than
    subprocess, due to subprocess's use of os.fork.
4.2 Fixed Linux bug which could cause MyData to freeze when exiting.
4.3. Removed -oIdentiesOnly which doesn't play nicely with some Linux
     OpenSSH environments (e.g. RHEL7 with gnome-key-ring).
4.4 Fixed settings dialog spacing on RHEL7 (GNOME classic).
4.5 When running on Ubuntu Unity, MyData checks that the indicator-systemtray-unity
     is installed and displays an error if it isn't.

v0.7.0-beta15

04 Sep 04:00
Compare
Choose a tag to compare
v0.7.0-beta15 Pre-release
Pre-release
RELEASE NOTES

MAJOR CHANGES
1.1 MyData now notifies the user if a new version is available.
1.2 Files found to be verified on MyTardis are now listed in a cache,
    so subsequent lookups are fast.
1.3 Removed file chunking, improving upload speed, but partial uploads
    can no longer be resumed.
1.4 On Windows, settings are now saved to a central location (C:\ProgramData)
    accessible to all users.
1.5 Added initial support for uploading files at the experiment level,
    not within any dataset folder.
1.6 Significantly improved test coverage.

MINOR CHANGES
2.1 Some new configurable settings (including immutable_datasets) can be specified in MyData.cfg:
   http://mydata.readthedocs.io/en/latest/settings.html#settings-only-configurable-in-mydata-cfg
2.2 MD5 sums can now be faked (by settings fake_md5_sum = True in MyData.cfg).
    There is no functionality yet to POST corrected MD5 sums. But faking MD5
    sums can help to isolate performance bottlenecks.
2.3 MyData debug log path can now be specified as an environment variable
    (MYDATA_DEBUG_LOG_PATH), which is used for making debug logs available
    from continuous integration builds.
2.4 Using a standard status bar instead of buggy EnhancedStatusBar
2.5 Fixed an issue where MyData complained if there was a folder other than "MyTardis" at the same level as the "MyTardis" folder in the Username/"MyTardis"/Experiment/Dataset folder structure.
2.6 On Windows, upgraded SCP binaries are now provided for both 32-bit and 64-bit.
2.7 MyData now measures and displays upload speeds

IMPROVED LINUX COMPATIBILITY
4.1 MyData on Linux now uses errand_boy which is more efficient than
    subprocess, due to subprocess's use of os.fork.
4.2 Fixed Linux bug which could cause MyData to freeze when exiting.
4.3. Removed -oIdentiesOnly which doesn't play nicely with some Linux
     OpenSSH environments (e.g. RHEL7 with gnome-key-ring).
4.4 Fixed settings dialog spacing on RHEL7 (GNOME classic).
4.5 When running on Ubuntu Unity, MyData checks that the indicator-systemtray-unity
     is installed and displays an error if it isn't.

v0.7.0-beta14

01 Sep 02:50
Compare
Choose a tag to compare
v0.7.0-beta14 Pre-release
Pre-release
RELEASE NOTES

MAJOR CHANGES
1.1 MyData now notifies the user if a new version is available.
1.2 Files found to be verified on MyTardis are now listed in a cache,
    so subsequent lookups are fast.
1.3 Removed file chunking, improving upload speed, but partial uploads
    can no longer be resumed.
1.4 On Windows, settings are now saved to a central location (C:\ProgramData)
    accessible to all users.
1.5 Added initial support for uploading files at the experiment level,
    not within any dataset folder.
1.6 Significantly improved test coverage.

MINOR CHANGES
2.1 Some new configurable settings (including immutable_datasets) can be specified in MyData.cfg:
   http://mydata.readthedocs.io/en/latest/settings.html#settings-only-configurable-in-mydata-cfg
2.2 MD5 sums can now be faked (by settings fake_md5_sum = True in MyData.cfg).
    There is no functionality yet to POST corrected MD5 sums. But faking MD5
    sums can help to isolate performance bottlenecks.
2.3 MyData debug log path can now be specified as an environment variable
    (MYDATA_DEBUG_LOG_PATH), which is used for making debug logs available
    from continuous integration builds.
2.4 Using a standard status bar instead of buggy EnhancedStatusBar
2.5 Fixed an issue where MyData complained if there was a folder other than "MyTardis" at the same level as the "MyTardis" folder in the Username/"MyTardis"/Experiment/Dataset folder structure.
2.6 On Windows, upgraded SCP binaries are now provided for both 32-bit and 64-bit.
2.7 MyData now measures and displays upload speeds

IMPROVED LINUX COMPATIBILITY
4.1 MyData on Linux now uses errand_boy which is more efficient than
    subprocess, due to subprocess's use of os.fork.
4.2 Fixed Linux bug which could cause MyData to freeze when exiting.
4.3. Removed -oIdentiesOnly which doesn't play nicely with some Linux
     OpenSSH environments (e.g. RHEL7 with gnome-key-ring).
4.4 Fixed settings dialog spacing on RHEL7 (GNOME classic).
4.5 When running on Ubuntu Unity, MyData checks that the indicator-systemtray-unity
     is installed and displays an error if it isn't.

v0.7.0-beta13

26 Jul 01:23
Compare
Choose a tag to compare
v0.7.0-beta13 Pre-release
Pre-release
RELEASE NOTES

MAJOR CHANGES
1.1 MyData now notifies the user if a new version is available.
1.2 Files found to be verified on MyTardis are now listed in a cache,
    so subsequent lookups are fast.
1.3 Removed file chunking, improving upload speed, but partial uploads
    can no longer be resumed.
1.4 On Windows, settings are now saved to a central location (C:\ProgramData)
    accessible to all users.
1.5 Added initial support for uploading files at the experiment level,
    not within any dataset folder.
1.6 Significantly improved test coverage.

MINOR CHANGES
2.1 Some new configurable settings (including immutable_datasets) can be specified in MyData.cfg:
   http://mydata.readthedocs.io/en/latest/settings.html#settings-only-configurable-in-mydata-cfg
2.2 MD5 sums can now be faked (by settings fake_md5_sum = True in MyData.cfg).
    There is no functionality yet to POST corrected MD5 sums. But faking MD5
    sums can help to isolate performance bottlenecks.
2.3 MyData debug log path can now be specified as an environment variable
    (MYDATA_DEBUG_LOG_PATH), which is used for making debug logs available
    from continuous integration builds.
2.4 Using a standard status bar instead of buggy EnhancedStatusBar
2.5 Fixed an issue where MyData complained if there was a folder other than "MyTardis" at the same level as the "MyTardis" folder in the Username/"MyTardis"/Experiment/Dataset folder structure.
2.6 On Windows, upgraded SCP binaries are now provided for both 32-bit and 64-bit.
2.7 MyData now measures and displays upload speeds

IMPROVED LINUX COMPATIBILITY
4.1 MyData on Linux now uses errand_boy which is more efficient than
    subprocess, due to subprocess's use of os.fork.
4.2 Fixed Linux bug which could cause MyData to freeze when exiting.
4.3. Removed -oIdentiesOnly which doesn't play nicely with some Linux
     OpenSSH environments (e.g. RHEL7 with gnome-key-ring).
4.4 Fixed settings dialog spacing on RHEL7 (GNOME classic).
4.5 When running on Ubuntu Unity, MyData checks that the indicator-systemtray-unity
     is installed and displays an error if it isn't.

v0.7.0-beta12

21 Jul 06:45
Compare
Choose a tag to compare
v0.7.0-beta12 Pre-release
Pre-release
RELEASE NOTES

MAJOR CHANGES
1.1 MyData now notifies the user if a new version is available.
1.2 Files found to be verified on MyTardis are now listed in a cache,
    so subsequent lookups are fast.
1.3 Removed file chunking, improving upload speed, but partial uploads
    can no longer be resumed.
1.4 On Windows, settings are now saved to a central location (C:\ProgramData)
    accessible to all users.
1.5 Added initial support for uploading files at the experiment level,
    not within any dataset folder.
1.6 Significantly improved test coverage.

MINOR CHANGES
2.1 Some new configurable settings (including immutable_datasets) can be specified in MyData.cfg:
   http://mydata.readthedocs.io/en/latest/settings.html#settings-only-configurable-in-mydata-cfg
2.2 MD5 sums can now be faked (by settings fake_md5_sum = True in MyData.cfg).
    There is no functionality yet to POST corrected MD5 sums. But faking MD5
    sums can help to isolate performance bottlenecks.
2.3 MyData debug log path can now be specified as an environment variable
    (MYDATA_DEBUG_LOG_PATH), which is used for making debug logs available
    from continuous integration builds.
2.4 Using a standard status bar instead of buggy EnhancedStatusBar
2.5 Fixed an issue where MyData complained if there was a folder other than "MyTardis" at the same level as the "MyTardis" folder in the Username/"MyTardis"/Experiment/Dataset folder structure.
2.6 On Windows, upgraded SCP binaries are now provided for both 32-bit and 64-bit.
2.7 MyData now measures and displays upload speeds

IMPROVED LINUX COMPATIBILITY
4.1 MyData on Linux now uses errand_boy which is more efficient than
    subprocess, due to subprocess's use of os.fork.
4.2 Fixed Linux bug which could cause MyData to freeze when exiting.
4.3. Removed -oIdentiesOnly which doesn't play nicely with some Linux
     OpenSSH environments (e.g. RHEL7 with gnome-key-ring).
4.4 Fixed settings dialog spacing on RHEL7 (GNOME classic).
4.5 When running on Ubuntu Unity, MyData checks that the indicator-systemtray-unity
     is installed and displays an error if it isn't.

v0.7.0-beta11

04 May 04:56
Compare
Choose a tag to compare
v0.7.0-beta11 Pre-release
Pre-release
RELEASE NOTES

MAJOR CHANGES
1.1 MyData now notifies the user if a new version is available.
1.2 Files found to be verified on MyTardis are now listed in a cache,
    so subsequent lookups are fast.
1.3 Removed file chunking, improving upload speed, but partial uploads
    can no longer be resumed.
1.4 On Windows, settings are now saved to a central location (C:\ProgramData)
    accessible to all users.
1.5 Added initial support for uploading files at the experiment level,
    not within any dataset folder.
1.6 Significantly improved test coverage.

MINOR CHANGES
2.1 Some new configurable settings (including immutable_datasets) can be specified in MyData.cfg:
   http://mydata.readthedocs.io/en/latest/settings.html#settings-only-configurable-in-mydata-cfg
2.2 MD5 sums can now be faked (by settings fake_md5_sum = True in MyData.cfg).
    There is no functionality yet to POST corrected MD5 sums. But faking MD5
    sums can help to isolate performance bottlenecks.
2.3 MyData debug log path can now be specified as an environment variable
    (MYDATA_DEBUG_LOG_PATH), which is used for making debug logs available
    from continuous integration builds.
2.4 Using a standard status bar instead of buggy EnhancedStatusBar
2.5 Fixed an issue where MyData complained if there was a folder other than "MyTardis" at the same level as the "MyTardis" folder in the Username/"MyTardis"/Experiment/Dataset folder structure.
2.6 On Windows, upgraded SCP binaries are now provided for both 32-bit and 64-bit.
2.7 MyData now measures and displays upload speeds

IMPROVED LINUX COMPATIBILITY
4.1 MyData on Linux now uses errand_boy which is more efficient than
    subprocess, due to subprocess's use of os.fork.
4.2 Fixed Linux bug which could cause MyData to freeze when exiting.
4.3. Removed -oIdentiesOnly which doesn't play nicely with some Linux
     OpenSSH environments (e.g. RHEL7 with gnome-key-ring).
4.4 Fixed settings dialog spacing on RHEL7 (GNOME classic).
4.5 When running on Ubuntu Unity, MyData checks that the indicator-systemtray-unity
     is installed and displays an error if it isn't.

v0.7.0-beta10

04 May 04:25
Compare
Choose a tag to compare
v0.7.0-beta10 Pre-release
Pre-release
RELEASE NOTES

MAJOR CHANGES
1.1 Removed file chunking
    - Improves upload speed, but partial uploads can no longer be resumed.
1.2 Upload progress determined by querying server instead of counting chunks uploaded.
    - progress_poll_interval setting is configurable in MyData.cfg
1.3 On Windows, settings are now saved to a central location accessible to all users.
1.4 On Windows, upgraded SCP binaries are now provided for both 32-bit and 64-bit.
    - Previously, 32-bit binaries were always used.
1.5 MyData now measures and displays upload speeds
   - For individual files, and
   - Overall average (including MD5 checksums times)
   - Added Upload Speed notes to documentation.
1.6 Added initial support for uploading files at the experiment level, 
      not within any dataset folder.
1.7 Significantly improved test coverage.
1.8 MyData now notifies the user if a new version is available.

MINOR CHANGES
2.1 Some new configurable settings (including immutable_datasets) can be specified in MyData.cfg:
   http://mydata.readthedocs.io/en/latest/settings.html#settings-only-configurable-in-mydata-cfg
2.2 MD5 sums can now be faked (by settings fake_md5_sum = True in MyData.cfg).
    There is no functionality yet to POST corrected MD5 sums. But faking MD5
    sums can help to isolate performance bottlenecks.
2.3 MyData debug log path can now be specified as an environment variable
    (MYDATA_DEBUG_LOG_PATH), which is used for making debug logs available
    from continuous integration builds.
2.4 Using a standard status bar instead of buggy EnhancedStatusBar
2.5 Fixed an issue where MyData complained if there was a folder other than "MyTardis" at the same level as the "MyTardis" folder in the Username/"MyTardis"/Experiment/Dataset folder structure.

IMPROVED LINUX COMPATIBILITY
4.1 MyData on Linux now uses errand_boy which is more efficient than
    subprocess, due to subprocess's use of os.fork.
4.2 Fixed Linux bug which could cause MyData to freeze when exiting.
4.3. Removed -oIdentiesOnly which doesn't play nicely with some Linux
     OpenSSH environments (e.g. RHEL7 with gnome-key-ring).
4.4 Fixed settings dialog spacing on RHEL7 (GNOME classic).
4.5 When running on Ubuntu Unity, MyData checks that the indicator-systemtray-unity
     is installed and displays an error if it isn't.

v0.7.0-beta9

03 May 23:40
Compare
Choose a tag to compare
v0.7.0-beta9 Pre-release
Pre-release
RELEASE NOTES

MAJOR CHANGES
1.1 Removed file chunking
    - Improves upload speed, but partial uploads can no longer be resumed.
1.2 Upload progress determined by querying server instead of counting chunks uploaded.
    - progress_poll_interval setting is configurable in MyData.cfg
1.3 On Windows, settings are now saved to a central location accessible to all users.
1.4 On Windows, upgraded SCP binaries are now provided for both 32-bit and 64-bit.
    - Previously, 32-bit binaries were always used.
1.5 MyData now measures and displays upload speeds
   - For individual files, and
   - Overall average (including MD5 checksums times)
   - Added Upload Speed notes to documentation.
1.6 Added initial support for uploading files at the experiment level, 
      not within any dataset folder.
1.7 Significantly improved test coverage.
1.8 MyData now notifies the user if a new version is available.

MINOR CHANGES
2.1 Some new configurable settings (including immutable_datasets) can be specified in MyData.cfg:
   http://mydata.readthedocs.io/en/latest/settings.html#settings-only-configurable-in-mydata-cfg
2.2 MD5 sums can now be faked (by settings fake_md5_sum = True in MyData.cfg).
    There is no functionality yet to POST corrected MD5 sums. But faking MD5
    sums can help to isolate performance bottlenecks.
2.3 MyData debug log path can now be specified as an environment variable
    (MYDATA_DEBUG_LOG_PATH), which is used for making debug logs available
    from continuous integration builds.
2.4 Using a standard status bar instead of buggy EnhancedStatusBar
2.5 Fixed an issue where MyData complained if there was a folder other than "MyTardis" at the same level as the "MyTardis" folder in the Username/"MyTardis"/Experiment/Dataset folder structure.

IMPROVED LINUX COMPATIBILITY
4.1 MyData on Linux now uses errand_boy which is more efficient than
    subprocess, due to subprocess's use of os.fork.
4.2 Fixed Linux bug which could cause MyData to freeze when exiting.
4.3. Removed -oIdentiesOnly which doesn't play nicely with some Linux
     OpenSSH environments (e.g. RHEL7 with gnome-key-ring).
4.4 Fixed settings dialog spacing on RHEL7 (GNOME classic).
4.5 When running on Ubuntu Unity, MyData checks that the indicator-systemtray-unity
     is installed and displays an error if it isn't.

v0.7.0-beta8

02 May 13:54
Compare
Choose a tag to compare
v0.7.0-beta8 Pre-release
Pre-release
RELEASE NOTES

MAJOR CHANGES
1.1 Removed file chunking
    - Improves upload speed, but partial uploads can no longer be resumed.
1.2 Upload progress determined by querying server instead of counting chunks uploaded.
    - progress_poll_interval setting is configurable in MyData.cfg
1.3 On Windows, settings are now saved to a central location accessible to all users.
1.4 On Windows, upgraded SCP binaries are now provided for both 32-bit and 64-bit.
    - Previously, 32-bit binaries were always used.
1.5 MyData now measures and displays upload speeds
   - For individual files, and
   - Overall average (including MD5 checksums times)
   - Added Upload Speed notes to documentation.
1.6 Added initial support for uploading files at the experiment level, 
      not within any dataset folder.
1.7 Significantly improved test coverage.
1.8 MyData now notifies the user if a new version is available.

MINOR CHANGES
2.1 Some new configurable settings (including immutable_datasets) can be specified in MyData.cfg:
   http://mydata.readthedocs.io/en/latest/settings.html#settings-only-configurable-in-mydata-cfg
2.2 MD5 sums can now be faked (by settings fake_md5_sum = True in MyData.cfg).
    There is no functionality yet to POST corrected MD5 sums. But faking MD5
    sums can help to isolate performance bottlenecks.
2.3 MyData debug log path can now be specified as an environment variable
    (MYDATA_DEBUG_LOG_PATH), which is used for making debug logs available
    from continuous integration builds.
2.4 Using a standard status bar instead of buggy EnhancedStatusBar
2.5 Fixed an issue where MyData complained if there was a folder other than "MyTardis" at the same level as the "MyTardis" folder in the Username/"MyTardis"/Experiment/Dataset folder structure.

IMPROVED LINUX COMPATIBILITY
4.1 MyData on Linux now uses errand_boy which is more efficient than
    subprocess, due to subprocess's use of os.fork.
4.2 Fixed Linux bug which could cause MyData to freeze when exiting.
4.3. Removed -oIdentiesOnly which doesn't play nicely with some Linux
     OpenSSH environments (e.g. RHEL7 with gnome-key-ring).
4.4 Fixed settings dialog spacing on RHEL7 (GNOME classic).
4.5 When running on Ubuntu Unity, MyData checks that the indicator-systemtray-unity
     is installed and displays an error if it isn't.

v0.7.0-beta7

28 Apr 03:14
Compare
Choose a tag to compare
v0.7.0-beta7 Pre-release
Pre-release
Merge branch 'develop'