Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
35718 24 d 14 h amit /trunk/PyProj/src/shop2020/ fix: use session.remove() instead of session.close() to prevent memory leaks in all services  
/trunk/PyProj/src/shop2020/helpers/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py
/trunk/PyProj/src/shop2020/model/v1/catalog/script/CompetitorScraping.py
/trunk/PyProj/src/shop2020/model/v1/inventory/impl/DataAcessors.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/CartDataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/PromotionDataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/UserDataAccessors.py
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/purchase/main/handler/PurchaseServiceHandler.py
/trunk/PyProj/src/shop2020/purchase/main/script/PendingPurchaseOrderReport.py
1731 5418 d 22 h ankur.singhal /trunk/ optimisation of methods for getting max, min amounts of orders and payments. These methods are used for statistics (Support).  
/trunk/PyProj/src/shop2020/model/v1/order/impl/OrderServiceHandler.py
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService-remote
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService.py
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService-remote
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService.py
/trunk/Support/src/main/java/in/shop2020/support/controllers/StatisticsController.java
/trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/TransactionService.java
/trunk/ThriftConfig/src/main/java/in/shop2020/payments/PaymentService.java
/trunk/ThriftGen/thriftsrc/OrderService/OrderService.thrift
/trunk/ThriftGen/thriftsrc/PaymentService/PaymentService.thrift
1659 5421 d 0 h chandranshu /trunk/PyProj/src/shop2020/payments/impl/ Payment status was not getting set to INIT since the attribute used there was named ps  
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
1657 5421 d 1 h ankur.singhal /trunk/PyProj/src/shop2020/payments/impl/ modified max and min payment amount calls to return the amounts of only successful payments.  
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
1627 5422 d 3 h ankur.singhal /trunk/PyProj/src/shop2020/ added methods in PaymentsHandler and OrderServiceHandler for getting statistics. (max & min order amount, max & min payment amount, distinct customers who have bought)  
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/OrderServiceHandler.py
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService-remote
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService.py
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService-remote
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService.py
1493 5432 d 21 h vikas /trunk/PyProj/src/shop2020/ Return all transactions/payments when status passed is None.  
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
1120 5460 d 23 h rajveer /trunk/PyProj/src/shop2020/ Added gatewayTxnDate in update payment method. Updated code to update timestamp. Updated code to return zero count if there are no items  
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService-remote
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService.py
859 5489 d 2 h chandranshu /trunk/PyProj/src/shop2020/payments/impl/ Corrected a typo  
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
854 5489 d 21 h rajveer /trunk/PyProj/src/shop2020/payments/impl/ payment service changes  
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
766 5503 d 20 h rajveer /trunk/PyProj/src/shop2020/ Closing all database connection once we finished a call to the service  
/trunk/PyProj/src/shop2020/clients/UserClient.py
/trunk/PyProj/src/shop2020/helpers/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServiceHandler.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py
/trunk/PyProj/src/shop2020/model/v1/catalog/script/ItemLoader.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/OrderServiceHandler.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/CartDataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/UserContextSerivceHandler.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/UserDataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/WidgetDataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
717 5513 d 3 h rajveer /trunk/PyProj/src/shop2020/ minor fixes  
/trunk/PyProj/src/shop2020/model/v1/user/impl/CartDataAccessors.py
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
701 5516 d 0 h chandranshu /trunk/PyProj/src/shop2020/ Implemented all methods of the payment service  
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
/trunk/PyProj/src/shop2020/payments/impl/converters.py
/trunk/PyProj/src/shop2020/thriftpy/payments/ttypes.py
420 5670 d 23 h ashish /trunk/ payment service  
/trunk/Common/src/in/shop2020/thrift/clients/PaymentServiceClient.java
/trunk/PyProj/src/shop2020/payments
/trunk/PyProj/src/shop2020/payments/PaymentsServer.py
/trunk/PyProj/src/shop2020/payments/__init__.py
/trunk/PyProj/src/shop2020/payments/impl
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
/trunk/PyProj/src/shop2020/payments/impl/__init__.py
/trunk/PyProj/src/shop2020/payments/impl/converters.py
/trunk/PyProj/src/shop2020/payments/test
/trunk/PyProj/src/shop2020/payments/test/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/payments
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService-remote
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService.py
/trunk/PyProj/src/shop2020/thriftpy/payments/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/payments/constants.py
/trunk/PyProj/src/shop2020/thriftpy/payments/ttypes.py
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentGatewayStatus.java
/trunk/Common/conf/shop2020.cfg
/trunk/Common/src/in/shop2020/utils/ConfigClientKeys.java
/trunk/ThriftConfig/src/in/shop2020/payments/Payment.java
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentGateway.java
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentRequest.java
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentService.java
/trunk/ThriftGen/thriftsrc/PaymentService/PaymentService.thrift