a790a45ca8
Merge pull request #3 from marcelosboeira/patch-1
...
Update composer.json
2021-10-15 14:37:53 +02:00
94b6025ce2
Merge pull request #2 from bobemoe/fix-example
...
fix example
2021-10-15 14:37:31 +02:00
e618152878
Update composer.json
...
I tried to use but don´t work
Problem 1
- Installation request for avency/gitea ^1.0 -> satisfiable by avency/gitea[1.0].
- avency/gitea 1.0 requires guzzlehttp/guzzle ~6.0 -> satisfiable by guzzlehttp/guzzle[6.0.0, 6.0.1, 6.0.2, 6.1.0, 6.1.1, 6.2.0, 6.2.1, 6.2.2, 6.2.3, 6.3.0, 6.3.1, 6.3.2, 6.3.3, 6.4.0, 6.4.1, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.5.4, 6.5.5, 6.5.x-dev] but these conflict with your requirements or minimum-stability.
2021-10-13 14:56:23 -03:00
2737786bdd
fix example
...
Uncaught Error: Class 'Avency\Gitea' not found
2020-09-03 09:40:33 +01:00
189dfcafee
Update README.md
2020-02-19 15:55:08 +01:00
0ae1cba5f5
Merge branch 'feature/mg-issuesEndpoint' of AVENCY/Gitea into master
...
Reviewed-by: Lisa Kampert <lisa.kampert@avency.de >
1.0
2020-01-21 06:48:37 +00:00
2b7abe56f9
feat: Remove in development notice
2020-01-20 08:00:25 +01:00
dcc8a2aac8
feat: Add issues endpoint
2020-01-20 07:59:23 +01:00
43d6a4b958
Merge branch 'feature/mg-usersEndpoint' of AVENCY/Gitea into master
...
Reviewed-by: Lisa Kampert <lisa.kampert@avency.de >
2020-01-20 06:58:37 +00:00
d097cbb1ac
Merge branch 'feature/mg-userEndpoint' of AVENCY/Gitea into master
...
Reviewed-by: Lisa Kampert <lisa.kampert@avency.de >
2020-01-20 06:58:25 +00:00
f74b15a90c
Merge branch 'feature/mg-orgsEndpoint' of AVENCY/Gitea into master
...
Reviewed-by: Lisa Kampert <lisa.kampert@avency.de >
2020-01-20 06:58:13 +00:00
29a2ccedb6
Merge branch 'feature/mg-repoEndpoint' of AVENCY/Gitea into master
...
Reviewed-by: Lisa Kampert <lisa.kampert@avency.de >
2020-01-20 06:58:03 +00:00
d43877096f
Merge branch 'feature/mg-AdminEndpoint' of AVENCY/Gitea into master
...
Reviewed-by: Lisa Kampert <lisa.kampert@avency.de >
2020-01-20 06:57:51 +00:00
1dc7e4a944
Merge branch 'feature/mg-Defaults' of AVENCY/Gitea into master
...
Reviewed-by: Lisa Kampert <lisa.kampert@avency.de >
2020-01-20 06:57:42 +00:00
53c5c232d2
feat: Add users endpoint
2020-01-19 16:10:21 +01:00
5c2450116b
feat: Add user endpoint
2020-01-19 15:53:23 +01:00
6e6b0b6a29
feat: Add organizations endpoint
2020-01-19 14:57:54 +01:00
d527b06af7
feat: Run API call as another user
2020-01-19 12:40:08 +01:00
eeb2655889
feat: add further Repo endpoints
2020-01-19 12:39:52 +01:00
bfb83eb719
feat: Add repo mirror-sync endpoint
2020-01-19 11:05:11 +01:00
e9636cc070
fix: Fix query handling
2020-01-19 11:04:51 +01:00
ed75790103
feat: Move methods to trait
2020-01-19 11:04:36 +01:00
e56e4e6bf1
fix: Optimize repo update endpoint
2020-01-18 09:50:45 +01:00
6993ac7c59
feat: Create Admin-Endpoint
...
Creates Admin endpoint with all API methods.
2020-01-18 09:19:17 +01:00
09416c4ce1
fix: Filter only null values
...
Creates an AbstractEndpoint to provide a method
to filter only `null` values.
2020-01-18 09:18:45 +01:00
1b66abe535
feat: Add other miscellaneous endpoints
2020-01-17 17:46:35 +01:00
db9e29b6e3
Merge branch 'feature/mg-Defaults' of AVENCY/Gitea into master
...
Reviewed-by: Lisa Kampert <lisa.kampert@avency.de >
2020-01-17 16:36:05 +00:00
95e565d6a0
feat: Add miscellaaneous endpoint
2020-01-17 16:32:50 +01:00
774c0ff8bf
feat: Change endpoint calls
...
Change the endpoint call so that there is an autocompletion.
2020-01-17 16:32:02 +01:00
70637e2c9e
Merge branch 'feature/mg-Defaults' of AVENCY/Gitea into master
...
Reviewed-by: Lisa Kampert <lisa.kampert@avency.de >
2020-01-17 15:03:17 +00:00
8461d6f68d
feat: Add further endpoints
...
Adds further endpoints and adds an overview in readme.
2020-01-17 14:22:04 +01:00
dac654d45d
fix: Remove Contributing from readme
2020-01-17 14:14:41 +01:00
3cd55f9a93
Merge branch 'feature/mg-Defaults' of AVENCY/Gitea into master
...
Reviewed-by: Lisa Kampert <lisa.kampert@avency.de >
2020-01-17 07:43:07 +00:00
5aaff48c99
feat: Add basic client and first basic endpoint
...
Adds the client with first basic authentication and
the first endpoint `repositories` with first method.
2020-01-17 08:38:49 +01:00
ab1e919877
Merge branch 'feature/mg-Defaults' of AVENCY/Gitea into master
...
Reviewed-by: Lisa Kampert <lisa.kampert@avency.de >
2020-01-17 07:37:42 +00:00
d4bb8a6108
feat: Add readme and license
...
Add the basic readme and MIT license file.
2020-01-17 08:23:08 +01:00
0a6c32a6f2
feat: Create package
...
Creates the package
2020-01-17 08:16:47 +01:00