dynamo-browse/internal/ssm-browse
Leon Mika 54a120342e
Added command history (#45)
* Added command line history to the command, query and filter prompts.
* Added query planning debugging to the log.
* Fixed bug in query expression which was not treating true and false as boolean literals.
* Fixed a bug in the query planning logic which was incorrectly determine that an expression of the form sort_key ^= "string", with no partition key, could be executed as a query instead of a scan.
2023-01-26 21:46:31 +11:00
..
controllers Added command history (#45) 2023-01-26 21:46:31 +11:00
models Added the clone command in SSM 2022-04-05 13:39:14 +10:00
providers/awsssm Changed package from awstools to audax 2022-07-28 21:36:16 +10:00
services/ssmparameters Changed package from awstools to audax 2022-07-28 21:36:16 +10:00
styles Changed package from awstools to audax 2022-07-28 21:36:16 +10:00
ui issue-9: fixed unit tests 2022-08-29 20:45:34 +10:00