Commit graph

13 commits

Author SHA1 Message Date
Leon Mika aae3c419db Fixed dependencies and CI/CD pipelines
Some checks failed
ci / build (push) Has been cancelled
2025-04-29 20:04:44 +10:00
Leon Mika f5bf31a903 Fixed release CI/CD and added 'C' as copy to table binding 2024-03-03 09:48:03 +11:00
Leon Mika 7ca0cf6982
Converted scripting language Tamarin to Risor (#55)
- Converted Tamarin script language to Risor
- Added a "find" and "merge" method to the result set script type.
- Added the ability to copy the table of results to the pasteboard by pressing C
- Added the -q flag, which will run a query and display the results as a CSV file on the command line
- Upgraded Go to 1.21 in Github actions
- Fix issue with missing limits
- Added the '-where' switch to the mark
- Added the 'marked' function to the query expression.
- Added a sampled time and count on the right-side of the mode line
- Added the 'M' key binding to toggle the marked items
- Started working on tab completion for 'sa' and 'da' commands
- Added count and sample time to the right-side of the mode line
- Added Ctrl+V to the prompt to paste the text of the pasteboard with all whitespace characters trimmed
- Fixed failing unit tests
2023-10-06 15:27:06 +11:00
Leon Mika 55b8103416
Split the releases into a MacOS one and Linux/Windows one
This is to add support for building the MacOS binary using CGO.
2022-11-18 22:14:33 +11:00
Leon Mika 0c541da1c6 Changed worker for CI/CD back to ubuntu 2022-11-18 07:55:40 +11:00
Leon Mika 7e4c47a7b6 Changed running from 'ubuntu' to 'macos-12' 2022-11-18 07:53:26 +11:00
Leon Mika 7fc67e4d9a Fixed docker CI/CD settings 2022-07-17 10:01:17 +10:00
Leon Mika 47e404aff7 Turned off parallel test execution 2022-06-11 12:10:39 +10:00
Leon Mika a4216b47f5 Fixed port for test Docker container 2022-06-06 20:47:04 +10:00
Leon Mika 507226f571 table-select: disabled CI on branches 2022-03-27 22:44:18 +11:00
Leon Mika 6ac22aad1f Checkpoint commit
Have got a basic table select model working.  Now will try to setup modal models to support prompts and confirmations
2022-03-27 08:48:34 +11:00
Leon Mika dab3a92964 sqs-browse: fixed go get command 2022-03-23 22:04:27 +11:00
Leon Mika cff059e160 sqs-browse: started working on tests 2022-03-23 22:02:46 +11:00