On Fri, Jun 17, 2022 at 3:27 PM Dawid Weiss <dawid.we...@gmail.com> wrote:
>
> I'd be more afraid of what happens to github issues in two years (or longer). 
> Will it look the same? Will it be different? Will it be gone (and how do we 
> get a backup of the isse history then)? Contrary to the apache-hosted Jira, 
> github is very much an independent entity. If Elon Musk decides to buy and 
> close it tomorrow... then what? :)
>

We already have a ton of github "issues" (pull requests, since PRs are issues).
If you want to "back them up", its easy, you can paginate thru them
100 at a time, e.g. run this command, incrementing 'page' until it
returns empty list:

  curl -H "Accept: application/vnd.github.v3+json"
"https://api.github.com/repos/apache/lucene/issues?per_page=100&page=1&direction=asc&state=all";
> file1.json

Yeah of course if you want to backup the comments and stuff, you'll
need to do more.
But it is already the case today, that a ton of this "history" is
already in github issues, as PRs. Most recent JIRAs are just useless
placeholders.
Also the same risks apply to JIRA, except are not theoretical and real
concerns, no? I thought Atlassian had deprecated "onsite" JIRA to try
to sucker you into their "Atlassian Cloud":
https://www.theregister.com/2020/10/19/atlassian_server_licenses/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to