-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Here's the Weekly Digest for gitgitgadget/gitgitgadget:
ISSUES
Last week 8 issues were created.
Of these, 3 issues have been closed and 5 issues are still open.
OPEN ISSUES
💚 #56 Fix the "Published-As:" footer, by dscho
💚 #55 Drop extra MIME-Version headers, by dscho
💚 #54 Use correctly-encoded email headers for names with non-ASCII characters, by dscho
💚 #53 Fix formatting, by dscho
💚 #52 Greet new users, by dscho
CLOSED ISSUES
❤️ #51 Switch GitGitGadget to be backed by an Azure Function and an Azure Pipeline, by dscho
❤️ #50 Update dugite, by dscho
❤️ #49 Set up CI with Azure Pipelines, by azure-pipelines[bot]
NOISY ISSUE
🔈 #54 Use correctly-encoded email headers for names with non-ASCII characters, by dscho
It received 2 comments.
PULL REQUESTS
Last week, 8 pull requests were created, updated or merged.
OPEN PULL REQUEST
Last week, 1 pull request was opened.
💚 #53 Fix formatting, by dscho
UPDATED PULL REQUEST
Last week, 3 pull requests were updated.
💛 #56 Fix the "Published-As:" footer, by dscho
💛 #55 Drop extra MIME-Version headers, by dscho
💛 #54 Use correctly-encoded email headers for names with non-ASCII characters, by dscho
MERGED PULL REQUEST
Last week, 4 pull requests were merged.
💜 #51 Switch GitGitGadget to be backed by an Azure Function and an Azure Pipeline, by dscho
💜 #50 Update dugite, by dscho
💜 #49 Set up CI with Azure Pipelines, by azure-pipelines[bot]
💜 #33 Teach GitGitGadget to map original -> upstream commits, detect when the PR was merged and where, by dscho
COMMITS
Last week there were 14 commits.
🛠️ Merge pull request #51 from dscho/switch-to-azure-function Switch GitGitGadget to be backed by an Azure Function and an Azure Pipeline by dscho
🛠️ DESIGN: adjust for the switch to an Azure Function Let's explain the current design... Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho
🛠️ Add a /test command This will help test this "in production". Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho
🛠️ Only PR owners can submit it It does not make sense for random strangers to /submit because they are unlikely to be able to force-push improvements insofar required by the review on the Git mailing list. Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho
🛠️ misc-helper: start implementing the Pipeline side of the new strategy The "new strategy" being to trigger an Azure Pipeline via an Azure Function (instead of doing everything in one opaque WebApp). To that end, this commit ports the Javascript code in index.js to the misc-helper (catching one bug: the /disallow command would have called the disallowUser() method that does not exist; It is called denyUser() instead). Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho
🛠️ Add an Azure Function to back the GitGitGadget GitHub App Earlier, we used an Azure WebApp. The free tiers do not allow these WebApps to be "always on", which resulted in roughly 2 minutes of waiting time before the WebApp would kick in, and there was no way for users to see the progress. Besides, two concurrent /submit commands would wreak havoc because they used the same Git worktree. Let's use an Azure Function instead that does nothing else but kick off an Azure Pipeline build. Solving all of the above-mentioned problems. Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho
🛠️ Merge pull request #50 from dscho/update-dugite Update dugite by dscho
🛠️ Update dugite The main reason is to get rid of that warning about cryptiles having "too little entropy". I don't think we use cryptiles directly or indirectly, but that warning is annoying. Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho
🛠️ Merge pull request #49 from gitgitgadget/azure-pipelines Set up CI with Azure Pipelines by dscho
🛠️ Set up CI with Azure Pipelines by azure-pipelines[bot]
🛠️ Merge pull request #33 from dscho/gitster-amlog Teach GitGitGadget to map original -> upstream commits, detect when the PR was merged and where by dscho
🛠️ misc-helper: offer to configure GitHub APP token These tokens are only valid for 1h, intended to be used in CI or in a web app. Exactly what we need. Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho
🛠️ misc-helper: offer to add PR comments Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho
🛠️ Add a script to find mails via public-inbox' search This is very primitive at the moment. Hopefully we will not need it all too often... Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho
CONTRIBUTORS
Last week there were 2 contributors.
👤 dscho
👤 azure-pipelines[bot]
STARGAZERS
Last week there were no stargazers.
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository gitgitgadget/gitgitgadget to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆