Skip to content
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

Feature Request: Milestone and Label backup #12

Closed
aensley opened this issue Apr 23, 2015 · 5 comments
Closed

Feature Request: Milestone and Label backup #12

aensley opened this issue Apr 23, 2015 · 5 comments

Comments

@aensley
Copy link
Contributor

aensley commented Apr 23, 2015

Thank you for this tool. It is working great for me to backup repositories, wikis, and issues. Two things I noticed missing that prevent it from being a complete backup are lists of milestones and labels for a repository. I know this information is essentially contained within the issues, but it would be useful to have them in their own separate lists, especially to retain labels/milestones without associated issues.

The GitHub API has simple endpoints for each:

  • Milestones - GET /repos/:owner/:repo/milestones?state=all
  • Labels - GET /repos/:owner/:repo/labels

Thanks for your consideration!

@josegonzalez
Copy link
Owner

Pull requests accepted! :)

@aensley
Copy link
Contributor Author

aensley commented Apr 23, 2015

This one, I think I could do. I'll try to work on it soon.

@aensley
Copy link
Contributor Author

aensley commented Apr 23, 2015

Since PR #14 was accepted, I'll mark this closed. Thanks!

@aensley aensley closed this as completed Apr 23, 2015
@aensley
Copy link
Contributor Author

aensley commented Aug 11, 2015

I'm not very familiar with how python-pip works or where it pulls code from, but running pip install github-backup still pulls in an older version than when PR #14 was merged. Is there any way to update that version with the current GH master code?

Edit

Installing via:

pip install git+git://github.com/josegonzalez/python-github-backup.git#egg=github-backup

Does pull in the new code (of course). I'll just remember to do it this way.

@josegonzalez
Copy link
Owner

Looks like I'll need to make a new release on pypi in the morning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants