You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v0.7.0 (2020-09-07)
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