Skip to content

refactor: use http framework #152

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

Merged
merged 3 commits into from
Jul 27, 2022
Merged

refactor: use http framework #152

merged 3 commits into from
Jul 27, 2022

Conversation

aaron-steinfeld
Copy link
Contributor

Description

Use composable http service framework

Copy link
Contributor Author

@aaron-steinfeld aaron-steinfeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions

This comment has been minimized.

@codecov
Copy link

codecov bot commented Jul 27, 2022

Codecov Report

Merging #152 (5f24f44) into main (1c64f19) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #152   +/-   ##
=========================================
  Coverage     22.77%   22.77%           
  Complexity       75       75           
=========================================
  Files            65       65           
  Lines          1739     1739           
  Branches         53       53           
=========================================
  Hits            396      396           
  Misses         1334     1334           
  Partials          9        9           
Flag Coverage Δ
unit 22.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@aaron-steinfeld aaron-steinfeld marked this pull request as ready for review July 27, 2022 23:09
@aaron-steinfeld aaron-steinfeld requested a review from a team as a code owner July 27, 2022 23:09
private static final String SERVICE_NAME = "hypertrace-graphql";

@Override
public List<HttpHandlerDefinition> buildHandlers(HttpContainerEnvironment environment) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this in the hypertrace-core-graphql or is it needed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's in both - each defines its own service (and docker image) as legacy of when hypertrace and hypertrace-core had independent platforms.

@aaron-steinfeld aaron-steinfeld merged commit 3b65dfb into main Jul 27, 2022
@aaron-steinfeld aaron-steinfeld deleted the use-http-framework branch July 27, 2022 23:15
@github-actions
Copy link

Unit Test Results

11 files  ±0  11 suites  ±0   14s ⏱️ -9s
24 tests ±0  24 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 3b65dfb. ± Comparison against base commit 1c64f19.

skjindal93 pushed a commit that referenced this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants