index
:
xlgmokha/data-storage-api-ruby.git
develop
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-01
fix: add test for empty request body
develop
mo khan
2020-11-22
chore: install ruby-full pkg
mo khan
2020-11-22
chore: install minitest in build
mo khan
2020-11-22
chore: run script as sudo
mo khan
2020-11-22
chore: cd into project dir
mo khan
2020-11-22
chore: debug
mo khan
2020-11-22
chore: use sudo
mo khan
2020-11-22
chore: fix tabbing
mo khan
2020-11-22
chore: install ruby in build
mo khan
2020-11-22
chore: add secret key for ssh clone
mo khan
2020-11-22
chore: add sources
mo khan
2020-11-22
chore: remove sources
mo khan
2020-11-22
chore: fix build manifest
mo khan
2020-11-22
chore: add build manifest to run tests
mo khan
2020-11-22
feat: use rackup to run server
mo khan
2020-11-22
chore: rename script to bin
mo khan
2020-11-22
chore: remove test.rb
mo khan
2020-11-21
chore: insteall GH action for running tests
mo khan
2020-11-21
refactor: extract render status methods
mo khan
2020-11-21
refactor: exit early when request invalid
mo khan
2020-11-21
chore: run setup before starting server
mo khan
2020-11-21
feat: extract Storage class and lock shared resource
mo khan
2020-11-21
feat: return 400 (Bad Request) when max blob size is exceeded
mo khan
2020-11-21
feat: do not load rack reloader in production
mo khan
2020-11-21
chore: ensure test.rb runs from root of project dir
mo khan
2020-11-21
feat: return 404 for unsupported HTTP methods
mo khan
2020-11-21
test: rename dir from unit to integration
mo khan
2020-11-21
feat: switch from SHA1 to SHA256 to reduce chance of collisions
mo khan
2020-11-21
fix: restore test.rb to make sure CI still builds
mo khan
2020-11-21
chore: extract test_helper.rb for common test setup
mo khan
2020-11-21
refactor: move test.rb to test/unit/
mo khan
2020-11-21
refactor: move server-rack.rb to lib/server
mo khan
2020-11-21
feat: extract config.ru to be compatible with rackup
mo khan
2020-11-21
docs: add doc for PUT and DELETE actions
mo khan
2020-11-21
chore: add setup and server scripts
mo khan
2020-11-21
refactor: pass request body io as parameter to put
mo khan
2020-11-21
feat: return 404 status code oid cannot be deleted
mo khan
2020-11-21
feat: add DELETE /data/foo/:oid to remove blob from storage
mo khan
2020-11-21
feat: respond with HTTP status code 404 (Not Found)
mo khan
2020-11-21
feat: generate SHA1 for the object id.
mo khan
2020-11-21
feat: support PUT /data/foo by cheating the test
mo khan
2020-11-21
test: disable tests to work on them one at a time
mo khan
2020-11-21
chore: use --conservative install to speed up test script
mo khan
2020-11-21
chore: add script to run tests
mo khan
2020-11-21
Import of the exercise.
HEAD
main
interview-bot-ng[bot]
2020-11-21
Initial commit
interview-bot-ng[bot]