Means you can version events independent of replacing them, as you could just auto-commit changes at intervals and then restore whichever committed even you like, with the event publisher I have in there, by entering the commit hash. I then pulls that version, removes id, sig, created_at, and then republishes it.
the unified searching and display, is cool, too. shows the local and remote git cards on the repo page. you can then filter for only local and view those or click on a a remote and the local branches are displayed under the git server ones. Pretty cool. Just using GitHub, for now, but Chip is gonna get me an API for our own server. Could do Gitea, OneDev, GitLab, etc. Might go add those, now. What else is out there?
I integrated account tokens, so that you can write to github from GRW. read is allowed, automatically, for public repos, but it's rate-limited to 60/hour and I went over that with testing. 😅 Okay, next feature, integrate account tokens from env...
also makes it easier to use private servers, right? need to see if I can hook up the GitCitadel OneDeve. 🤔