Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #951 from eHealthAfrica/dev-2-rel21
Browse files Browse the repository at this point in the history
chore: upgrade dependencies
  • Loading branch information
obdulia-losantos authored Jun 4, 2021
2 parents fcf07fb + bd97e61 commit 298462d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@ after_failure: ./scripts/test_travis_failure.sh ${TEST_MODE:-}
jobs:
fast_finish: true
include:
- name: "Aether CORE tests (Extractor, Kernel, Producer)"
- name: Aether CORE tests (Extractor, Kernel, Producer)
stage: test
env: 'TEST_MODE=core'

- name: "Aether modules tests (ODK)"
- name: Aether modules tests (ODK)
stage: test
env: 'TEST_MODE=modules'

- name: "Aether UI tests (UI Module)"
- name: Aether UI tests (UI Module)
stage: test
env: 'TEST_MODE=ui'

- name: "Integration tests (Kernel with Kafka/Zookeeper and Client)"
- name: Integration tests (Kernel with Kafka/Zookeeper and Client)
stage: test
env: 'TEST_MODE=integration'

- name: "Test deployment process"
- name: Test deployment process
stage: test
script: ./scripts/test_deployment.sh

- name: "Publish images in Docker Hub"
- name: Publish images in Docker Hub
stage: deploy
script: ./scripts/release.sh
if: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Also check the aether sdk section about [environment variables](https://github.c
- `APP_URL`, `/`. The app url in the server.

If host is `http://my-server.org` and the app url is `/my-module`,
the app enpoints will be accessible at `http://my-server.org/my-module/...`.
the app endpoints will be accessible at `http://my-server.org/my-module/...`.

```nginx
# one NGINX ini file for all modules
Expand Down Expand Up @@ -323,7 +323,7 @@ We have a couple of environment variables to tune it up:
#### Aether generic

- `ADMIN_USERNAME`: `admin` The setup scripts create an initial admin user for the app.
- `ADMIN_PASSWORD`: `secresecret`.
- `ADMIN_PASSWORD`: `secretsecret`.
- `ADMIN_TOKEN`: `admin_user_auth_token` Used to connect from other modules.
- `WEB_SERVER_PORT` Web server port for the app.

Expand Down
4 changes: 2 additions & 2 deletions aether-kernel/conf/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ asgiref==3.3.4
attrs==21.2.0
autopep8==1.5.7
avro-python3==1.10.2
boto3==1.17.86
botocore==1.20.86
boto3==1.17.87
botocore==1.20.87
cachetools==4.2.2
certifi==2021.5.30
cffi==1.14.5
Expand Down
4 changes: 2 additions & 2 deletions aether-odk-module/conf/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
aether.sdk==1.3.8
asgiref==3.3.4
autopep8==1.5.7
boto3==1.17.86
botocore==1.20.86
boto3==1.17.87
botocore==1.20.87
cachetools==4.2.2
certifi==2021.5.30
cffi==1.14.5
Expand Down
2 changes: 1 addition & 1 deletion aether-ui/aether/ui/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": "~16.14.0",
"react-clipboard.js": "~2.0.16",
"react-dom": "~16.14.0",
"react-intl": "~5.18.0",
"react-intl": "~5.19.0",
"react-outside-click-handler": "~1.3.0",
"react-redux": "~7.2.0",
"react-router-dom": "~5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions aether-ui/conf/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
aether.sdk==1.3.8
asgiref==3.3.4
autopep8==1.5.7
boto3==1.17.86
botocore==1.20.86
boto3==1.17.87
botocore==1.20.87
cachetools==4.2.2
certifi==2021.5.30
cffi==1.14.5
Expand Down

0 comments on commit 298462d

Please sign in to comment.