Skip to content

0.1.5

Latest

Choose a tag to compare

@justcalamari justcalamari released this 07 Mar 22:24
· 2 commits to master since this release

Added:

  • Load remote server login information from a configuration files.

  • Note the required fields in the spreadsheet used for uploading.

  • Dropdown lists in spreadsheet for fields that can only take specific values.

  • Quickstart info.

  • Allow users to update data by uploading a spreadsheet.

Changed:

  • Raise exception if port for ssh tunnel is already in use.

  • Suppress channel 3 open failed message if mongo is not running on remote.

  • Print message when attempting to download an empty spreadsheet instead of raising an error.

  • Downloaded spreadsheets have columns in the correct order.

Fixed:

  • Fixed the regex pattern for bumping the version in setup.py

Security:

  • Use context manager to make sure ssh tunnels are closed if there is an exception.