- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Sun, Oct 19
This is a more straightforward compared to the Zed same change:
- we already have a method to initialize the template engine in Context class
- we don't have custom plugin
Database code has been removed, to directly use keruald/database.
It's somewhat still maintained:
Well, FANTOIR isn't the format used by French administrations anymore. The TOPO database is now used.
Upgrade suggested
tikv is marketed as a distributed, solid, high-performant key/value store.
sys-info support for FreeBSD has been added if it was previously a blocker.
Package has been added in January 2022.
Can be deleted now D3775 is merged.
testEscape method signature
Reopening to track switching to this implementation for rOBSIDIAN.
On it.
Looking the code of keruald/databases, it's clear that it's exactly based on Obsidian consolidated design choices: Keruald Databases even use the camelCase method names introduced in Obsidian, with a WithLegacyMethods trait to stay compatible with other applications.
Two blockers at app-level:
- .env support is missing from application code.
- code need to be upgraded to test MySQL connectivity
Sat, Oct 18
I. Vault policy
+Vault
Fix typo
Database password created in ops/secrets/dbserver/cluster-B/users/obsidian51
$ salt db-B-001 state.apply roles/dbserver-mysql/content […] ---------- ID: dbserver_mysql_user_obsidian51 Function: mysql_user.present Name: obsidian51 Result: True Comment: The user obsidian51@172.27.27.35 has been added Started: 01:08:09.491970 Duration: 18.515 ms Changes: ---------- obsidian51: Present […] ---------- ID: dbserver_mysql_db_obsidian51 Function: mysql_database.present Name: obsidian51 Result: True Comment: The database obsidian51 has been created Started: 01:08:09.586771 Duration: 4.915 ms Changes: ---------- obsidian51: Present […] ---------- ID: dbserver_mysql_user_obsidian51_privilege_1_obsidian51 Function: mysql_grants.present Result: True Comment: Grant all privileges on obsidian51.* to obsidian51@172.27.27.35 has been added Started: 01:08:09.644197 Duration: 16.521 ms Changes: ---------- dbserver_mysql_user_obsidian51_privilege_1_obsidian51: Present […]