Skip to content
Merged

Dev #109

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
9f1698f
docker healthcheck
smalho01 Dec 8, 2023
f761a08
add curl
smalho01 Dec 8, 2023
971708d
remove env - causes fail run exec for some reason
smalho01 Dec 8, 2023
507751d
update eof line endings for sh script
smalho01 Jan 24, 2024
d1817e2
fix dockerRunner file Permissions
smalho01 Jan 31, 2024
1e51135
create log files in dockerRunner
smalho01 Jan 31, 2024
144c271
Bump mongodb and mongoose in /backend
dependabot[bot] Aug 12, 2024
07e1771
Merge branch 'dev' into docker-healthcheck
smalho01 Aug 26, 2024
c42e3ef
health check updates
smalho01 Aug 26, 2024
732d971
healtcheck updates
smalho01 Aug 27, 2024
7b7a922
auth issues pims
smalho01 Aug 27, 2024
50451c9
Bump webpack from 5.92.1 to 5.94.0 in /frontend
dependabot[bot] Aug 31, 2024
016f0c8
Create a new /ncpdp/script endpoint for all NCPDP SCRIPT messages
plarocque4 Sep 9, 2024
f2ffa3d
run prettier
plarocque4 Sep 9, 2024
a03d77e
Bump micromatch from 4.0.7 to 4.0.8 in /frontend
dependabot[bot] Sep 12, 2024
a4a33c7
Merge branch 'dev' into docker-healthcheck
smalho01 Sep 16, 2024
cb92d9d
docker file helath check update
smalho01 Sep 16, 2024
63dc0b7
remove npm install at run time
smalho01 Sep 16, 2024
f72d041
health check command
smalho01 Sep 16, 2024
c967cea
Merge branch 'dev' into dependabot/npm_and_yarn/backend/multi-a3f14b418b
smalho01 Sep 16, 2024
f8bab18
Merge branch 'dev' into dependabot/npm_and_yarn/frontend/webpack-5.94.0
smalho01 Sep 16, 2024
a02eaa7
Merge branch 'dev' into dependabot/npm_and_yarn/frontend/micromatch-4…
smalho01 Sep 16, 2024
920f727
Merge pull request #91 from mcode/dependabot/npm_and_yarn/backend/mul…
smalho01 Sep 16, 2024
82802d0
Merge pull request #98 from mcode/dependabot/npm_and_yarn/frontend/we…
smalho01 Sep 16, 2024
10e1a72
Merge branch 'dev' into dependabot/npm_and_yarn/frontend/micromatch-4…
smalho01 Sep 16, 2024
1cee423
Merge pull request #100 from mcode/dependabot/npm_and_yarn/frontend/m…
smalho01 Sep 16, 2024
8b494bd
Merge branch 'dev' into docker-healthcheck
smalho01 Sep 16, 2024
39a59fe
Bump express from 4.19.2 to 4.20.0 in /backend
dependabot[bot] Sep 17, 2024
dd9c451
Bump body-parser and express in /frontend
dependabot[bot] Sep 17, 2024
891becc
Bump send and express in /frontend
dependabot[bot] Sep 17, 2024
e60c85a
Bump serve-static and express in /frontend
dependabot[bot] Sep 17, 2024
d3a0b5f
Update test-ehr NCPDP SCRIPT Endpoint
plarocque4 Sep 18, 2024
e432055
Merge branch 'dev' into dependabot/npm_and_yarn/backend/express-4.20.0
smalho01 Sep 19, 2024
ba90ef2
Merge pull request #103 from mcode/dependabot/npm_and_yarn/backend/ex…
smalho01 Sep 19, 2024
22cbea4
Merge branch 'dev' into dependabot/npm_and_yarn/frontend/multi-cf87d8…
smalho01 Sep 19, 2024
0075509
Merge pull request #106 from mcode/dependabot/npm_and_yarn/frontend/m…
smalho01 Sep 19, 2024
3d47dcb
Merge branch 'dev' into dependabot/npm_and_yarn/frontend/multi-d66d03…
smalho01 Sep 19, 2024
5e25727
Merge pull request #105 from mcode/dependabot/npm_and_yarn/frontend/m…
smalho01 Sep 19, 2024
81e5419
Merge branch 'dev' into dependabot/npm_and_yarn/frontend/multi-9423f4…
smalho01 Sep 19, 2024
794fd35
Merge pull request #104 from mcode/dependabot/npm_and_yarn/frontend/m…
smalho01 Sep 19, 2024
fe2b990
Merge branch 'dev' into 695-ncpdp-script-single-endpoint
smalho01 Sep 19, 2024
b223c30
Merge branch 'dev' into docker-healthcheck
smalho01 Sep 20, 2024
2a29d07
dockerRunnerDev chmod +x
smalho01 Sep 20, 2024
8e3758b
Merge remote-tracking branch 'refs/remotes/origin/docker-healthcheck'…
smalho01 Sep 20, 2024
1a74ed0
Merge branch 'dev' into 649_script_single_endpoint
smalho01 Sep 25, 2024
4028bc8
Merge pull request #99 from mcode/649_script_single_endpoint
smalho01 Sep 25, 2024
366d665
Merge pull request #107 from mcode/695-ncpdp-script-single-endpoint
smalho01 Sep 25, 2024
e42455b
Merge branch 'dev' into docker-healthcheck
smalho01 Sep 25, 2024
0bd50ff
Merge pull request #102 from mcode/docker-healthcheck
smalho01 Sep 26, 2024
568b06c
Bump rollup from 2.79.1 to 2.79.2 in /frontend
dependabot[bot] Sep 27, 2024
1286f3d
Merge branch 'dev' into dependabot/npm_and_yarn/frontend/rollup-2.79.2
smalho01 Sep 30, 2024
e1ef105
Merge pull request #108 from mcode/dependabot/npm_and_yarn/frontend/r…
smalho01 Sep 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ WORKDIR /home/node/app

EXPOSE 5050

HEALTHCHECK --interval=30s --start-period=15s --timeout=10m --retries=10 CMD (wget --no-verbose --tries=1 --spider http://localhost:5051/doctorOrders/api/getRx/pending && wget --no-verbose --tries=1 --spider http://localhost:5050) || exit 1
HEALTHCHECK --interval=30s --start-period=60s --timeout=10m --retries=10 CMD wget --no-verbose --tries=1 --spider http://localhost:5051/doctorOrders/api/getRx/pending || exit 1

CMD ./dockerRunnerProd.sh
2 changes: 2 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ WORKDIR /home/node/app
EXPOSE 5050
EXPOSE 5051

HEALTHCHECK --interval=30s --start-period=15s --timeout=10m --retries=10 CMD (wget --no-verbose --tries=1 --spider http://localhost:5051/doctorOrders/api/getRx/pending && wget --no-verbose --tries=1 --spider http://localhost:5050) || exit 1

CMD ./dockerRunnerDev.sh
2 changes: 1 addition & 1 deletion backend/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"EHR_RXFILL_URL": {
"type": "string",
"default": "http://localhost:8080/test-ehr/script/rxfill"
"default": "http://localhost:8080/test-ehr/ncpdp/script"
},
"USE_INTERMEDIARY": {
"type": "boolean",
Expand Down
Loading