mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-21 22:51:09 +02:00
* it works...but does it break everything else? * Update code-mirror.js * Update code-mirror.js * return to original * changelog * different approach to move onto parse at create and edit. it breaks things, hopefully fixed in next commits * use onBlur event on codemirrror * maybe? lets run the tests and find out * update comments * wip for conditional to only compare on kvv2 * remove onblur leftovers * missed two * clean up * test coverage * try catch logical operator instead * stringify helper and not native json stringify to maintain object shape * remove comment * Update json-editor.js return brackets do not want issues with backports * Update json-editor.js * Update json-editor.js * Test fix * maybe * more specific cursor test * json-editor test cleanup * Delete ui/testrun1.txt * Delete ui/testrun2.txt * remove non json test it doesn't test anything * update test and comment for how it's testing non-json content * test fix * put shape of json blob back: * send in original without parsing or stringify * welp friday things