Skip to content

Commit

Permalink
Merge pull request #14 from APSfurizon/pretix_import_changes
Browse files Browse the repository at this point in the history
Pretix import changes
  • Loading branch information
mr-w1lde authored Nov 1, 2024
2 parents 05de123 + f15a3e5 commit 90d3573
Show file tree
Hide file tree
Showing 108 changed files with 2,415 additions and 2,976 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ BACKEND_SERVER_PORT=8080
BACKEND_DATASOURCE_URL=jdbc:postgresql://localhost:5433/postgres
BACKEND_DATASOURCE_USERNAME=postgres
BACKEND_DATASOURCE_PASSWORD=postgres

PRETIX_DEFAULT_ORGANIZER=org
PRETIX_DEFAULT_EVENT=event
PRETIX_API_KEY=OwO
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ build/
.vscode/

### draw.io ###
.$*.drawio.bkp
.$*.drawio.bkp

### Configurations ###
.env
.env.local
28 changes: 1 addition & 27 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jooq</artifactId>
</dependency>
<!-- TODO -> Remove it later -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
Expand Down Expand Up @@ -78,28 +73,6 @@
<artifactId>caffeine</artifactId>
<version>3.1.8</version>
</dependency>
<dependency>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
<version>7.9.1</version>
</dependency>
<!-- Better switch to jackson -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20240303</version>
</dependency>
<!-- Better switch to different http client -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-starter</artifactId>
Expand Down Expand Up @@ -137,6 +110,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
</plugin>
</plugins>
</build>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 90d3573

Please sign in to comment.