-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
594c451
to
f721a82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
50313cc
The path renaming docker -> deploy should go into a separate commit.
6e2ac96
to
ff43351
Compare
ff43351
to
d57597e
Compare
d57597e
to
ab05d03
Compare
9005f3b
to
6df4698
Compare
volumes: | ||
- ./lega/conf.ini:/etc/ega/conf.ini:ro | ||
restart: on-failure:3 | ||
networks: | ||
- lega | ||
entrypoint: ["gosu", "lega", "ega-id-mapper"] | ||
entrypoint: ["gosu", "lega", "ega-finalize"] | ||
|
||
# Ingestion Workers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you are renaming both id-mapper to finalize and s3 to vault.
You should say that in the body of the commit message, if there would have been two separate commits then the same information would have fit in then commit title.
.travis.yml
Outdated
- docker-compose ps | ||
script: | ||
- sleep 5 | ||
- pip install -r https://raw.githubusercontent.com/NBISweden/LocalEGA-cryptor/master/requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this commit
.travis.yml
Outdated
# - sudo chown -R travis private | ||
# - docker network create cega | ||
# - docker-compose up -d #--scale ingest=3 --scale verify=5 | ||
# - docker-compose ps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this commit
After force-push my comments disappear, so I'll comment here once again.
|
Describe the pull request:
Pull request long description:
Renaming some components
Changes made:
I renamed some components.
And I added flake8 to tox dependencies (I think it was missing)
I added a dev-mode to use dummy passwords
Related issues:
Moves #380 forward
Additional information:
Release note:
Documentation change:
Mentions:
@blankdots, @viklund, @jbygdell