Skip to content

Version 1.6.7

Compare
Choose a tag to compare
@scottx611x scottx611x released this 13 Nov 15:44
· 386 commits to develop since this release

Note: This release upgraded the version of PostgreSQL being used from 9.3.x to 10.x. The steps required to deploy a production instance with these changes can be found here


Implemented enhancements:

  • Update FileStoreItem.get_file_size() to support S3 storage backend #3029
  • Update FileStoreItem.rename_datafile() to support S3 storage backend #3027
  • Update FileStoreItem.is_local() to support S3 storage backend #3026
  • Update FileStoreItem.get_absolute_path() to support S3 storage backend #3025
  • Update FileStoreItem.get_datafile_url() to support S3 storage backend #3024
  • Specify a timeout for the file import task #3018
  • Force deletion of S3 buckets when destroying Terraform stack #3010
  • Meta-data update - modify existing node's content (back-end) #2977
  • Allow for deletion of VisualizationTools from the UI #2897
  • Inspect Solr query builder, some queries generate lots of Boolean expressions #952
  • Add django-pgcli #848
  • Admin owns everything? #825
  • Disable selection of 0 count facets. #3079 (jkmarx)
  • Migrate WebInstanceProfile to Terraform #3066 (hackdna)
  • Migrate SES user config to Terraform #3062 (hackdna)
  • Migrate database config for RDS to Puppet #3061 (hackdna)
  • Migrate RDS instance to Terraform #3056 (hackdna)
  • Migrate ELB and app server security groups to Terraform #3050 (hackdna)
  • Migrate S3 log bucket code to Terraform #3049 (hackdna)
  • Enable tagging of all resources managed by Terraform #3048 (hackdna)
  • Update rename_datafile() #3040 (hackdna)
  • Remove get_absolute_path() #3038 (hackdna)
  • Remove is_local() #3036 (hackdna)
  • Update get_datafile_url() #3033 (hackdna)
  • Update get_file_size() to support S3 storage backend #3030 (hackdna)
  • Delete static and upload file buckets even if not empty #3013 (hackdna)
  • Scottx611x/add recaptcha to registration form #3006 (scottx611x)

Fixed bugs:

  • Internal server error in get_owner_from_assay - MultipleObjectsReturned #3053
  • Transfer Data Set Bug #3045
  • Tabular metadata file is imported incorrectly to S3 #3023
  • Can't change permissions on dataset #3016
  • Internal Server Error: /api/v2/events/ #2999
  • Filtering down to empty set causes facet sidebar to disappear #2958
  • User/files multiple filtering bug #2879
  • "Hamburger" flicker on expand / collapse #2764
  • Default not to list static assets s3 bucket contents? #2762
  • Recent Analyses Popover spacing #2351
  • FileBrowser2: Change columns and the grid disappears #1902
  • Scottx611x/properly reflect admin dataset ownership #3074 (scottx611x)
  • Add error handling when saving files directly to S3 #3021 (hackdna)

Closed issues:

  • Meta-data update - modify existing node's content - UI #2982
  • ISA-Tab data set submission should end with blue 'Submit' button #2969
  • Upgrade PostgreSQL to version 10 #2707
  • Rewrite import_file task #2359
  • Get NodeIndexTests to use create_dataset_with_necessary_models #1948
  • Why does Node have FK to Study? #1929
  • Account activation welcome email is incorrect #1578
  • Implement data life cycle policies for UPLOAD_BUCKET #421

Merged pull requests: