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