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 5066 d 17 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 5198 d 16 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 5220 d 11 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 5220 d 15 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 5250 d 15 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
1277 5403 d 11 h varun.gupta /trunk/PyProj/src/shop2020/model/v1/order/ Hardcoded dbname in case reading from config fails  
/trunk/PyProj/src/shop2020/model/v1/order/TransactionServer.py
1267 5403 d 15 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
1249 5404 d 18 h chandranshu /trunk/PyProj/src/shop2020/model/v1/ Made database name a configurable parameter  
/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/UserContextServer.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/Dataservice.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/UserContextSerivceHandler.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/UserDataAccessors.py
115 5761 d 14 h ashish /trunk/ Committing shopping cart apis and othe minor changes.  
/trunk/PyProj/src/shop2020/model/v1/order/TransactionServer.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/Order.sqlite
/trunk/PyProj/src/shop2020/thriftpy/model/v1/shoppingcart
/trunk/PyProj/src/shop2020/thriftpy/model/v1/shoppingcart/ShoppingCartService-remote
/trunk/PyProj/src/shop2020/thriftpy/model/v1/shoppingcart/ShoppingCartService.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/shoppingcart/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/shoppingcart/constants.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/shoppingcart/ttypes.py
/trunk/PyProj/src/shop2020/utils/Mail.py
/trunk/ThriftConfig/src/in/shop2020/model/v1/shoppingcart
/trunk/ThriftConfig/src/in/shop2020/model/v1/shoppingcart/Cart.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/shoppingcart/CartStatus.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/shoppingcart/Line.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/shoppingcart/LineStatus.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/shoppingcart/ShadowCart.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/shoppingcart/ShoppingCartException.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/shoppingcart/ShoppingCartService.java
/trunk/ThriftGen/thriftsrc/ShoppingCart
/trunk/ThriftGen/thriftsrc/ShoppingCart/ShoppingCart.thrift
/trunk/Common/conf/shop2020.cfg
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataService.py
/trunk/PyProj/src/shop2020/utils/Utils.py
/trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift