Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Releases: chop-dbhi/serrano

2.0.13

24 Jul 14:09
Compare
Choose a tag to compare
  • Fix incorrect base class name for Export- and Preview- resources

2.0.12

24 Jul 14:09
Compare
Choose a tag to compare
  • Add support for user-derived API tokens
    • Upon successful authentication against the root endpoint, a token will
      be returned that can be used for subsequent requests.
  • Add support for Cross-Origin Resource Sharing (CORS)
    • This includes two new settings SERRANO_CORS_ENABLED and
      SERRANO_CORS_ORIGIN.
  • Add API version to root endpoint for reference. This is derived from the
    major and minor version of Serrano, e.g. 2.0.12 -> 20

2.0.11

24 Jul 14:08
Compare
Choose a tag to compare
  • Abstract out logic for resolving DataView and DataContext objects
  • Update tests to require Avocado 2.0.13+

2.0.10

24 Jul 14:08
Compare
Choose a tag to compare
  • Fix missing increment of exporter.row_length for dealing with reundant
    rows in Avocado 2.0.9+

2.0.9

24 Jul 14:08
Compare
Choose a tag to compare
  • Add missing post method on data preview resource (from 2.0.7)

2.0.8

24 Jul 14:07
Compare
Choose a tag to compare
  • Remove map of operator_choices to operators
    • Change made in Avocado 2.0.10

2.0.7

24 Jul 14:07
Compare
Choose a tag to compare
  • Add support for defining the context and view objects via a POST request
    • This enables performing one-off (non-persisted) queries
  • Abstract out the browser-based data preview resource from the format export mechanism
  • Change export endpoint /api/data/export/ to return an object of possible export formats
    • Each export target has it's own endpoint, e.g. /api/data/export/sas/ for SAS export

2.0.6

24 Jul 14:07
Compare
Choose a tag to compare
  • Update django-preserialize 1.0 to make use of the allow_missing option
    • This prevents missing keys or attributes from throwing an exception
  • Add DataConcept.sortable field from Avocado 2.0.8+

Bugs

24 Jul 14:06
Compare
Choose a tag to compare
  • #21 - Fix the ExporterResource to use the DjangoJSONEncoder to correctly handle datetimes and Decimals

2.0.4

24 Jul 14:05
Compare
Choose a tag to compare