Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
4651 5180 d 10 h rajveer /trunk/ Added support to failfast. If service is unable to get parameters from config server, it must fail. It must not continue with default parameters.  
/trunk/PaymentService/src/main/java/in/shop2020/payment/service/PaymentServer.java
/trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/PaymentServiceHandler.java
/trunk/PyProj/src/shop2020/config/ConfigServer.py
/trunk/PyProj/src/shop2020/content/main/ContentServer.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/model/v1/catalog/CatalogServer.py
/trunk/PyProj/src/shop2020/model/v1/order/TransactionServer.py
/trunk/PyProj/src/shop2020/model/v1/user/UserContextServer.py
/trunk/PyProj/src/shop2020/purchase/main/PurchaseServer.py
3915 5312 d 8 h chandranshu /trunk/ The new daemonized servers  
/trunk/PyProj/src/shop2020/config/ConfigServer.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/model/v1/catalog/CatalogServer.py
/trunk/PyProj/src/shop2020/model/v1/catalog/InventoryHistoryServer.py
/trunk/PyProj/src/shop2020/model/v1/order/TransactionServer.py
/trunk/PyProj/src/shop2020/model/v1/user/PromotionServer.py
/trunk/PyProj/src/shop2020/model/v1/user/UserContextServer.py
/trunk/PyProj/src/shop2020/warehouse/main/WarehouseServer.py
/trunk/runutils/start-config-service.sh
3539 5334 d 3 h chandranshu /trunk/PyProj/src/shop2020/ Ensured that a service is reachable over the network  
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/model/v1/catalog/CatalogServer.py
/trunk/PyProj/src/shop2020/model/v1/catalog/InventoryHistoryServer.py
/trunk/PyProj/src/shop2020/model/v1/order/TransactionServer.py
/trunk/PyProj/src/shop2020/model/v1/user/PromotionServer.py
/trunk/PyProj/src/shop2020/model/v1/user/UserContextServer.py
3537 5334 d 7 h chandranshu /trunk/PyProj/src/shop2020/ Added the host parameter to the TSocket call  
/trunk/PyProj/src/shop2020/config/ConfigServer.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/model/v1/catalog/CatalogServer.py
/trunk/PyProj/src/shop2020/model/v1/catalog/InventoryHistoryServer.py
/trunk/PyProj/src/shop2020/model/v1/order/TransactionServer.py
/trunk/PyProj/src/shop2020/model/v1/user/PromotionServer.py
/trunk/PyProj/src/shop2020/model/v1/user/UserContextServer.py
/trunk/PyProj/src/shop2020/warehouse/main/WarehouseServer.py
3187 5364 d 8 h rajveer /trunk/PyProj/src/shop2020/ Made database hostname configurable.  
/trunk/PyProj/src/shop2020/helpers/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/helpers/impl/DataService.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServiceHandler.py
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataService.py
/trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py
/trunk/PyProj/src/shop2020/model/v1/catalog/CatalogServer.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py
/trunk/PyProj/src/shop2020/model/v1/order/TransactionServer.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataService.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/OrderServiceHandler.py
/trunk/PyProj/src/shop2020/model/v1/user/PromotionServer.py
/trunk/PyProj/src/shop2020/model/v1/user/UserContextServer.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/Dataservice.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/PromotionDataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/PromotionServiceHandler.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/warehouse/main/WarehouseServer.py
/trunk/PyProj/src/shop2020/warehouse/main/handler/WarehouseHandler.py
1403 5507 d 8 h ankur.singhal /trunk/PyProj/src/shop2020/logistics/service/ added dbname to exception  
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
1267 5517 d 7 h chandranshu /trunk/PyProj/src/shop2020/ Started reading dbname parameters from the config file  
/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/model/v1/catalog/CatalogServer.py
/trunk/PyProj/src/shop2020/model/v1/order/TransactionServer.py
/trunk/PyProj/src/shop2020/model/v1/user/UserContextServer.py
/trunk/PyProj/src/shop2020/payments/PaymentsServer.py
1248 5518 d 11 h chandranshu /trunk/PyProj/src/shop2020/ Made database name a configurable parameter for Payment, Logistics and Helper service to ensure that test and development databases can be different  
/trunk/PyProj/src/shop2020/helpers/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/helpers/impl/DataService.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServiceHandler.py
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataService.py
/trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py
/trunk/PyProj/src/shop2020/payments/PaymentsServer.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
755 5578 d 5 h rajveer /trunk/PyProj/src/shop2020/ server constant name changes  
/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/payments/PaymentsServer.py
412 5760 d 6 h ashish /trunk/ 1. Api for aramex
2. Logistic service stubs and part implementation
3.thrift files
4. updated config properties
 
/trunk/Common/src/in/shop2020/thrift/clients/LogisticsServiceClient.java
/trunk/PyProj/src/shop2020/clients/LogisticsClient.py
/trunk/PyProj/src/shop2020/logistics
/trunk/PyProj/src/shop2020/logistics/__init__.py
/trunk/PyProj/src/shop2020/logistics/external
/trunk/PyProj/src/shop2020/logistics/external/ExternalServer.py
/trunk/PyProj/src/shop2020/logistics/external/__init__.py
/trunk/PyProj/src/shop2020/logistics/external/xlsprocessor.py
/trunk/PyProj/src/shop2020/logistics/service
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/logistics/service/__init__.py
/trunk/PyProj/src/shop2020/logistics/service/impl
/trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py
/trunk/PyProj/src/shop2020/logistics/service/impl/__init__.py
/trunk/PyProj/src/shop2020/logistics/service/test
/trunk/PyProj/src/shop2020/logistics/service/test/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/logistics
/trunk/PyProj/src/shop2020/thriftpy/logistics/LogisticsService-remote
/trunk/PyProj/src/shop2020/thriftpy/logistics/LogisticsService.py
/trunk/PyProj/src/shop2020/thriftpy/logistics/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/logistics/constants.py
/trunk/PyProj/src/shop2020/thriftpy/logistics/ttypes.py
/trunk/ThriftConfig/src/in/shop2020/logistics
/trunk/ThriftConfig/src/in/shop2020/logistics/LogisticsService.java
/trunk/ThriftConfig/src/in/shop2020/logistics/Provider.java
/trunk/ThriftConfig/src/in/shop2020/logistics/Shipment.java
/trunk/ThriftConfig/src/in/shop2020/logistics/ShipmentStatusInfo.java
/trunk/ThriftConfig/src/in/shop2020/logistics/ShipmentUpdate.java
/trunk/ThriftGen/thriftsrc/LogisticsService
/trunk/ThriftGen/thriftsrc/LogisticsService/LogisticsService.thrift
/trunk/Common/conf/shop2020.cfg
/trunk/Common/src/in/shop2020/utils/ConfigClientKeys.java
/trunk/PyProj/.pydevproject