wispem-wantex
  • Joined on 2025-05-31
wispem-wantex pushed to master at offline-labs/gas-stack 2025-12-13 07:19:20 +00:00
ded07eb182 model generator: add the 'const xyzSQLFields = ...' decl, use it in the select query for GetXyzByID
a32bf873c9 refactor: create helper function for computing a table's generated type-name
Compare 2 commits »
wispem-wantex pushed to master at offline-labs/gas-stack 2025-12-13 06:11:32 +00:00
d9df69eccf fix: correct lint errors in the generated sqlite schema
wispem-wantex pushed to master at offline-labs/gas-stack 2025-12-13 06:02:08 +00:00
89db9e14e2 fix: parser no longer breaks on encountering indexes that contain expression columns
f74da53c37 refactor: use flowutils helpers instead of 'if err != nil'
Compare 2 commits »
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-10 00:53:39 +00:00
6358d12d10 codegen: fix another typo in filename
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-10 00:48:18 +00:00
1cbc99307a codegen: fix typo in template file name
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-10 00:45:07 +00:00
fef3f11342 Run the code generator integration test in CI
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-10 00:37:06 +00:00
208c1eb26c Add model generator based on AST
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 08:03:35 +00:00
2146e1de77 test: add integration test for 'gas init'
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