Jacob Mathison
a080ca59d8
Merged in jmathison/v2-upload-batch (pull request #224 )
...
Implement v2 upload batch cleanup
* Implement v2 upload batch cleanup
* Merge remote-tracking branch 'origin/main' into jmathison/v2-upload-batch
* Address upload batch review feedback
* Raise batch worker coverage
* Fix batch cleanup review issues
Approved-by: Jay Brown
2026-05-08 21:42:46 +00:00
Jay Brown
72de690894
Merged in feature/chatbot1 (pull request #223 )
...
Chatbot functionality
* baseline working
* missing test file
* more tests
2026-05-07 20:56:18 +00:00
Jay Brown
17fc813823
Merged in feature/mutable-metadata1 (pull request #221 )
...
M1, M2 and M3 complete
* M1, M2 and M3 complete
* review changes
* docs
* docs
2026-04-16 23:11:26 +00:00
Jay Brown
ad7b21f3a2
Merged in bugfix/delete-client-cascade (pull request #220 )
...
fix cascading delete issue
* test passing
2026-04-08 10:54:32 +00:00
Jay Brown
b71a28d3c0
Merged in feature/support-more-types (pull request #219 )
...
support new types for import
* tests pass
* missing file
* bug fixes
2026-03-31 17:40:42 +00:00
Jay Brown
aafe7d5b5f
Merged in feature/batch-status (pull request #215 )
...
Implement and test the batch status feature
* working
2026-03-12 18:53:42 +00:00
Jacob Mathison
8a4029058b
Merged in jmathison/demo-table (pull request #213 )
...
Add demo dashboard settings table and CRUD API
* Add demo dashboard settings table and CRUD API
- Migration 00000000000123: create demoDashboardSettings table (id, guid, key, value JSONB, isDeleted, timestamps)
- SQLC queries and repository for create, list, listByGuid, get, update, soft delete
- OpenAPI paths and schemas in queryAPI.yaml; regenerate api.gen.go (embedded spec)
- Handlers in api/queryAPI/demodashboardsettings.go; ConfigProvider GetDBQueries for repo access
- Unit tests for demo dashboard settings CRUD
* Fix sqlc-generated demo dashboard setting types
Align demo dashboard settings handlers with sqlc output (DemoDashboardSetting model + pointer slices) so CI codegen/build succeeds.
* Fix CI gosec and gofmt issues
- Suppress gosec G115 for TotalCount len->int32 cast (consistent with other list endpoints)
- gofmt mock GetDBQueries() in test helpers
* gofmt query API demo settings
* Tighten demo dashboard settings OpenAPI constraints
* Regenerate query API embedded spec
* refactor: generic UI settings (table, API, service) and three-layer architecture
- Replace demo-dashboard-settings with generic UI settings:
- Table uiSettings with namespace (was guid), key, value JSONB; UNIQUE(namespace, key)
- Migration 123: create_ui_settings (single migration, no rename)
- OpenAPI: /ui-settings, UISettingsService, UISetting schemas with namespace
- API types and handlers: CreateUISetting, ListUISettings, GetUISetting, UpdateUISetting, DeleteUISetting
- Add service layer (architecture fix):
- internal/uisettings: Service with Create, List, ListByNamespace, Get, Update, SoftDelete
- Controllers call s.svc.UISettings only; remove GetDBQueries from queryAPI ConfigProvider
- Wire UISettings in Services, main.go, and testutils
- Repository: uisettings.sql + uisettings.sql.go, UISetting model; remove demodashboardsettings
- Controller: uisettings.go (replaces demodashboardsettings.go), ErrNotFound from uisettings package
- Tests: uisettings_test.go with namespace-based list/cre…
* Add UISetting model and generated queries for uiSettings table
- models.go: add UISetting struct (sqlc 1.30.0)
- uisettings.sql.go: generated CRUD for ui_settings feature
Made-with: Cursor
* Use repository.UiSetting to match sqlc-generated type
- service and API use repository.UiSetting (sqlc struct name for uiSettings table)
- uisettings.sql.go: keep CreateUISetting/GetUISetting etc. from query names, return *UiSetting
- Fixes Docker/CI build undefined repository.UISetting
* Fix import formatting for golangci-lint
* Lint fix
* uisettings list test
* tests fixes
* Merge main: resolve api.gen.go conflicts (UI settings + DeleteDocument)
* Doc updates and elimination of index redundancy
Approved-by: Jay Brown
2026-03-04 23:00:50 +00:00
Jay Brown
963ccc6553
Merged in feature/demo-support (pull request #207 )
...
Feature/demo support
* index logs now debug
* demo data loader
2026-02-02 19:08:08 +00:00
Jay Brown
63c12a2f44
Merged in feature/eula.part1 (pull request #206 )
...
eula support
* eula support
* docs
2026-01-22 18:17:27 +00:00
Jay Brown
c10fa98d0a
Merged in feature/restore-migrations-v2 (pull request #205 )
...
Restore original migrations (001-120) to fix schema_migrations version mismatch
* Restore original migrations (001-120) to fix schema_migrations version mismatch
The previous migration collapse broke deployed databases because:
- Dev database was at version 120 (the real remove_text_extraction migration)
- Main had collapsed migrations (001-012) + stub files (119_stub, 120_stub)
- The migrate tool couldn't find version 119/120 with matching content
This commit restores the original 27 migrations (versions 001-120) from
before the collapse, ensuring backward compatibility with existing databases.
2026-01-15 23:18:53 +00:00
Jay Brown
3639af8b84
Merged in feature/reset-db-version (pull request #203 )
...
fix db version
* fix db version
2026-01-15 21:37:50 +00:00
Jay Brown
35d72fccbe
Merged in feature/remove-mocks (pull request #202 )
...
Feature/remove mocks
* remove mocks
* cleanup db migrations
2026-01-15 20:39:32 +00:00
Jay Brown
0ddae4f91e
Merged in feature/remove-query (pull request #201 )
...
remove query from codebase part 1
* remove query
* fix localstack run
2026-01-14 17:59:04 +00:00
Jay Brown
ebf47c6013
Merged in feature/track-filesize (pull request #200 )
...
track file sizes for all documents in system
* feature complete
needs dev testing
2026-01-12 17:46:07 +00:00
Jay Brown
3bdc27f4de
Merged in feature/textExtractionsPart2 (pull request #193 )
...
Continue finishing the parts of the text extraction plan
* add missing fields
2025-12-02 19:13:08 +00:00
Jay Brown
c45e1dd427
Merged in feature/textExtractionsPart1 (pull request #192 )
...
all schema and rest apis for text extraction support
* in progress
* stage 8 complete
* phase 9 completed
* phase 9 complete
* ongoing - s3 path fix
* working
* optimize ci build
* e2e tests
* missing test
2025-11-26 19:23:42 +00:00
Jay Brown
730f3ba11a
Merged in feature/preserve-folder-paths (pull request #179 )
...
support folder paths
* support folder paths
* s3 storage docs
2025-09-05 18:25:31 +00:00
jay brown
7014fa790b
batch upload impl
2025-08-06 15:06:18 -07:00
jay brown
56fb9b4ab6
schema
2025-08-04 10:54:22 -07:00
Michael McGuinness
cc2278086f
Merged in feature/import (pull request #157 )
...
Feature/import
* importstart
* pp
* tests
* importtests
* 100GB
* lint
* passtests
* utc
* awsprofile
* doublequotes
* host
2025-05-27 15:28:46 +00:00
Michael McGuinness
ee776d2681
Merged in feature/mockserver (pull request #135 )
...
Single Mock Server
* mockserver
* mockserver
* reqs
* mockserver
* slowrunner
* someoptimisedqueries
* passedfullsuite
* passedfullsuite
2025-05-06 01:59:52 +00:00
Michael McGuinness
efe87321b2
Merged in feature/parallellogqueries (pull request #132 )
...
Testing Tweaks
* parallel
* slowestquery
* split
* cleanup
* health
* dynamiccores
* go
* profile
* timeout
* commitmychanges
* taskfile
* sqlcheckstart
* client
* cost
* ctxtimeout
2025-05-05 09:31:21 +00:00
Michael McGuinness
fee71e7740
Merged in feature/postprocessing (pull request #114 )
...
Feature/postprocessing
* tests
* passtest
* fixshorttests
* mosttests
* improvingbasedockerfile
* testspeeds
* testing
* host
* canparallel
* clean
* passfullsuite
* singlepagemax
* test
* findfeatures
* findstables
* tbls
* tablestoo
* tablestoo
* lateraltests
* tableloc
* cleanup
* inlinetable
* childids
* cleanup
* tests
2025-04-22 14:40:16 +00:00
Michael McGuinness
edc50c7510
Merged in feature/part (pull request #113 )
...
Size Import Parts
* parts
* think
* workingpart
* textout
2025-04-08 12:44:09 +00:00
Michael McGuinness
81e7223560
Merged in feature/textextraction (pull request #110 )
...
Text Extraction
* bases
* go
* splitting
* structure
* movetoasync
* movetoasync
* settinguptrigger
* reorder
* storevent
* standardisepollingvalidation
* unittests
* fixlint
* fixlint
* awscfg
* generatesample
* followthrough
* tests
* clena
* store
* externalidcleanup
* clientid
* local
* baseunittests
* putobjecttests
* tests
2025-04-02 18:50:03 +00:00
Michael McGuinness
53ea7d34e6
Merged in feature/textextract (pull request #108 )
...
Start adding Textract + UUID changes
* base
* startclient
* ts
* short
* tests
2025-03-20 11:06:41 +00:00
Michael McGuinness
1587da9d11
Merged in bugfix/tests (pull request #107 )
...
Fix Fullsuite
* save
* foundthefix..
* codeandrequire
2025-03-19 11:54:14 +00:00
Michael McGuinness
0815cb35fb
Merged in feature/lint (pull request #87 )
...
Basic Lint Checks
* basic
2025-03-05 12:05:46 +00:00
Michael McGuinness
92334ad1dd
Merged in feature/s3integration (pull request #47 )
...
Set Up S3 integration
* cfginterfaceandfirsts3funcs
* addlocalstack
* generallypassesfullsuite
* addedmultipleattemptedpings
* cleanup
* stabiliseplusskip
2025-02-05 12:52:41 +00:00
Michael McGuinness
7001ca854c
Merged in feature/docinitialisation (pull request #41 )
...
Queuing Changes and Cfg Testing
* staarting
* staarting
* startedpush
* note
* save
* mocking
* removederrs
* fixtests
* cleanuperrs
* newenvsetup
* preppingtests
* queue
* mmovetocfgpassunittests
* sortoutconfig
* passinginteg
* deps
* fixtests
2025-02-03 17:30:50 +00:00
Jay Brown
15adaebfcd
Merged in feature/serviceconfig-integration (pull request #38 )
...
DRAFT PR : WIP working through ideas for integration
* movearound
* attempttwo
* openapi
* further sanding
* fix
* start on tests
* runthroughsingleconfig
* somechanges
* reflectissue
* removeerrs
* mostlyremovepanic
* removeenv
* noncfgtests
* go
* repo
* fix service config test
* add PWD to all
* test fix
* fix lint
* todo for later
* passingunittests
* alltests
* testlogger
* testloggername
* clean
2025-01-31 13:43:55 +00:00