Commit graph

84 commits

Author SHA1 Message Date
vladislav doster c3fc097760
Merge pull request #2 from zdharma-continuum/ci/gh-action-lint-workflow
feat: add lint gh action workflows
2023-04-15 23:45:54 -05:00
Vladislav Doster 21dcbedf37
feat: add lint gh action workflow 2023-04-14 17:11:10 -05:00
Philipp Schmitt 3df58fa17e
Update zdharma and zinit refs 2021-11-12 18:56:07 +01:00
Sebastian Gniazdowski 0bc3e02d74 plugin.zsh: Correct a color code 2020-05-08 00:12:16 +02:00
Sebastian Gniazdowski 7f2e59f7aa plugin.zsh,myflock/c.h: Support Cygwin 2020-05-08 00:10:42 +02:00
Sebastian Gniazdowski 903e1539b6 plugin.zsh: Set var for noclobber opt 2020-02-27 21:07:33 +01:00
Sebastian Gniazdowski a025c460a3 plugin.zsh: Support noclobber 2020-01-15 04:59:30 +01:00
Sebastian Gniazdowski ba8d318246 plugin.zsh: *ctable localizes match parameters 2019-12-03 12:01:37 +01:00
Sebastian Gniazdowski 34ce900741 plugin.zsh: Use the standard fpath-block 2019-12-03 12:01:00 +01:00
Sebastian Gniazdowski d8d3a2d94b .zflai_read_db_defs: Read the default backend definition 2019-12-03 11:48:25 +01:00
Sebastian Gniazdowski fcf6fd3884 default/default.def: Remove unneeded hooks 2019-12-03 11:39:30 +01:00
Sebastian Gniazdowski a05035289d plugin.zsh: *ctable starts the dj 2019-12-03 11:36:12 +01:00
Sebastian Gniazdowski f3e201f79b plugin.zsh: *ctable correctly checks the syntax 2019-12-03 11:35:36 +01:00
Sebastian Gniazdowski ffa8b499e1 Updated README.md 2019-11-07 18:36:30 +01:00
Sebastian Gniazdowski ad4aeda1d2 plugin.zsh: ctable tests the syntax 2019-11-07 05:19:35 +01:00
Sebastian Gniazdowski afbcca59da *learn_table: Repeated ctable overwrites 2019-11-07 05:10:31 +01:00
Sebastian Gniazdowski 2bd06cbcb2 Updated README.md 2019-11-07 04:56:34 +01:00
Sebastian Gniazdowski bf81a01f76 file.def: No need for ! before the hook shell-command 2019-11-07 04:36:17 +01:00
Sebastian Gniazdowski 939bcff153 examples: Provide example backend definitions 2019-11-07 04:25:24 +01:00
Sebastian Gniazdowski 8a68a51b9c Updated README.md 2019-11-07 02:23:13 +01:00
Sebastian Gniazdowski 5cc90722bd *search_store: Append errors to the log 2019-11-07 02:12:30 +01:00
Sebastian Gniazdowski 45b4e62ca9 *search_store: Update for the no-type ES 7.x architecture 2019-11-07 02:02:24 +01:00
Sebastian Gniazdowski 35f2045653 *mysql_store: Add traps 2019-11-03 18:07:27 +01:00
Sebastian Gniazdowski 9b11ca3fec dj: *fetch filters-out internal messages 2019-11-03 17:48:58 +01:00
Sebastian Gniazdowski 7bfaaae5b0 dj: Simpler [[ code 2019-11-03 17:48:00 +01:00
Sebastian Gniazdowski 95cb00fb51 dj: Fix a rename error 2019-11-03 14:56:06 +01:00
Sebastian Gniazdowski 812820cf62 *search_store: Check if the type exists in the index before storing 2019-11-03 13:40:27 +01:00
Sebastian Gniazdowski 474e66c13b all: Rename files -zflai_* -> .zflai_* 2019-11-03 00:23:31 +01:00
Sebastian Gniazdowski 14a059ac17 all: Prepare rename -zflai_* -> .zflai_* 2019-11-03 00:21:05 +01:00
Sebastian Gniazdowski 8ad343b6cd dj: Traps for main signals 2019-11-03 00:13:02 +01:00
Sebastian Gniazdowski 1611d47415 dj: Set the options at top 2019-11-03 00:12:22 +01:00
Sebastian Gniazdowski 96e0a902ef dj: Message about store-interval uses "s" to denote seconds 2018-05-21 16:49:00 +02:00
Sebastian Gniazdowski 080c02d58d *mysql_store: Added working MySQL backend (new file) 2018-05-21 16:44:08 +02:00
Sebastian Gniazdowski 553995021f *store: Message uses "log(s)" instead of "logs" 2018-05-21 16:41:47 +02:00
Sebastian Gniazdowski de8cb69927 dj: Default table uses integer' for timestamp' column 2018-05-21 16:41:11 +02:00
Sebastian Gniazdowski e86b19614e dj: *coproc_error_fetch uses while read, loads whole output (3 retries) 2018-05-21 16:39:58 +02:00
Sebastian Gniazdowski a73d74ea64 lib,dj: *format_ts, *run_log: Use `ts' instead of REPLY; support choice 2018-05-21 16:37:56 +02:00
Sebastian Gniazdowski de504cad8c lib: *_subst_cmds resets REPLY when detecting no $(...) in buffer 2018-05-21 16:36:06 +02:00
Sebastian Gniazdowski 3a9425cd71 lib: Command substitution wasn't handling zero-substitutions case 2018-05-20 15:02:04 +02:00
Sebastian Gniazdowski e557381e3d *_file_store,*_sqlite_store: Handle $(...) command substitution in hooks 2018-05-20 07:05:53 +02:00
Sebastian Gniazdowski 0cf9428e62 lib: -zflai_subst_cmds 2018-05-19 19:11:20 +02:00
Sebastian Gniazdowski 3bef2e801c Hooks for SQLite with support for communication between hooks 2018-05-19 12:25:47 +02:00
Sebastian Gniazdowski 07f17e0399 *_store,*_file_store: Map is used for %TABLE% etc. substituting. Uplift 2018-05-19 07:42:52 +02:00
Sebastian Gniazdowski ab90055ec4 *_file_store: Run all currently defined hooks 2018-05-19 04:44:08 +02:00
Sebastian Gniazdowski 674431db8c Store `default.def' in repository. A guaranteed default db (plain files) 2018-05-19 03:22:52 +02:00
Sebastian Gniazdowski 1859f4d8b7 *_ini_file: Recognize and ignore full-line comments 2018-05-19 03:15:43 +02:00
Sebastian Gniazdowski 577bb77d03 Support for new database backend – ElasticSearch 2018-05-19 00:46:21 +02:00
Sebastian Gniazdowski a7dfc67f12 *_db_defs: Rename field in database definition from "type" to "engine" 2018-05-19 00:33:36 +02:00
Sebastian Gniazdowski 15dc94ce29 defs: Add two databases, plain-file and other for sqlite3 2018-05-18 13:36:00 +02:00
Sebastian Gniazdowski 53f8e8c79d *_file_store: Fully working new -zflai_file_store 2018-05-17 15:48:15 +02:00