Jay Brown
451da3d26d
Merged in feature/service-accounts-1 (pull request #227 )
...
Support for service accounts with static credentials
* feature complete
* tests and docs
* lint fix
2026-05-21 19:40:04 +00:00
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
2eff52877b
Merged in feature/download-pdf (pull request #216 )
...
retrieve document by id and tests
* working
* missing files
2026-03-17 17:06:57 +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
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
c668485e6f
Merged in feature/cognito-shared-environments (pull request #211 )
...
cognito and permit shared prod environment support
* code complete
* user creattion tool
test harness
2026-02-26 12:33:35 +00:00
Jay Brown
6dccf494f8
Merged in feature/permit-policy-cleanup (pull request #210 )
...
cleanup permit policies and correct documentation
* docs
* policy cleanup
* refactor
* Merge remote-tracking branch 'origin/feature/permit-policy-cleanup' into feature/permit-policy-cleanup
* docs and edits
2026-02-19 20:22:59 +00:00
Jay Brown
d7f6c3700b
Merged in feature/local-pdp (pull request #208 )
...
permit.io local pdp
* docs and testing
* build fix
* docs
* permit rights
* accept self signed certs
* fix eula error
2026-02-12 23:46:53 +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
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
4ad8168f35
Merged in feature/setup_docs (pull request #199 )
...
docs for new env setup
* docs for new env setup
* lint fix
* docs
2026-01-07 19:35:53 +00:00
Jay Brown
ab7072ac90
Merged in feature/permit.api.keys (pull request #196 )
...
permit keys
* permit keys
use the environment from the api key if requested
2025-12-11 22:18:42 +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
2b43799f56
Merged in feature/admin-api (pull request #191 )
...
admin api and associated tools
* in progress
admin api started and permit.io setup tool started
* docs
* build fix
* integration tests passing
* new permit variables
* fix permit
* fix delete regex
* fix delete response
* docs
* docs
2025-10-23 22:57:15 +00:00
Jay Brown
a6e081e5cd
Merged in feature/log-version (pull request #185 )
...
inject and print version at startup for all services
* inject and print version
* coverage
2025-09-18 21:06:21 +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
3de3d0a7b3
swagger part 1
2025-08-05 07:03:35 -07:00
Jay Brown
2ff6e05ffc
Merged in feature/permit-integration-1 (pull request #172 )
...
Permit integration - part 1
* WIP permit integration
* slim down build
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-integration-1
* omit swagger from auth
* clean build
* comment
* part 1 completed
this is the initial permitio parts and tests without integration. Also testing.md since we have a new test target `task test:permitio`
* feature flag for no jwt validation
* permit integration
* fix ci unit tests
* ci fix
* build fix
* fix home handler
* fix redirect
* test fix
* update docs for auth
2025-07-11 19:27:14 +00:00
Michael McGuinness
3028fe7eaa
Merged in feature/linting (pull request #168 )
...
Linting Updates
* precommit
* smallerchecks
* govuln
2025-06-23 15:58:20 +00:00
Jay Brown
daf4d4b94b
Merged in feature/permit-io-demo (pull request #144 )
...
draft pr for the test demo harness for permit.io
* harness working
for permit.io demo
* user is const
* aws profile
* permit import code
for research
* cleanup
* create user tool poc
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-io-demo
* tests for user creation
* add audit logs
and dry-run
* add tests
sanity check the requested roles
* update docs for delete
* disable/enable users
and test
* more tests
and make user name required only for create operations
* clean up
* add docs
* aws tag tests
* audit -> slog
* attempt build fix devbox
* edit
* just devbox
* remove lock change for merge
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-io-demo
2025-06-13 19:42:24 +00:00
Jay Brown
e544f08505
Merged in feature/cognito-mfa-1 (pull request #154 )
...
DRAFT for mfa demo
* for mfa demo
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/cognito-mfa-1
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/cognito-mfa-1
* cleanup
* list cognito users
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/cognito-mfa-1
2025-06-10 17:01:30 +00:00
Michael McGuinness
693457ce2d
Merged in feature/movefromtrigger (pull request #164 )
...
Single Text Queue
* notrigger
2025-06-10 12:57:30 +00:00
Michael McGuinness
76e4f5790f
Merged in feature/health (pull request #163 )
...
Health Endpoint
* health
2025-06-09 23:30:06 +00:00
Michael McGuinness
b8302344b4
Merged in feature/ecr (pull request #159 )
...
Test
* tests
* tar
* go
* tmp
* test
* go
* go
* go
* config
* goup
* versioning
* order
* cleanup
* git
* smallopts
* flags
* lessisgood
* go
* order
* ordermatters
* order
* cc
* test
2025-06-02 10:44:45 +00:00
Michael McGuinness
db469e7491
Merged in feature/assertions (pull request #158 )
...
Assertions + Gen Text
* assert
2025-05-28 12:36:47 +00: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
61d12bf8df
Merged in feature/checkbox (pull request #145 )
...
Checkbox Primary Edge Cases
* hascheckboxlogic
* gen
* preppinggen
* exploringcheckbox
* removeunselected
* tests
* failingtest
* failintests
* nomockqueryapi
* db
* name
* nocontainer
* deleterow
* cnc
* extradocsandupdatetextracts
* moretables
* appndedtables
* baseversion
2025-05-20 12:47:22 +00:00
jay brown
334730c2f3
fix home page
2025-05-12 13:02:55 -07:00
Michael McGuinness
af361b4a67
Merged in feature/testclean (pull request #126 )
...
Bit of test clean up
* fixes
2025-04-29 17:13:09 +00:00
Michael McGuinness
752fb2e2c0
Merged in feature/chc_1 (pull request #120 )
...
Text Extraction Clean Up + Parallelization
* merged_Call
* directchildren
* bitofimprovements
* go
* parallel
* fixfullsuite
* pondforconcurrency
* comments
* muchdone
* bitsofclean
* stabilisedtests
* snappy
* threadpooltests
* childelements
* testspassed
2025-04-25 17:02:50 +00:00
jay brown
525d3e0b7b
docs
2025-04-24 13:28:49 -07:00
parity-error
28211710cc
Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/cognito
2025-04-23 11:04:14 -07:00
Michael McGuinness
bbe6f4188e
Merged in feature/tests (pull request #117 )
...
Feature/tests
* improvetests
* generation
* simplifiedtesting
* simplifiedtesting
* longfile
2025-04-23 17:51:44 +00:00
Michael McGuinness
47fec079e5
Merged in feature/demo (pull request #116 )
...
Demo prep + Fix client sync
* firstversion
* clientsync
* configlint
* fixtests
2025-04-22 19:57:35 +00:00
jay brown
f28561dac6
merge main
2025-04-22 12:09:51 -07: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
jay brown
55c569baeb
pr cleanup
...
config consolidation
2025-04-17 15:59:14 -07:00
jay brown
c229fb5a13
pr fixes part 1
2025-04-17 11:53:26 -07:00
jay brown
61accd4dd4
partial working
2025-04-11 16:46:05 -07:00
jay brown
ba6f624299
auth.configprovider
2025-04-11 15:23:53 -07:00
jay brown
f620118b59
merge authconfig
2025-04-11 11:13:07 -07:00
jay brown
4f40a7e6ea
config integration
...
begin cognito config integration
2025-04-09 17:19:19 -07:00
jay brown
dd9c53df04
auth package WIP
2025-04-08 16:27:06 -07:00