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: bundle mesh as a binary #7339

Merged
merged 293 commits into from
Sep 2, 2024
Merged

feat: bundle mesh as a binary #7339

merged 293 commits into from
Sep 2, 2024

Conversation

YassinEldeeb
Copy link
Collaborator

@YassinEldeeb YassinEldeeb commented Jul 23, 2024

Closes #7346

TODO

  • Fix PR comment links in CI to use artifacts of different platform builds
  • E2E test all platforms the binary is built for (can be a separate PR)
  • Make sure release works both for stable and alphas
  • install.sh script
  • Windows binary
  • Document
  • Inject binary version for the --version command to work properly

@ardatan ardatan force-pushed the master branch 4 times, most recently from 72ed5cd to fbf068b Compare July 24, 2024 12:25
@ardatan ardatan force-pushed the master branch 2 times, most recently from b78fdb4 to a1bfc49 Compare August 2, 2024 15:13
@YassinEldeeb YassinEldeeb marked this pull request as ready for review August 7, 2024 03:44
@YassinEldeeb YassinEldeeb force-pushed the bundle-mesh-as-binary branch from 27c6d81 to e51b42c Compare August 7, 2024 03:46
Copy link
Contributor

github-actions bot commented Aug 7, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-hive/gateway 0.1.2-alpha-20240902204155-7c271af0fc083a2deb07753b049f4af6296fd549 npm ↗︎ unpkg ↗︎
@graphql-mesh/cli 0.96.1-alpha-20240902204155-7c271af0fc083a2deb07753b049f4af6296fd549 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hive 0.102.6-alpha-20240902204155-7c271af0fc083a2deb07753b049f4af6296fd549 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-hive 0.102.6-alpha-20240902204155-7c271af0fc083a2deb07753b049f4af6296fd549 npm ↗︎ unpkg ↗︎
@graphql-mesh/hmac-upstream-signature 0.4.2-alpha-20240902204155-7c271af0fc083a2deb07753b049f4af6296fd549 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-jwt-auth 0.4.2-alpha-20240902204155-7c271af0fc083a2deb07753b049f4af6296fd549 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-opentelemetry 0.4.2-alpha-20240902204155-7c271af0fc083a2deb07753b049f4af6296fd549 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-headers 0.7.2-alpha-20240902204155-7c271af0fc083a2deb07753b049f4af6296fd549 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 0.107.2-alpha-20240902204155-7c271af0fc083a2deb07753b049f4af6296fd549 npm ↗︎ unpkg ↗︎
@graphql-mesh/serve-cli 0.12.2-alpha-20240902204155-7c271af0fc083a2deb07753b049f4af6296fd549 npm ↗︎ unpkg ↗︎
@graphql-mesh/serve-runtime 0.9.2-alpha-20240902204155-7c271af0fc083a2deb07753b049f4af6296fd549 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Aug 7, 2024

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

Copy link
Contributor

github-actions bot commented Aug 7, 2024

💻 Website Preview

The latest changes are available as preview in: https://64fbab80.graphql-mesh.pages.dev

@YassinEldeeb YassinEldeeb force-pushed the bundle-mesh-as-binary branch from b6a665c to 591c552 Compare August 8, 2024 13:48
e2e/utils/tenv.ts Outdated Show resolved Hide resolved
@enisdenjo enisdenjo force-pushed the bundle-mesh-as-binary branch from 89a2b43 to cdbe38b Compare August 26, 2024 15:43
@enisdenjo enisdenjo force-pushed the bundle-mesh-as-binary branch 2 times, most recently from e4f67c9 to 45ad75c Compare August 29, 2024 08:25
@ardatan ardatan force-pushed the bundle-mesh-as-binary branch from 49a2461 to 96a2a4f Compare August 29, 2024 14:41
Repository owner deleted a comment from github-actions bot Aug 29, 2024
Repository owner deleted a comment from github-actions bot Aug 29, 2024
Repository owner deleted a comment from github-actions bot Aug 29, 2024
Repository owner deleted a comment from github-actions bot Aug 29, 2024
Repository owner deleted a comment from github-actions bot Aug 29, 2024
@ardatan ardatan force-pushed the bundle-mesh-as-binary branch from 82376ee to 603cc06 Compare August 29, 2024 15:02
Copy link
Contributor

github-actions bot commented Aug 29, 2024

The build artifacts of mesh-serve as a single executable for ubuntu-latest - x86_64 are available at:
Download

Copy link
Contributor

github-actions bot commented Aug 29, 2024

The build artifacts of mesh-serve as a single executable for macos-latest - x86_64 are available at:
Download

Copy link
Contributor

github-actions bot commented Aug 29, 2024

The build artifacts of mesh-serve as a single executable for macos-latest-large - aarch64 are available at:
Download

Repository owner deleted a comment from github-actions bot Aug 29, 2024
@ardatan ardatan force-pushed the bundle-mesh-as-binary branch from 2bc07db to 9fff04f Compare September 2, 2024 15:54
@ardatan ardatan requested a review from enisdenjo September 2, 2024 15:54
@ardatan ardatan force-pushed the bundle-mesh-as-binary branch from 13728eb to 7c271af Compare September 2, 2024 20:39
@ardatan ardatan merged commit b50ad41 into master Sep 2, 2024
36 of 37 checks passed
@ardatan ardatan deleted the bundle-mesh-as-binary branch September 2, 2024 20:39
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.

Single Executable Binary for Mesh Serve
4 participants