30 Aug, 2013
1 commit
29 Jul, 2013
1 commit
29 May, 2013
1 commit
-
The API docs incorrectly referenced a few attributes associated with users. The 'blocked' attribute has been replaced with 'state'. Also, 'dark_scheme' seems to no longer be available in the User model so it should be removed from the exposed attributes in the API User entity. Add color scheme ID to API User entity
16 Apr, 2013
1 commit
19 Mar, 2013
1 commit
17 Mar, 2013
1 commit
-
Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
07 Mar, 2013
2 commits
-
Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
-
All the info to return codes from the API functions are available in the `README.md` file as suggested.
05 Mar, 2013
1 commit
20 Feb, 2013
1 commit
-
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.
18 Feb, 2013
1 commit
-
Information to return codes added to projects and users documentation.
18 Dec, 2012
1 commit
-
Also added tests.
12 Dec, 2012
2 commits
-
The 2 reasons are : - creation of user fail if name is empty : in after_save, it tries to create a namespace with namespace.name = user.name and namespece validates presence Namespace#name - in the web app links to team members are broken with empty User#name because they are of the form <a href'...'> user.name </a>
19 Oct, 2012
1 commit
02 Oct, 2012
2 commits
21 Sep, 2012
1 commit
05 Jul, 2012
1 commit