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

Update deno, so we can generate docs again #3626

Merged
merged 14 commits into from
Aug 29, 2023
Merged

Conversation

o0Ignition0o
Copy link
Contributor

@o0Ignition0o o0Ignition0o commented Aug 21, 2023

Fix #3305, #3684

Router docs failed to build on crates.io because of a documentation compile error in Deno.
This updates Deno to the latest version, which allows us to generate crates.io documentation again.

@github-actions

This comment has been minimized.

@router-perf
Copy link

router-perf bot commented Aug 21, 2023

CI performance tests

  • step - Basic stress test that steps up the number of users over time
  • events_without_dedup - Stress test for events with a lot of users and deduplication DISABLED
  • xlarge-request - Stress test with 10 MB request payload
  • xxlarge-request - Stress test with 100 MB request payload
  • events_big_cap_high_rate - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity
  • const - Basic stress test that runs with a constant number of users
  • reload - Reload test over a long period of time at a constant rate of users
  • large-request - Stress test with a 1 MB request payload
  • events - Stress test for events with a lot of users and deduplication ENABLED
  • step-jemalloc-tuning - Clone of the basic stress test for jemalloc tuning
  • no-graphos - Basic stress test, no GraphOS.

@o0Ignition0o o0Ignition0o marked this pull request as ready for review August 24, 2023 07:17
@o0Ignition0o o0Ignition0o requested a review from a team as a code owner August 24, 2023 07:17
Condition:
condition: sendValue
if_clause:
Flatten:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Geal I've tagged you as reviewer since this needs attention and i /think/ you worked on it for the auth pr

@@ -22,6 +22,7 @@ To compile the Apollo Router, you need to have the following installed:
<!-- renovate-automation: rustc version -->
* [Rust 1.71.1 or later](https://www.rust-lang.org/tools/install)
* [Node.js 16.9.1 or later](https://nodejs.org/en/download/)
* [CMake 3.5.1 or later](https://cmake.org/download/)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should we add protoc to the prerequisites?

@o0Ignition0o o0Ignition0o merged commit 01bb514 into dev Aug 29, 2023
11 of 12 checks passed
@o0Ignition0o o0Ignition0o deleted the igni/update_router_bridge branch August 29, 2023 09:21
@Geal Geal mentioned this pull request Sep 4, 2023
@abernix abernix mentioned this pull request Sep 4, 2023
@@ -22,6 +22,7 @@ To compile the Apollo Router, you need to have the following installed:
<!-- renovate-automation: rustc version -->
* [Rust 1.71.1 or later](https://www.rust-lang.org/tools/install)
* [Node.js 16.9.1 or later](https://nodejs.org/en/download/)
* [CMake 3.5.1 or later](https://cmake.org/download/)
Copy link
Member

Choose a reason for hiding this comment

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

@o0Ignition0o Should we retroactively add something to CHANGELOG saying that as of v1.29.0, building Router from source requires CMake to be installed?

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.

docs failing to build for apollo-router on crates/docs.rs
3 participants