wispem-wantex
  • Joined on 2025-05-31
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 08:01:29 +00:00
a81dfb69a5 db: remove implicit singleton pattern, move functions under a struct object
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 07:57:42 +00:00
bfb7073cf6 lint: fix shell lint errors
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 07:56:39 +00:00
76f674d63b ci: add shellcheck step
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 07:29:44 +00:00
d1c00f9455 Run main build if backup (bootstrap) container build step is skipped
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 07:17:37 +00:00
23dc2c7899 Improve job sequence dependencies some more
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 07:14:26 +00:00
d0f919d69a Add bash to CI container
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 07:13:07 +00:00
8a1b7a9f34 Improve CI job dependency / ordering conditions
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 07:09:55 +00:00
fef24e2364 Add more specific debugging to failing step
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 07:08:54 +00:00
61fa4e5cc4 Fix: apparently double quotes are invalid around variables in gitea expressions
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 07:06:45 +00:00
22ee5e181a Add debugging to failing CI step
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 07:05:45 +00:00
be351bbb7d Add cheating bootstrap CI container, with gocheckout pre-installed
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 06:27:48 +00:00
4c266ce336 Bump gocheckout version, and install it in the CI container
wispem-wantex pushed tag v0.0.2 to offline-labs/gocheckout 2025-11-09 06:25:02 +00:00
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 06:09:49 +00:00
da85d89e9b Install Go for bootstrap CI container
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 06:08:40 +00:00
98c6875262 Build CI container in CI
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 04:02:00 +00:00
912210cc90 Enable no-dot-import lint check
dbde3c8724 Avoid panicking in db.Connect and db.Create, as they are library functions
b7b581ff5a Add Timestamp type for db
6a837d28c6 Add db/errors.go, move error definitions to it
Compare 4 commits »
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 01:20:03 +00:00
8c6d8354df Add 'ops/' directory and sqlite_lint integration test
6624b5794f Add 3-letter names reference
Compare 2 commits »
wispem-wantex pushed to master at offline-labs/gas-stack 2025-08-24 21:47:45 +00:00
2c8b842f17 Add package initialization subcommand and package
0bc951748d Add a 'doc/links.txt' file
Compare 2 commits »
wispem-wantex pushed to master at offline-labs/gas-stack 2025-08-24 18:38:29 +00:00
5a0ecdec1c Update go.mod with new cobra dependency
wispem-wantex pushed to master at offline-labs/gas-stack 2025-08-24 18:37:32 +00:00
e888fe0ec1 Add main program with 'sqlite_lint' subcommand