Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Feature/poem migration start | NPG-0000 #538

Closed
wants to merge 42 commits into from
Closed
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
863aec8
build(event-db): remove obsolete .env file causing warnings.
stevenj Aug 23, 2023
6f73f0f
build(cat-data-service): Update dependencies and add dependencies on …
stevenj Aug 23, 2023
c58c88f
feat(cat-data-service): Run a Poem service in parallel with the curre…
stevenj Aug 23, 2023
8d8005f
feat(cat-data-service): Add stoplight as the default docs viewer for …
stevenj Aug 23, 2023
9643163
feat(cat-data-service): Add prometheus metrics to poem service
stevenj Aug 25, 2023
416dbc1
Merge branch 'main' into feature/poem-migration-start
stevenj Aug 26, 2023
5da3cc9
feat(local environment): Add basic monitoring stack with working log …
stevenj Aug 28, 2023
ebb5644
feat(cat-data-service): refactor and cleanup the poem api integration
stevenj Aug 28, 2023
a411a78
chore(local environment): Properly exclude `local` from only the repo…
stevenj Aug 28, 2023
96a8a10
fix(cicd): Fix opentelemetry version to 0.19 to prevent version issues
stevenj Aug 28, 2023
7e7cb61
fix fmt
Mr-Leshiy Aug 28, 2023
e3197aa
refactor, fix issues
Mr-Leshiy Aug 28, 2023
0c24f52
feat(cat-data-service): wip code cleanups
stevenj Aug 28, 2023
0b6a018
Merge branch 'feature/poem-migration-start' of github.com:input-outpu…
stevenj Aug 28, 2023
493be6a
feat(cat-data-service): Further cleanup for poem integration
stevenj Aug 29, 2023
edf8b38
feat(cat-data-service): Further cleanup for poem integration
stevenj Aug 29, 2023
ba21941
Merge branch 'main' into feature/poem-migration-start
stevenj Aug 29, 2023
643ac1b
feat(cat-data-service): More wip initial poem integration work
stevenj Aug 30, 2023
5dd41f5
docs(cat-data-service): Add documentation for all currently used resp…
stevenj Aug 30, 2023
c717d8e
feat(snapshot): Add analysis to snapshot check to look for and catego…
stevenj Sep 1, 2023
ccfe052
feat(cat-data-service): Add API env vars to set the hostnames
stevenj Sep 1, 2023
799912a
feat(cat-data-service): Move the panic handling to its own module
stevenj Sep 1, 2023
5a9c9bf
feat(cat-data-service): Add full documentation for the API top level
stevenj Sep 1, 2023
6ee6a66
feat(cat-data-service): Add health endpoints and document them.
stevenj Sep 1, 2023
9f82ef1
feat(cat-data-service): Add generic parts of the api
stevenj Sep 1, 2023
e2b619c
feat(cat-data-service): try and make spans work and async aware
stevenj Sep 1, 2023
e1b0222
Merge branch 'main' into feature/poem-migration-start
stevenj Sep 3, 2023
5f289c5
fix(cat-data-service): fix getting service url from env var
stevenj Sep 3, 2023
99cd8d7
style(cat-data-service): cleanup clippy lints
stevenj Sep 3, 2023
bd2406b
docs(cat-data-service): Fix quoting in documentation causing doc buil…
stevenj Sep 3, 2023
3b60030
feat(cat-data-service): Refactor ready to call axum directly when poe…
stevenj Sep 4, 2023
8c0e9be
feat(cat-data-service): Internally proxy all unimplemented endpoints …
stevenj Sep 4, 2023
65dee5f
feat(cat-data-service): Fix prometheus on upgrade and use middleware …
stevenj Sep 4, 2023
a0b7e42
refactor(cat-data-service): Cleanup API Returns so that they only nee…
stevenj Sep 5, 2023
c038f06
feat(cat-data-service): Logging, Metrics and tracing now works correc…
stevenj Sep 7, 2023
3f5f4c2
Merge branch 'main' into feature/poem-migration-start
stevenj Sep 8, 2023
3e8c22a
fix(cat-data-service): Fix logging so its enabled outside spans. Als…
stevenj Sep 8, 2023
2e272fc
feat(cat-data-service): New endpoint tests
stevenj Sep 8, 2023
a5b2305
Merge branch 'feature/poem-migration-start' of github.com:input-outpu…
stevenj Sep 8, 2023
b6ea6c9
feat(cat-data-service): Finish validation example for demo.
stevenj Sep 8, 2023
77185a1
feat: Add `registration/voter` endpoint to poem service | NPG-8137 (#…
Mr-Leshiy Sep 19, 2023
a46f19c
feat: Handle DB connection timeouts | NPG-000 (#590)
saibatizoku Oct 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ lefthook.yml
treefmt.toml

# local earthly Environments
local/*
/local
Loading
Loading