aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(tests): operation controller testsHEADmastermrfoxygmfr2025-05-071-2/+3
* fix(http): operations filter + unecessary debug printsmrfoxygmfr2025-05-072-3/+2
* test: operations controller testsmrfoxygmfr2025-05-071-0/+148
* fix: minor bugsmrfoxygmfr2025-05-073-3/+3
* test: storage slots controllermrfoxygmfr2025-05-061-0/+114
* chore: remove unnecessary codemrfoxygmfr2025-05-062-23/+0
* fix(templates): incorrect button idmrfoxygmfr2025-05-061-1/+1
* test: products controller testmrfoxygmfr2025-05-061-0/+129
* fix(templates): invalid button idmrfoxygmfr2025-05-061-1/+1
* test: partners page testsmrfoxygmfr2025-05-061-0/+113
* fix(templates): remove unused buttonmrfoxygmfr2025-05-061-0/+2
* fix(http): incorrect template renderingmrfoxygmfr2025-05-061-0/+1
* fix(templates): incorrect button idmrfoxygmfr2025-05-061-1/+1
* docs: update to actual versionmrfoxygmfr2025-05-061-7/+6
* feat: operation creation, view and managemrfoxygmfr2025-05-046-27/+346
* fix(templates): new operation can be created only from partnermrfoxygmfr2025-05-042-5/+3
* fix(templates): partner viewmrfoxygmfr2025-05-041-5/+2
* fix(db/dao): removal of product from operationmrfoxygmfr2025-05-041-3/+5
* feat(test): add selenium for http testsmrfoxygmfr2025-05-014-1/+23
* feat: partner contacts controller + pagesmrfoxygmfr2025-04-284-7/+161
* fix(templates/common): absolute links for navigationmrfoxygmfr2025-04-281-4/+4
* feat: partners controller + pagesmrfoxygmfr2025-04-283-0/+217
* feat: operations controller + pagesmrfoxygmfr2025-04-283-0/+188
* feat: implement products controller + pagesmrfoxygmfr2025-04-284-0/+346
* feat: implement storageSlots http controller + pagesmrfoxygmfr2025-04-283-0/+217
* feat(templates): add common templatesmrfoxygmfr2025-04-281-0/+97
* feat(http): add http server configurationmrfoxygmfr2025-04-282-0/+55
* fix(db/models): "unknown" product typemrfoxygmfr2025-04-281-0/+1
* docs: little fixmrfoxygmfr2025-03-241-1/+1
* test(db/dao): productSlot DAO testsmrfoxygmfr2025-03-241-0/+112
* test(db/dao): operationDAO testsmrfoxygmfr2025-03-241-0/+135
* feat(db/dao): new productSlot daomrfoxygmfr2025-03-242-0/+27
* feat(db/dao): new specs for operationsmrfoxygmfr2025-03-241-2/+16
* feat(db/models): addProduct method for Operationmrfoxygmfr2025-03-241-0/+19
* chore(db/models): enable autogeneration for timestamp fieldsmrfoxygmfr2025-03-243-13/+16
* docs: publish simple docsmrfoxygmfr2025-03-244-0/+159
* test(db): addContact method testmrfoxygmfr2025-03-241-1/+20
* feat(db/models): add contact wrapper method for partnermrfoxygmfr2025-03-241-1/+11
* test(db): add ProductDAO and StorageDAO testsmrfoxygmfr2025-03-242-0/+201
* fix(db): save many-to-one referencesmrfoxygmfr2025-03-245-7/+8
* fix(db/models): fix INTERVAL type handlingmrfoxygmfr2025-03-242-1/+4
* fix(db/models): Revert "fix(db/models): change primary key strategy and remov...mrfoxygmfr2025-03-234-0/+8
* test(db/dao): add PartnersDAO testmrfoxygmfr2025-03-231-0/+97
* fix(db): fix auto increment for idsmrfoxygmfr2025-03-238-14/+14
* test(db): add simple hibernate config testmrfoxygmfr2025-03-232-0/+32
* feat(db/dao): create specifications for JPAmrfoxygmfr2025-03-234-0/+120
* build: add jpamodelgen for specifications and starter-actuator for debugmrfoxygmfr2025-03-231-0/+2
* feat(db/dao): add DAO repository interfacesmrfoxygmfr2025-03-235-0/+41
* feat(db): add new enum valuesmrfoxygmfr2025-03-233-2/+12
* fix(db/models): change primary key strategy and remove extra NotNull annotationsmrfoxygmfr2025-03-237-15/+7