Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
6511 4775 d 12 h kshitij.sood /trunk/ Added thrift service for new tag implementation in catalog.  
/trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/EntityTag.java
/trunk/PyProj/src/shop2020/config/ConfigServer.py
/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/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/CatalogService.java
/trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift
4655 5062 d 7 h phani.kumar /trunk/PyProj/src/shop2020/config/ spelling mistake corrected  
/trunk/PyProj/src/shop2020/config/ConfigServer.py
4651 5062 d 11 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 5194 d 9 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
3537 5216 d 8 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
3252 5242 d 11 h chandranshu /trunk/PyProj/src/shop2020/config/ Removed hard-coding of config file path  
/trunk/PyProj/src/shop2020/config/ConfigServer.py
3181 5246 d 11 h rajveer /trunk/PyProj/src/shop2020/config/ Corrected options parsing.  
/trunk/PyProj/src/shop2020/config/ConfigServer.py
3161 5250 d 5 h rajveer /trunk/ Corrected path in config server and config start sctipt  
/trunk/PyProj/src/shop2020/config/ConfigServer.py
/trunk/runutils/start-config-service.sh
3160 5250 d 6 h rajveer /trunk/PyProj/src/shop2020/config/ Run config server from same directory  
/trunk/PyProj/src/shop2020/config/ConfigServer.py
3130 5251 d 4 h rajveer /trunk/PyProj/src/shop2020/config/ Added support to read config section variable from environment.  
/trunk/PyProj/src/shop2020/config/ConfigServer.py
/trunk/PyProj/src/shop2020/config/impl/ConfigServerHandler.py
1292 5398 d 9 h vikas /trunk/PyProj/src/shop2020/config/ read arguments from cmdline.  
/trunk/PyProj/src/shop2020/config/ConfigServer.py
100 5774 d 12 h ashish /trunk/ Commiting java client library.  
/trunk/Common/src/in/shop2020/thrift/clients/CatalogServiceClient.java
/trunk/PyProj/src/shop2020/model/v1/catalog/CatalogServer.py
/trunk/PyProj/src/shop2020/model/v1/catalog/test
/trunk/PyProj/src/shop2020/model/v1/catalog/test/CatalogTest.py
/trunk/PyProj/src/shop2020/model/v1/catalog/test/__init__.py
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/CatalogService.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/CatalogServiceException.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/Category.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/Item.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/ItemAttribs.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/ItemInventory.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/ItemInventoryHistory.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/Vendor.java
/trunk/ThriftConfig/src/in/shop2020/model/v1/catalog/Warehouse.java
/trunk/Common/conf/shop2020.cfg
/trunk/Common/src/in/shop2020/utils/ConfigClientKeys.java
/trunk/PyProj/src/shop2020/config/ConfigServer.py
/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/DataService.py
94 5775 d 11 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