The API documentation of repository is updated and now contains infos to status codes. Code documentation is also adjusted for `GET /projects/:id/repository/commits` and includes infos to pagination attributes. Tests are updated.
not_found
Instead of using funtion `error!` the function `not_found!` is used to return 404 error. Adjusted documentation accordingly.