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
09c61ea9b4
Merged in feature/add-deletes (pull request #214 )
...
support delete for client, document and folder
* support delete
for client, document and folder
* remove batch cancel conflict
not used
Approved-by: Jacob Mathison
2026-03-04 18:30:13 +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
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
8c218f162b
Merged in feature/textExtractionsPart3 (pull request #195 )
...
enrich doc responses
* enrich doc responses
2025-12-11 14:25:51 +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
720a84be92
Merged in feature/doc_import (pull request #177 )
...
integration of background processor
* integration part 1
* feature working
* fix mimetype issue
2025-08-20 19:01:13 +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