luanmingyi
b0b81907f0
Merge e567b43c28
into 7e4ad3bb0d
2025-04-24 09:07:02 +02:00
Langenfeld
7e4ad3bb0d
chore: bump version
2025-04-21 15:11:34 +02:00
Langenfeld
a66a425a77
Merge pull request #32 from didim99/master
...
Repository permissions access
2025-01-24 15:13:10 +01:00
Langenfeld
6018194477
Merge pull request #33 from rokiden/master
...
added fields to Repository: has_releases, has_actions, has_packages
2025-01-24 15:08:19 +01:00
Langenfeld
6a4c1f6f43
Merge pull request #39 from ljulliar/delete_file
...
Repository.delete_file function added
2025-01-24 14:37:43 +01:00
Laurent Julliard
f0fbf639c6
Repository.delete_file function added
2025-01-08 16:41:08 +01:00
luanmingyi
e567b43c28
feat: Add Label functionality
...
- Add methods for creating and retrieving labels in the Organization and Repository classes
- Add methods for retrieving and setting labels in the Issue class
- Introduce a new Label class to represent label objects
- Add some parsing information to Issue
- Update related imports and API object lists
tested with api 1.21.0
2024-11-29 14:07:13 +08:00
rokiden
b970e2722f
added fields to Repository: has_releases, has_actions, has_packages
2024-09-06 08:45:04 +05:00
didim99
33bc01618b
Merge branch 'Langenfeld:master' into master
2024-08-24 01:30:48 +03:00
Langenfeld
ad08216ace
Merge pull request #30 from milahu/add-proxy-support
...
Add proxy support
2024-08-22 17:09:25 +02:00
Langenfeld
ead89d325b
fix: remove mutable argument in team creation function
2024-08-22 16:58:59 +02:00
Langenfeld
65c763ae66
fix: copy paste comment
2024-08-22 16:17:41 +02:00
Langenfeld
f061e5a584
Merge pull request #31 from zion-networks/master
...
Added missing Team features
2024-08-22 16:17:25 +02:00
Langenfeld
5b4650734c
feat: added deleting topics from repositories
2024-08-22 16:06:36 +02:00
Langenfeld
3910c2638a
Merge pull request #28 from mikeperalta1/master
...
feat: add and get topics from repositories
2024-08-22 15:13:20 +02:00
didim99
4c43b912d8
Added read-only repository permission access
...
+ Add model UserRepoPermission
+ Add method Repository::get_user_permission
2024-08-09 17:04:14 +03:00
Enrico Ludwig
103137686e
Added units_map to create_team function as it's part of the Gitea API at least for version 1.22.1
2024-08-01 17:44:21 +02:00
Enrico Ludwig
22bfab0c43
Allowing case-insensitive name in get_team
2024-08-01 17:40:47 +02:00
Milan Hauth
1be0b45f26
add proxy support
2024-07-27 16:42:00 +02:00
Milan Hauth
33137fd185
format
2024-07-27 16:18:37 +02:00
mike
6102ca7d30
Method to add a topic to a repository
2024-06-18 01:56:36 -07:00
mike
2716eef153
Actually just unwrap the topics
2024-06-18 00:45:14 -07:00
mike
4cbdbf51fa
apiobject: Add Repository.get_topics()
2024-06-17 23:46:42 -07:00
Langenfeld
3453b9b585
Merge branch 'weixinrui-fix-requests-get-error'
2024-05-27 10:38:11 +02:00
Langenfeld
73cb742053
feat: supporting api requests to be used for raw strings (e.g. diffs)
2024-05-27 10:37:42 +02:00
xinrui.wei
22b0a987dd
[BUG]: Fix requests_get() error for requesting /repos/{owner}/{repo}/pulls/{index}.{difftype}
2024-05-16 10:25:57 +10:00
Langenfeld
271d8bee2e
fix: add immutabledict to setup
2024-01-18 10:18:42 +01:00
Langenfeld
0ecb1ea2b9
chore: switch to immutabledict
2024-01-17 10:12:55 +01:00
Langenfeld
689b3bc7af
(chore) increase version
2023-08-21 18:54:35 +02:00
Langenfeld
df80317432
feature: ability to only get first n pages to increase performance with paginated requests
2023-08-21 16:52:08 +02:00
Langenfeld
5aaa641bde
Merge branch 'laromicas-migration-repository' into master
2023-08-21 16:04:50 +02:00
Langenfeld
ba4202fe6f
(fix) migrate function returns repository object with valid gitea, #22
2023-08-21 16:03:35 +02:00
Langenfeld
853b5b811b
(feature) Merge support for repository migration, #22
2023-08-21 15:33:13 +02:00
Langenfeld
9f6785cdee
(style) reformatted with python black for easier merges
2023-08-21 10:13:30 +02:00
laromicas
2a24932e24
Changed Repo to self
2023-03-29 11:14:27 -05:00
laromicas
91f75d8b2b
Fixed GITBUCKET name
2023-03-27 09:36:33 -05:00
laromicas
d96a040c33
Changed to default values
2023-03-26 21:01:13 -05:00
laromicas
75a9591b98
Support for migration of repositories
2023-03-22 20:49:53 -05:00
Langenfeld
3b8f04e31b
(version) fixed version entry
2023-02-02 23:05:28 +01:00
Langenfeld
37f40229a3
Merge pull request #19 from oyvindkolbu/update-team
...
Update Team class with new patchable fields, commit method and fixed the request method
2023-02-02 14:43:34 +01:00
Langenfeld
71d543bbfc
Merge pull request #20 from oyvindkolbu/update-repository-patch-fields
...
Update repository patch fields as of Gitea 1.18.1
2023-02-02 14:41:30 +01:00
Øyvind Kolbu
d0c665b3e3
(testing) Test Repository patching
2023-01-27 11:42:34 +01:00
Øyvind Kolbu
7a9866116d
(feat) Repository: Update patchable fields to Gitea as of 1.18.3
...
Also add a commit method to be able to perform patching.
2023-01-27 11:41:27 +01:00
Øyvind Kolbu
045566984b
(testing) Fix typo in string
2023-01-27 11:16:23 +01:00
Øyvind Kolbu
8407f47d31
(testing) Test patching of Team object and its new request method
2023-01-27 11:15:42 +01:00
Øyvind Kolbu
48c46cbbfd
(feat) Team: extend patchable fields and add commit and fix request
2023-01-27 11:14:28 +01:00
Langenfeld
b5f27f70bd
(bugfix) changing file content uses correct dictionary key
2023-01-25 18:05:23 +01:00
Langenfeld
e321c0bddd
(feat) adding file to repo by api ( closes #16 )
2023-01-25 17:51:54 +01:00
Langenfeld
0a620188ff
(gitea) extended put method to accept additional data (closes #17 )
2023-01-25 17:19:23 +01:00
Langenfeld
32c8d03f34
(testing) rudimentary uploading of files (see #16 )
2023-01-24 18:10:03 +01:00