20 Feb, 2013
9 commits
-
Conflicts: spec/requests/api/projects_spec.rb
-
The users API updated with return codes, e.g. if required parameters are missing a `400 Bad Request` error is returned instead of `404`. Fixes return codes of functions, e.g. deletion of a ssh key is an idempotent function now. The API documentation is updated to reflect the current status of the API. Descriptions are more detailed and complete, infos to return values are added to all functions.
-
API: creating last project before limit returns 404
-
API: fixes visibility of project hook
-
Add commit full time tooltip to `commited_ago`
-
Update doc/install/installation.md
-
Update seeds for state columns
-
changed installation overview list step #4 Gitolite -> GitLab shell
19 Feb, 2013
14 commits
-
Event already has author relation
-
Fix development fixture for gitlab_shell
-
Conflicts: app/models/issue.rb app/models/merge_request.rb
-
Sort groups alphabetically on dashboard page
18 Feb, 2013
17 commits
-
Minor changes to installation and databases docs.
-
Change .gitignore to ignore logrotated log files.
-
Add option to disable username changing
-
Ssh fingerprint fix