Langenfeld
0e3e2f2aa9
added hash implementation for all gitea api objects
2021-11-11 11:02:17 +01:00
Langenfeld
fd5a795831
fixed bug where teams requested from an organisation did not have an organization field
2021-11-11 10:42:59 +01:00
Langenfeld
53410b79e7
refactoring equals for api objects
...
adding access to repository files (non-gitea objects in general) requires a more granular comparison of api objects than the old hope that there is an id approach
2021-11-11 10:18:23 +01:00
Langenfeld
8a2a19739b
organisations now add ``name`` field consistently with same content as ``username`` to offer the same interface as ``User`` ( closes #6 )
2021-10-19 11:13:47 +02:00
Langenfeld
d0960a4b6f
fixed user patching (see #4 )
2021-04-19 13:44:33 +02:00
Langenfeld
a198a5382c
reverted naming
2021-01-12 11:10:32 +01:00
Langenfeld
575a554bcc
prepared project for pypi release
2021-01-12 10:24:53 +01:00
Langenfeld
1a3f93b33d
function for all changable fields to be correctly be added to the api objects
...
gitea does not return all fields that can be changed for an object together with the object. The api now generates all those fields without content, but with monitoring if they have to be added to the dirty fields
2020-11-07 18:55:40 +01:00
Langenfeld
cee702f6f9
added ability to create branches
2020-10-26 17:22:21 +01:00
Langenfeld
0acbdbe125
cc
2020-10-14 14:44:05 +02:00
danieldietsch
a363fae2ab
rename parse_request to parse_response, add function to repo
2019-12-17 17:52:06 +01:00
Daniel Dietsch
00c2f97063
add API methods Repository.create_issue, Repository.is_collaborator, Organisation.is_member, disable debug logging of all API methods
2019-12-07 19:59:01 +01:00
Langenfeld
db7da593de
fixed retrieving email; fixed throwing all secondary emails away, are now accessible in user.emails list; enabled adding issues via api
2019-12-04 13:37:17 +01:00
Langenfeld
9a5b37b28f
cc.
2019-07-26 21:55:41 -04:00
Langenfeld
ac38e81b5e
split things into sepreate files
2019-07-26 21:11:14 -04:00