Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mccalluc/remove old bits #195

Merged
merged 10 commits into from
Sep 24, 2018
Merged

Mccalluc/remove old bits #195

merged 10 commits into from
Sep 24, 2018

Conversation

mccalluc
Copy link
Member

When this began there were three ways of providing input: The environment variables INPUT_JSON and INPUT_JSON_URL, but a third option was writing directly to a mounted file system. We never used this in production, and it added a lot of complexity to the code base.

root_label,
client=docker.from_env(),
pem=None,
ssh_username=None
):
"""
:param string data_dir: Only needed if input is passed as file.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove param comment

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

'container_input_path': '/usr/share/nginx/html/index.html'
}).url
self.assert_loads_eventually(url, '{"foo": "bar"}')
# TODO: We're no longer writing the input straight to disk:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're getting to it soon, no worries but if not on immediate radar shift to an issue.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filed #196

@refinery-platform refinery-platform deleted a comment from codecov-io Sep 24, 2018
@refinery-platform refinery-platform deleted a comment from codecov-io Sep 24, 2018
@mccalluc mccalluc merged commit 13a8db4 into master Sep 24, 2018
@mccalluc mccalluc deleted the mccalluc/remove-old-bits branch September 24, 2018 17:18
@mccalluc mccalluc mentioned this pull request Sep 26, 2018
scottx611x added a commit to refinery-platform/refinery-platform that referenced this pull request Oct 24, 2018
scottx611x added a commit to refinery-platform/refinery-platform that referenced this pull request Nov 2, 2018
* Add engine_version var and set default to 10.4;
We are targeting the latest available Postgres engine version provided by AWS RDS at the moment

* Specify exact Postresql versions to target for Aws and Vagrant deployments;
When specifying `manage_package_repo`, setting version to `10.4` will fail. Postgres version schem has changed and specifying 10 will fetch the latest point release.

* Specify Travis addons, packages, and envvar for postgres-10

* I think we can still use the standard port

* Remove unnecessary commands Ref: #3047, refinery-platform/django_docker_engine#195

* Remove `docker` from services as Travis-CI provides this already nowadays

* Remove redundant declaration of postgresql service

* Specify PGPORT  as global build envvar

* Use default postgres port on Travis

* Remove neo4j service declaration

* Add known workaround to be able to use the default PostgreSQL port on Travis-CI;
See: travis-ci/travis-ci#8537 (comment)

* Use older postgres auth config

* Specify PostgreSQL 10 in postgresql.pp [skip ci]

* specify `manage_package_repo` in AWS `::postgresql::globals` as well [skip ci]

* Add rds_engine_version as a temporary configurable, and set default to 10.5;
PostgreSQL 10.5 is the current latest AWS supported engine at the moment of typing this

* Replace `rds_engine_version` variable with hardcoded value

* Specify postgres 10 in aws.sh script

* Remove postgresql-client library installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants