gitea/modules/structs
Richard Mahn 1831b3b571 Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)
* Feature - #5960 - API Endpoint for Repo Editing

* Revert from merge

* Adds integration testing

* Updates to integration tests

* Revert changes

* Update year in file header

* Misspell fix

* XORM = test

* XORM = test

* revert XORM = file

* Makes RepoUnit.ID be pk and autoincr

* Fix to units

* revert header

* Remove print statement

* Adds other responses

* Improves swagger for creating repo

* Fixes import order

* Better Unit Type does not exist error

* Adds editable repo properties to the response repo structure

* Fix to api_repo_edit_test.go

* Fixes repo test

* Changes per review

* Fixes typo and standardizes comments in the EditRepoOption struct for swagger

* Fixes typo and standardizes comments in the EditRepoOption struct for swagger

* Actually can unarchive through the API

* Unlike delete, user doesn't have to be the owner of the org, just admin to the repo

* Fix to swagger comments for field name change

* Update to swagger docs

* Update swagger

* Changes allow_pull_requests to has_pull_requests
2019-05-30 11:09:05 -04:00
..
admin_user.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
attachment.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
doc.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
fork.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
git_blob.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
git_hook.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
hook.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
issue.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
issue_comment.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
issue_label.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
issue_milestone.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
issue_tracked_time.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
lfs_lock.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
miscellaneous.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
org.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
org_member.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
org_team.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
org_type.go Allow to set organization visibility (public, internal, private) (#1763) 2019-02-18 18:00:27 +02:00
pull.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
release.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
repo.go Fixes #5960 - Adds API Endpoint for Repo Edit (#7006) 2019-05-30 11:09:05 -04:00
repo_branch.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
repo_collaborator.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
repo_commit.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
repo_file.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
repo_key.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
repo_refs.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
repo_tag.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
repo_tree.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
repo_watch.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
status.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
user.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
user_app.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
user_email.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
user_gpgkey.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
user_key.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
user_search.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
utils.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00