Skip to content

Add the ability to disable Wiki & Issues from API #488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
deanpcmad opened this issue Dec 26, 2016 · 6 comments
Closed

Add the ability to disable Wiki & Issues from API #488

deanpcmad opened this issue Dec 26, 2016 · 6 comments
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented modifies/api This PR adds API routes or modifies them type/enhancement An improvement of existing functionality type/feature Completely new functionality. Can only be merged if feature freeze is not active.

Comments

@deanpcmad
Copy link

deanpcmad commented Dec 26, 2016

I've recently moved to Gitea from GitLab. I wrote a script to extract the GitLab backup, create repos using the Gitea API and then push the contents of those repos.

For a number of my projects I want to use an external issue tracker so it would be nice to be able to disable or set the external issue tracker URL and URL format from the API on creation and when updating a project.

Thanks for your hard work on Gitea so far, I'm really liking it 😄

@lunny lunny added this to the 1.1.0 milestone Dec 27, 2016
@lunny lunny added type/enhancement An improvement of existing functionality type/feature Completely new functionality. Can only be merged if feature freeze is not active. labels Dec 27, 2016
@lunny lunny added the modifies/api This PR adds API routes or modifies them label Jan 5, 2017
@lunny
Copy link
Member

lunny commented Jan 25, 2017

Is there a github API to do this?

@lunny lunny modified the milestones: 1.2.0, 1.1.0 Jan 25, 2017
@bkcsoft
Copy link
Member

bkcsoft commented Jan 29, 2017

@lunny Yes. https://developer.github.com/v3/repos/#edit

PATCH /repos/:owner/:repo
{
  has_wiki: false,
  has_issues: false
}

@stale
Copy link

stale bot commented Jan 30, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale stale bot added the issue/stale label Jan 30, 2019
@adelowo
Copy link
Member

adelowo commented Jan 30, 2019

Bummer

@stale stale bot removed the issue/stale label Jan 30, 2019
@stale
Copy link

stale bot commented Mar 31, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale stale bot added the issue/stale label Mar 31, 2019
@lunny lunny added the issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented label Mar 31, 2019
@stale stale bot removed the issue/stale label Mar 31, 2019
@davidsvantesson
Copy link
Contributor

This issue have been implemented.

@lunny lunny removed this from the 1.x.x milestone Nov 25, 2019
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented modifies/api This PR adds API routes or modifies them type/enhancement An improvement of existing functionality type/feature Completely new functionality. Can only be merged if feature freeze is not active.
Projects
None yet
Development

No branches or pull requests

6 participants