Skip to content

Commit

Permalink
Merge pull request #470 from NYUCCL/disable-heroku-psql-provision
Browse files Browse the repository at this point in the history
disable psiturk-heroku-config attach-psql
  • Loading branch information
deargle committed Mar 15, 2021
2 parents 2ae87a1 + e49f238 commit 0452682
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.0.2
### Changed
The currently-undocumented `psiturk-heroku-config` command no longer attaches a postgresql addon by default.
I'm calling this just a bugfix because (1) the docs assume that it _doesn't_ attach the psql database, and
(2) that command isn't even documented anyway. Will version-feature-bump when this feature is better
thought through.

## 3.0.1
### Fixed & Changed
- fixed an inconsistency between shell usage of "allowlist-qualification-ids" and
Expand Down
2 changes: 1 addition & 1 deletion psiturk/do_heroku_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def do_heroku_setup():
_check_heroku_app_set()
_set_heroku_config_vars()
_copy_heroku_files()
_add_postgresql_db()
# _add_postgresql_db()

print()
print("Heroku config done.")
Expand Down
2 changes: 1 addition & 1 deletion psiturk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version_number = '3.0.1'
version_number = '3.0.2'

0 comments on commit 0452682

Please sign in to comment.