Commit graph

994 commits

Author SHA1 Message Date
lamya1baidouri
d48a81ce7a debbug 2025-02-03 19:43:30 +01:00
lamya1baidouri
fa459ba682 add power api 2025-02-03 19:40:00 +01:00
lamya1baidouri
f64d5614d7 fix Dockerfile 2025-02-03 15:45:43 +01:00
lamya1baidouri
df676424e6 fix syntax 2025-02-03 15:25:19 +01:00
lamya1baidouri
fff6bbf82f fix syntax 2025-02-03 15:16:23 +01:00
lamya1baidouri
823f41c08d fix syntax 2025-02-03 15:09:34 +01:00
lamya1baidouri
2e17504403 fix syntax 2025-02-03 15:02:48 +01:00
lamya1baidouri
e4ba09c31c fix syntax 2025-02-03 14:57:08 +01:00
lamya1baidouri
ea7ba4762d fix syntax 2025-02-03 14:51:59 +01:00
lamya1baidouri
368ba55305 fix syntax 2025-02-03 14:38:10 +01:00
lamya1baidouri
6e70bce0a7 fix syntax 2025-02-03 14:23:03 +01:00
lamya1baidouri
6740a4eb67 fix syntax 2025-02-03 14:04:06 +01:00
lamya1baidouri
76d87edf2c fix syntax 2025-02-03 14:02:04 +01:00
lamya1baidouri
21bda69797 fix power api install 2025-02-03 13:51:13 +01:00
lamya1baidouri
8ea0831d9e fix pipeline.yml syntax 4 2025-02-03 13:42:24 +01:00
lamya1baidouri
1affb0686e fix pipeline.yml syntax 3 2025-02-03 13:38:59 +01:00
lamya1baidouri
5cbaec1bc9 fix pipeline.yml syntax 3 2025-02-03 13:36:09 +01:00
lamya1baidouri
4cc2a9557f fix pipeline.yml syntax 2025-02-03 11:37:41 +01:00
lamya1baidouri
d0279e2b2a fix pipeline.yml syntax 2025-02-03 11:36:17 +01:00
lamya1baidouri
f75b07374b fix pipeline.yml syntax 2025-02-03 11:33:43 +01:00
lamya1baidouri
2ff0bfecc9 fix pipeline.yml syntax 2025-02-03 11:31:59 +01:00
lamya1baidouri
6233b03066 run basic pipeline.yml 2025-02-03 11:29:44 +01:00
lamya1baidouri
816751a4fa run basic pipeline.yml 2025-02-03 11:20:42 +01:00
lamya1baidouri
182096a3fc resolve install problem 3 2025-02-03 10:13:35 +01:00
lamya1baidouri
2a04ce0f79 resolve install problem 3 2025-02-03 10:07:19 +01:00
lamya1baidouri
3dd52fc628 resolve install problem 3 2025-02-03 10:04:06 +01:00
lamya1baidouri
2bb5ec9967 resolve install problem 2025-02-03 10:00:47 +01:00
lamya1baidouri
78c607cd86 resolve install problem 2025-02-03 09:46:34 +01:00
lamya1baidouri
2cd7d312b7 resolve install problem 2025-02-03 09:44:26 +01:00
lamya1baidouri
51fedc2294 resolve install problem 2025-02-03 09:40:54 +01:00
lamya1baidouri
066defd076 fix github action pipeline 2 2025-02-03 09:38:27 +01:00
lamya1baidouri
782096c294 fix github action pipeline 2025-02-03 09:35:54 +01:00
lamya1baidouri
b851a9b525 fix docker configuration 2025-02-03 09:27:33 +01:00
lamya1baidouri
fb7353d702 add pipeline before optimization 2025-01-01 20:41:14 +01:00
lamya1baidouri
b7ae2bef5a add pipeline before optimization 2025-01-01 20:33:01 +01:00
lamya1baidouri
99eb528f29 add pipeline before optimization 2025-01-01 20:32:15 +01: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
Dave Syer
300597fc6c Update tomestamp for reproducible builds 2024-11-28 14:40:54 +00:00
YiXuan Ding
40a41375e6 Add new test file
-<modify>: remove `@Transactional`.
-<add>: create unit-test file related to `PetValidator`.
-<refactor>: move pet objects initialization to `@BeforeEach` setup.
2024-11-28 09:52:29 +00:00
YiXuan Ding
214a8fb87f <fix>: rename the DI variable name in constructor. 2024-11-28 09:51:42 +00:00
Patrick Baumgartner
a0ba075bd8 Futher updates for Spring Boot 3.4 2024-11-27 11:24:18 +00:00
Dave Syer
91f55a4f71 Versionless webjars (again)
Spring Boot 3.4 supports the webjars-locator-lite which in turn
supports native images, so we are back to versionless URLs for
webjars assets in templates.
2024-11-27 08:32:35 +00:00
Dave Syer
9f1cda1c08 Update to Boot 3.4 2024-11-25 11:04:49 +00:00
Andrey Litvitski
317562a170 Implement K8S deployment testing using Kind in GitHub Actions 2024-11-11 21:41:36 +00:00
YiXuan Ding
1cad4124b7 Refactor code logic
<refactor>: remove useless logic cod.
<refactor>: detele useless annotation which is provided by Jpa.
<refactor>: refactor implement of `findByLastName`, use Jpa to simplify query.
2024-11-11 17:55:34 +00:00
YiXuan Ding
668629d5bd refactor OwnerRepository:
-<replace>: use `JpaRepository` to replace `Repository` in `OwnerRepository` class.
-<remove1>: remove `save()` method. JpaRepository provides it by default.
-<remove2>: remove `@Query` because in `Owner` class, the `@OneToMany` annotiation achieved `fetch` in query.
-<refactor1>: use `Optional<Owner>` to recieve the result from `findById()`, and if is null, throw `IllegalArugmentExpection`.
-<refactor2>: achieve the assert to judge return value in tests.
-<add>: add name to `@author` tag.
2024-11-10 09:14:42 +00:00