Skip to content

Commit

Permalink
WIP for removal of pdp-gui (and all related functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 15, 2025
1 parent a260f63 commit 1b85903
Show file tree
Hide file tree
Showing 383 changed files with 461 additions and 20,910 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ OpenConext implementation of a XACML based PDP engine for access policy enforcem
- Java 11
- Maven 3
- MySQL 5.5+
- npm 5.4.2
- NodeJS v8.7.0 (best managed with `nvm`, current version in [.node-version](dashboard/.node-version)

### Create database

Expand Down Expand Up @@ -46,28 +44,6 @@ This project uses Spring Boot and Maven. To run locally, type:
When developing, it's convenient to just execute the applications main-method, which is in [PdpApplication](pdp-server/src/main/java/pdp/PdpApplication.java). Don't forget
to set the active profile to dev otherwise the application uses the real VOOT client on the test environment.

### The pdp-gui

cd pdp-gui

Initial setup if you do:

npm install

Add new dependencies to `devDependencies`:

npm install ${dep} --dev

To build:

npm run webpack

To run locally:

npm run local

Browse to the [application homepage](http://localhost:8001/).

## Testing

There are (slow) integration tests for PdpApplication where various decisions are tested against a full-blown running Spring app. See [PdpEngineTest](pdp-server/src/test/java/pdp/PdpEngineTest.java)
Expand Down
File renamed without changes.
65 changes: 0 additions & 65 deletions pdp-gui/.eslintrc.json

This file was deleted.

8 changes: 0 additions & 8 deletions pdp-gui/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion pdp-gui/.nvmrc

This file was deleted.

17 changes: 0 additions & 17 deletions pdp-gui/assembly.xml

This file was deleted.

7 changes: 0 additions & 7 deletions pdp-gui/build.sh

This file was deleted.

3 changes: 0 additions & 3 deletions pdp-gui/docker/Dockerfile

This file was deleted.

63 changes: 0 additions & 63 deletions pdp-gui/docker/conf/000-default.conf

This file was deleted.

Loading

0 comments on commit 1b85903

Please sign in to comment.