LIM YI TING
0913f5bd0a
Merge branch 'main' of https://github.com/yiting68/spring-petclinic
2025-04-27 15:35:20 +08:00
yyeeqii
19f57addd9
test on Github Action 1
2025-04-27 15:31:22 +08:00
LIM YI TING
afebf11cf7
Fix CrashControllerIntegrationTests to match new error page format
2025-04-27 15:28:26 +08:00
stella-03
08d1ba969d
Merge branch 'main' of https://github.com/yiting68/spring-petclinic
2025-04-27 15:15:20 +08:00
stella-03
ecb548d0b2
Resolve merge conflict between editBuildGradle and main
2025-04-27 15:09:23 +08:00
yyeeqii
2621e1725c
test webhook trigger 10
2025-04-27 15:07:19 +08:00
yyeeqii
45c99026e8
testing for CI 1
2025-04-27 15:05:09 +08:00
stella-03
a44e43d8a0
Change validation message for telephone number
2025-04-27 14:51:25 +08:00
yyeeqii
3a5453e272
change Naming for user name
2025-04-27 14:29:43 +08:00
yyeeqii
0c917466f7
test webhook trigger 8
2025-04-27 13:21:56 +08:00
yyeeqii
5dff625fee
test webhook trigger 7
2025-04-27 13:20:42 +08:00
yyeeqii
2261b95a69
test webhook trigger 6
2025-04-27 13:10:54 +08:00
yyeeqii
b765571614
test webhook trigger 5
2025-04-27 13:07:07 +08:00
yyeeqii
10b12fabbc
test webhook trigger 4
2025-04-27 13:04:32 +08:00
yyeeqii
3bdf077afc
test webhook trigger 3
2025-04-27 12:58:14 +08:00
yyeeqii
35bb694671
test webhook trigger 2
2025-04-27 12:50:39 +08:00
yyeeqii
867a3c4048
test webhook trigger
2025-04-27 12:42:32 +08:00
yyeeqii
7ba1af8450
Resolved merge conflicts
2025-04-27 12:08:01 +08:00
yyeeqii
64ca1a6e8d
triggerOnJenkins
2025-04-27 11:16:34 +08:00
yyeeqii
5984c917c0
Merge branch 'yeeqi/feature/editSize' of https://github.com/yiting68/spring-petclinic into yeeqi/feature/editSize
2025-04-27 11:16:04 +08:00
yyeeqii
70db606ba6
testOnJenkins
2025-04-27 11:15:42 +08:00
LIM YI TING
2011bd4467
Merge branch 'spring-projects:main' into yeeqi/feature/editSize
2025-04-27 04:12:46 +08:00
yyeeqii
ec50d6a61f
editHeaderHeight
2025-04-27 03:30:46 +08:00
LIM YI TING
c289626824
Merge branch 'main' of https://github.com/yiting68/spring-petclinic
2025-04-27 01:10:34 +08:00
LIM YI TING
407df917ed
Update error message style to red
2025-04-27 00:40:00 +08:00
stella-03
b13f2b7fcb
Merge branch 'editBuildGradle'
2025-04-26 23:57:11 +08:00
Lanaetan
e55fcc4002
Update welcome message in messages.properties
2025-04-26 22:59:33 +08:00
Lanaetan
6d2469585c
Modify welcome message to Welcome
2025-04-26 22:47:06 +08:00
Lanaetan
415add1982
Fix merge conflict and complete merge
2025-04-26 21:45:25 +08:00
LIM YI TING
267cd9e588
edit Error Message Color
2025-04-26 17:43:48 +08:00
Lanaetan
3281d072f7
Changes welcome text in homepage by editing messages.properties
2025-04-26 16:54:16 +08:00
yyeeqii
d565818460
editing on width
2025-04-26 16:47:28 +08:00
yyeeqii
da25322c4a
edit width
2025-04-26 16:44:36 +08:00
yyeeqii
540e3822d4
change width
2025-04-26 16:10:35 +08:00
stella-03
700b86a05f
Merge branch 'spring-projects:main' into main
2025-04-26 15:59:11 +08:00
stella-03
b04e046891
Updated build.gradle with JaCoCo and project info
2025-04-26 15:34:40 +08:00
yyeeqii
9f59757d2c
minor changes
2025-04-25 17:04:46 +08:00
yyeeqii
eabdd6f976
minor changes
2025-04-25 17:02:23 +08:00
yyeeqii
2e16506cda
change index-page font size
2025-04-25 16:58:03 +08: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
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
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
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
feelgood1987
22caee3d03
feat: add Persian and Turkish localization files for application messages
2024-12-04 12:47:27 +00:00
Dave Syer
3b90fac983
Fix occasional stale volume in postgres tests
...
Fixes #1522
2024-11-28 14:40:54 +00:00