Commit Graph

15 Commits

Author SHA1 Message Date
Chris 7e04b6c001 Various fixes
* Fixed the init command not being registered
* pdoshell: Improved configuration handling
2022-02-08 01:45:55 +01:00
Chris 5a1268aed6 Installer tweaks 2021-12-30 00:53:08 +01:00
Chris 538383c33d PDO plugin: Reflections
* com.noccy.pdo: Implemented reflection for PDO databases,
  tables and columns. Reflectors for MySQL and Sqlite.
* com.noccy.pdo: Added pdo:inspect command.
* com.noccy.docker: Added basic stack management and commands.
* com.noccy.docker: Moved commands to dedicated namespace.
* Environment: readConfig and writeConfig helper added, with
  a flag to use the global config dir ~/.config/spark.
2021-12-24 01:27:57 +01:00
Chris f4257b39e4 Pipe improvements, misc cleanup
* Pipe improvements; better filter code, pipeline etc.
* Moved commands in PDO plugin to dedicated namespace
2021-12-23 15:31:26 +01:00
Chris 9050c74a08 Plugin fixes
* Added vertical rendering to com.noccy.pdo.shell
* Added missing Log classes for com.noccy.apiclient
2021-12-22 03:03:16 +01:00
Chris 80c7c894ab Removed incomplete plugin stub 2021-12-22 02:46:58 +01:00
Chris 94240a06f2 Bugfix: PDO shell plugin
* Fix broken .set command
* Prevent crash if database not available
2021-12-18 14:37:14 +01:00
Chris 0f45219747 Misc fixes
* Updated build scripts to handle gitless environments a little
  better
* PDO shell plugin improvements
* More tests
2021-12-17 12:51:29 +01:00
Chris 1eab339347 Updated PDO shell plugin
* Added .save and .show commands to PDO shell plugin
2021-12-17 01:48:57 +01:00
Chris 0c7fc0196a Multiple fixes
* PDO shell improvements: .query command, -r and --db on command
  line to read commands from file or preselect database.
* Updated build scripts and readme
2021-12-16 16:01:17 +01:00
Chris 16753e1892 Added PDO shell plugin 2021-12-16 02:39:52 +01:00
Chris 1125ccb82d Watcher plugin fixes
* com.noccy.watcher: Initial inotify support
* ScriptRunner now accepts an array of local vars for expansion
  when evaluating scripts
2021-12-15 03:47:39 +01:00
Chris 30dfd4889b Misc fixes and improvements
* Added request logging to com.noccy.apiclient
* Added plugin com.noccy.watcher
* Added pipe command and filter support
* Fixes and stubs
2021-12-14 23:01:25 +01:00
Chris 8cc1eac7a4 Multiple fixes
* Implemented ScriptRunner with environment expansion and cleaner
  code.
* Added ApiClient plugin (com.noccy.apiclient)
* Renamed CHANGELOG.md to VERSIONS.md
* Shuffled buildtools
* Added first unittests
2021-12-11 01:44:01 +01:00
Chris eefe53a438 Added plugins and build tools 2021-12-09 00:58:28 +01:00