Merge pull request #641 from pragma-org/rk/fix-demo
fix scripts/demo JSON handling
fix scripts/demo JSON handling
Signed-off-by: Chris Gianelloni <[email protected]>
added: * github:input-output-hk/mithril/376235c4096c263ea52dd5e6282f7f14fa7f664d#mithril-client-cli * github:input-output-hk/mithril/376235c4096c263ea52dd5e6282f7f14fa7f664d#mithril-signer * github:input-output-hk/mithril/567a8e8e63a449c9da70c8c3ddb09f8fab174e18#mithril-client-cli * github:input-output-hk/mithril/567a8e8e63a449c9da70c8c3ddb09f8fab174e18#mithril-signer removed: * github:input-output-hk/mithril/665621d391b7163ab3d1c76aba228b93a7cfe12d#mithril-client-cli * github:input-output-hk/mithril/665621d391b7163ab3d1c76aba228b93a7cfe12d#mithril-signer
chore: add new resource pdf to website
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Restructures database index configuration to support both index monitoring and external index creation by watchdog services. Changes: - Create dedicated db-indexes.yaml configuration file with 16 database indices - Introduce DbIndex record with 'name' and 'command' fields for each index - Add getIndexNames() and getIndexCommands() helper methods to RosettaIndexConfig - Update PostgreSQLIndexCreationMonitor to use getIndexNames() helper - Move db_indexes list from application.yaml to db-indexes.yaml - Update all tests to work with new configuration structure Benefits: - Separation of concerns: index definitions in dedicated file - Type safety via Java records - External watchdog services can retrieve SQL commands via getIndexCommands() - Single source of truth for both index names and creation commands