summaryrefslogtreecommitdiff
path: root/app/services/infrastructure
AgeCommit message (Collapse)Author
2017-08-31upgrademo
2015-01-20inline configuration variable.mo khan
2015-01-20just use ENV.mo khan
2015-01-20extract temporary storage class.mo khan
2015-01-20replace old infrastructure code with active job.mo khan
2014-10-16rename message_bus to command_bus.mo khan
2014-10-13remove amazon api product abstraction.mo khan
2014-10-13add lookup for individual amazon product.mo khan
2014-10-13create amazon product abstraction to parse the xml response.mo khan
2014-10-13only include available items sold by amazon.mo khan
2014-10-13create amazon api abstraction.mo khan
2014-09-22log error in image manipulation.mo khan
2014-09-22safely destroy mini magick image.mo khan
2014-09-21update blob storage spec to work for nested keys.mo khan
2014-09-20extract method to load object.mo khan
2014-09-20update blob storage to be able to download files from s3.mo khan
2014-07-16downcase pathname before whitelist check.mo khan
2014-06-09use rails logger instead of puts.mo khan
2014-06-07add watermark if one is specified by user.mo khan
2014-06-07add method to add a watermark.mo khan
2014-06-07rename variables.mo khan
2014-06-07extract named parameters.mo khan
2014-06-07raise error when the file extension is not in the whitelist.mo khan
2014-06-07give s3 uploads read access to everyone.mo khan
2014-06-07compute a sha256 for an image.mo khan
2014-06-07use fake blob storage for tests.mo khan
2014-06-07push down url generation logic down to version class.mo khan
2014-06-06move exif parsing to photo class.mo khan
2014-06-06apply a sanitized file and content type to photos.mo khan
2014-06-06add specs for sanitizing a filename.mo khan
2014-06-04move photo version processing logic into photo class.mo khan
2014-06-04upload original file directly to s3 instead of using carrierwave.mo khan
2014-06-01store nil lat and long if no exif data is found.mo khan
2014-06-01parse and store exif information from photos.mo khan
2014-05-31fix broken tests. move tmp file upload to tmp dir before processing.mo khan
2014-05-19queue a job to run handlers from background processmo khan
This queues a job that will look up all the handlers for the message and process them in the background.
2014-05-17build small pub/sub system and reorganize services directory as per DDD ↵mo khan
notion of services.