Skip to content

Release v0.10.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 18:55

v0.10.1 (2021-08-20)

Fix

  • template formatting screwed up

v0.10.0 (2021-08-20)

Feat

  • add link to gmaps for individual photo

v0.9.0 (2020-09-28)

Feat

  • add admin screen to view upload processing errors.

Refactor

  • migrate views into a separate set of modules.

v0.8.2 (2020-09-13)

Fix

  • almost all processing takes at least one second before completion, so this avoids unnecessary checks

Refactor

  • improve logging to include source image as well as key

v0.8.1 (2020-09-11)

Fix

  • add script to upload image via api

v0.8.0 (2020-09-11)

Feat

  • expose endpoint for confirming upload processing success.
  • add function to validate whether or not an image exists, as a proxy for whether or not processing has completed.

Refactor

  • remove lint warning about wildcard import

v0.7.2 (2020-09-07)

Fix

  • when this flag is toggled "on" it attempts to connect to the remote db from local, causing this to fail.

v0.7.1 (2020-09-07)

Fix

  • reenable db migration task

v0.7.0 (2020-09-06)

Fix

  • avoid key error when getting options.

Feat

  • new column: focal_length shows formatted view of value, e.g. "f/5.6"
  • integration of new metadata-processor, along with HTTP interface for it
  • switch to use new version of metadata-processor

Refactor

  • get all the var names straight, conforming them to the other services.
  • separate out iam config for different services to facilitate working with them.

v0.6.2 (2020-08-06)

Fix

  • update component versions.

v0.6.1 (2020-08-02)

Fix

  • remove automated static deploy, too many issues to bother with
  • provide proper datastructure for a Doit action.
  • inadvertent reference to self

v0.6.0 (2020-07-30)

Feat

  • publish a new release to sentry whenever one of the services is deployed

Refactor

  • blend repo and account names when defining repo name

v0.4.3 (2020-07-26)

Fix

  • wrong package name

v0.4.2 (2020-07-26)

Fix

  • prognosticate next version.

v0.4.1 (2020-07-26)

Refactor

  • remove logic for publishing static files out of Makefile, as its much more reliable in deploy script
  • update references to map files.
  • only publish and commit if files have changed
  • append newline explicitly

v0.4.0 (2020-07-24)

Fix

  • include patch to js module so that deploys of static files dont generate multiple new files even when nothing has changed.

v0.3.0 (2020-07-24)

Fix

  • Convert to use a versioned dep rather than a git ref.

Refactor

  • update references to build modules and folders
  • build scripts now only do deploying

v0.2.0 (2020-07-21)

Fix

  • use correct name for variable.

Refactor

  • improve logging and comments

Feat

  • switch application service to deploy from a version rather than build it first.

v0.1.0 (2020-07-20)

Fix

  • do not truncate release notes when gathering them
  • include recent changes in the release notes.
  • release: correct path to archive and initialization of version
  • additional incorrect path for version.txt
  • incorrect path for version.txt
  • workaround issue with hashes on editable deps. pip does not allow hashes on "editable" deps (i.e. deps on repos like django-storages) cf.: pypa/pip#4995

Refactor

  • convert dependencies to dev deps where possible

Feat

  • release: add support for automated releases