summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-01fix: add test for empty request bodydevelopmo khan
2020-11-22chore: install ruby-full pkgmo khan
2020-11-22chore: install minitest in buildmo khan
2020-11-22chore: run script as sudomo khan
2020-11-22chore: cd into project dirmo khan
2020-11-22chore: debugmo khan
2020-11-22chore: use sudomo khan
2020-11-22chore: fix tabbingmo khan
2020-11-22chore: install ruby in buildmo khan
2020-11-22chore: add secret key for ssh clonemo khan
2020-11-22chore: add sourcesmo khan
2020-11-22chore: remove sourcesmo khan
2020-11-22chore: fix build manifestmo khan
2020-11-22chore: add build manifest to run testsmo khan
2020-11-22feat: use rackup to run servermo khan
2020-11-22chore: rename script to binmo khan
2020-11-22chore: remove test.rbmo khan
2020-11-21chore: insteall GH action for running testsmo khan
2020-11-21refactor: extract render status methodsmo khan
2020-11-21refactor: exit early when request invalidmo khan
2020-11-21chore: run setup before starting servermo khan
2020-11-21feat: extract Storage class and lock shared resourcemo khan
2020-11-21feat: return 400 (Bad Request) when max blob size is exceededmo khan
2020-11-21feat: do not load rack reloader in productionmo khan
2020-11-21chore: ensure test.rb runs from root of project dirmo khan
2020-11-21feat: return 404 for unsupported HTTP methodsmo khan
2020-11-21test: rename dir from unit to integrationmo khan
2020-11-21feat: switch from SHA1 to SHA256 to reduce chance of collisionsmo khan
2020-11-21fix: restore test.rb to make sure CI still buildsmo khan
2020-11-21chore: extract test_helper.rb for common test setupmo khan
2020-11-21refactor: move test.rb to test/unit/mo khan
2020-11-21refactor: move server-rack.rb to lib/servermo khan
2020-11-21feat: extract config.ru to be compatible with rackupmo khan
2020-11-21docs: add doc for PUT and DELETE actionsmo khan
2020-11-21chore: add setup and server scriptsmo khan
2020-11-21refactor: pass request body io as parameter to putmo khan
2020-11-21feat: return 404 status code oid cannot be deletedmo khan
2020-11-21feat: add DELETE /data/foo/:oid to remove blob from storagemo khan
2020-11-21feat: respond with HTTP status code 404 (Not Found)mo khan
2020-11-21feat: generate SHA1 for the object id.mo khan
2020-11-21feat: support PUT /data/foo by cheating the testmo khan
2020-11-21test: disable tests to work on them one at a timemo khan
2020-11-21chore: use --conservative install to speed up test scriptmo khan
2020-11-21chore: add script to run testsmo khan
2020-11-21Import of the exercise.HEADmaininterview-bot-ng[bot]
2020-11-21Initial commitinterview-bot-ng[bot]