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
/
LeadController.java
@ 28237
– Rev 36400
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
36400
10 h 7 m
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/
Replace mailSender (SendGrid) with gmailRelaySender - SendGrid API key expired/revoked
36336
5 d 13 h
ranu
/trunk/
sales dispostion updated
36286
11 d 5 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
sales dispostion updated
36267
13 d 9 h
ranu
/trunk/
sales dispostion updated
36211
20 d 7 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
rbm l1,l2,l3 layer introduce
36114
27 d 8 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
rating system updated ..weekly rating
35968
50 d 23 h
ranu
/trunk/
bm asm filter added in sales escalation
35920
56 d 9 h
ranu
/trunk/
now inactive partners also showing on target page
35853
61 d 5 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
no ans will come after 4 hrs
35835
62 d 13 h
ranu
/trunk/
new remark has been updated (schedule time and date for call)
35781
69 d 4 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Remove unused AuthUserPartnerMappingRepository injection from controllers
35725
76 d 9 h
ranu
/trunk/
now recording also fetching
35708
77 d 6 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
now recording also fetching
35650
83 d 10 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
call target related changes
35649
83 d 12 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
call target related changes
35632
86 d 12 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
call target related changes
35630
87 d 5 h
aman
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fix:Error handling
35469
127 d 4 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Leads Follow ups
35467
127 d 5 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
35458
128 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
←Prev
1
2
Next→
Show All