BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
trunk
/
profitmandi-web/
– Rev 35506
Rev
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
35506
15 d 2 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/shopify/services/
Shopify Apis: Sync Products and Orders
35504
15 d 3 h
vikas
/trunk/
Shopify Apis: Sync Products and Orders
35500
15 d 22 h
aman
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fix:Gst Validation
35494
20 d 17 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/
N+1 query optimization for B2B order creation flow
- OrderController: Pre-fetch items and tagListings before cart line loop
- OrderController: Reuse brand stock data for both limit checks (3 queries instead of 6)
Performance improvement: ~20-30 DB queries reduced per order
35491
21 d 0 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
out of stock allocation
35486
22 d 3 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Listing Error: List should not be empty
35469
23 d 20 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Leads Follow ups
35467
23 d 21 h
amit
/trunk/
Optimize /lead-description endpoint
- Add null check for authUser to prevent NPE
- Move visitRequests query inside followUp block
- Move Comparator outside loop
- Rewrite selectLeadsScheduledBetweenDate using Criteria API with Predicates
- Single query joins Lead + LeadActivity with filters in DB
- Remove in-memory filtering of assignTo
35459
24 d 20 h
amit
/trunk/
Revert non-Java file changes from r35458
35458
24 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
35456
24 d 20 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed method thats not readonly
35455
24 d 23 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/
order controller @Transaction roll back for current
35448
25 d 18 h
amit
/trunk/profitmandi-web/src/main/resources/META-INF/
Add missing think.walnut.digital.recharge.balance.url property to all environments
35435
26 d 4 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.
35434
26 d 18 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/
Add @Transactional(readOnly=true) to 12 read-only controllers
Skips dirty checking and snapshot storage for better performance
35428
26 d 20 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/
Refactor OrderController: Move from class-level to method-level @Transactional
- Removed class-level @Transactional(rollbackFor = Throwable.class) from OrderController
- Added method-level @Transactional to 13 write methods only:
- createOrder (GET & POST)
- partnerCancelOrder
- CancellableRequest
- createAddress
- NotifyColorChange
- NotifyHold
- cancelOrder
- cancelNotifyOrder
- raiseBypassRequest
- createSamsungUpgradeOffer
- changeOrderPricing
- createInsurance
Benefits:
- 21 read-only methods no longer hold database connections for entire request duration
- Connections are acquired per-query and released immediately for reads
- Reduces connection pool exhaustion under load
- Follows "validate then transact" pattern
35419
27 d 4 h
aman
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fix:Response message for registered user
35415
28 d 1 h
amit
/trunk/
Commit Changes
35412
28 d 5 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed performance
35411
28 d 6 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed performance issues
←Prev
1
2
Next→
Show All