vault backup: 2024-08-13 10:08:53

This commit is contained in:
2024-08-13 10:08:53 -05:00
parent 55a8eab720
commit 44656afd24
3 changed files with 16 additions and 45 deletions

View File

@@ -7,56 +7,19 @@
"id": "546bd9b07f7ea6ce", "id": "546bd9b07f7ea6ce",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{
"id": "9d07392b60c5d996",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Work/Daily Log/2024-08-12 (Monday).md",
"mode": "source",
"source": false
}
}
},
{ {
"id": "9a14cb3c3def324a", "id": "9a14cb3c3def324a",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Lenovo laptop model differences.md", "file": "Work/Daily Log/2024-08-13 (Tuesday).md",
"mode": "source",
"source": false
}
}
},
{
"id": "1e19237c32bd5394",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "conflict-files-obsidian-git.md",
"mode": "source",
"source": false
}
}
},
{
"id": "97a3cb4c603d8875",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Work/Daily Log/2024-08-12 (Monday).md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
} }
} }
], ]
"currentTab": 2
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -122,7 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "conflict-files-obsidian-git.md", "file": "Work/Daily Log/2024-08-13 (Tuesday).md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -139,7 +102,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "conflict-files-obsidian-git.md", "file": "Work/Daily Log/2024-08-13 (Tuesday).md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": false "unlinkedCollapsed": false
} }
@@ -162,7 +125,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "conflict-files-obsidian-git.md" "file": "Work/Daily Log/2024-08-13 (Tuesday).md"
} }
} }
} }
@@ -184,8 +147,10 @@
"obsidian-importer:Open Importer": false "obsidian-importer:Open Importer": false
} }
}, },
"active": "1e19237c32bd5394", "active": "9a14cb3c3def324a",
"lastOpenFiles": [ "lastOpenFiles": [
"Work/Daily Log/2024-08-12 (Monday).md",
"Work/Daily Log/2024-08-13 (Tuesday).md",
"Lenovo laptop model differences.md", "Lenovo laptop model differences.md",
"conflict-files-obsidian-git.md", "conflict-files-obsidian-git.md",
"Shopping/Shopping list.md", "Shopping/Shopping list.md",
@@ -212,8 +177,6 @@
"Bible Study/Psalms/Psalm 130.md", "Bible Study/Psalms/Psalm 130.md",
"Bible Study/Psalms/Psalm 1 Outline.md", "Bible Study/Psalms/Psalm 1 Outline.md",
"Bible Study/Psalms", "Bible Study/Psalms",
"Bible Study/Messages/Messages ideas for 9292019.md",
"Bible Study/Messages/2020.04.05 Psalm 130.md",
"Bible Study/Messages", "Bible Study/Messages",
"Work/Training/Advanced Distributed Systems", "Work/Training/Advanced Distributed Systems",
"Work/Training", "Work/Training",

View File

@@ -0,0 +1,8 @@
## Launch Readiness Meeting
We reviewed the cases for epics from the last launch to see what was still needed for this launch. Kate Neale will make new cases from the ones we still need to do. Many cases were no longer needed.
## BSG on-call retrospective meeting
We decided to do nothing at the moment to address duplicate graylog error messages alerts. There's no perfect way of fixing them for now. Nic suggested that everyone on call pro-actively think about better alerting schemas for graylog error alerts where we could downgrade the log message level from error so that it no longer alerts and the replacement alerting takes care of it.
## Royalty Column Type Change
We accidentally created the AdjustedSalesAmount and PreAdjustedRoyaltyAmount columns with mismatching types to their sister SalesAmount and AdjustedRoyaltyAmount columns. So, I changed their types today. Since these columns are not in use yet, I just dropped them and recreated them.

View File