Commits on Source (63)
-
Steffen Schulze authoreda899057f
-
Steffen Schulze authored19984599
-
Steffen Schulze authored98b24eb6
-
Steffen Schulze authored826f0b18
-
Steffen Schulze authored26982cb0
-
Steffen Schulze authoreddfee4622
-
Steffen Schulze authored48592861
-
Steffen Schulze authored3d5034fc
-
Steffen Schulze authored2643de9d
-
Steffen Schulze authored57789a2c
-
Steffen Schulze authoredba9866a5
-
Steffen Schulze authorede02e83c0
-
Steffen Schulze authored9b32807b
-
Steffen Schulze authored52c25f45
-
Steffen Schulze authoreda539c71a
-
Steffen Schulze authoredbd44b23b
-
Steffen Schulze authoreda8afbd40
-
Steffen Schulze authored8cce56fc
-
Steffen Schulze authored186ef0e8
-
Steffen Schulze authored709bbac3
-
Steffen Schulze authored046175fe
-
Steffen Schulze authored9b81a231
-
Steffen Schulze authored2273aefc
-
Steffen Schulze authoredc36b6a51
-
Steffen Schulze authored35d8992b
-
Steffen Schulze authored433df470
-
Steffen Schulze authored24bc02ff
-
Steffen Schulze authored0478d6e6
-
Steffen Schulze authored740cf4c6
-
Steffen Schulze authoredfaff8983
-
Steffen Schulze authored66f1afc8
-
Steffen Schulze authorede9f73d78
-
Steffen Schulze authoreda6e02a5d
-
Steffen Schulze authoredb3caae62
-
Steffen Schulze authored338f84a8
-
Steffen Schulze authored7c761a4c
-
Steffen Schulze authored33998830
-
Steffen Schulze authored895e19fc
-
Steffen Schulze authored0cd87fe8
-
Steffen Schulze authored541d4f6c
-
Steffen Schulze authoredcb05efc3
-
Steffen Schulze authoredf478c022
-
Steffen Schulze authoredbdd480da
-
Steffen Schulze authoredeab1e050
-
Steffen Schulze authored72f9522c
-
Steffen Schulze authored50ca2894
-
Steffen Schulze authored768adcac
-
Steffen Schulze authoredab7027f8
-
Steffen Schulze authored5cc12b38
-
Steffen Schulze authored720ac637
-
Steffen Schulze authored7b66c784
-
Steffen Schulze authoredc19582d1
-
Steffen Schulze authored2ed48de4
-
Steffen Schulze authored6ce75710
-
Steffen Schulze authored25d196ac
-
Steffen Schulze authored0de89089
-
Steffen Schulze authored9c372119
-
Steffen Schulze authored0a0aa669
-
1cc19719
-
Steffen Schulze authored
update docker compose, update helm chart, small fixes See merge request !9
d3091ab4 -
Steffen Schulze authored
Refactoring See merge request !10
-
Steffen Schulze authored
-
Steffen Schulze authored
Showing
- .devcontainer/Dockerfile 44 additions, 0 deletions.devcontainer/Dockerfile
- .devcontainer/devcontainer.json 5 additions, 0 deletions.devcontainer/devcontainer.json
- .devcontainer/docker-compose.yml 67 additions, 0 deletions.devcontainer/docker-compose.yml
- .vscode/launch.json 0 additions, 33 deletions.vscode/launch.json
- .vscode/settings.json 0 additions, 17 deletions.vscode/settings.json
- LICENSE 201 additions, 0 deletionsLICENSE
- README.md 21 additions, 0 deletionsREADME.md
- cmd/api/config.yaml 33 additions, 0 deletionscmd/api/config.yaml
- cmd/api/connection.go 277 additions, 27 deletionscmd/api/connection.go
- cmd/api/database/init_db.sh 2 additions, 2 deletionscmd/api/database/init_db.sh
- cmd/api/database/migrate.go 1 addition, 1 deletioncmd/api/database/migrate.go
- cmd/api/database/migrations/000001_init.up.sql 3 additions, 0 deletionscmd/api/database/migrations/000001_init.up.sql
- cmd/api/main.go 6 additions, 4 deletionscmd/api/main.go
- cmd/api/message.go 79 additions, 9 deletionscmd/api/message.go
- cmd/api/router.go 8 additions, 5 deletionscmd/api/router.go
- database/migrations/000002_dropping_tables_dont_use.up.sql 0 additions, 86 deletionsdatabase/migrations/000002_dropping_tables_dont_use.up.sql
- database/scripts/bash/init_db.sh 0 additions, 30 deletionsdatabase/scripts/bash/init_db.sh
- deployment/docker/Dockerfile 29 additions, 23 deletionsdeployment/docker/Dockerfile
- deployment/docker/config.yaml 7 additions, 6 deletionsdeployment/docker/config.yaml
- deployment/docker/docker-compose-alpha.yaml 72 additions, 0 deletionsdeployment/docker/docker-compose-alpha.yaml
.devcontainer/Dockerfile
0 → 100644
.devcontainer/devcontainer.json
0 → 100644
.devcontainer/docker-compose.yml
0 → 100644
.vscode/launch.json
deleted
100644 → 0
.vscode/settings.json
deleted
100644 → 0
LICENSE
0 → 100644
cmd/api/config.yaml
0 → 100644
database/scripts/bash/init_db.sh
deleted
100755 → 0
deployment/docker/docker-compose-alpha.yaml
0 → 100644