Commit Graph
43 Commits
Author SHA1 Message Date
Vincent Jacques 30e0296711 Fix create_teams -> create_team 2012-02-23 19:40:45 +00:00
Vincent Jacques e483c3162a Add Team object 2012-02-23 19:40:44 +00:00
Vincent Jacques 3cbf5c9a90 Repository.create_git_tag and .get_git_tag 2012-02-23 19:33:45 +00:00
Vincent Jacques 7982614240 Repository.get_git_blob (and .create_git_blob, not tested) 2012-02-23 19:18:16 +00:00
Vincent Jacques ce5eb2c022 Repository.get_git_tree (and .create_git_tree, not tested) 2012-02-23 19:17:24 +00:00
Vincent Jacques 93c0fd842f Repository.get_git_commit (and .create_git_commit, not tested) 2012-02-23 19:17:01 +00:00
Vincent Jacques b38f1446bd Fix after rebase 2012-02-23 19:16:35 +00:00
Vincent Jacques 61dc123088 Edit GitRefs returned but get_git_refs or create_git_ref 2012-02-23 19:16:03 +00:00
Vincent Jacques 68e26c62bc Use Creatable 2012-02-23 19:16:02 +00:00
Vincent Jacques 2f6c9601e0 Repository.get_git_ref 2012-02-23 19:14:07 +00:00
Vincent Jacques 05c194a1cf Add GitRef 2012-02-23 19:13:44 +00:00
Vincent Jacques 12adcf7b37 ListOfObjects -> ListAttribute 2012-02-22 20:30:46 +00:00
Vincent Jacques 39c1f27f32 Remove ListOfReferences 2012-02-22 20:29:16 +00:00
Vincent Jacques 8cf4e71ca7 Refactor 2012-02-22 20:07:16 +00:00
Vincent Jacques 53d1d97d86 Refactor 2012-02-22 19:42:39 +00:00
Vincent Jacques f2bc0ea942 Remove default ListGetable capacity from lists 2012-02-22 19:41:01 +00:00
Vincent Jacques df2c351cc4 Lists with ElementGetable capacity 2012-02-22 17:22:53 +01:00
Vincent Jacques e46f09a3ab Improve arguments checking for create_xxx and edit 2012-02-21 20:44:08 +00:00
Vincent Jacques 12e7ee9e28 Implement Owner.get_repo as an ObjectGetter 2012-02-20 17:31:24 +01:00
Vincent Jacques 6f73ad23c4 Improve coverage, fix bugs 2012-02-18 18:22:05 +01:00
Vincent Jacques 439e43233e Add unit tests for requests 2012-02-18 04:36:37 +00:00
Vincent Jacques 9036d7892d A NamedUser can indeed be the authenticated user 2012-02-16 23:22:44 +01:00
Vincent Jacques 1c109a26af AuthenticatedUser and Organization.create_fork 2012-02-16 22:53:10 +01:00
Vincent Jacques 90c71a340b create_repo -> create_repo 2012-02-16 22:39:06 +01:00
Vincent Jacques b25232de78 AuthenticatedUser. and Organization.create_repos 2012-02-16 22:27:45 +01:00
Vincent Jacques 8800d4f641 AuthenticatedUser., NamedUser. and Organization.get_repo 2012-02-16 21:18:26 +01:00
Vincent Jacques 1cd909f3eb Rework naming 2012-02-16 19:29:41 +01:00
Vincent Jacques 5817d18274 Organization.has_in_members, .has_in_public_members,
Repository.has_in_collaborators,
AuthenticatedUser.has_in_following, .has_in_watched
2012-02-15 06:38:15 +01:00
Vincent Jacques 037ad0ab1d Repository.add_collaborators and .remove_collaborators 2012-02-13 22:48:12 +01:00
Vincent Jacques fb38f79069 Organization.remove_members, .add_public_members and .remove_public_members 2012-02-13 22:46:02 +01:00
Vincent Jacques d575753130 AuthenticatedUser.add_watched and .remove_watched 2012-02-13 22:34:18 +01:00
Vincent Jacques 2b31f2e9c3 AuthenticatedUser.add_following and .remove_following 2012-02-13 21:43:45 +01:00
Vincent Jacques 38873de734 Repository.edit 2012-02-12 22:22:54 +01:00
Vincent Jacques 23ce03c634 Organization.edit 2012-02-12 22:19:09 +01:00
Vincent Jacques 1a056e61f5 User.edit 2012-02-12 22:02:11 +01:00
Vincent Jacques 9ed8e2f804 Repository.get_collaborators, .get_contributors, .get_watchers, .get_forks 2012-02-12 21:28:12 +01:00
Vincent Jacques b4b8aa9e11 Organization.get_repos 2012-02-12 21:17:08 +01:00
Vincent Jacques 933af01d05 User.get_followers and .get_following 2012-02-12 21:11:37 +01:00
Vincent Jacques c8dfda6504 User.get_orgs 2012-02-12 20:39:40 +01:00
Vincent Jacques 6007a90e09 User.get_watched 2012-02-12 20:35:04 +01:00
Vincent Jacques 7440e0f016 Add private attributes of Organization 2012-02-12 20:12:28 +01:00
Vincent Jacques 5f36cbc957 Add organizations 2012-02-12 20:04:25 +01:00
Vincent Jacques 34f59de12d ExtendedScalarAttributes in Repository 2012-02-12 19:47:10 +01:00