Skip to content

Commit

Permalink
remove matchboxv3 base-href #128
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Sep 6, 2023
1 parent c4230cd commit 9f94f6d
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 54 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
"vmArgs": "-Dspring.config.additional-location=file:with-postgres/application.yaml",
"cwd": "${workspaceFolder}/matchbox-server"
},
{
"type": "java",
"name": "Launch Matchbox-Server (preload)",
"request": "launch",
"mainClass": "ca.uhn.fhir.jpa.starter.Application",
"projectName": "matchbox-server",
"vmArgs": "-Dspring.config.additional-location=file:with-preload/application.yaml",
"cwd": "${workspaceFolder}/matchbox-server"
},
{
"type": "java",
"name": "Launch Matchbox-Server",
Expand Down
2 changes: 1 addition & 1 deletion matchbox-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>matchbox</artifactId>
<groupId>health.matchbox</groupId>
<version>3.4.2</version>
<version>3.4.3</version>
</parent>

<artifactId>matchbox-engine</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions matchbox-frontend/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion matchbox-frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
this angular app is directly provided with matchbox

```
ng build --configuration production --base-href /matchboxv3/
ng build --configuration production
rm -rf ../matchbox-server/src/main/resources/static/*
cp -r dist/* ../matchbox-server/src/main/resources/static
```
Expand Down
36 changes: 0 additions & 36 deletions matchbox-frontend/default.conf

This file was deleted.

6 changes: 0 additions & 6 deletions matchbox-frontend/docker-entrypoint.sh

This file was deleted.

4 changes: 2 additions & 2 deletions matchbox-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions matchbox-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "matchboxv3",
"version": "3.4.2",
"version": "3.4.3",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production --base-href /matchboxv3/",
"build-matchbox": "ng build --configuration production --base-href /matchboxv3/ --output-path ../matchbox-server/src/main/resources/static",
"build": "ng build --configuration production",
"build-matchbox": "ng build --configuration production --output-path ../matchbox-server/src/main/resources/static",
"test": "ng test",
"test-ci": "ng test --no-watch --no-progress --browsers=ChromeHeadlessNoSandbox --code-coverage",
"lint": "ng lint",
Expand Down
2 changes: 1 addition & 1 deletion matchbox-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>matchbox</artifactId>
<groupId>health.matchbox</groupId>
<version>3.4.2</version>
<version>3.4.3</version>
</parent>

<artifactId>matchbox-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>health.matchbox</groupId>
<artifactId>matchbox</artifactId>
<version>3.4.2</version>
<version>3.4.3</version>
<packaging>pom</packaging>
<name>matchbox</name>
<description>An open-source implementation to support testing and implementation of FHIR based solutions and map or
Expand Down

0 comments on commit 9f94f6d

Please sign in to comment.