Commit graph

53 commits

Author SHA1 Message Date
Laurin Quast
3dd0bd4f95
docs: document usage configuration and GraphQL Yoga (#343) 2022-09-07 12:49:42 +02:00
Kamil Kisiela
9f53db11ae
Don't panic on scalars used as variable types (#342) 2022-09-06 18:57:40 +02:00
Kamil Kisiela
87dd0a84ea Prettier packages/libraries/router/.dockerignore 2022-08-31 16:57:34 +02:00
Rob Crowe
a52340957d
Publish router docker image (#324)
Given router isn't get versioned, drop semver tags for now
2022-08-31 16:51:30 +02:00
Kamil Kisiela
1152a1b03b
Bump ts-node to solve ERR_LOADER_CHAIN_INCOMPLETE error (#326)
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2022-08-31 14:32:03 +02:00
Kamil Kisiela
8cd7a4a885
New invitation system (#315)
* New invitation system

* Fix format

* Deployment
2022-08-25 21:01:37 +02:00
github-actions[bot]
01c383e5a5
chore(release): update monorepo packages versions (#309)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-23 15:55:39 +02:00
Kamil Kisiela
5a212f61f2
Avoid marking the same type as used twice (#308)
Fixes #305
2022-08-23 15:49:10 +02:00
Kamil Kisiela
5761d9e790
Fix sample_rate in Router (#297)
* Fix sample_rate
* Sort definitions
2022-08-23 14:31:02 +02:00
Kamil Kisiela
3339d83352
Fix Rust build (#307)
* Fix Rust build

* Fixes
2022-08-23 14:13:14 +02:00
github-actions[bot]
1494017528
chore(release): update monorepo packages versions (#295)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-16 12:29:44 +02:00
Kamil Kisiela
efb03e184d
Bump @oclif/core and update CLI installation script (#292)
* Bump @oclif/core

* Update CLI installation script
2022-08-16 12:10:55 +02:00
github-actions[bot]
3bdfdb0364
chore(release): update monorepo packages versions (#288)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-12 16:08:01 +02:00
Kamil Kisiela
52969c0632
Hash operation based on its body, name, list of sorted coordinates (#283)
* Hash operation based on its body, name, list of sorted coordinates

* Support Docker Compose v2

* martynka

* Move hashing behind cache

* Add comments

* Move transformation of coordinates to the caching layer

* Add another test
2022-08-12 11:23:07 +02:00
Kamil Kisiela
ef18a38cca
Show error messages in the client when publishing the schema (#272)
Closes #267
2022-08-12 10:15:19 +02:00
Kamil Kisiela
5cf6b92766
Use Slonik v30 (#282) 2022-08-11 10:58:36 +02:00
Kamil Kisiela
23d55d7e0e
Remove comment (#271) 2022-08-08 15:07:10 +02:00
Kamil Kisiela
449b0f6e37
Initial version a plugin for Apollo Router (#266) 2022-08-08 14:58:22 +02:00
github-actions[bot]
206f1ddcb4
chore(release): update monorepo packages versions (#265)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-03 11:45:54 +02:00
JYC
c0e08216b0
fix: hide missing token warning when disabled (#260)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2022-08-03 11:39:57 +02:00
github-actions[bot]
3a65f79a5e
chore(release): update monorepo packages versions (#240)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-27 17:15:38 +02:00
Kamil Kisiela
a94fd68503
Introduce createSupergraphManager (#262) 2022-07-27 17:12:23 +02:00
Kamil Kisiela
41ec31b3d2
Update GraphQL Inspector to 3.2.0 (#239) 2022-07-12 00:28:05 +02:00
Kamil Kisiela
0fd7e9eea3
Get Started checklist (#232) 2022-07-11 18:22:07 +02:00
github-actions[bot]
1d05a46077
chore(release): update monorepo packages versions (#216)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-01 12:35:37 +02:00
Kamil Kisiela
d4bb130ee0
Enable Authorization header and /graphql endpoint (#217) 2022-07-01 12:15:57 +02:00
Kamil Kisiela
25d6b0191b
Migrate X-API-Token to Authorization header (#122) 2022-07-01 11:43:27 +02:00
Laurin Quast
80358619b1
feat: always log unexpected errors (#215)
* feat: always log unexpected errors

* feat: better handling for syntax errors on CLI and API

* chore: add changesets

* Update integration-tests/tests/cli/schema.spec.ts

* chore: ignore test fixture from prettier formatting

* run prettier

Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2022-07-01 11:25:34 +02:00
github-actions[bot]
bd49d18daa
chore(release): update monorepo packages versions (#209)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-29 15:24:08 +02:00
Kamil Kisiela
fa5045f188
Use graphql as direct dependency of CLI (#168)
* ESLint cache
2022-06-29 14:58:08 +02:00
Kamil Kisiela
17786f9fad
Enable linkToWebsite (#205) 2022-06-29 13:45:54 +02:00
Kamil Kisiela
8a66800537
Disable linkToWebsite in CLI (#203) 2022-06-29 13:04:19 +02:00
Kamil Kisiela
77b2e24765
Expose link to the website when publishing schema in GraphQL API (#198)
* Expose link to the website when publishing schema in GraphQL API
* Print link to the website in the cli
2022-06-29 09:00:39 +02:00
Kamil Kisiela
173b4844f1
Add heartbeats to tokens, webhooks and usage-ingestor services (#186)
Support BetterUptime Heartbeats
2022-06-27 13:17:32 +02:00
github-actions[bot]
d640cccf16
chore(release): update monorepo packages versions (#177)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-24 21:12:17 +02:00
Kamil Kisiela
23eb4cc07f
Add message about empty schema registry in schema:check (#176)
* Add message about empty schema registry in schema:check

* prettier on changeset...
2022-06-24 21:04:50 +02:00
Kamil Kisiela
d969ee7cc0
Improve integration tests of CLI (#174) 2022-06-24 16:51:53 +02:00
github-actions[bot]
bb34743e3b
@graphql-hive/client@0.16.0 (#167) 2022-06-23 17:23:31 +02:00
Kamil Kisiela
f7d56834bb
Show warnings in Client when commit, author or token are missing (#163)
* Show warnings in Client when commit, author or token are missing

* error not warning

* Update utils.ts

* prettier than ever
2022-06-23 15:59:01 +02:00
github-actions[bot]
40cbbb2786
chore(release): update monorepo packages versions (#161)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-23 12:09:31 +02:00
Dimitri POSTOLOV
bd3100d2a6
enable and fixes errors for @typescript-eslint/no-floating-promises rule (#150)
* enable rule and update eslint deps

* add return types

* fixes

* fix storage migration

* fix typecheck

* fix integrations tests

* fix last issues

* Update packages/libraries/client/src/client.ts

Co-authored-by: Laurin Quast <laurinquast@googlemail.com>

Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2022-06-23 12:04:10 +02:00
Kamil Kisiela
5de7e381a6
Support SchemaPublishMissingUrlError in CLI (#157)
This PR adds a dedicated error message with instructions when a service URL is missing (federated projects) thanks to the recently added `SchemaPublishMissingUrlError` type.
2022-06-23 11:21:49 +02:00
Kamil Kisiela
c82b22ac05
Simplify the schema publishing logic (#156)
- Removes the uniqueness requirement of commit it
- Makes the logic of schema publishing simpler and more readable
- Updating the service url results in a new version (previously an update of existing version)
- Introduces a requirement of defining service url in federated projects (new `SchemaPublishMissingUrlError` type)
2022-06-23 10:00:43 +02:00
Kamil Kisiela
5d0f0770d8
Revert "Simplify the schema publishing logic (#153)" (#155)
This reverts commit 38f6a92d39.
2022-06-22 15:16:36 +02:00
Dotan Simha
38f6a92d39
Simplify the schema publishing logic (#153)
- Removes the uniqueness requirement of commit it
- Makes the logic of schema publishing simpler and more readable
- Updating the service url results in a new version (previously na update of existing version)
- Introduces a requirement of defining service url in federated projects (new `SchemaPublishMissingUrlError` type)
2022-06-22 12:41:46 +02:00
github-actions[bot]
fb16a65b01
chore(release): update monorepo packages versions (#93)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-25 16:16:00 +02:00
github-actions[bot]
41c1f0b6da
chore(release): update monorepo packages versions (#91)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-25 15:56:27 +02:00
github-actions[bot]
76aa445625
chore(release): update monorepo packages versions (#88)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-25 15:21:49 +02:00
Kamil Kisiela
0a5dbeb852
Point libraries to graphql-hive.com (#87) 2022-05-25 15:18:31 +02:00
Kamil Kisiela
20e3129caa
$ prettier <all> (#46)
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
2022-05-24 16:31:53 +03:00