Skip to content

feat: group by endpoint#451

Merged
tusharmath merged 16 commits intomainfrom
feat/448
Oct 11, 2023
Merged

feat: group by endpoint#451
tusharmath merged 16 commits intomainfrom
feat/448

Conversation

@amitksingh1490
Copy link
Copy Markdown
Collaborator

@amitksingh1490 amitksingh1490 commented Oct 9, 2023

Fixes #448
Build & Testing:

  • I ran cargo test successfully.
  • I have run ./lint.sh to address and fix linting issues.

Checklist:

  • I have added relevant unit & integration tests.
  • I have updated the documentation accordingly (if applicable).
  • I have performed a self-review of my own code.

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 9, 2023

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (0450061) 84.20% compared to head (f0cf813) 85.36%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #451      +/-   ##
==========================================
+ Coverage   84.20%   85.36%   +1.15%     
==========================================
  Files          50       50              
  Lines        4532     4597      +65     
==========================================
+ Hits         3816     3924     +108     
+ Misses        716      673      -43     
Files Coverage Δ
src/blueprint/blueprint.rs 84.72% <100.00%> (+4.16%) ⬆️
src/blueprint/from_config.rs 96.65% <100.00%> (+0.10%) ⬆️
src/blueprint/into_schema.rs 97.95% <100.00%> (ø)
src/config/config.rs 83.07% <ø> (ø)
src/config/from_document.rs 98.52% <100.00%> (+0.36%) ⬆️
src/config/group_by.rs 100.00% <100.00%> (ø)
src/config/mod.rs 100.00% <ø> (ø)
src/document.rs 94.59% <100.00%> (ø)
src/http/request_context.rs 100.00% <100.00%> (+27.58%) ⬆️
src/http/server_context.rs 95.65% <100.00%> (+95.65%) ⬆️
... and 5 more

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amitksingh1490 amitksingh1490 force-pushed the feat/448 branch 3 times, most recently from 858525d to e6fa268 Compare October 10, 2023 12:52
@amitksingh1490 amitksingh1490 marked this pull request as ready for review October 10, 2023 13:55
@amitksingh1490 amitksingh1490 force-pushed the feat/448 branch 3 times, most recently from 7103a02 to f55231d Compare October 10, 2023 18:42
@tusharmath tusharmath merged commit cb84f67 into main Oct 11, 2023
@tusharmath tusharmath deleted the feat/448 branch October 11, 2023 12:01
digital-phoenix pushed a commit to digital-phoenix/tailcall that referenced this pull request Oct 12, 2023
* commit '234cd25e61d23bd2300a6e15bf0b9b4014a0073c': (25 commits)
  fix: cache control headers (tailcallhq#465)
  chore: update cron freq for PR staleness
  feat: group by endpoint (tailcallhq#451)
  chore: add codecov config
  CI: ignore build when no changes for executable (tailcallhq#454)
  feature: add `tc init` command (tailcallhq#403)
  fix: deploy (tailcallhq#457)
  fix(deps): update rust crate regex to 1.10.0 (tailcallhq#456)
  fix: cargo test fail in Sonoma or later of macos (tailcallhq#453)
  chore: update examples (tailcallhq#452)
  performance: improve for PathString impl for EvaluationContext (tailcallhq#430)
  chore: close stale branches after 2 days
  fix: restricted url for graphiQL (tailcallhq#447)
  performance: minor optimisation (tailcallhq#444)
  chore:update readme (tailcallhq#446)
  chore: update stale bot schedule
  chore: update stale bot message
  chore: use title case for job names in CI (tailcallhq#437)
  chore: remove write permissions
  chore: update stale YML permissions
  ...
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.

Support Custom Batching

2 participants