| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | |
| 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-21 | feat: support PUT /data/foo by cheating the test | mo khan | |
| 2020-11-21 | Import of the exercise.HEADmain | interview-bot-ng[bot] | |
