-
Notifications
You must be signed in to change notification settings - Fork 79
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] Move repository to https://github.com/ho-dev #1736
Comments
@akasolace , @tychobrailleur i think i need some help to do this. |
There are other things like:
|
Thanks @tychobrailleur : added your points to task list. |
@akasolace do you agree with first list item? |
As an alternative to point 1, we could create a new GitHub organization (hattrick-organizer) |
Done |
On the new repo we should enhance the download feature: #1753. @tychobrailleur: What do you think |
Just pushed the master branch there: Need to see how to get all other branches, and the issues from repo. |
great! concerning branches - i think only the release branches are useful |
Awesome, will look into this tomorrow!
…On Sat, 18 Mar 2023, 21:36 wsbrenk, ***@***.***> wrote:
great!
concerning branches - i think only the release branches are useful
issues are very useful
and the actions
—
Reply to this email directly, view it on GitHub
<#1736 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA343MWQLKEEPZ2DE5FAQTW4YTEZANCNFSM6AAAAAASXEPCGQ>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
I just remember: In the release notes and the change logs I have included links to the milestones (Detailed changelog). It would be great if we could set them up in the new repo as well. |
For issues it looks like they can only be “transferred:” https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository Not sure if we want to do this now, or wait a bit? |
that sounds very tedious, so we should look for better solutions (or program them ourselves;-) |
@tychobrailleur transferring a repository looks like the most easily way. As far as i understand this, we have to create a copy of the repo at its origin place (akasolace) that will hold all the stuff that is needed to lead the users to the new place. |
I have migrated the Wiki pages too: |
@wsbrenk @tychobrailleur please let me know when the transfer is over I will then archive the HO repository on my account .... |
Sure, just need to figure out to transfer issues. I tried a script, but it
failed, and creates everything under my name
…On Sun, 19 Mar 2023, 14:28 akasolace, ***@***.***> wrote:
@wsbrenk <https://github.com/wsbrenk> @tychobrailleur
<https://github.com/tychobrailleur> please let me know when the transfer
is over I will then archive the HO repository on my account ....
—
Reply to this email directly, view it on GitHub
<#1736 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA343LYGQZSAKSY6BMLHZ3W44JY3ANCNFSM6AAAAAASXEPCGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I did it once using pyGithub, I will try to find it .... |
Actually no what I had to do was to duplicates issues but simple transfer is supported directly by the API. Strange that you are running into issues ... here something that can help |
Hi @akasolace, we had planned to set up your page as a redirection to the new page for a while. at least until most users have moved to the new site via HO update. |
I guess it can still be archived and serve that purpose but you will let me know ! |
Troubleshooting the python I was using, this seems to be caused by throttling:
I'll have to update the script to include the retry after the rest period. |
Yeah, I think you're right. Copying issues is just not workable with rate limits, and the ownership of issues and comments would be all me, which is not ideal. Maybe we should just bite the bullet and do it, and then deal with the resulting issues?
An empty repo with just a link in the README to the new repo, is that it? |
@tychobrailleur i fear we'll need something more. At minimum all the tags (dev, beta, tag_stable) which are needed by the existing HOs in the world to download updates. The newest HO version (HO7 or HO8) we should also place in origin repo, with links to the updates in the new repo. |
maybe this is possible by redirecting those tags (links). But i have no idea how that works. |
public VersionInfo getLatestStableVersion() {
return getVersion("https://github.com/akasolace/HO/releases/download/tag_stable/version.properties");
}
public VersionInfo getLatestVersion() {
return getVersion("https://github.com/akasolace/HO/releases/download/dev/version.properties");
}
public VersionInfo getLatestBetaVersion() {
return getVersion("https://github.com/akasolace/HO/releases/download/beta/version.properties");
} One way we could approach this is:
I am sick at the moment, so my brains are not working very well, so there may very well be gaps in that reasoning, but these are my thoughts right now. |
@tychobrailleur Get well soon!!!
|
@tychobrailleur how to go on further with this issue? if there are no further bug reports, i would like to release stable 7.1 in about 2 weeks. in this repository (akasolace) i would like to release a stable 7.2 with modified update links to the new place. what do you think about this plan? |
Yes, that makes sense. |
as mentioned in #1849, we could do the move of this repository to the new place now (ho-dev if that repo is still a good choice as move target or new repo: hattrick-organizer) After the move, we should recreate in akasolace/HO all the stuff that is required to lead old HO versions to the new place
|
@tychobrailleur created a new github organization as possible target for the move |
Great! You didn't like https://github.com/ho-dev/ ? :-) |
I think we should retry a transfer of the repository. If we invoke the github transfer i would hope that issues and pull request will be included. I don't care if it's called ho-dev or hattrick organizer. So feel free if you will remove the ho-dev repo and restart a transfer or use the new organization. I don't know if we can use anything from the other things in ho-dev? |
@tychobrailleur do you have admin rights on akasolace/ho. if so, you could invoke the transfer. i don't see the settings option (anymore). |
I don't, that's why I had to push code manually to ho-dev |
then we should ask @akasolace to transfer the ho repository. |
Hello, I will have a look now to move the code to ho-dev |
ok, so it seems it worked ! |
Wow, it also seems to have moved stars and forks, that's amazing! Thanks a lot for supporting, @akasolace |
I just had to push a button :/) Thank you @tychobrailleur and @wsbrenk for keeping the project alive ! |
@tychobrailleur the old beta finds the new version. redirection is working perfectly. |
* #1736 release_notes.md * release stable 7.3
Todo:
what is missing?
The text was updated successfully, but these errors were encountered: