| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 35943 |
8 h 5 m |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/ |
Reduce log noise: demote interceptor/cookie per-request INFO to DEBUG, demote large object dumps and loop logging to DEBUG, fix string concatenation in log statements |
|
| 35942 |
8 h 5 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Reduce log noise: demote verbose INFO to DEBUG, fix empty list SQLGrammarException in getItemAvailability, fix copy-paste bug in PartnerTypeChangeServiceImpl, fix string concatenation in log statements |
|
| 35941 |
10 h 15 m |
vikas |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ |
Update shopify env |
|
| 35940 |
10 h 24 m |
vikas |
/trunk/profitmandi-dao/src/main/resources/ |
Update shopify env |
|
| 35939 |
10 h 43 m |
vikas |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ |
Update Existing Shopify Product Sync |
|
| 35938 |
10 h 49 m |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fix scheme IMEI search performance: remove entity list logging causing lazy load, batch PriceDrop queries |
|
| 35937 |
10 h 49 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/transaction/ |
Fix scheme IMEI search performance: add PriceDrop batch selectByIds to eliminate N+1 queries |
|
| 35936 |
15 h 24 m |
vikas |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ |
Update Existing Shopify Product Sync |
|
| 35935 |
15 h 30 m |
vikas |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ |
Update Existing Shopify Product Sync |
|
| 35934 |
2 d 10 h |
vikas |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/req/ |
Support Apis: Added new |
|
| 35933 |
2 d 11 h |
aman |
/trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ |
Fix:Contact us list update |
|
| 35932 |
2 d 15 h |
vikas |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ |
Update Existing Shopify Product |
|
| 35931 |
2 d 19 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ |
Fix negative wallet double-count in createSDDirectOrder
Ignore negative wallet balance when calculating limit block amount.
blockLoan() already calls fundWallet() to cover negative balance independently.
Including negative wallet caused over-allocation, leaving residual pending_amount
on limit-blocked loans that could never be released. |
|
| 35930 |
3 d 1 h |
vikas |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ |
Update Existing Shopify Product |
|
| 35929 |
3 d 1 h |
vikas |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ |
Update Existing Shopify Product |
|
| 35928 |
3 d 1 h |
vikas |
/trunk/ |
Update Existing Shopify Product |
|
| 35927 |
3 d 2 h |
vikas |
/trunk/ |
Support Apis: Added new |
|
| 35926 |
3 d 2 h |
vikas |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ |
Update Existing Shopify Product |
|
| 35925 |
3 d 9 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
Per-criteria offer editing UI + fix cache eviction bugs
- Add POST /offer/updateSlabs endpoint with JSON body for per-slab target+payout editing
- Replace flat target editor with grouped table (Models, Slab, Target, Payout columns)
- Fix: publishedOffersWithAchievement evicted from wrong cache manager (redisShort->oneDay)
- Fix: todayOffers cache never evicted on offer mutations — added to all mutating operations
- Extract evictOfferCaches() helper for update endpoints |
|
| 35924 |
3 d 9 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Per-criteria target and payout editing for offers
- Add UpdateSlabRequest/UpdateOfferSlabsRequest models for per-slab updates
- Add id field to PayoutSlab, populate from TargetSlabEntity.id
- Add updateOfferSlabs() service method: validates slab ownership, updates payoutTarget and payoutValue independently
- Keep updateOfferTargets() for backward compatibility |
|