| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 35891 |
37 d 5 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Remove cache eviction from removePartners and addPartners - eviction happens only on activate/deactivate |
|
| 35888 |
37 d 20 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
Fix: use partner_criteria JSON for partner modal, remove offer_partners table dependency |
|
| 35886 |
37 d 22 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
Admin offer management UI: manage partners modal, edit targets, JS handlers, bump version to 325 |
|
| 35857 |
40 d 0 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
Add bulk publish all, delete offer UI/endpoints, offer cache eviction on activate, bump JS version |
|
| 35726 |
55 d 20 h |
vikas |
/trunk/ |
Pinelabs offer discovery on billing and stock page |
|
| 35505 |
98 d 3 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
today offer modal done |
|
| 35501 |
98 d 4 h |
ranu |
/trunk/ |
today offer modal done |
|
| 35458 |
107 d 20 h |
amit |
/trunk/ |
Revert @Transactional(readOnly=true) - keep @Transactional only at Controller level
Changes:
- profitmandi-web: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional(readOnly = true)
- profitmandi-fofo: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional
- profitmandi-dao: Removed @Transactional from services/repositories
Exceptions (called from interceptors, need own transaction):
- RoleManager: @Transactional(readOnly = true) - called from interceptor for auth
- PartnerTypeChangeServiceImpl.getBestPartner(): @Transactional - called from JWTUtil via interceptor
Fixed javax.transaction.Transactional to org.springframework.transaction.annotation.Transactional
Fixed rollbackOn to rollbackFor for Spring compatibility |
|
| 35415 |
111 d 2 h |
amit |
/trunk/ |
Commit Changes |
|
| 35297 |
139 d 22 h |
amit |
/trunk/ |
Added logic to handle retailer |
|
| 35205 |
174 d 0 h |
amit |
/trunk/ |
Offer send Notification refactoring |
|
| 34620 |
313 d 3 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Added item id |
|
| 34617 |
314 d 2 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/ |
Fixed Live demo issue |
|
| 34559 |
327 d 22 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
config |
|
| 34558 |
327 d 23 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
config |
|
| 34557 |
327 d 23 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
config |
|
| 34553 |
328 d 1 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
config |
|
| 34552 |
328 d 2 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
config |
|
| 34176 |
426 d 0 h |
tejus.lohani |
/trunk/profitmandi-fofo/src/main/ |
brand filter on retailer dashboard |
|
| 34137 |
447 d 3 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Minor commit |
|