Jay Brown
33b0931b8c
Merged in feature/chatbot-limits (pull request #228 )
...
fix chatbot limits and test
* add tests
2026-05-28 19:23:39 +00:00
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
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
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
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
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
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
a94637ab13
Merged in feature/fix_test_timeouts (pull request #194 )
...
text extractions tests
* increase timeout
for slow ci/cd systems
* add tests
2025-12-04 22:45:15 +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
7638fd3a90
Merged in feature/rate-limiting (pull request #190 )
...
Implement global and per ip rate limiting
* all tests passing
* test fix
* Enhances test environment for rate limiting
Updates the test environment to better support rate limiting tests.
- Increases rate limits in test container to avoid interference with legitimate test traffic.
- Increases the polling interval for client status checks to reduce load on the rate limiter.
- Adds logic to retry status checks if rate limiting is encountered.
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/rate-limiting
* build fix
* test fix
2025-10-13 22:13:15 +00:00
Jay Brown
c9eef574c0
Merged in feature/expose-version (pull request #186 )
...
expose version to api
* expose version
2025-09-19 19:18:37 +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
a8e1095abc
manual tests
2025-08-08 12:38:43 -07:00
jay brown
3de3d0a7b3
swagger part 1
2025-08-05 07:03:35 -07:00
jay brown
00a46eb629
fix incremental logic
2025-07-22 11:42:47 -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
Jay Brown
673ba503c8
Merged in feature/minimal-test-parallelism (pull request #173 )
...
Minimal test parallelism
* Minimal test parallelism
to fix issues with ci/cd memory
2025-07-01 17:28:17 +00:00
Jay Brown
79e0085fb3
Merged in feature/debug-queryapi (pull request #170 )
...
new compose and dockerfile
* new compose and dockerfile
* add task docker:build:debug
* update readme
* Merged main into feature/debug-queryapi
2025-06-30 21:00:49 +00:00
Jay Brown
45b5f2fd50
Merged in feature/ai-generated-docs (pull request #167 )
...
ai generated docs and related tools for publishing new versions
* ai generated docs
and tooling
* tools
* add mermaid links
* add task docs:ai:generate
* Merged main into feature/ai-generated-docs
Approved-by: Michael McGuinness
2025-06-24 19:56:56 +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
Michael McGuinness
e0d91d17e1
Merged in feature/incrementalfullsuite (pull request #166 )
...
Feature/incrementalfullsuite
* makeincremental
* don
* passfullsuite
* simpler
2025-06-11 12:01:04 +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
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
46882da5f5
Merged in bugfix/build (pull request #156 )
...
Ensure build
* fix
2025-05-26 15:41:19 +00:00
Michael McGuinness
007c32a58d
Merged in feature/memory (pull request #155 )
...
Memory Scripts
* tests
* cleanermemtest
* files
* tests
2025-05-26 09:24:38 +00:00
Michael McGuinness
36ff8096f3
Merged in bugfix/dockerbuild (pull request #149 )
...
Doc Build Update
* dockerbuild
2025-05-22 09:16:09 +00:00
Michael McGuinness
e23ada9a8e
Merged in bugfix/querytest (pull request #147 )
...
Pass Test Query
* passfullsutie
2025-05-21 11:25:17 +00:00
Michael McGuinness
418a2761b3
Merged in feature/mergecell (pull request #142 )
...
Merged Cell
* mergecellv1
* buildimg
* merging
* addfile
* justmergedcell
2025-05-13 12:33:34 +00:00
Michael McGuinness
125b9e3c31
Merged in feature/splittests (pull request #141 )
...
Always Race and Split Tests
* addrace
* noraceinfull
2025-05-13 08:51:16 +00:00
Michael McGuinness
9dfd867906
Merged in feature/splittests (pull request #140 )
...
Split Tests
* split
2025-05-12 20:54:16 +00:00
Michael McGuinness
f5061f53db
Merged in feature/timeout (pull request #138 )
...
Remove race conditions from -race in tests
* timeout
* raceconditions
* nobuildgp
* build
* perf
2025-05-12 15:11:50 +00:00
Michael McGuinness
b5c30b4af7
Merged in feature/splittest (pull request #137 )
...
Split Slow DB Test
* split
2025-05-09 23:49:02 +00:00
Michael McGuinness
c4c0b9bd32
Merged in update/ci (pull request #127 )
...
added CI
* onlywherenecessary
* export
* dockersocketoverride
* disablecleanup
* networkfromenv
* fullsuite
* ci
* dockerhost
* name
* network
* buildfirst
* rm
* caches
* additionalcaches
* additionalcaches
* cachenix
* nix
* requiredprofile
* nonixcache
* nobuild
* moremem
* rmgomodules
* buildfirst
* faster
* clean
2025-05-08 16:04:45 +00:00
Michael McGuinness
e84454b46f
Merged in bugfix/toomanythreads (pull request #136 )
...
Too Many Threads
* dropthreads
* assertstatus
* assertstatus
2025-05-06 13:49:49 +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
dd2eebf13a
Merged in feature/testingopts (pull request #129 )
...
Testing Options and Clean Up
* bitsandbobs
* lint
* healthchecks
* imgintests
* singlegenerate
* testclean
* network
* networkclean
* cmds
2025-05-03 01:16:53 +00: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
parity-error
e55585bae1
Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/cognito
2025-04-24 06:33:17 -07:00
Michael McGuinness
d54c823d77
Merged in feature/tableandtests (pull request #119 )
...
Stabilise tests and CNC_1 Sample
* testspeedup
* notyet
* replacebits
* noflake
2025-04-24 13:31:47 +00:00