Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
35601 105 d 12 h amit /trunk/profitmandi-fofo/src/main/ Filter out Sales/RBM Escalation tickets from CRM user's My Tickets view

- CRM users should not see Sales Escalation (84) and RBM Escalation (83) subcategory tickets
- These escalation tickets are internal and not relevant for CRM team
 
35597 106 d 3 h amit /trunk/profitmandi-fofo/src/main/resources/META-INF/ Migrate from C3P0 to HikariCP connection pooling

- Replace C3P0 properties with HikariCP settings
- New settings: maximumPoolSize=20, minimumIdle=2, idleTimeout=30s, maxLifetime=30min
 
35499 135 d 6 h aman /trunk/ Fix:Trial Activation Mail, All trial user page and gst validation  
35459 144 d 4 h amit /trunk/ Revert non-Java file changes from r35458  
35458 144 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
 
35433 146 d 3 h amit /trunk/profitmandi-fofo/ Add @Transactional(readOnly=true) to read-only controllers for performance

Updated 11 controllers that only perform read operations:
- AnalysisDashboardController, InvoiceController, ItemLedgerController
- MapTrackController, MarginController, MongoMigrationController
- PartnerPendingTasksController, PostOfficeController, ScanRecordController
- LogixController, MonitorController

Benefits:
- Hibernate skips dirty checking (faster)
- Database can optimize for read-only queries
- Connection marked as read-only for potential read replica routing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
 
35346 159 d 5 h ranu /trunk/ upload code for video url  
35339 161 d 10 h ranu /trunk/profitmandi-fofo/src/main/ Deleted folder foldername  
32763 874 d 0 h amit.gupta /trunk/ Minor refactoring  
32171 1049 d 13 h jai.hind /trunk/ Loan summary reversed  
32170 1051 d 11 h jai.hind /trunk/ Loan summary  
26246 2303 d 5 h amit.gupta /trunk/profitmandi-fofo/src/main/  
23565 2948 d 14 h amit.gupta /trunk/profitmandi-fofo/src/main/resources/META-INF/  
23559 2949 d 12 h ashik.ali /trunk/profitmandi-fofo/src/main/ Integrated new recharge provider think walnut digital and some code refectoring  
23528 2959 d 11 h ashik.ali /trunk/profitmandi-fofo/src/main/ Feature : Recharge Commission, some improvements, recharge live integration  
23506 2960 d 17 h amit.gupta /trunk/profitmandi-fofo/src/main/ Added changes related to Schemes  
22551 3140 d 7 h ashik.ali /trunk/profitmandi-fofo/src/main/  
22530 3143 d 13 h ashik.ali /trunk/profitmandi-fofo/  
21555 3275 d 13 h kshitij.sood /trunk/profitmandi-fofo/