Matt York
37994dc1e8
Attempting to add the scans back in
2023-10-15 16:44:58 +01:00
Matt York
4cc7ba7b87
Removed scans as it messes with the action
2023-10-15 16:30:33 +01:00
Matt York
bd45afd9cd
Added scandata
2023-10-15 16:17:35 +01:00
Matt York
6368033cdf
ci-minimal cleanup
2023-10-15 14:46:33 +01:00
Matt York
cff61ad775
fixed workflow runner event
2023-10-15 14:39:35 +01:00
Matt York
1dd3d05391
added ignore branches
2023-10-15 14:37:34 +01:00
Matt York
7a30650cdb
added ignore branches
2023-10-15 14:35:49 +01:00
Matt York
765d361d07
Removed manual workflow trigger
2023-10-15 14:32:47 +01:00
Matt York
5eab3a368a
Added a simple.md to the documentation.
2023-10-15 14:31:11 +01:00
Matt York
19d0e71ea8
changed order of the image scan
2023-10-15 13:12:29 +01:00
Matt York
89f42236c2
Simplified the artifactory metadata
2023-10-15 13:04:44 +01:00
Matt York
7b928ec15e
added container image scan
2023-10-15 12:58:08 +01:00
Matt York
fd063f4818
typo
2023-10-15 12:50:14 +01:00
Matt York
9b9b8f8ee7
Fixed typo on publish build
2023-10-15 12:44:47 +01:00
Matt York
2c06555570
optimised workflow
2023-10-15 12:37:34 +01:00
Matt York
bd77e6ad73
testing out some new ideas for the workflow
2023-10-15 12:29:16 +01:00
Matt York
8c47147703
fixed typo
2023-10-15 12:01:33 +01:00
Matt York
ccc963f78d
Added a more feature rich workflow
2023-10-15 11:59:47 +01:00
Matt York
6cba61ff99
Created a minimal workflow
2023-10-15 11:49:14 +01:00
Matt York
79ca1159d1
trying source patterns. CLeaned up unused workflow
2023-10-14 12:49:54 +01:00
Matt York
e5c8bd0637
Removed unused workflow
2023-10-14 12:42:12 +01:00
Matt York
7937bc6987
Added jfrog to the build and test
2023-10-14 12:01:43 +01:00
Matt York
b8a57dcbd7
Added debug docker image list
2023-10-14 09:28:45 +01:00
Matt York
7a810b45aa
Added Container build step
2023-10-14 09:14:43 +01:00
Matt York
1b3d305a70
Added a container workflow
2023-10-14 09:12:13 +01:00
Matt York
d9c9ac9900
Added a maven test into the build workflow
2023-10-14 08:57:16 +01:00
Matt York
07654a2828
trigger test
2023-10-14 08:43:09 +01:00
Dave Syer
923e2b7aa3
Bump Spring Boot to 3.1.3
2023-09-12 13:16:30 +01:00
Dave Syer
5accc40c77
Suppress warning
2023-09-12 13:15:59 +01:00
Dave Syer
d11d6e8e40
Remove unnecessary model change
2023-09-12 12:11:33 +01:00
anthony-park
18266fec8b
feat: Add a Korean message file to support at least one non-European language
...
This commit introduces a new Korean message file to the project. With this addition, the project now supports messages in languages other than European languages.
Resolves : #1299
2023-09-12 11:31:20 +01: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