Commit graph

943 commits

Author SHA1 Message Date
bossardme
7b7fd9a97a added zap report to git ignore
added zap report to git ignore
2024-07-21 17:10:40 -07:00
bossardme
0b4abf76f3 Update spring-petclinic.yml 2024-07-21 17:09:37 -07:00
88ning
432686b711
Merge pull request #2 from tautaus/use_docker_compose
add jenkins
2024-07-21 16:39:13 -07:00
88ning
39649f283f
Merge branch 'FinalProject_main' into use_docker_compose 2024-07-21 16:39:06 -07:00
sunt9751
4030a967e7 add jenkins 2024-07-21 16:30:33 -07:00
bossardme
95adcab43b add sonarqube to .yml 2024-07-21 16:16:36 -07:00
Nicholas Mucks
07c5931745 add zap 2024-07-21 16:05:46 -07:00
Alan Kim
58d325f751 Renamed original readme.md
Created a readme.md file for our final project
2024-07-21 19:04:12 -04:00
bossardme
520df2f296
Merge pull request #1 from tautaus/use_docker_compose
Use docker compose
2024-07-21 15:34:26 -07:00
bossardme
83aa4c4835
Merge branch 'FinalProject_main' into use_docker_compose 2024-07-21 15:34:14 -07:00
sunt9751
c3c36b354a add grafana and use promethesus as resource 2024-07-20 22:59:06 -07:00
Nicholas Mucks
dd66bdf6d3 add owasp zap configurations and a report output 2024-07-20 20:23:32 -07:00
sunt9751
02707dd253 create branch 2024-07-18 09:19:03 -07:00
sunt9751
e6bbc1cab6 create branch for docker compose 2024-07-17 20:56:56 -07:00
Nicholas Mucks
aa34fd6908 Update automation.sh 2024-07-14 12:41:29 -07:00
Nicholas Mucks
80229e3da6 Update automation.sh 2024-07-14 12:40:50 -07:00
Nicholas Mucks
660778cb88 Update automation.sh 2024-07-14 12:39:56 -07:00
Nicholas Mucks
e8f1ac5c15 remove network 2024-07-14 12:30:27 -07:00
Nicholas Mucks
7b0b04b30a use -t 2024-07-14 12:29:02 -07:00
Nicholas Mucks
a94f441f44 update docker and add an automation.sh 2024-07-14 12:27:36 -07:00
Alan Kim
ecbab64972 Docker Container Run Build 2024-07-14 15:01:55 -04:00
Stéphane Nicoll
d8fcd11e67 Upgrade to Maven 3.9.7 2024-05-26 20:17:34 +02:00
Patrick Baumgartner
308f7ec783 Including CycloneDX for SBOM generation 2024-05-26 13:58:55 +01:00
Stéphane Nicoll
fa8f6836bd Upgrade Gradle build to Spring Boot 3.3.0
Closes gh-1551
2024-05-26 10:25:42 +02:00
Patrick Baumgartner
39cc7e160e Upgrade Dependencies 2024-05-25 17:00:35 +01:00
Patrick Baumgartner
7034d1746a Upgrade to Spring Boot 3.3.0 2024-05-25 17:00:35 +01:00
Patrick Baumgartner
52e528b2ad Upgrade to Maven Wrapper 3.3.1 2024-05-25 17:00:35 +01:00
Stéphane Nicoll
aa9b9e7f43 Upgrade to Spring Boot 3.2.5 2024-05-21 09:02:14 +02:00
Stéphane Nicoll
055ef65dfb Upgrade to Maven 3.9.6 2024-05-21 09:02:14 +02:00
Stéphane Nicoll
85ae6fbc80 Upgrade to Gradle 8.7 2024-05-21 09:00:32 +02:00
portfoliodeekshith
6fa3fa8196 Update docker-compose.yml 2024-05-17 08:59:29 +01:00
andrzejsydor
527dad0c17 Update docker-compose.yml to bump postgresql to 16.3 2024-05-17 08:59:06 +01:00
andrzejsydor
284d07942e fix: docker-compose.yml: version is obsolete 2024-05-16 18:01:19 +01:00
Pedro Chevallier
405cdc635b Add user friendly error message 2024-05-16 17:59:59 +01:00
minsungoh
c7bc8b1ae6 fix typo in confirmation message 2024-05-16 17:57:32 +01:00
Dave Syer
c0bc917426 Formatting 2024-05-16 15:23:56 +01:00
akan.tileubergenov
bf3bc29e56 Fix postgres data 2024-05-16 14:09:10 +01:00
Alex
395356afc6 remove leading spaces in /owners//pets//visits/new, /owners//pets//visits/new and /webjars/bootstrap/5.3.2/dist/js/bootstrap.bundle.min.js resulting in 404s 2024-05-16 13:35:22 +01:00
Anyul Rivas
8f799263e0 test: remove duplicate assertion 2024-05-16 13:30:35 +01:00
Anyul Rivas
19f5268ac1 test: improve test readability 2024-05-16 13:30:35 +01:00
Anyul Rivas
f3a67551c2 chore: optimize imports 2024-05-16 13:30:35 +01:00
Anyul Rivas
7055f0c6a6 test: refactor using AssertJ assertions 2024-05-16 13:30:35 +01:00
Anyul Rivas
c5b3b3597e test: modify assertion for increasing readability. 2024-05-16 13:30:35 +01:00
Anyul Rivas
ca5785465f Update src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java
Co-authored-by: zral <73640367+zyberzebra@users.noreply.github.com>
2024-05-16 13:30:35 +01:00
Anyul Rivas
d604a01984 Update src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java
Co-authored-by: zral <73640367+zyberzebra@users.noreply.github.com>
2024-05-16 13:30:35 +01:00
Anyul Rivas
57eb7443a6 test: modify assertion for increasing readability. 2024-05-16 13:30:35 +01:00
Anyul Rivas
dea3432a6d test: simplify code 2024-05-16 13:30:35 +01:00
Anyul Rivas
9ed20bf999 test: rewrite assertions using AssertJ better readability 2024-05-16 13:30:35 +01:00
Anyul Rivas
4f78b07490 test: rewrite assertion using AssertJ for consistency 2024-05-16 13:30:35 +01:00
Anyul Rivas
5941227ab3 test: complete assertions 2024-05-16 13:30:35 +01:00