Releases: Patlenlix/CrimeDatabase
Releases · Patlenlix/CrimeDatabase
VG Criteria Release
Fulfilling three VG-criteria for the final project of Java Enterprise course at IT-Högskolan, Gothenburg.
The creterias are:
- Unit- and integrationtests
- Frontend in Thymeleaf.
- CI-pipe and downloadable artifact, as well as a report of the tests
Version 1.0.1 bugfix
Fix deployment instructions to work with docker-compose and the published docker image here on GitHub.
What's Changed
- Bump spring-boot-starter-thymeleaf from 2.6.4 to 2.6.5 by @dependabot in #109
- Fix Deployment Instructions by @LordRekishi in #108
- Bugfix release v1.0.1 by @LordRekishi in #113
Full Changelog: v1.0.0...v1.0.1
G Criteria Release
First release of Crime Database. Fulfilling all G-criteria for the final project of Java Enterprise course at IT-Högskolan, Gothenburg.
Includes:
- Project done in Spring Boot
- Six entitites
- Using relational database relations
- Custom exceptions
- Basic Spring Security implementation
- User roles for diffierent levels of access
- Using RabbitMQ messaging
- Following CI Github workflow
For project meeting notes see NOTES.MD included in project root folder.
What's Changed
- Merge Address into Main by @LordRekishi in #1
- Add notes for Meeting 1 - 2022-03-08 by @LordRekishi in #13
- Categories by @FelixJacobsen in #14
- Update README.md by @FelixJacobsen in #22
- Add ER diagram picture file to README.md by @LordRekishi in #17
- Crime by @LordRekishi in #23
- change database to h2 by @helenahalldiniths in #34
- Create maven.yml by @helenahalldiniths in #31
- Victim by @helenahalldiniths in #26
- Criminal by @helenahalldiniths in #25
- LocalDateTime fix - Issue 41 by @LordRekishi in #42
- Add dockerfile by @FelixJacobsen in #43
- Add banner.txt with logo by @FelixJacobsen in #50
- Issue45 update by @FelixJacobsen in #55
- Fix Maven Wrapper for Mac by @LordRekishi in #58
- Add relations between entities by @helenahalldiniths in #52
- Update release.yml by @helenahalldiniths in #62
- Add final name "Crime-Database" by @FelixJacobsen in #59
- Create dependabot.yml by @FelixJacobsen in #57
- Update NOTES.md with notes from todays meeting by @helenahalldiniths in #67
- Add endpoints to README.md by @helenahalldiniths in #69
- Bump actions/checkout from 2 to 3 by @dependabot in #65
- Exception by @FelixJacobsen in #44
- Security by @helenahalldiniths in #66
- Add badges for milestones by @LordRekishi in #75
- Delete default test by @LordRekishi in #79
- Issue70 .dockerignore by @FelixJacobsen in #71
- Bump spring-boot-starter-parent from 2.6.4 to 2.6.5 by @dependabot in #85
- Issue24 release by @FelixJacobsen in #89
- Thymeleaf by @FelixJacobsen in #88
- Disable csrf for our REST controllers by @helenahalldiniths in #96
- JMS issue 63 - Basic Version by @LordRekishi in #84
- Update Dockerfile to fix bug with release by @LordRekishi in #95
- Thymeleaf fix by @LordRekishi in #98
- Bump docker/build-push-action from 2.9.0 to 2.10.0 by @dependabot in #100
- Bump docker/login-action from 1.12.0 to 1.14.1 by @dependabot in #101
- Docker compose issue 53 by @LordRekishi in #103
- Update with notes from meeting 4 by @LordRekishi in #102
New Contributors
- @LordRekishi made their first contribution in #1
- @FelixJacobsen made their first contribution in #14
- @helenahalldiniths made their first contribution in #34
- @dependabot made their first contribution in #65
Full Changelog: https://github.com/Patlenlix/CrimeDatabase/commits/v1.0.0