| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 37629 |
4 d 15 h |
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. |
|
| 37157 |
52 d 11 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
getPartners null-safe saholic lookup (one bad partner row no longer 500s the whole list), retailer registration uses idempotent user_accounts upsert, V2CartController distinguishes missing-procurement-cart (404) from missing auth token (401) |
|
| 36400 |
145 d 13 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
Replace mailSender (SendGrid) with gmailRelaySender - SendGrid API key expired/revoked |
|
| 36324 |
151 d 15 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Fix: Tier-Based Referral Payout |
|
| 35952 |
197 d 14 h |
vikas |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Added Store Code in Partner Listing |
|
| 35625 |
232 d 11 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Fix:getpartner error handling |
|
| 35458 |
273 d 7 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 |
274 d 16 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. |
|
| 35377 |
281 d 11 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
Fix:Add user-Status(not register google account) |
|
| 35373 |
282 d 16 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Fix:Add user status trial in token |
|
| 35352 |
285 d 11 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Added changes for trial user |
|
| 35337 |
291 d 10 h |
aman |
/trunk/ |
Feat:Trial Feedback Api and Trial brand potential Api |
|
| 35296 |
305 d 16 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed lead self Assigned |
|
| 35272 |
312 d 13 h |
amit |
/trunk/ |
Added Logic for guest |
|
| 35262 |
317 d 8 h |
vikas |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Comment UnRegistred Token |
|
| 35257 |
319 d 8 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
Added logic to incrporate trial version |
|
| 35193 |
340 d 10 h |
vikas |
/trunk/ |
Optimized oppo rewards query and update in app feature api |
|
| 35170 |
344 d 9 h |
vikas |
/trunk/ |
Carry bag 1 rupee to NEW, GOLD, PLATINUM, DIAMOND |
|
| 34794 |
431 d 17 h |
vikas.jangra |
/trunk/ |
Login With Email Password - Reset Password - Change Password |
|
| 34664 |
464 d 13 h |
vikas.jangra |
/trunk/ |
Google Login with email |
|
| 34037 |
652 d 8 h |
amit.gupta |
/trunk/ |
Fixed logic to get mapped partner type. |
|
| 33792 |
725 d 16 h |
ranu |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
policy amount to be changed 10000 to 2000 |
|
| 33194 |
893 d 15 h |
amit.gupta |
/trunk/ |
Added 10K for Referral |
|
| 32721 |
1012 d 13 h |
ranu |
/trunk/ |
code commented for min stock value |
|
| 32458 |
1096 d 16 h |
amit.gupta |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Resolved the issue with any color |
|
| 31820 |
1251 d 18 h |
amit.gupta |
/trunk/ |
Fixed promoter login issue. |
|
| 30561 |
1571 d 11 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30560 |
1571 d 12 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30559 |
1571 d 12 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30558 |
1571 d 12 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30557 |
1571 d 12 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30556 |
1571 d 12 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30555 |
1571 d 13 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30554 |
1571 d 13 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30553 |
1571 d 13 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30552 |
1571 d 13 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30549 |
1571 d 15 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30548 |
1571 d 15 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30547 |
1571 d 15 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30546 |
1571 d 15 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|