mirror of
https://github.com/grafana/grafana.git
synced 2026-03-13 15:29:48 +08:00
* WIP * Make transformations properties optional, create correct object for partial spec * update the generated client type, fix logic for submission of transformations * Update readme with what is needed for updating the client * Move logic to utils, add test * Add tests to increase coverage * continue to build out test coverage * Add tests * Add create correlation * WIP improve function coverage * fix test * wip add notification on edit * Moving directories * Move back as we are no longer rendering with a wrapper * Run the generator * Add scaffolding and reorganize tests * WIP * WIP * add meta property to prevent error * Move handler logic to support different list scenarios * Add create scenario, turn on the tests * fix the casing * Cleanup * Lint cleanup * test files must contain tests… * fix the import * Move handlers out of test-utils * empty commit * add remaining tests from correlationspage legacy, add other endpoint scenarios * WIP - work on fixtures * Remove debugging garbage, turn on all tests, get editing working * Clean up some unneeded boilerplate, consolidate fake correlation stuff * more cleanup found by linter * WIP - have datasources lookup actually apply to set, skip test to debug later, fix renaming requirements for datasources * Add note about skipping provisioning tests for now and unskip this test that actually works fine * Reorganize to simplify and remove circ dependency * Rename directory to exclude it from code coverage test * cleanup