Commit graph

81 commits

Author SHA1 Message Date
Laurin Quast
b5039ab139
feat: supergraph field information in explorer (#2235) 2023-05-22 10:01:07 +02:00
Laurin Quast
f3ee45ee9c
fix: side-effects when deleting a service (#2220) 2023-05-12 15:27:29 +02:00
Dotan Simha
9238a1f915
Schema policy checks using graphql-eslint (#1730) 2023-05-09 10:07:17 +02:00
Laurin Quast
1218cf4cd7
feat: make sure legacy project records are not broken (#2164) 2023-05-08 13:22:19 +01:00
Laurin Quast
7e1f7688f4
stop serving results from the database for stitching projects (hot fix) (#2149) 2023-05-02 12:00:04 +02:00
Laurin Quast
1fa8f762aa
feat: persist meta data and errors during schema publish (#1821) 2023-04-20 10:31:25 +02:00
Kamil Kisiela
e09daf9d2b
FeatureFlag: use latest composable version for comparisons (#1884) 2023-03-30 16:15:32 +02:00
Kamil Kisiela
fb63517c7e
Timout errors should be visible by the user (#1652) 2023-03-23 09:20:08 +00:00
Kamil Kisiela
2106641f2c
Move Query.targetSettings to Target.validationSettings (#1731) 2023-03-22 11:32:13 +01:00
Kamil Kisiela
c998eb6f05
Small improvements to the schema publishing flow (#1622) 2023-03-08 14:02:19 +01:00
Kamil Kisiela
0bdc50cfa7
Show status of external schema composition service (#1481) 2023-03-07 13:44:09 +01:00
Dotan Simha
5e62d45f04
Validate service URL in schema checks (#1529)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2023-03-01 11:13:48 +01:00
Laurin Quast
1e2ab08f95
replace tag-operations with client preset (#1441) 2023-02-24 15:39:44 +01:00
Dotan Simha
d6d2347701
1️⃣ Stop creating default organization and refactor ui for org creation (#1450) 2023-02-22 14:03:01 +02:00
Dimitri POSTOLOV
ad94213674
Update eslint/prettier config (#1363) 2023-02-19 02:50:29 +00:00
Kamil Kisiela
b824f5e906
integration-tests: fix a race condition in Artifacts CDN tests 2023-02-10 16:53:08 +01:00
Dimitri POSTOLOV
de7ba835e4
migrate to vitest (#921)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2023-02-10 11:11:23 +01:00
Kamil Kisiela
99f7c66a44
Fix publishing of a service right after deleting it (#1326) 2023-02-09 16:45:36 +01:00
Kamil Kisiela
afae33eb21
New and improved model of Schema Registry (#789) 2023-02-02 19:35:59 +01:00
Kamil Kisiela
97f15a2d58
Fix reporting of Invalid Token error to Sentry (#1184) 2023-01-30 18:32:15 +01:00
Laurin Quast
a9087915d8
chore: move integration-tests to use the client preset (#1180) 2023-01-30 11:09:44 +01:00
Laurin Quast
c8d6aa4a27
feat: support new cdn tokens (#1061) 2023-01-27 12:59:09 +01:00
Laurin Quast
162bda92d9
feat: use s3 bucket for validating CDN access tokens (#1143) 2023-01-26 16:36:49 +01:00
Kamil Kisiela
fcec5f7b18
Pass errors coming from the external composition to the end-user (#1132) 2023-01-25 16:59:47 +01:00
Laurin Quast
dfd1d37e96
refactor: change dependency chain (#1127) 2023-01-25 09:10:29 +00:00
Laurin Quast
a505bcfbe0
Revert "feat: read legacy s3 key from s3 for artifact API requests [3/4]" (#1120) 2023-01-24 17:54:30 +01:00
Laurin Quast
c85d8aa0d0
feat: read legacy s3 key from s3 for artifact API requests [3/4] (#1005) 2023-01-24 15:03:04 +01:00
Laurin Quast
e3a3667c28
feat: store legacy cdn keys on s3 [1/4] (#1003) 2023-01-23 17:21:02 +01:00
Denis Badurina
8287a51255
prettier should be responsible for import sorting instead of eslint (#1027) 2023-01-23 10:30:38 +01:00
Kamil Kisiela
5548a7bb32
Avoid overfetching and get operation's body on-demand (#1058) 2023-01-18 14:38:56 +01:00
Kamil Kisiela
f0af9f2e67
Use ClickHouse Cloud for READ operations and drop legacy tables (#1031) 2023-01-17 11:45:09 +01:00
Laurin Quast
74b0af85ae
feat: integration test apollo gateway + server compatibility (#988) 2023-01-12 10:55:28 +01:00
Kamil Kisiela
21a135b9d4
Fix the default retention period of personal plans in PG (#949) 2023-01-05 10:27:42 +00:00
Kamil Kisiela
a972fe26f2
Improvements in change detection and the strictness of the registry (#930) 2022-12-30 14:51:42 +00:00
Dimitri POSTOLOV
bd5496ebff
[🔧 ESLint] several different rules fixes (#737) 2022-12-28 21:38:03 +01:00
Dimitri POSTOLOV
7ad5e26c34
[🔧 ESLint] import sort (#736) 2022-12-28 20:22:54 +01:00
Kamil Kisiela
d185e4f24e
Use named arguments in createToken (seed) (#918) 2022-12-28 12:35:44 +00:00
Dotan Simha
34b80e9492
Drop dockest, refactor integration testkit, and run all integration tests in parallel (#883)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2022-12-28 10:37:23 +01:00
Laurin Quast
72b036a308
feat: more granular configuration of OIDC endpoints (#835) 2022-12-20 13:18:05 +01:00
Denis Badurina
f6090f1d41
fix(api): Synchronise schema publishing per target (#764)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2022-12-15 20:51:35 +01:00
Dimitri POSTOLOV
01124cd5a3
[🔧 ESLint] fixes for unicorn/numeric-separators-style rule (#735) 2022-12-08 08:18:48 +01:00
Kamil Kisiela
6536f48a66
publishing composable schema with the extension of Query should work (#762) 2022-12-07 16:51:20 +00:00
Kamil Kisiela
686f2e2b5a
Ignore build error of the previous version when experimental acceptBreakingChanges is enabled (#761) 2022-12-07 12:24:11 +01:00
Kamil Kisiela
86161052bd
Transfer ownership of an organization (#732) 2022-12-07 11:36:52 +01:00
Laurin Quast
7e3cf3ec4b
fix: remove /sdl part of the artifacts cdn url (#755) 2022-12-06 11:11:09 +00:00
Laurin Quast
19b9d2596e
feat: support e-tag on artifact CDN handler level (#744) 2022-12-06 12:01:17 +01:00
Laurin Quast
f0735fad28
feat: federation 2 service container (#743) 2022-12-06 12:01:03 +01:00
Laurin Quast
265313cd8d
feat: show cdn stuff for self-hosted version (#725) 2022-12-02 09:19:57 +01:00
Laurin Quast
8412a34e1a
new artifacts API (#692)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2022-12-01 11:08:52 +01:00
renovate[bot]
1afe0ec73a
Update dependency @theguild/prettier-config to v1 (#676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2022-11-24 10:00:41 +00:00