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
/
src
/
main
/
java
/
com
/
spice
/
profitmandi
/
web
/
controller
/
DealsController.java
– Rev 35486
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
35486
24 d 6 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Listing Error: List should not be empty
35458
26 d 23 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
35435
28 d 7 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.
35412
30 d 8 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed performance
35411
30 d 8 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed performance issues
35410
30 d 8 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed performance issues
35369
37 d 2 h
ranu
/trunk/
out of stock allocation
34931
137 d 1 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
wod brand eligible
34929
137 d 1 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
remove icici plan fom b2c
34928
137 d 1 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
check wod brand for internal
34835
168 d 23 h
vikas
/trunk/
Added Export Report, And Update total distance
34797
185 d 6 h
vikas.jangra
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Listing APIs
34786
189 d 1 h
aman.kumar
/trunk/
Add isFavourite flag
34630
231 d 1 h
tejus.lohani
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
clean code
34436
272 d 2 h
ranu
/trunk/
suggested Po
34260
319 d 3 h
vikas.jangra
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Partner Stock for Express Delivery
34196
338 d 1 h
ranu
/trunk/
insurance and hid correction
34191
338 d 23 h
vikas.jangra
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Removed logs for Out of stock tracking
34187
339 d 1 h
vikas.jangra
/trunk/
Added Catalog ID
34186
339 d 1 h
vikas.jangra
/trunk/
Added Catalog ID
34024
410 d 1 h
vikas.jangra
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Handle Grouping in Solr
34008
414 d 7 h
tejus.lohani
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
wod code check api code improvement
33975
421 d 0 h
tejus.lohani
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Added Super Catalog
33929
428 d 6 h
tejus.lohani
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
send WodBrandDetails so that user buy/order only those brand who having dealerCode or temp code/low code
33875
457 d 18 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
smart cart first phase updated
33873
457 d 18 h
ranu
/trunk/
smart cart first phase updated
33576
550 d 9 h
amit.gupta
/trunk/
Showing only in stock for similar items
33575
552 d 5 h
amit.gupta
/trunk/
Fixed offer
33573
553 d 5 h
amit.gupta
/trunk/
Fixed profitmandi web
33543
560 d 7 h
amit.gupta
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
commit
33487
569 d 16 h
amit.gupta
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed endpoints for new static0
33410
596 d 8 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
revert code mahaveer nlc
33407
597 d 5 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
hide nlc for mahaveer
33249
636 d 5 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
added some exception
32978
694 d 23 h
amit.gupta
/trunk/
Checked in some basic resources
32717
767 d 1 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
end dependency of mongo for brand logo
32591
807 d 6 h
amit.gupta
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Resolved the issue with any color
32590
807 d 6 h
amit.gupta
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Resolved the issue with any color
32344
879 d 4 h
tejbeer
/trunk/
32339
881 d 2 h
tejbeer
/trunk/
combo change