Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
37734 13 h 23 m amit /trunk/profitmandi-fofo/src/ Remove dead third-party integrations: fofo

- SpiceMoney: controller, spiceform.vm, logo, the Quick Links popover on
analysisDashboard / dashboard-readonly (its button was already commented
out in dashboard1.vm) and the /spicemoney/callback auth exclusions
- FundFina controller and the /fundfina/** auth exclusions
- Wiseapp: the Quick Links popover on 12dashboard34 (its only entry) and logos
- SmartPing injection in WebHookController; the Knowlarity webhooks keep
working with the models now in kommuno/model
- Unused Toffee model reference in WarehouseController
- tofee.* keys, aramex.tracking.url and the PAYU PAY payment option in
main and test resources
 
35679 226 d 8 h ranu /trunk/ calling webhook updated  
35660 229 d 7 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ code commit for calling target / retailer contact  
35654 229 d 13 h ranu /trunk/ code commit for calling target / retailer contact  
35624 234 d 9 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ web hook deploy  
35458 275 d 5 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
 
34540 497 d 14 h ranu /trunk/ push log working api knowlarity  
34530 502 d 13 h ranu /trunk/ push log working api knowlarity  
34483 514 d 9 h ranu /trunk/ for push log code updating  
34481 514 d 12 h ranu /trunk/ for push log code updating  
33715 753 d 14 h ranu /trunk/ upsell phase one completed with whole code  
33693 761 d 14 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/ webhook upload for call back paymnet  
33689 762 d 7 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ code commited webhook signature  
33688 762 d 7 h ranu /trunk/ code update for webhook controller  
33686 762 d 8 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ code commit for webhook call  
33684 762 d 9 h ranu /trunk/ webhook modification  
33682 762 d 10 h ranu /trunk/ code commit for razor pay payment status callback method get to post  
33672 766 d 6 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ update upsell payment webhook  
33602 791 d 6 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ webhook updated with kommuno  
33595 795 d 9 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ updated webhook calling  

Show All