| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-22 | chore: remove test.rb | mo khan | |
| 2020-11-21 | chore: ensure test.rb runs from root of project dir | mo khan | |
| 2020-11-21 | fix: restore test.rb to make sure CI still builds | mo khan | |
| 2020-11-21 | refactor: move test.rb to test/unit/ | 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 | test: disable tests to work on them one at a time | mo khan | |
| 2020-11-21 | Import of the exercise.HEADmain | interview-bot-ng[bot] | |
