aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docs: little fixHEADmastermrfoxygmfr12 days1-1/+1
|
* test(db/dao): productSlot DAO testsmrfoxygmfr12 days1-0/+112
|
* test(db/dao): operationDAO testsmrfoxygmfr12 days1-0/+135
|
* feat(db/dao): new productSlot daomrfoxygmfr12 days2-0/+27
|
* feat(db/dao): new specs for operationsmrfoxygmfr12 days1-2/+16
|
* feat(db/models): addProduct method for Operationmrfoxygmfr12 days1-0/+19
|
* chore(db/models): enable autogeneration for timestamp fieldsmrfoxygmfr12 days3-13/+16
|
* docs: publish simple docsmrfoxygmfr12 days4-0/+159
|
* test(db): addContact method testmrfoxygmfr12 days1-1/+20
|
* feat(db/models): add contact wrapper method for partnermrfoxygmfr12 days1-1/+11
|
* test(db): add ProductDAO and StorageDAO testsmrfoxygmfr12 days2-0/+201
|
* fix(db): save many-to-one referencesmrfoxygmfr12 days5-7/+8
|
* fix(db/models): fix INTERVAL type handlingmrfoxygmfr12 days2-1/+4
|
* fix(db/models): Revert "fix(db/models): change primary key strategy and ↵mrfoxygmfr12 days4-0/+8
| | | | | | remove extra NotNull annotations" This reverts commit 20255f9fd6f126077d3cb51ac003c166221d4015.
* test(db/dao): add PartnersDAO testmrfoxygmfr12 days1-0/+97
|
* fix(db): fix auto increment for idsmrfoxygmfr12 days8-14/+14
|
* test(db): add simple hibernate config testmrfoxygmfr12 days2-0/+32
|
* feat(db/dao): create specifications for JPAmrfoxygmfr12 days4-0/+120
|
* build: add jpamodelgen for specifications and starter-actuator for debugmrfoxygmfr12 days1-0/+2
|
* feat(db/dao): add DAO repository interfacesmrfoxygmfr12 days5-0/+41
|
* feat(db): add new enum valuesmrfoxygmfr12 days3-2/+12
|
* fix(db/models): change primary key strategy and remove extra NotNull annotationsmrfoxygmfr12 days7-15/+7
|
* feat(db): add mappingsmrfoxygmfr12 days2-0/+10
|
* fix(db): add forgotten name to productmrfoxygmfr12 days2-0/+5
|
* fix(db): remove enum dictionary tablesmrfoxygmfr2025-03-175-25/+7
|
* style(db/models): rename snake_case variables to camelCasemrfoxygmfr2025-03-174-6/+6
|
* feat(db): add modelsmrfoxygmfr2025-03-1712-0/+322
|
* feat(db): add hibernate session factorymrfoxygmfr2025-03-172-0/+53
|
* feat(migrations): add database schema init scriptsmrfoxygmfr2025-03-172-0/+91
|
* feat: add postgres docker-composemrfoxygmfr2025-03-171-0/+17
|
* feat: init gradle repomrfoxygmfr2025-03-1711-0/+479