| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 37629 |
13 h 57 m |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
feat(mail): wire inactive-recipient filter and clean hardcoded addresses
Wire MailRecipientFilter into googleMailSender and gmailRelaySender. Remove inactive/unknown addresses from recipient and access lists, fix typo addresses, bulk uploader gate to akhil.kumar, V2 brand fee gate to kamini.sharma. |
|
| 37298 |
34 d 5 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
Default subCategoryId to 0 on endpoints that declare it required=false
subCategoryId is a primitive int, so a required=false declaration with no
defaultValue makes Spring throw when the param is omitted:
Optional int parameter 'subCategoryId' is present but cannot be translated
into a null value due to being declared as a primitive type.
v1 DealsController and GuestController already default it to 0; their v2
wrappers dropped that, and StoreController never had it on either version. Any
caller omitting the param got a 500 with a message that does not name the
parameter at fault.
Adding the default only removes that failure path — every currently working
caller already sends a value, so no existing behaviour changes. |
|
| 37144 |
53 d 9 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
Brand eligibility: hide restricted (blocked + LOI-ineligible) brands on partner surfaces and enforce at purchase — PartnerSolrClient applies Solr brand exclusion on all partner demo-core queries; brand list + deal/store facets filtered; legacy solr-search title filter with word boundary; add-to-cart and checkout validate via validateOrderableBrands |
|
| 36932 |
82 d 9 h |
ranu |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
rbm rating weekly -> monthly |
|
| 36428 |
139 d 10 h |
aman |
/trunk/ |
Fix:Partner Stock Api |
|
| 36377 |
144 d 10 h |
vikas |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
Dashboard API |
|
| 36376 |
144 d 10 h |
aman |
/trunk/ |
Feat:Cart Api Implementation |
|
| 35758 |
215 d 7 h |
vikas |
/trunk/ |
Removed tarun verma's email from trial service |
|
| 35458 |
269 d 6 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 |
269 d 7 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed method thats not readonly |
|
| 35435 |
270 d 15 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. |
|
| 35369 |
279 d 10 h |
ranu |
/trunk/ |
out of stock allocation |
|
| 35309 |
298 d 9 h |
aman |
/trunk/ |
Fix:Monthly Sale show assesses sale |
|
| 35243 |
321 d 15 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Feat: Partner Monthly sale |
|
| 35211 |
335 d 7 h |
vikas |
/trunk/ |
App build Version & Notification Template |
|
| 35079 |
354 d 14 h |
vikas |
/trunk/ |
Live Tracking and Shopify Products List Sync |
|
| 34917 |
383 d 9 h |
vikas |
/trunk/ |
SmartSeller Earnings and Referrals |
|
| 34902 |
389 d 7 h |
vikas |
/trunk/ |
Affiliate Order |
|
| 34899 |
389 d 8 h |
aman |
/trunk/ |
Fix: Affiliate Products, links and Authentication |
|
| 34884 |
393 d 14 h |
vikas |
/trunk/ |
Disabled POD Option |
|