Commit graph

900 commits

Author SHA1 Message Date
KoonQi
27c73ce127 test dont exit 2023-09-06 01:05:09 +08:00
KoonQi
c3967cc209 update pom.xml false failonviolation 2023-09-06 00:56:48 +08:00
KoonQi
f3ef975979 change path 2023-09-06 00:42:30 +08:00
KoonQi
b80d549d7e kq branch only 2023-09-06 00:39:44 +08:00
KoonQi
7eb5a735ca hello? 2023-09-06 00:38:10 +08:00
KoonQi
596a1179e2 build please 2023-09-06 00:35:48 +08:00
KoonQi
ceaa4934a0 build test 2023-09-06 00:33:35 +08:00
KoonQi
3c8a12a856 try again 2023-09-06 00:32:29 +08:00
KoonQi
484fdc2344 editted build.yml and pom.xml 2023-09-06 00:30:39 +08:00
KoonQi
714bc57b29 fix .yml for set up jdk 2023-09-06 00:11:59 +08:00
KoonQi
26fbe64733 edit .yml to trigger build when commit to branch 2023-09-06 00:10:59 +08:00
KoonQi
d3bf62320b update build.yml for report 2023-09-06 00:09:13 +08:00
7hch1a
123b787b45
Merge pull request #8 from rzliau/tedheng
Tedheng
2023-09-05 18:50:57 +08:00
7hch1a
c1c84e6930 Solve conflict of server port 2023-09-05 18:48:57 +08:00
KeanzKun
74fe2fe327
Merge pull request #7 from rzliau/Kean
Kean Commit changes
2023-09-05 18:46:25 +08:00
7hch1a
54014532e3 Update content of welcome page 2023-09-05 18:46:15 +08:00
KeanzKun
b8138330e2 Kean commit 2023-09-05 18:43:42 +08:00
Chan Koon Qi
6d9f1d418f
Merge pull request #6 from rzliau/kq
edit .yml again
2023-09-05 18:36:35 +08:00
KoonQi
854208c00b edit .yml again 2023-09-05 18:36:03 +08:00
Chan Koon Qi
c7af186ae2
Merge pull request #5 from rzliau/kq
editted .yml
2023-09-05 18:34:44 +08:00
KoonQi
1f573e8156 editted .yml 2023-09-05 18:34:09 +08:00
Chan Koon Qi
8bb2fc7e48
Merge pull request #4 from rzliau/kq
change .yml file
2023-09-05 18:33:23 +08:00
KoonQi
985d902b97 change .yml file 2023-09-05 18:31:54 +08:00
7hch1a
dc3cca09c6
Merge pull request #3 from rzliau/tedheng
Update content of welcome page
2023-09-05 18:18:44 +08:00
7hch1a
fa820498b1
Merge branch 'main' into tedheng 2023-09-05 18:15:39 +08:00
KeanzKun
60e152f3f6
Merge pull request #2 from rzliau/Kean
Kean edit vet
2023-09-05 18:00:42 +08:00
7hch1a
5b38105a35 Update content of welcome page 2023-09-05 17:58:22 +08:00
rzliau
0a109a77c9
Merge pull request #1 from rzliau/kq
Kq
2023-09-05 17:51:27 +08:00
KeanzKun
b79e402d7e Kean commit 2023-09-05 17:49:17 +08:00
KoonQi
002575084f added .yml file 2023-09-05 17:42:15 +08:00
KoonQi
54bd3fc934 change error image 2023-09-05 17:38:53 +08:00
evga7
4926e29270 Change validation annotations and whitespace handling 2023-08-24 14:38:46 -07:00
bijomutta
0a529015bc handling Null pointer Exception on OwnerID 2023-07-14 10:27:01 +01:00
bijomutta
3a6127557d Adding pet name validation on edit Pet 2023-07-13 13:05:34 +01:00
bijomutta
3be289517d Add birthdate validation 2023-07-10 15:00:26 +01:00
Dave Syer
b4efc934b2 Docker-based integration tests don't work in native for now 2023-07-07 10:42:01 +01:00
Dave Syer
c231682c2d Tidy up native tests 2023-07-07 10:25:30 +01:00
Dave Syer
f85ad88f33 Add test dependencies to match Maven configuration 2023-07-06 06:44:53 +01:00
Dave Syer
029de905b3 Skip integration tests if docker unavailable 2023-07-05 13:53:07 +01:00
Seunghyeon Ji
ca2d8dbc09 Update VetController.java
Erasing unnecessary 1 line
2023-07-05 11:34:44 +01:00
Dave Syer
10e3dc9376 Update to Spring Boot 3.1.1 2023-06-23 07:15:53 +01:00
Dave Syer
768e1ed5e9 Ensure enforcer plugin runs first 2023-06-22 08:19:27 +01:00
Dave Syer
3c1ef72e6d Test with test containers and docker compose 2023-06-12 14:02:33 +01:00
Parker Mauney
cf6d44b045 Remove unnecessary autocrlf guidance
This is no longer necessary as of spring-javaformat 0.0.36
2023-06-08 08:32:13 +01:00
Patrick Baumgartner
0d9e882e54
Upgrade for Spring Boot 3.1 (#1253)
* Upgrade for Spring Boot 3.1

* Remove 'encoding' because of Maven WARNING

* Extracting logo SVG into file

* Making logo src context-path aware

* Remove unused image
2023-05-26 18:56:00 +01:00
Dave Syer
2692c5bb43 Update to Boot 3.0.6 2023-05-10 08:44:50 +01:00
Dave Syer
313121d73c Add comment about reproducible builds 2023-05-10 08:43:16 +01:00
Brian Demers
cdb2eb1db7 Maven build generates consistent output
Set build output timestamp per: https://maven.apache.org/guides/mini/guide-reproducible-builds.html
2023-05-10 08:41:07 +01:00
xerx593
2249cbcb6f Update CrashControllerTests.java 2023-05-09 10:57:40 +01:00
xerx593
0787ad6a22 improve jmeter test
---------------------
- jmeter update
- reduced owner + pet count (99% fixes "(Post) New Visit" issues)
- fixed JSS: jquery->bootstrap ;)
- changed post params from "body" to "form value" (better!)
- added "test" for GET and POST new pet
--------------------------------2023-04-25 22:47:37,313 INFO o.a.j.r.Summariser: summary =  65000 in 00:08:42 =  124.4/s Avg:  3526 Min:     4 Max: 20838 Err:     4 (0.01%)
2023-05-09 10:45:07 +01:00