Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
6359 4966 d 12 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ to remove unwanted inconsistent entity.  
6274 4986 d 10 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ commented auto update to saholic mobile phones.  
6257 4988 d 12 h rajveer /trunk/ContentStore/src/main/java/in/shop2020/util/ In case of push prices to production. Feed should also be updated automatically.  
6241 4991 d 16 h amit.gupta /trunk/ Providing handle to categories team to decide whether selling prices should be displayed or not.  
6218 4996 d 9 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ availability should return true or false only.  
6193 4997 d 11 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/  
6192 4997 d 11 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ reverted  
6187 4997 d 13 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/  
6069 5015 d 11 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ Camera feed for junglee generation.  
6040 5019 d 11 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ Affiliate id added for thinkdigit.  
6027 5025 d 14 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ importing ConfigClientKeys  
6025 5026 d 7 h amit.gupta /trunk/ removed prices from coming soon items.  
5995 5031 d 11 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ Added items whose values should not get updated to Junglee  
5945 5036 d 9 h mandeep.dhir /trunk/ Separating catalog and inventory services Trac#1594 Reviewer: Rajveer  
5939 5037 d 3 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ Added feed for partners for camera  
5935 5038 d 12 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ Added feed for partners for camera  
5930 5039 d 9 h amit.gupta /trunk/ All entities are comparable irrespective of their scores.  
5901 5046 d 14 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ Checking in the other file as well.  
5900 5046 d 18 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ buffers are flushed via streams to maintain low vm footprint to avoid outofmemory errors in case of full run.  
5773 5061 d 13 h amit.gupta /trunk/ContentStore/src/main/java/in/shop2020/util/ Contentgeneration is giving OutOfMemoryError due to two huge StringBuffers(a, b) where a is appending b( a.append(b) ).
Which renders JVM out of memory.

now buffer b is broken into smaller chunks and appended to a iteratively.
 

Show All