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

chore(core): service account cookie #3866

Merged
merged 11 commits into from
Oct 25, 2023
Merged

chore(core): service account cookie #3866

merged 11 commits into from
Oct 25, 2023

Conversation

glasstiger
Copy link
Contributor

@glasstiger glasstiger commented Oct 18, 2023

Infrastructure code for handling cookies on the REST API.

Required by https://github.com/questdb/questdb-enterprise/pull/194

@glasstiger glasstiger marked this pull request as draft October 18, 2023 00:53
@glasstiger glasstiger marked this pull request as ready for review October 18, 2023 08:44
@ideoma
Copy link
Collaborator

ideoma commented Oct 24, 2023

[PR Coverage check]

😍 pass : 105 / 127 (82.68%)

file detail

path covered line new line coverage
🔵 io/questdb/cutlass/http/HttpConstants.java 0 1 00.00%
🔵 io/questdb/cairo/SecurityContext.java 0 3 00.00%
🔵 io/questdb/cutlass/http/client/HttpClient.java 5 11 45.45%
🔵 io/questdb/cutlass/http/processors/TextQueryProcessor.java 2 3 66.67%
🔵 io/questdb/HttpClientConfiguration.java 5 7 71.43%
🔵 io/questdb/cutlass/http/HttpResponseSink.java 20 26 76.92%
🔵 io/questdb/cutlass/http/HttpConnectionContext.java 11 12 91.67%
🔵 io/questdb/cutlass/http/processors/JsonQueryProcessor.java 21 23 91.30%
🔵 io/questdb/cutlass/http/DefaultHttpContextConfiguration.java 1 1 100.00%
🔵 io/questdb/cutlass/line/tcp/LineTcpMeasurementScheduler.java 1 1 100.00%
🔵 io/questdb/PropServerConfiguration.java 3 3 100.00%
🔵 io/questdb/DefaultFactoryProvider.java 1 1 100.00%
🔵 io/questdb/cutlass/http/DefaultHttpCookieHandler.java 3 3 100.00%
🔵 io/questdb/cairo/TableUtils.java 10 10 100.00%
🔵 io/questdb/cutlass/http/HttpServer.java 7 7 100.00%
🔵 io/questdb/cutlass/http/processors/TextImportProcessor.java 2 2 100.00%
🔵 io/questdb/FactoryProviderImpl.java 1 1 100.00%
🔵 io/questdb/cairo/CairoEngine.java 2 2 100.00%
🔵 io/questdb/PropertyKey.java 1 1 100.00%
🔵 io/questdb/cutlass/Services.java 3 3 100.00%
🔵 io/questdb/DefaultHttpClientConfiguration.java 3 3 100.00%
🔵 io/questdb/cutlass/http/processors/JsonQueryProcessorState.java 3 3 100.00%

@ideoma ideoma merged commit 323b2f9 into master Oct 25, 2023
21 checks passed
@ideoma ideoma deleted the ia_servacc_cookie branch October 25, 2023 09:34
marregui pushed a commit that referenced this pull request Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants