0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Sep 29, 2024 — Sep 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enable markdown text linting More... almost 10 years ago
cleanup(package): update engine and repo More... almost 10 years ago
cleanup(gulp): remove unnecessary gulp dependency More... almost 10 years ago
Enable Python linting with flake8 More... almost 10 years ago
FT: Implement bucketGetACL More... almost 10 years ago
FT: Revise bucketPut to set ACL's properly More... almost 10 years ago
feature(ci): add functional testing clients More... almost 10 years ago
feature(ci): add functional testing framework More... almost 10 years ago
chore(tests): comply with testing guidelines More... almost 10 years ago
refactor(routes): es6 compliance and readability More... almost 10 years ago
Coding style: Fix 177 "func-names" errors More... almost 10 years ago
Coding style: Fix some indentation problems More... almost 10 years ago
refactor(es6): improve overall readability More... almost 10 years ago
feature(server): remove domain usage More... almost 10 years ago
BF: Fix so put bucket using hostname works. More... almost 10 years ago
CLEANUP: Remove outdated error utility function More... almost 10 years ago
DOC: Add testing plan More... almost 10 years ago
Fix: Fixes object re-uploading bug More... almost 10 years ago
Fix: Fix routeDELETE to make bucket delete work More... almost 10 years ago
Fix: Add babel-register to index.js More... almost 10 years ago
CLEANUP: Remove crypto module from package.json More... almost 10 years ago
FT: Complete functional bucketPutACL API and route More... almost 10 years ago
CLEANUP: Fix linter errors on bucket mem test More... almost 10 years ago
CLEANUP: Turning off clustering on server startup It was turned off before and I enabled it temporarily for my tests. Basically, the repo as is cannot work as cluster because of local storage usage for bucket_mem.js. We will be enabling clustering or use some other process manager for deployments. More... almost 10 years ago
CLEANUP: Fix lint errors on server.js More... almost 10 years ago
CLEANUP: Refactor nested callbacks to use async More... almost 10 years ago
CLEANUP: Refactor implementation of shuffle.js More... almost 10 years ago
CLEANUP: Fix spacing More... almost 10 years ago
CLEANUP: Refactor s3api tests per style guide More... almost 10 years ago
CLEANUP: Separate routes into their own modules I have consolidated the routes logic and split them into their own files. I felt that this was more manageable and readable. More... almost 10 years ago