Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
37144 17 d 8 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ Brand eligibility: hide restricted (blocked + LOI-ineligible) brands on partner surfaces and enforce at purchase — PartnerSolrClient applies Solr brand exclusion on all partner demo-core queries; brand list + deal/store facets filtered; legacy solr-search title filter with word boundary; add-to-cart and checkout validate via validateOrderableBrands  
36932 46 d 7 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ rbm rating weekly -> monthly  
36428 103 d 9 h aman /trunk/ Fix:Partner Stock Api  
36377 108 d 8 h vikas /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ Dashboard API  
36376 108 d 8 h aman /trunk/ Feat:Cart Api Implementation  
35758 179 d 5 h vikas /trunk/ Removed tarun verma's email from trial service  
35458 233 d 4 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
 
35456 233 d 5 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Fixed method thats not readonly  
35435 234 d 13 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Add @Transactional(readOnly = true) to GET methods in controllers

Added @Transactional(readOnly = true) to all read-only GET methods across 14 controllers:
- RetailerController (10 methods)
- UserController (16 methods)
- WalletController (5 methods)
- CartController (2 methods)
- StoreController (25 methods)
- DealsController (20 methods)
- ShopController (1 method)
- CustomerController (2 methods)
- NotificationController (3 methods)
- SolrSearchController (2 methods)
- InsuranceController (1 method)
- GatewayController (1 method)
- LeadController (13 methods)
- RechargeController (4 methods)

Total: 105 methods updated

All methods verified to only set @Transient fields on entities, ensuring no dirty writes.
 
35369 243 d 8 h ranu /trunk/ out of stock allocation  
35309 262 d 7 h aman /trunk/ Fix:Monthly Sale show assesses sale  
35243 285 d 13 h aman /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Feat: Partner Monthly sale  
35211 299 d 5 h vikas /trunk/ App build Version & Notification Template  
35079 318 d 12 h vikas /trunk/ Live Tracking and Shopify Products List Sync  
34917 347 d 7 h vikas /trunk/ SmartSeller Earnings and Referrals  
34902 353 d 5 h vikas /trunk/ Affiliate Order  
34899 353 d 6 h aman /trunk/ Fix: Affiliate Products, links and Authentication  
34884 357 d 12 h vikas /trunk/ Disabled POD Option  
34882 363 d 7 h aman /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Feat:Affiliate Service  
34878 364 d 7 h vikas /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Changed force wallet debit on bidding  

Show All