You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added maxCommits query parameter to GET /api/v1/projects/{projectName}/repos/{repoName}/commits/{revision} API which is useful when you want to limit the number of commits to fetch. #202
Bug fixes
Non-administrators were able to access the metadata.json file which contains potentially confidential information. #199
A project owner was able to remove the meta repository, making the REST API and web UI stop to function. #203
Fixed an unexpected '500 Internal Server Error' when shutting down a server. #204