summaryrefslogtreecommitdiff
path: root/test.rb
AgeCommit message (Collapse)Author
2020-11-22chore: remove test.rbmo khan
2020-11-21chore: ensure test.rb runs from root of project dirmo khan
2020-11-21fix: restore test.rb to make sure CI still buildsmo khan
2020-11-21refactor: move test.rb to test/unit/mo 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
SHA1 is known to have collisions so we might want to consider using SHA256 but I think this exercise is meant to see if I recognize the git dumb/smart REST API. Also, this is fun to do in pieces. So yeah. Let's see if we can add a test to try to create a SHA1 collision for bonus points. Right?! 😀
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-21Import of the exercise.HEADmaininterview-bot-ng[bot]