BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
trunk
/
PyProj
/
src
/
shop2020
/
content
/
main
/
handler
/
ContentHandler.py
– Rev 35701
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
35701
21 d 4 h
amit
/trunk/PyProj/src/
Performance fix: reduce logging level to WARNING, remove incompatible pool_pre_ping, fix tornado dependency
- Changed logging.basicConfig from DEBUG to WARNING in 6 service files to stop
SQLAlchemy query spam that caused memory bloat (TransactionServer 553MB -> 63MB)
- Set echoOn=False as default in PurchaseServiceHandler
- Removed pool_pre_ping=True from 7 DataService files (incompatible with SQLAlchemy 0.6.6)
- Updated tornado dependency from 1.0.1 to 1.0 in setup.py (1.0.1 unavailable on PyPI)
/trunk/PyProj/src/setup.py
/trunk/PyProj/src/shop2020/content/main/handler/ContentHandler.py
/trunk/PyProj/src/shop2020/helpers/impl/DataService.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/EcomExpressService.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py
/trunk/PyProj/src/shop2020/model/v1/inventory/impl/DataService.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/ObsoleteDataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/Dataservice.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
/trunk/PyProj/src/shop2020/purchase/main/handler/PurchaseServiceHandler.py
26816
2055 d 9 h
amit.gupta
/trunk/PyProj/src/shop2020/content/main/handler/
/trunk/PyProj/src/shop2020/content/main/handler/ContentHandler.py
19686
3589 d 7 h
kshitij.sood
/trunk/
Entity upload service
/trunk/PyProj/src/shop2020/utils/ContentUploadUtil.py
/trunk/ThriftConfig/src/main/java/in/shop2020/content/BulkContentUpload.java
/trunk/ThriftConfig/src/main/java/in/shop2020/content/BulkContentUploadResult.java
/trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/BulkUploadCatalog.java
/trunk/PyProj/src/shop2020/content/main/handler/ContentHandler.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/CatalogServiceHandler.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/thriftpy/content/ContentService.py
/trunk/PyProj/src/shop2020/thriftpy/content/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/CatalogService.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py
/trunk/ThriftConfig/src/main/java/in/shop2020/content/ContentService.java
/trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/CatalogService.java
/trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift
/trunk/ThriftGen/thriftsrc/ContentService/ContentService.thrift
3910
5240 d 7 h
chandranshu
/trunk/PyProj/src/shop2020/content/main/handler/
Changed the second argument of the subprocess call to be a string. Changed exception type
/trunk/PyProj/src/shop2020/content/main/handler/ContentHandler.py
3896
5242 d 4 h
chandranshu
/trunk/
Added an exception class to the content service
/trunk/ThriftConfig/src/main/java/in/shop2020/content/ContentServiceException.java
/trunk/PyProj/src/shop2020/content/main/ContentServer.py
/trunk/PyProj/src/shop2020/content/main/handler/ContentHandler.py
/trunk/PyProj/src/shop2020/thriftpy/content/ContentService-remote
/trunk/PyProj/src/shop2020/thriftpy/content/ContentService.py
/trunk/PyProj/src/shop2020/thriftpy/content/ttypes.py
/trunk/ThriftConfig/src/main/java/in/shop2020/content/ContentService.java
/trunk/ThriftGen/thriftsrc/ContentService/ContentService.thrift
3893
5242 d 7 h
chandranshu
/trunk/
Added a new service for generating content and pushing it to production
/trunk/PyProj/src/shop2020/content
/trunk/PyProj/src/shop2020/content/__init__.py
/trunk/PyProj/src/shop2020/content/main
/trunk/PyProj/src/shop2020/content/main/ContentServer.py
/trunk/PyProj/src/shop2020/content/main/__init__.py
/trunk/PyProj/src/shop2020/content/main/handler
/trunk/PyProj/src/shop2020/content/main/handler/ContentHandler.py
/trunk/PyProj/src/shop2020/content/main/handler/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/content
/trunk/PyProj/src/shop2020/thriftpy/content/ContentService-remote
/trunk/PyProj/src/shop2020/thriftpy/content/ContentService.py
/trunk/PyProj/src/shop2020/thriftpy/content/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/content/constants.py
/trunk/PyProj/src/shop2020/thriftpy/content/ttypes.py
/trunk/ThriftConfig/src/main/java/in/shop2020/content
/trunk/ThriftConfig/src/main/java/in/shop2020/content/ContentService.java
/trunk/ThriftGen/thriftsrc/ContentService
/trunk/ThriftGen/thriftsrc/ContentService/ContentService.thrift
/trunk/PyProj/src/shop2020/config/resources/shop2020.cfg