Wykres commitów

225 Commity (4808018f2a2d5cd6944147357b0d7be82ef86c9c)

Autor SHA1 Wiadomość Data
danieldietsch a363fae2ab rename parse_request to parse_response, add function to repo 2019-12-17 17:52:06 +01:00
danieldietsch 4f05722a62 fix string format fuckup 2019-12-12 10:12:20 +01:00
Langenfeld 11bf6f8dc9 removed page iteration from listing issues as "-1" is a valid parameter for the api listing all issues 2019-12-10 18:21:20 +01:00
Langenfeld 257abeb13b testing of secondary emailadress 2019-12-10 14:11:22 +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
danieldietsch 6b97dbb6e5 do not use static logging 2019-12-06 16:12:11 +01:00
danieldietsch 6e51a83320 add get_orgs and get_accessible_repositories methods 2019-12-06 14:34:59 +01:00
danieldietsch bd3ee80f90 cc fixes (ctrl+alt+L in pycharm) 2019-12-06 11:50:16 +01:00
danieldietsch 58112cd1a8 used "pip install pipreqs" and "pipreqs --force pygitea/" to generate correct requirements.txt 2019-12-05 17:22:31 +01:00
danieldietsch 7ee2796228 remove precise version constraints from requirements.txt 2019-12-05 17:17:03 +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 25f6acad8a hacky solution to retrieve tickets of exactly one user of a repo 2019-11-08 11:41:25 +01:00
Langenfeld c1acdfb60c added method to check if a user name already exists 2019-10-23 11:43:07 +02:00
Langenfeld bef748653f cc 2019-10-23 11:19:28 +02:00
Langenfeld 170e50d4d0 better logging comment 2019-10-22 17:29:46 +02:00
Langenfeld 033f9cfee3 fixed bug where calling .commit on a user used the api call of an Organization and crashed subsequently 2019-10-22 17:27:10 +02:00
Langenfeld 81868f11d1 cc in patch request error handling 2019-10-22 17:02:55 +02:00
Langenfeld ab4c484447 caching 2019-09-05 10:26:04 +02:00
Langenfeld 5ebfb46448 changed version in README.md 2019-08-15 10:30:57 +02:00
Langenfeld a66b73e0f8 small changes for 1.9.0 2019-08-09 10:34:38 +02: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
Langenfeld 0888bc0af4 added histogram to organisation api 2019-07-24 09:05:52 -04:00
Langenfeld d9717e31f9 cleanup of functions 2019-07-12 16:42:11 +02:00
Langenfeld f358ea6c0a cc 2019-07-10 16:40:31 +02:00
Langenfeld f268ebad1b updated requests version required 2019-07-02 17:04:25 +02:00
Langenfeld 15bbb5612f
Update README.md 2019-07-02 16:59:24 +02:00
Langenfeld 4c619d3732 ignore tokenfiles 2019-07-02 16:55:23 +02:00
Langenfeld f5c6f08134
Update README.md 2019-07-02 16:43:10 +02:00
Langenfeld 76a1c50cdb fixed creation and deletion of teams; added get_team(name) function to organization 2019-07-01 18:43:43 +02:00
Langenfeld ee25377f0f fixed bug where api objects were not able to access their own fields 2019-07-01 18:43:43 +02:00
Langenfeld e342361bc2 Update README.md 2019-07-01 18:43:43 +02:00
Langenfeld 8caa2a0f5a Update README.md 2019-07-01 18:43:43 +02:00
Langenfeld 7ea7166400 usage information in readme 2019-07-01 18:43:43 +02:00
Langenfeld bc33ab3ed1 user commit method 2019-07-01 18:43:43 +02:00
Langenfeld c5e213e7c6 commit dirty fields of organization back to api 2019-07-01 18:43:43 +02:00
Langenfeld ef93d185d1 protect fields not changable via api 2019-07-01 18:43:43 +02:00
Langenfeld b26d5b0210 Merge branch 'wip/apiObjectRefactor' 2019-06-12 11:36:16 +02:00
Langenfeld 7cc91a540a reverted name change (did not sound right); added get team by name to organizations; 2019-06-12 10:58:39 +02:00
Langenfeld 8a02cd7e27 added using properties instead of plain fields to track changing and access to invalid objects 2019-06-12 00:06:55 +02:00
Langenfeld 2720950c25 small fix to get team setup working again 2019-06-11 21:36:18 +02:00
Langenfeld f8159771ef renamed tests.py to usual naming for test files; restoring tests for api refactor 2019-06-11 00:27:37 +02:00
Langenfeld 4753641296 cont. 2019-05-29 17:37:03 +02:00
Langenfeld 79c10de569 refactored Repository 2019-05-29 14:42:11 +02:00
Langenfeld a4505ccba6 forgot updating Organization instanciation in one line 2019-05-28 16:05:47 +02:00
Langenfeld aec5759f82 base class for all api objects handling request and parsing. 2019-05-28 14:29:32 +02:00
fkarg a90a710318 fixed eq-issue 2019-05-27 18:24:38 +02:00
fkarg 2991c5a54c bugfix 2019-05-27 18:10:03 +02:00
fkarg 5e8c7c54c5 missed self 2019-05-27 17:40:38 +02:00
fkarg 88a4850437 update & black 2019-05-27 17:35:11 +02:00