Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b40959b5dd | |||
| cf511908b8 | |||
| fc33b7d5f6 | |||
| 7d5b7a3e14 | |||
| d5630b0df9 | |||
| 68a4f9544c | |||
| ecf4219897 | |||
| 84090fd562 | |||
| 76a47cc730 |
@@ -0,0 +1,26 @@
|
|||||||
|
Rollback and Recovery Changelog
|
||||||
|
|
||||||
|
Timestamp: ${TS}
|
||||||
|
|
||||||
|
Actions performed:
|
||||||
|
- Reset main branch (working tree and HEAD) to commit 6127867d51c9f0e4e86d1d8390081208f45136ab and force-pushed to origin/main.
|
||||||
|
- Confirmed README.md content matches version at commit 6127867d51.
|
||||||
|
- Investigated deleted backups: located backups in parent commit 5189b23 and extracted available files into recovered_backups/ directory in the working tree (not yet committed).
|
||||||
|
- Created this changelog and saved recovered backup files under recovered_backups/ for review.
|
||||||
|
|
||||||
|
Recovered backup files:
|
||||||
|
- backups/index.html.20260324164129.bak -> recovered_backups/index.html.20260324164129.bak (extracted from commit 5189b23)
|
||||||
|
- backups/index.html.bak.20260324164053 -> recovered_backups/index.html.bak.20260324164053 (extracted from commit 5189b23)
|
||||||
|
|
||||||
|
Notes on recovery:
|
||||||
|
- The deleted backup files were present in previous commits and have been extracted from git history into recovered_backups/.
|
||||||
|
- Additional backup files referencing other timestamps exist in git history (e.g., backups/index.html.20260324164556.bak and backups/index.html.20260324164626.bak). These can be extracted on request.
|
||||||
|
|
||||||
|
Suspicious findings:
|
||||||
|
- Commit 6127867d51 (message: "Deleted Backups and changed readme") removed backup files. Author: Oliver. This commit may be responsible for missing backups. Please confirm whether this deletion was authorized.
|
||||||
|
|
||||||
|
Remaining tasks / recommendations:
|
||||||
|
- Decide whether to reintroduce recovered backups into main branch. Restoring them to main will create a new commit on top of 6127867d51 (this changelog can be used), or they can be provided in a separate branch or as artifacts.
|
||||||
|
- If you want me to commit the recovered_backups/ content and this changelog to the repository and push, confirm and I will proceed.
|
||||||
|
- If you prefer the repository to remain exactly at 6127867d51 (no additional commits), I will not commit recovered files; instead I will provide them separately (download/attach) and leave main at the rollback state.
|
||||||
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
+20
@@ -1,3 +1,6 @@
|
|||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" class="scroll-smooth">
|
<html lang="en" class="scroll-smooth">
|
||||||
<head>
|
<head>
|
||||||
@@ -121,6 +124,23 @@
|
|||||||
<button id="blog-toggle" type="button" class="text-brand-accent font-semibold hover:underline underline-offset-4">Browse all articles →</button>
|
<button id="blog-toggle" type="button" class="text-brand-accent font-semibold hover:underline underline-offset-4">Browse all articles →</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="blog-grid" class="grid gap-6 md:grid-cols-3"></div>
|
<div id="blog-grid" class="grid gap-6 md:grid-cols-3"></div>
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "Article",
|
||||||
|
"headline": "How to Automate Grant Reporting for Small NGOs — Step‑by‑Step with Odoo + n8n",
|
||||||
|
"datePublished": "2026-03-25",
|
||||||
|
"author": {
|
||||||
|
"@type": "Person",
|
||||||
|
"name": "Odoo4Projects NGO Team"
|
||||||
|
},
|
||||||
|
"description": "Automate grant reporting for small NGOs with Odoo and n8n — reduce errors, save time, and simplify compliance.",
|
||||||
|
"mainEntityOfPage": "https://ngo.odoo4projects.com/automate-grant-reporting-odoo-n8n",
|
||||||
|
"keywords": "automate grant reporting, Odoo grants, n8n automation NGO, grant compliance automation, NGO reporting software"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<p id="blog-error" class="text-sm text-brand-ink/70 mt-6 hidden"></p>
|
<p id="blog-error" class="text-sm text-brand-ink/70 mt-6 hidden"></p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user