23 Commits

Author SHA1 Message Date
f421bd906a small fixes before merge
Some checks failed
code scans / scans (pull_request) Failing after 14s
2025-06-19 17:34:53 -04:00
71ace969d3 null pointer fix
- need to nil check before pulling value
2025-06-19 17:28:56 -04:00
7ff43c82c2 [fix] Testing fixes
- sqlite error handling and wrapping
- more responsive commands
- database updates
2025-06-19 17:23:17 -04:00
5e950f5e84 command run return value bugfix 2025-06-19 15:28:21 -04:00
fc109338a6 bugfixes
- comment out extra sql pull
- addressing ignored error
2025-06-19 15:17:38 -04:00
433e4302c2 active server bugfix
- missing name sql param
2025-06-19 15:13:16 -04:00
2045a75d68 [fix] bugfixes from testing
- sqlite wrapper func context bug
2025-06-19 15:05:09 -04:00
c15c16be8d finishing sqlite changes
- finished default/active server logic
- dev done
- needs testing
2025-06-18 18:38:01 -04:00
fe37cac2da lots o progress
- added 'command' subcommand
- removed viper
- setup commands added
- still a WIP
- readme TODO update
2025-06-17 23:12:49 -04:00
77bb3166c4 starting sqlite rewrite
- adding db connector
- starting rewrite of commands
- WIP
2025-06-16 19:17:52 -04:00
5b6ddc71cf completion removal and workflow trigger update
All checks were successful
code scans / scans (push) Successful in 1m18s
2025-05-11 00:36:11 -04:00
f8282c3676 new/clear-command (#8)
Reviewed-on: #8
Co-authored-by: jake <jake.young.dev@gmail.com>
Co-committed-by: jake <jake.young.dev@gmail.com>
2025-05-11 04:27:47 +00:00
26c50085d6 new/pipeline (#6)
All checks were successful
code scans / scans (push) Successful in 1m27s
Reviewed-on: #6
Co-authored-by: jake <jake.young.dev@gmail.com>
Co-committed-by: jake <jake.young.dev@gmail.com>
2025-04-24 18:22:16 +00:00
13d3b2cef3 feature/view-all (#5)
Reviewed-on: #5
Co-authored-by: jake <jake.young.dev@gmail.com>
Co-committed-by: jake <jake.young.dev@gmail.com>
2025-04-20 05:28:56 +00:00
a3527d3388 dev/standards (#4)
Reviewed-on: #4
Co-authored-by: jake <jake.young.dev@gmail.com>
Co-committed-by: jake <jake.young.dev@gmail.com>
2025-04-19 05:13:53 +00:00
35fb9fc270 version bump 2025-04-17 17:34:32 -04:00
6fe91f816b view command response fix 2025-04-17 17:32:16 -04:00
f8a9528e0f delete added, more details below (#3)
- readme updates
- delete command added
- commands now saved in a map vs fields
- login and run now ensure config has been run to prevent errors

Reviewed-on: #3
Co-authored-by: jake <jake.young.dev@gmail.com>
Co-committed-by: jake <jake.young.dev@gmail.com>
2025-04-17 21:25:54 +00:00
a9c6400761 dev/command-saving (#1)
Reviewed-on: #1
Co-authored-by: jake <jake.young.dev@gmail.com>
Co-committed-by: jake <jake.young.dev@gmail.com>
2025-04-17 15:40:54 +00:00
8068b090ed adding version into command 2025-04-16 16:43:58 -04:00
2a6090bd67 logging update, comments, and mod tidying 2025-04-16 16:29:51 -04:00
852ca3ab1a [fix] key length
- uuid is too long for encryption key
2025-04-16 16:25:45 -04:00
0ff7d25802 init commit
- first code pass
- readme updates
- config file work
- encrypting passwords
2025-04-16 16:18:40 -04:00