Krishna Manchikalapudi
98b3cc81fe
attestation
2025-10-07 13:59:28 -07:00
Krishna Manchikalapudi
de47a38613
gradle attestation
2025-10-07 13:11:25 -07:00
Krishna Manchikalapudi
b708b5830f
gradle attestation
2025-10-07 13:03:01 -07:00
Krishna Manchikalapudi
a0aedaf0b3
gradle attestation
2025-10-07 11:58:46 -07:00
Krishna Manchikalapudi
ddcf77f06c
Github sbom attestation
2025-10-07 11:42:01 -07:00
Krishna Manchikalapudi
ba46c9bb0d
bad fix
2025-10-07 10:30:28 -07:00
Krishna Manchikalapudi
a514bf8fb1
github attestation
2025-10-07 10:23:53 -07:00
Krishna Manchikalapudi
eb2af168f5
attestation with subejct-path
2025-10-07 10:00:24 -07:00
Krishna Manchikalapudi
5b7f82f97e
env var DOCKER_IMAGE_DIGEST
2025-10-07 09:45:15 -07:00
Krishna Manchikalapudi
b3f8021810
github attestation fix with DOCKER_IMAGE_DIGEST
2025-10-07 09:25:44 -07:00
Krishna Manchikalapudi
72d806aaf1
github attestation
2025-10-07 09:10:10 -07:00
Krishna Manchikalapudi
73dceafa83
removed repo from curation blocked policy
2025-10-01 15:17:44 -04:00
Krishna Manchikalapudi
b0ed377a00
rm -rf build.gradle
2025-10-01 14:05:36 -04:00
Krishna Manchikalapudi
c662ba12ed
jenkins file
2025-10-01 14:02:36 -04:00
Krishna Manchikalapudi
ff99de4d24
readme screenshots
2025-09-26 16:15:58 -07:00
Krishna Manchikalapudi
278608d746
frogbot
2025-09-26 15:49:46 -07:00
Krishna Manchikalapudi
f4a678b099
frogbot
2025-09-26 15:43:21 -07:00
Krishna Manchikalapudi
7b58d50ad8
gradle fix
2025-09-26 13:19:21 -07:00
Krishna Manchikalapudi
1f9983afb3
gradle fix
2025-09-26 13:06:39 -07:00
Krishna Manchikalapudi
73359680c5
Pipeline with JFrog CLI
2025-09-26 12:47:48 -07:00
Krishna Manchikalapudi
e2fbe9bef3
Pipeline with JFrog CLI
2025-09-26 12:28:53 -07:00
dejan2609
30aab0ae76
Maven and Gradle version upgrades
...
Java CI with Gradle / build (17) (push) Failing after 5s
Java CI with Maven / build (17) (push) Successful in 4m37s
details:
* Gradle changes:
** redundant 'apply' plugin declarations are removed
** java 'sourceCompatibility' removed in favor of 'toolchain'
* Gradle version upgrade: 8.14 -->> 8.14.3
* Maven version upgrade: 3.9.9 -->> 3.9.10
related links:
* https://docs.gradle.org/8.14.1/release-notes.html
* https://docs.gradle.org/8.14.2/release-notes.html
* https://docs.gradle.org/8.14.3/release-notes.html
* https://maven.apache.org/docs/3.9.10/release-notes.html
* https://committing-crimes.com/articles/2024-10-30-using-gradle-toolchains-properly
* https://docs.gradle.org/8.14.3/userguide/building_java_projects.html#sec:java_cross_compilation
Signed-off-by: dejan2609 <dejan2609@gmail.com>
2025-07-05 17:48:19 +01:00
Denis Fuenzalida
f9399b7a9f
Fix typo in visits form which caused button to miss its text
...
Java CI with Gradle / build (17) (push) Failing after 1s
Java CI with Maven / build (17) (push) Has been cancelled
Signed-off-by: Denis Fuenzalida <denis.fuenzalida@gmail.com>
2025-06-14 07:45:06 +01:00
Patrick Baumgartner
67643c4137
Remove Reactor workaround for AOT
...
Java CI with Gradle / build (17) (push) Failing after 1s
Java CI with Maven / build (17) (push) Failing after 1s
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
2025-06-13 13:04:05 +01:00
Patrick Baumgartner
cefaf55dd1
Downgrading to mysql 9.2
...
Java CI with Gradle / build (17) (push) Failing after 1s
Java CI with Maven / build (17) (push) Failing after 1s
Deploy and Test Cluster / deploy-and-test-cluster (push) Successful in 1m20s
- MySQL 9.3 does not work with testcontainers 1.21.0. Database container terminates with errors
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
2025-06-05 12:18:10 +01:00
Patrick Baumgartner
2e61f19c66
Updated Copyright to year 2025
...
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
2025-06-05 12:18:10 +01:00
Patrick Baumgartner
9faad25ec3
Cleanup maven-enforcer-plugin message
...
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
2025-06-05 12:18:10 +01:00
Patrick Baumgartner
47dfd4f388
Cleanup Java Classes
...
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
2025-06-05 12:18:10 +01:00
Patrick Baumgartner
142321aa3e
Extracted findPetTypes
...
- Extracted find by findPetTypes because of failing tests
- Extracting helped to keep one repository responsible for an entity type
- Seems like Spring Data is more strict and treats PetType as DTO and generated a Costructor NEW query
- Current approach treats it still like an entity
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
2025-06-05 12:18:10 +01:00
Patrick Baumgartner
b21890c126
Aligned postgres properties with mysql properties
...
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
2025-06-05 12:18:10 +01:00
Patrick Baumgartner
d44ad42886
Upgrading to Spring Boot 3.5
...
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
2025-06-05 12:18:10 +01:00
Patrick Baumgartner
4a021e4ccf
Upgraded databases
...
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
2025-06-05 12:18:10 +01:00
Patrick Baumgartner
9264c4813f
Upgrading gradle wrapper to current version
...
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
2025-06-05 12:18:10 +01:00
Patrick Baumgartner
af8645561b
Cleanup HTML files
...
- Fixed broken paging and aligned vetList and OwnersList
- Adding Doctype for consistency
- Removed html5shim and respond for IE < 9
- Reformatting HTML
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
2025-06-05 12:18:10 +01:00
Antoine Rey
3a931080d4
Remove unused findAll method from OwnerRepository and related test setup
...
Java CI with Gradle / build (17) (push) Failing after 1s
Java CI with Maven / build (17) (push) Failing after 1s
Signed-off-by: Antoine Rey <antoine.rey@free.fr>
2025-05-14 09:20:26 +01:00
anizmo
c5af32d5a1
Internationalization Enhancement
...
Java CI with Gradle / build (17) (push) Failing after 1s
Java CI with Maven / build (17) (push) Failing after 1s
- Added test to ensure there are no string literals
- Added test to ensure a string is translated in all language files
- Added missing strings in properties
- Internationalized remaining strings flagged by the tests
Signed-off-by: anizmo <potdar.anuj@gmail.com>
2025-05-06 13:55:19 +01:00
anizmo
0c88f916db
Adding strings for all other languages
...
Java CI with Gradle / build (17) (push) Failing after 1s
Java CI with Maven / build (17) (push) Failing after 1s
- Added WebConfiguration class to change language using url param
- Added text from messages to html files wherever required
- Added String to all other languages
Closes #1854
Signed-off-by: anizmo <potdar.anuj@gmail.com>
2025-04-22 09:35:23 +01:00
Dave Syer
332abbcb8a
Note about windows shell
Java CI with Gradle / build (17) (push) Failing after 1s
Java CI with Maven / build (17) (push) Failing after 1s
2025-03-27 16:10:48 +00:00
Antoine Rey
d7cc02f3d7
Use the java.util List.of() instead of the AssetJ Lists class
...
Java CI with Gradle / build (17) (push) Failing after 2s
Java CI with Maven / build (17) (push) Failing after 2s
Signed-off-by: Antoine Rey <antoine.rey@free.fr>
2025-03-26 08:52:01 +00:00
Antoine Rey
fceca7754a
Associating a <label> with a form control
...
Signed-off-by: Antoine Rey <antoine.rey@free.fr>
2025-03-26 08:51:24 +00:00
Antoine Rey
7f1af268ec
Remove unnecessary @Autowired annotation from the PetTypeFormatter
...
Signed-off-by: Antoine Rey <antoine.rey@free.fr>
2025-03-26 08:51:00 +00:00
VishantOwO
2aa53f929d
Fix pet update functionality
...
Java CI with Gradle / build (17) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
- Fixed issue where editing a pet's type or name wasn't persisting
- Updated processUpdateForm to modify existing pet instead of
adding new one
- Added proper handling of existing pet update
Fixes #1752
2025-03-01 15:29:15 +00:00
Dave Syer
6328d2c9dc
Add DCO to README
Java CI with Gradle / build (17) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
2025-02-12 14:58:27 +00:00
Dave Syer
7bce202762
Add dco config
2025-02-12 14:56:15 +00:00
Dave Syer
aa2273e955
Make sure MySQL test app works
Java CI with Gradle / build (17) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
2025-02-04 09:15:54 +00:00
Dave Syer
1f89996e1f
Update Spring Boot to 3.4.2
2025-02-04 08:47:30 +00:00
Antoine Rey
73d73609b5
Use Java Streams to sort the Specialty objects by their name
...
Signed-off-by: Antoine Rey <antoine.rey@free.fr>
2025-02-04 08:09:03 +00:00
Antoine Rey
b46b97a3e7
Remove unused Transactional import
...
Signed-off-by: Antoine Rey <antoine.rey@free.fr>
2025-02-04 08:07:44 +00:00
Antoine Rey
6148ddd967
Uses the date property of the Visit entity
Java CI with Gradle / build (17) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
2024-12-17 16:09:29 +00:00
Antoine Rey
ee8f8dcdad
Migrate Spring links for issues from Jira to GitHub
2024-12-17 16:07:36 +00:00