Skip to content

Commit

Permalink
chore: remove core-api and web-ux modules
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Remove unsupported modules
  • Loading branch information
omar-chahbouni-decathlon committed Jun 7, 2023
1 parent f28e143 commit 0d11e92
Show file tree
Hide file tree
Showing 84 changed files with 17 additions and 8,893 deletions.
4 changes: 0 additions & 4 deletions .github/codeql/codeql-web-ux-config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/code/web-ux"
directory: "/code/web-ui"
target-branch: "main"
schedule:
interval: "daily"
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/build-core-api.yaml

This file was deleted.

106 changes: 0 additions & 106 deletions .github/workflows/build-web-ux.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,22 @@ stop-%: ## Stop module
@echo '-- Stop $* --'
@docker compose stop $(OPT) ara-$*

# DATABASE

create-postgresql: ## Create and run a postgresql database
@docker container run --name ara-postgresql \
-e POSTGRES_DB=ara \
-e POSTGRES_USER=changeme \
-e POSTGRES_PASSWORD=changeme \
-p 5432:5432 -d \
postgres:12

start-postgresql: ## Start postgresql database
@docker container start ara-postgresql

stop-postgresql: ## Stop postgresql database
@docker container stop ara-postgresql

#####################################
## BUILD APP ##
#####################################
Expand Down
33 changes: 0 additions & 33 deletions code/core-api/.gitignore

This file was deleted.

118 changes: 0 additions & 118 deletions code/core-api/.mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

Binary file removed code/core-api/.mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions code/core-api/.mvn/wrapper/maven-wrapper.properties

This file was deleted.

Loading

0 comments on commit 0d11e92

Please sign in to comment.