Stephan
c53e325f06
Change layer order (make caching more effecient)
2021-11-15 08:41:18 +01:00
Stephan
5a62d156ae
Add defaults for some environment variables
...
+ Remove port bindings for the 'postgres' service
2021-11-12 11:55:38 +01:00
Stephan
1cdbddf753
Dockerize the server
...
+ Add Dockerfile
+ Update 'server' docker-compose service
2021-11-12 10:18:13 +01:00
Stephan
e4fab0f5b6
Merge pull request #16 from detleph/feature-db-schema
...
Updating DB-schema
2021-11-10 08:52:42 +01:00
Stephan
6d062ce1d7
Merge main with fix into dev
2021-11-10 08:38:30 +01:00
Stephan
25cd76313b
Merge pull request #15 from detleph/fix-superagent
...
Fix the error where the code doesn't compile
2021-11-10 08:24:04 +01:00
Stephan
f2e18e1656
Fix the error where the code doesn't compile
...
TypeScript is not used for browser development here, hence it does not know the type XMLHttpRequest (used by SuperAgent)
This is not an ideal solution
2021-11-09 15:40:38 +01:00
Stephan and Stefan
d596670f6b
Add mail functionality into the development branch ( #12 )
...
* Added basic code for sending emails
+ Added tests for emails
+ Modified README.md to reflect changes to .env file
* [create-pull-request] push formatted files
* Added dkim
* Fixed mistake in docker-compose.yml
Co-authored-by: Stefan <[email protected] >
2021-11-03 11:01:37 +01:00
Stephan
e816e0beee
Check formatting on the dev branch
...
The dev branch should also enforce correct formatting;
2021-10-19 11:53:53 +02:00
Stephan
9a57610362
Merge pull request #10 from detleph/dev
...
Merge dev branch into main
2021-10-19 07:53:34 +02:00
Stephan
d62ae153b3
Merge pull request #9 from detleph/feature-test
...
Added tests for the event endpoints
2021-10-19 07:51:10 +02:00
Stephan
4b0615ac27
Merge pull request #6 from detleph/create-pull-request/patch
...
Reformat files using prettier
2021-10-15 16:10:45 +02:00
Stephan
d74094970e
Create .prettierignore
2021-10-15 15:36:22 +02:00
Stephan
f1e8ea6671
Add action for format files
2021-10-15 15:28:37 +02:00
Stephan
4d37472726
Create workflow to check formatting
...
The workflow checks whether all the files are formatted correctly (.prettierrc)
2021-10-15 11:40:39 +02:00
Stephan
ee81acea24
Add name to events in the prisma schema
2021-10-15 11:08:42 +02:00
Stephan
5e9fb04632
Add .prettierrc file
...
Should be used in all environments for consistency
2021-10-14 14:44:53 +02:00
Stephan
a46c10018d
Update the main Prisma schema
...
- Added two distinct IDs (A private, serial PK and a public, UUIDv4-based, API ID)
- Added default values
- Applied some basic formatting (Field names, ...)
2021-10-14 13:43:06 +02:00
Stephan
dfcbe130ee
Remove migrations
...
Migrations should not be in the repository
2021-10-11 13:27:38 +02:00
Stephan
62cc1cc122
Ignore Prisma migrations
...
Prisma migration files should not be pushed
2021-10-11 13:26:59 +02:00