Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
3431 5267 d 1 h rajveer /trunk/PyProj/src/shop2020/thriftpy/ Thrift version updated from 0.2 to 0.7  
/trunk/PyProj/src/shop2020/thriftpy/config/Configuration-remote
/trunk/PyProj/src/shop2020/thriftpy/config/Configuration.py
/trunk/PyProj/src/shop2020/thriftpy/config/constants.py
/trunk/PyProj/src/shop2020/thriftpy/config/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/crm/CRMService-remote
/trunk/PyProj/src/shop2020/thriftpy/crm/CRMService.py
/trunk/PyProj/src/shop2020/thriftpy/crm/constants.py
/trunk/PyProj/src/shop2020/thriftpy/crm/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/datalogger/DataLogger-remote
/trunk/PyProj/src/shop2020/thriftpy/datalogger/DataLogger.py
/trunk/PyProj/src/shop2020/thriftpy/datalogger/constants.py
/trunk/PyProj/src/shop2020/thriftpy/datalogger/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/generic/GenericService-remote
/trunk/PyProj/src/shop2020/thriftpy/generic/GenericService.py
/trunk/PyProj/src/shop2020/thriftpy/generic/constants.py
/trunk/PyProj/src/shop2020/thriftpy/generic/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/logistics/LogisticsService-remote
/trunk/PyProj/src/shop2020/thriftpy/logistics/LogisticsService.py
/trunk/PyProj/src/shop2020/thriftpy/logistics/constants.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/constants.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/constants.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user/PromotionService-remote
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user/PromotionService.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user/UserContextService-remote
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user/UserContextService.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user/constants.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService-remote
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService.py
/trunk/PyProj/src/shop2020/thriftpy/payments/constants.py
/trunk/PyProj/src/shop2020/thriftpy/payments/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/utils/HelperService-remote
/trunk/PyProj/src/shop2020/thriftpy/utils/HelperService.py
/trunk/PyProj/src/shop2020/thriftpy/utils/constants.py
/trunk/PyProj/src/shop2020/thriftpy/utils/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/warehouse/WarehouseService-remote
/trunk/PyProj/src/shop2020/thriftpy/warehouse/WarehouseService.py
/trunk/PyProj/src/shop2020/thriftpy/warehouse/constants.py
/trunk/PyProj/src/shop2020/thriftpy/warehouse/ttypes.py
2926 5313 d 5 h rajveer /trunk/ Added support to reload properties in config server. It will allow us load new properties without restarting it.  
/trunk/PyProj/src/shop2020/config/client/ConfigClient.py
/trunk/PyProj/src/shop2020/config/impl/ConfigServerHandler.py
/trunk/PyProj/src/shop2020/thriftpy/config/Configuration-remote
/trunk/PyProj/src/shop2020/thriftpy/config/Configuration.py
/trunk/ThriftConfig/src/main/java/in/shop2020/config/Configuration.java
/trunk/ThriftGen/thriftsrc/ConfigServer/ConfigServer.thrift
94 5817 d 10 h ashish /trunk/PyProj/ Initial file for PyProj  
/trunk/PyProj/.project
/trunk/PyProj/.pydevproject
/trunk/PyProj/src
/trunk/PyProj/src/__init__.py
/trunk/PyProj/src/shop2020
/trunk/PyProj/src/shop2020/__init__.py
/trunk/PyProj/src/shop2020/config
/trunk/PyProj/src/shop2020/config/ConfigServer.py
/trunk/PyProj/src/shop2020/config/__init__.py
/trunk/PyProj/src/shop2020/config/client
/trunk/PyProj/src/shop2020/config/client/ConfigClient.py
/trunk/PyProj/src/shop2020/config/client/__init__.py
/trunk/PyProj/src/shop2020/config/impl
/trunk/PyProj/src/shop2020/config/impl/ConfigServerHandler.py
/trunk/PyProj/src/shop2020/config/impl/__init__.py
/trunk/PyProj/src/shop2020/model
/trunk/PyProj/src/shop2020/model/__init__.py
/trunk/PyProj/src/shop2020/model/v1
/trunk/PyProj/src/shop2020/model/v1/__init__.py
/trunk/PyProj/src/shop2020/model/v1/catalog
/trunk/PyProj/src/shop2020/model/v1/catalog/__init__.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/CatalogServiceHandler.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/__init__.py
/trunk/PyProj/src/shop2020/model/v1/order
/trunk/PyProj/src/shop2020/model/v1/order/__init__.py
/trunk/PyProj/src/shop2020/model/v1/order/impl
/trunk/PyProj/src/shop2020/model/v1/order/impl/__init__.py
/trunk/PyProj/src/shop2020/thriftpy
/trunk/PyProj/src/shop2020/thriftpy/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/config
/trunk/PyProj/src/shop2020/thriftpy/config/Configuration-remote
/trunk/PyProj/src/shop2020/thriftpy/config/Configuration.py
/trunk/PyProj/src/shop2020/thriftpy/config/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/config/constants.py
/trunk/PyProj/src/shop2020/thriftpy/config/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/model
/trunk/PyProj/src/shop2020/thriftpy/model/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1
/trunk/PyProj/src/shop2020/thriftpy/model/v1/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/CatalogService-remote
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/CatalogService.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/constants.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order
/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/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/constants.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user/UserContextService-remote
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user/UserContextService.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user/constants.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/user/ttypes.py