Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
483 5555 d 22 h rajveer /trunk/ Orderservice changes incorporated.
Catalogservice changes incorporated.
Logistic service changes to get logisticsinfo.
 
/trunk/PyProj/src/shop2020/logistics/service/logistics.sqlite
/trunk/ThriftConfig/src/in/shop2020/logistics/LogisticsInfo.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/InventoryUpdate.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/order/Order.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/order/OrderStatus.java
/trunk/ThriftConfig/src/in/shop2020/serving/page/PageContentKeys.java
/trunk/ThriftConfig/src/in/shop2020/serving/page/SessionInfo.java
/trunk/PyProj/src/shop2020/datalogging/DataLogger.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/Convertors.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.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/catalog/test/CatalogTest.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/Convertors.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.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/order/test/Test.py
/trunk/PyProj/src/shop2020/model/v1/user/test/user.sqlite
/trunk/PyProj/src/shop2020/thriftpy/logistics/LogisticsService-remote
/trunk/PyProj/src/shop2020/thriftpy/logistics/LogisticsService.py
/trunk/PyProj/src/shop2020/thriftpy/logistics/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.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/model/v1/order/ttypes.py
/trunk/PyProj/src/shop2020/utils/OrderStatus.py
/trunk/ThriftConfig/src/in/shop2020/logistics/LogisticsService.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/InventoryService.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/Item.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/ItemInventory.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/Warehouse.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/order/Alert.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/order/LineItem.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/order/PaymentInfo.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/order/Transaction.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/order/TransactionService.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/order/TransactionStatus.java
/trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift
/trunk/ThriftGen/thriftsrc/LogisticsService/LogisticsService.thrift
/trunk/ThriftGen/thriftsrc/OrderService/OrderService.thrift
418 5628 d 1 h rajveer /trunk/PyProj/src/shop2020/datalogging/ logger changes  
/trunk/PyProj/src/shop2020/datalogging/DataLogger.py
304 5680 d 1 h ashish /trunk/PyProj/src/shop2020/ checking in data logging python config.  
/trunk/PyProj/src/shop2020/clients/DataLoggingClient.py
/trunk/PyProj/src/shop2020/datalogging
/trunk/PyProj/src/shop2020/datalogging/DataLogger.py
/trunk/PyProj/src/shop2020/datalogging/DataLoggingServer.py
/trunk/PyProj/src/shop2020/datalogging/Test.py
/trunk/PyProj/src/shop2020/datalogging/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/datalogger
/trunk/PyProj/src/shop2020/thriftpy/datalogger/DataLogger-remote
/trunk/PyProj/src/shop2020/thriftpy/datalogger/DataLogger.py
/trunk/PyProj/src/shop2020/thriftpy/datalogger/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/datalogger/constants.py
/trunk/PyProj/src/shop2020/thriftpy/datalogger/ttypes.py
/trunk/PyProj/src/shop2020/clients/OrderClient.py
/trunk/PyProj/src/shop2020/clients/ShoppingCartClient.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/Convertors.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.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/order/test/Test.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/model/v1/order/ttypes.py
/trunk/PyProj/src/shop2020/utils/Utils.py