Commit graph

995 commits

Author SHA1 Message Date
Laurin Quast
799eb03df9
feat(api): refactor Query.organization + expose via public API (#6653) 2025-03-25 15:20:37 +01:00
Laurin Quast
c1d9c0568d
feat(api): filter private schema into public schema using federation contracts (#6614) 2025-03-21 14:19:17 +01:00
jdolle
2056307844
feat: Add setting to make dangerous changes into breaking (#6626)
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2025-03-20 18:40:59 +00:00
Laurin Quast
a5e00f260a
fix: bump @theguild/federation-composition (#6633) 2025-03-20 08:50:16 +00:00
Laurin Quast
7b9129cd86
feat(app): organization access token management ui (#6556) 2025-03-11 08:43:45 +00:00
jdolle
c0d9ca30d4
feat: restrict service creation by characters and length (#6585) 2025-03-11 14:37:09 +08:00
Kamil Kisiela
e10de0370c
Ensure type extension fields are properly considered in unused schema detection (#6586) 2025-03-07 00:42:28 +00:00
jdolle
bb2f2aa30f
feat: accept url in schema check (#6582) 2025-03-07 08:41:00 +08:00
Laurin Quast
3bf0598075
feat: organization access token error handling (#6573)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-06 15:47:47 +08:00
Laurin Quast
8c3413a207
feat(usage): report with organization access tokens (#6538)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-06 09:19:37 +08:00
Laurin Quast
2623356e49
fix: members page with member:modify (#6561) 2025-02-28 10:33:41 +08:00
jdolle
9dfd3ca685
feat: add metadata to hive ui with linked directive support (#6517)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-27 09:26:47 -08:00
Laurin Quast
3043d4ea3e
feat(api): organization access tokens (#6493)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-25 10:01:32 +08:00
Kamil Kisiela
719e3e6864
Move all email templates to the email service (#6542) 2025-02-24 15:24:06 +01:00
Kamil Kisiela
f60ae6e83e
Replaces rate-limit, stripe-billing and usage-estimator with commerce (#6540) 2025-02-24 10:41:01 +00:00
Kamil Kisiela
21572b94d5
Try new major of graphql-modules (#6533) 2025-02-19 11:46:08 +00:00
Dotan Simha
92867925f1
chore(security): pnpm minor upgrade, cleanup latest cves and update octokit to latest (#6526) 2025-02-16 09:08:38 +02:00
Kamil Kisiela
cef7fd88e4
Update @theguild/federation-composition to 0.14.4 (#6502) 2025-02-12 11:16:21 +01:00
Laurin Quast
39eac0315c
fix: handle missing service error for federation project schema checks (#6483) 2025-02-10 10:05:00 +00:00
Laurin Quast
c549af7d58
feat: add request id to auth logs (#6491) 2025-02-10 08:50:21 +01:00
Laurin Quast
05c292cd55
feat: track error count for unexpected errors during schema publish/check (#6480) 2025-02-06 14:59:14 +01:00
renovate[bot]
829df313ba
chore(deps): update dependency vitest to v3.0.5 [security] (#6469)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 09:17:01 +02:00
Laurin Quast
05045306b7
feat: allow non target access actors to check, compose, delete and publish schemas (#6449)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-04 12:14:08 +00:00
Dotan Simha
5dc83143ba
chore(deps): CVEs cleanup, updated nock, vite and vitest to latest major (#6457) 2025-02-02 11:37:43 +02:00
Laurin Quast
69a28e2093
fix: check user input uuid (#6446) 2025-01-30 09:48:36 +00:00
Laurin Quast
b7e4052ecf
feat: granular permission assignment for organization members (#6231) 2025-01-29 10:31:47 +01:00
jdolle
53d7eae24a
fix: fetch breaking operations and clients in parallel to improve lat… (#6431) 2025-01-28 21:05:28 +00:00
jdolle
ab065182d8
fix: check request threshold against total request count (#6358) 2025-01-28 11:31:14 +01:00
renovate[bot]
cade7b34cb
chore(deps): update dependency undici to v6.21.1 [security] (#6401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 08:01:31 +02:00
Kamil Kisiela
d19229fb6e
Remove activity code leftovers (#6386) 2025-01-21 10:03:26 +00:00
Kamil Kisiela
781b140ffb
Show Impact metric in the Operations list on the Insights page. (#6389) 2025-01-21 09:39:37 +00:00
Kamil Kisiela
40213fb7dc
Update federation composition to 0.14.3 (#6380)
The `transformSupergraphToPublicSchema` removes now `@policy`, `@requiresScopes` and `@authenticated`.

The public schema shouldn't have them.
2025-01-17 10:28:20 +01:00
Kamil Kisiela
e754700212
Customizable default member role for OIDC users (#6348) 2025-01-16 16:48:21 +01:00
Kamil Kisiela
b40cabda74
Fix the audit log export (#6369) 2025-01-16 11:53:36 +00:00
jdolle
b58d2c5fdb
feat: add breaking changes total operations option (#6254) 2025-01-14 10:30:30 -08:00
Laurin Quast
24391ab6e3
refactor: remove usage of scopes for target access tokens (#6330) 2025-01-10 16:58:36 +01:00
Kamil Kisiela
1168564ef0
Delete the legacy registry models (#6259) 2025-01-10 15:17:11 +01:00
Laurin Quast
3183f5a9b4
feat: remove the member role migration (#6340) 2025-01-10 15:16:59 +01:00
Kamil Kisiela
d98e1468a2
Fix missing access in the laboratory mocked endpoint (#6262) 2025-01-09 09:55:04 +00:00
renovate[bot]
ded5f3a657
chore(deps): update aws-sdk-js-v3 monorepo to v3.723.0 (#6304) 2025-01-09 12:58:52 +07:00
renovate[bot]
d0945b8763
chore(deps): update dependency agentkeepalive to v4.6.0 (#6309) 2025-01-09 12:58:05 +07:00
renovate[bot]
131bcaf34c
chore(deps): update dependency @types/lodash to v4.17.14 (#6296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-09 11:00:17 +07:00
renovate[bot]
b2ec469fe0
chore(deps): update dependency @octokit/request-error to v6.1.6 (#6292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-09 10:58:59 +07:00
jdolle
10f91e2f95
fix(policy): added read access for schema policy linting (#6251) 2025-01-08 08:26:10 -08:00
Dotan Simha
cecd95bc6c
Remove uuid validation from some audit log events metadata (#6265) 2025-01-05 16:39:55 +07:00
Arda TANRIKULU
039c66bd24
enhance(@graphql-hive/yoga): improvements with Yoga's features (#6118)
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2025-01-03 13:16:27 +03:00
Laurin Quast
e747e4cd44
feat: remove legacy auth0 user accounts (#6066) 2025-01-03 09:59:56 +01:00
Kamil Kisiela
8483bd506f
Fix logic behind SchemaVersion.isFirstComposableVersion (#5402) 2025-01-02 15:04:35 +00:00
Dotan Simha
d66611a925
Fix integrationId value validation in ORGANIZATION_UPDATED_INTEGRATION audit log event (#6244) 2025-01-02 09:30:24 +00:00
Laurin Quast
72f4b879f8
fix: escape double quotes for clickhouse queries (#6226) 2024-12-27 13:23:38 +01:00