Commit graph

1003 commits

Author SHA1 Message Date
Piasecki-grid
8dfb5d1513 extra script lines in second job ref2 2025-03-27 21:10:20 +01:00
Piasecki-grid
b6f3cfc4fb extra script lines in second job ref1 2025-03-27 21:05:12 +01:00
Piasecki-grid
dcc22c44c2 extra script lines in second job 2025-03-27 20:41:15 +01:00
Piasecki-grid
61e8bfb292 making job dependant to the build one 2025-03-27 20:31:05 +01:00
Piasecki-grid
a7164a5044 Moving k8s deployments to different repo 2025-03-27 20:26:11 +01:00
Piasecki-grid
57a22421e2 testing my gitops v4 2025-03-27 19:29:02 +01:00
Piasecki-grid
14107c2ed7 testing my gitops v3 2025-03-27 19:21:05 +01:00
Piasecki-grid
4e579f7e07 testing my gitops v2 2025-03-27 19:20:27 +01:00
Piasecki-grid
0d7783eadb testing my gitops 2025-03-27 19:20:17 +01:00
Piasecki-grid
5f73f01916 changing the way to use simple scripts ref1 2025-03-27 18:03:09 +01:00
Piasecki-grid
d5d3658b6e changing the way to use simple scripts 2025-03-27 18:02:23 +01:00
Piasecki-grid
8734f120d6 changing position of actions 2025-03-27 17:54:00 +01:00
Piasecki-grid
d5f579cbd7 pushing to acr repo resolv v4 2025-03-27 15:17:45 +01:00
Piasecki-grid
4f7d635dd5 pushing to acr repo resolv v3 2025-03-27 15:14:25 +01:00
Piasecki-grid
d03bb20326 pushing to acr repo resolv v2 2025-03-27 15:13:35 +01:00
Piasecki-grid
d101b35753 pushing to acr repo resolv 2025-03-27 15:12:36 +01:00
Piasecki-grid
458556659d pushing to acr repo 2025-03-27 15:11:32 +01:00
Piasecki-grid
454a055639 Final kubectl working check 2025-03-27 14:51:27 +01:00
Piasecki-grid
6b51491b2c Installing kubectl from actions from marketplace resolv v8 2025-03-27 14:27:56 +01:00
Piasecki-grid
60b3e3c7a3 Installing kubectl from actions from marketplace resolv v78 2025-03-27 14:25:27 +01:00
Piasecki-grid
4a2e43a879 Installing kubectl from actions from marketplace resolv v6 2025-03-27 14:21:42 +01:00
Piasecki-grid
33139187fe Installing kubectl from actions from marketplace resolv v5 2025-03-27 14:20:54 +01:00
Piasecki-grid
fb0ef1e1e0 Installing kubectl from actions from marketplace resolv v4 2025-03-27 14:11:52 +01:00
Piasecki-grid
9e3b0f7ad8 Installing kubectl from actions from marketplace resolv v2 2025-03-27 14:10:08 +01:00
Piasecki-grid
aadb904491 Installing kubectl from actions from marketplace resolv v2 2025-03-27 14:08:05 +01:00
Piasecki-grid
b92e1718fa Installing kubectl from actions from marketplace resolv 2025-03-27 14:06:01 +01:00
Piasecki-grid
8f5a0c486a Installing kubectl from actions from marketplace 2025-03-27 14:04:16 +01:00
Piasecki-grid
1d818e3500 Installing kubectl resolved 2025-03-27 14:00:23 +01:00
Piasecki-grid
85968651ca Installing kubectl 2025-03-27 13:59:29 +01:00
Piasecki-grid
94303ef4e1 Adding kubectl commands to check connectivity to cluster 2025-03-27 13:54:13 +01:00
Piasecki-grid
fe2034fcca Adding kubectl executions 2025-03-27 13:48:04 +01:00
Piasecki-grid
839d334c1e Changed az creds V2 2025-03-27 13:16:08 +01:00
Piasecki-grid
9d2a882ffb Changed az creds 2025-03-27 13:10:08 +01:00
Piasecki-grid
bbc775e543 Changed pipeline 2025-03-27 13:00:14 +01:00
Piasecki-grid
cf2b0dfff6 Adding workflow 2025-03-27 12:52:30 +01:00
Antoine Rey
d7cc02f3d7 Use the java.util List.of() instead of the AssetJ Lists class
Some checks failed
Java CI with Gradle / build (17) (push) Failing after 8s
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
- 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
Some checks failed
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
Some checks failed
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
Some checks failed
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
feelgood1987
22caee3d03 feat: add Persian and Turkish localization files for application messages 2024-12-04 12:47:27 +00:00
Dave Syer
42e2c74b0b Add a Dockerfile for dev environments other than codespaces 2024-11-28 14:45:59 +00:00
Dave Syer
3b90fac983 Fix occasional stale volume in postgres tests
Fixes #1522
2024-11-28 14:40:54 +00:00