WIP: Add admin function for unadopted repositories #490

Draft
6543 wants to merge 7 commits from 6543/go-sdk:add-admin-adopt into main
Owner

close #452

close #452
6543 added this to the v0.14.0 milestone 2021-02-14 05:17:12 +00:00
6543 added the
kind/feature
label 2021-02-14 05:17:12 +00:00
6543 added 1 commit 2021-02-14 05:17:13 +00:00
Add admin function for unadopted repositories
All checks were successful
continuous-integration/drone/pr Build is passing
f1a447f6fa
6543 added 1 commit 2021-02-14 23:07:02 +00:00
test: wip ...
All checks were successful
continuous-integration/drone/pr Build is passing
351dc082fa
lunny reviewed 2021-02-15 04:24:11 +00:00
Dismissed
@ -0,0 +1,37 @@
// Copyright 2020 The Gitea Authors. All rights reserved.
Owner

2021

2021
6543 marked this conversation as resolved
6543 added 1 commit 2021-02-15 06:53:10 +00:00
Merge branch 'master' into add-admin-adopt
Some checks failed
continuous-integration/drone/pr Build is failing
3e9a4b50ee
6543 changed title from Add admin function for unadopted repositories to WIP: Add admin function for unadopted repositories 2021-02-16 20:57:24 +00:00
6543 added 2 commits 2021-02-17 19:51:56 +00:00
Merge branch 'master' into add-admin-adopt
All checks were successful
continuous-integration/drone/pr Build is passing
33bb3fba80
6543 added 1 commit 2021-02-19 23:38:33 +00:00
tests ...
Some checks failed
continuous-integration/drone/pr Build is failing
fabd42d44d
6543 reviewed 2021-02-19 23:39:34 +00:00
Dismissed
@ -0,0 +9,4 @@
)
// AdminListUnadoptedRepositories lists the unadopted repositories that match the provided names
func (c *Client) AdminListUnadoptedRepositories(opt ListOptions) ([]string, *Response, error) {
Author
Owner

Pattern Option missing!

Pattern Option missing!
6543 modified the milestone from v0.14.0 to v0.14.1 2021-03-08 20:31:43 +00:00
6543 removed this from the v0.14.1 milestone 2021-06-30 20:02:11 +00:00
6543 added 1 commit 2021-08-13 12:09:06 +00:00
Merge branch 'master' into add-admin-adopt
Some checks failed
continuous-integration/drone/pr Build is failing
ba5e9f4973
Some checks are pending
continuous-integration/drone/pr Build is failing
testing / testing*
Required
This pull request has changes conflicting with the target branch.
  • .drone.yml

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u add-admin-adopt:6543-add-admin-adopt
git checkout 6543-add-admin-adopt
Sign in to join this conversation.
No description provided.