index
:
cmc/6s/practice/warehouse_accounting
master
MSU CMC 6 sem Java Practice
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix(http): incorrect template rendering
mrfoxygmfr
2025-05-06
1
-0
/
+1
|
*
fix(templates): incorrect button id
mrfoxygmfr
2025-05-06
1
-1
/
+1
|
*
feat: operation creation, view and manage
mrfoxygmfr
2025-05-04
6
-27
/
+346
|
*
fix(templates): new operation can be created only from partner
mrfoxygmfr
2025-05-04
2
-5
/
+3
|
*
fix(templates): partner view
mrfoxygmfr
2025-05-04
1
-5
/
+2
|
*
fix(db/dao): removal of product from operation
mrfoxygmfr
2025-05-04
1
-3
/
+5
|
*
feat(test): add selenium for http tests
mrfoxygmfr
2025-05-01
2
-1
/
+22
|
*
feat: partner contacts controller + pages
mrfoxygmfr
2025-04-28
4
-7
/
+161
|
*
fix(templates/common): absolute links for navigation
mrfoxygmfr
2025-04-28
1
-4
/
+4
|
*
feat: partners controller + pages
mrfoxygmfr
2025-04-28
3
-0
/
+217
|
*
feat: operations controller + pages
mrfoxygmfr
2025-04-28
3
-0
/
+188
|
*
feat: implement products controller + pages
mrfoxygmfr
2025-04-28
4
-0
/
+346
|
*
feat: implement storageSlots http controller + pages
mrfoxygmfr
2025-04-28
3
-0
/
+217
|
*
feat(templates): add common templates
mrfoxygmfr
2025-04-28
1
-0
/
+97
|
*
feat(http): add http server configuration
mrfoxygmfr
2025-04-28
1
-0
/
+53
|
*
fix(db/models): "unknown" product type
mrfoxygmfr
2025-04-28
1
-0
/
+1
|
*
test(db/dao): productSlot DAO tests
mrfoxygmfr
2025-03-24
1
-0
/
+112
|
*
test(db/dao): operationDAO tests
mrfoxygmfr
2025-03-24
1
-0
/
+135
|
*
feat(db/dao): new productSlot dao
mrfoxygmfr
2025-03-24
2
-0
/
+27
|
*
feat(db/dao): new specs for operations
mrfoxygmfr
2025-03-24
1
-2
/
+16
|
*
feat(db/models): addProduct method for Operation
mrfoxygmfr
2025-03-24
1
-0
/
+19
|
*
chore(db/models): enable autogeneration for timestamp fields
mrfoxygmfr
2025-03-24
3
-13
/
+16
|
*
test(db): addContact method test
mrfoxygmfr
2025-03-24
1
-1
/
+20
|
*
feat(db/models): add contact wrapper method for partner
mrfoxygmfr
2025-03-24
1
-1
/
+11
|
*
test(db): add ProductDAO and StorageDAO tests
mrfoxygmfr
2025-03-24
2
-0
/
+201
|
*
fix(db): save many-to-one references
mrfoxygmfr
2025-03-24
5
-7
/
+8
|
*
fix(db/models): fix INTERVAL type handling
mrfoxygmfr
2025-03-24
1
-1
/
+3
|
*
fix(db/models): Revert "fix(db/models): change primary key strategy and ↵
mrfoxygmfr
2025-03-23
4
-0
/
+8
|
|
|
|
|
|
remove extra NotNull annotations" This reverts commit 20255f9fd6f126077d3cb51ac003c166221d4015.
*
test(db/dao): add PartnersDAO test
mrfoxygmfr
2025-03-23
1
-0
/
+97
|
*
fix(db): fix auto increment for ids
mrfoxygmfr
2025-03-23
8
-14
/
+14
|
*
test(db): add simple hibernate config test
mrfoxygmfr
2025-03-23
2
-0
/
+32
|
*
feat(db/dao): create specifications for JPA
mrfoxygmfr
2025-03-23
4
-0
/
+120
|
*
feat(db/dao): add DAO repository interfaces
mrfoxygmfr
2025-03-23
5
-0
/
+41
|
*
feat(db): add new enum values
mrfoxygmfr
2025-03-23
3
-2
/
+12
|
*
fix(db/models): change primary key strategy and remove extra NotNull annotations
mrfoxygmfr
2025-03-23
7
-15
/
+7
|
*
feat(db): add mappings
mrfoxygmfr
2025-03-23
2
-0
/
+10
|
*
fix(db): add forgotten name to product
mrfoxygmfr
2025-03-23
2
-0
/
+5
|
*
fix(db): remove enum dictionary tables
mrfoxygmfr
2025-03-17
5
-25
/
+7
|
*
style(db/models): rename snake_case variables to camelCase
mrfoxygmfr
2025-03-17
4
-6
/
+6
|
*
feat(db): add models
mrfoxygmfr
2025-03-17
12
-0
/
+322
|
*
feat(db): add hibernate session factory
mrfoxygmfr
2025-03-17
2
-0
/
+53
|
*
feat(migrations): add database schema init scripts
mrfoxygmfr
2025-03-17
2
-0
/
+91
|
*
feat: init gradle repo
mrfoxygmfr
2025-03-17
4
-0
/
+41