Commit graph

371 commits

Author SHA1 Message Date
Laurin Quast
8fd9ad018a
feat(api): add SeverityLevelType (#6678) 2025-04-02 12:04:25 +02:00
Kamil Kisiela
a482abff7b
feat: update federation-composition to v0.18.1 (#6684) 2025-04-01 10:56:15 +00:00
Kamil Kisiela
ed66171a4b
Update federation-composition to v0.18.0 (#6675) 2025-03-31 10:07:09 +02:00
renovate[bot]
1f414027db
fix(deps): update graphql-tools (#6645)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-30 11:56:53 +03:00
Kamil Kisiela
cb41478829
Update composition to v0.16.0 (#6665) 2025-03-28 12:49:56 +01:00
Laurin Quast
e6a970f790
feat(api): expose fields for schema versions and schema checks (#6658) 2025-03-27 15:50:33 +01:00
Laurin Quast
2b220a560c
feat: upgrade @theguild/federation-composition to 0.15.0 (#6662) 2025-03-27 15:11:11 +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
TheGuildBot
535283c136
Upcoming Release Changes (#6601)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-20 13:22:26 +01:00
Laurin Quast
a5e00f260a
fix: bump @theguild/federation-composition (#6633) 2025-03-20 08:50:16 +00:00
TheGuildBot
d5a092fde8
Upcoming Release Changes (#6552)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-10 14:03:32 +08: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
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
TheGuildBot
918313c987
Upcoming Release Changes (#6510)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-13 21:05:50 +01:00
TheGuildBot
ccab736f76
Upcoming Release Changes (#6504)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-13 11:34:30 +01:00
Kamil Kisiela
cef7fd88e4
Update @theguild/federation-composition to 0.14.4 (#6502) 2025-02-12 11:16:21 +01:00
TheGuildBot
2c0271c284
Upcoming Release Changes (#6496)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-10 17:11:19 +01:00
TheGuildBot
90f3c61772
Upcoming Release Changes (#6492)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-10 15:13:47 +01:00
Laurin Quast
39eac0315c
fix: handle missing service error for federation project schema checks (#6483) 2025-02-10 10:05:00 +00:00
TheGuildBot
9eeaf7a9a6
Upcoming Release Changes (#6463)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-05 13:59:38 +01: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
jdolle
00097a9d34
fix: add CLI error code docs; fix a few error messages (#6403) 2025-01-23 09:08:13 -08:00
TheGuildBot
13646a34f5
Upcoming Release Changes (#6373)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-22 13:00:03 +01:00
jdolle
fc89aeda4d
Standardize CLI Errors (#6391) 2025-01-21 17:26:23 +01:00
Jason Kuhrt
39b87177f4
Revert "chore(cli): prepare typebox lib code (#6337)" (#6356)
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2025-01-17 08:40:13 -05: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
TheGuildBot
b2d2fb7d91
Upcoming Release Changes (#6342)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-16 20:54:48 +07:00
Jason Kuhrt
e10cc2db42
feat(cli): cmd schema:check result output json file (#6357) 2025-01-15 09:45:09 -05:00
jdolle
f6565fc899
feat: cli schema:fetch targets latest if actionId argument is missing (#6338) 2025-01-10 19:16:19 -08:00
Jason Kuhrt
0a84187051
improve(cli)!: remove config commands (#6333)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2025-01-10 11:02:52 -05:00
Jason Kuhrt
7d3291f954
refactor(cli): explicit BaseCommand log method names (#6335) 2025-01-10 10:26:30 -05:00
Jason Kuhrt
fe769c919a
chore(cli): prepare typebox lib code (#6337) 2025-01-10 09:41:12 -05:00
Jason Kuhrt
cb1b63efa6
refactor(cli): move table printer into Texture lib (#6334) 2025-01-10 08:31:32 -05:00
TheGuildBot
008fdbb5c5
Upcoming Release Changes (#6257)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-10 11:19:01 +01:00
Jason Kuhrt
52e3be34ff
refactor(cli): texture lib (#6280) 2025-01-09 11:05:30 -05:00
Jason Kuhrt
817c4e7e24
chore(cli): use prebuild script (#6331) 2025-01-09 15:36:36 +01:00
Jason Kuhrt
f712c33d3f
chore(cli): idiomatic build script with watch (#6285) 2025-01-09 08:42:25 -05:00
renovate[bot]
a91a04b40c
chore(deps): update dependency typescript to v5.7.3 (#6301)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-09 14:02:14 +07:00
renovate[bot]
91c9cb1ae1
fix(deps): update graphql-tools (#6302) 2025-01-09 12:59:08 +07:00
Jason Kuhrt
40e23ad643
refactor(cli): zod namespace (#6278) 2025-01-09 09:18:33 +07:00
Jason Kuhrt
9af5d8c219
chore(cli): gitignore oclif manifest file (#6277)
Co-authored-by: jdolle <1841898+jdolle@users.noreply.github.com>
2025-01-09 09:14:13 +07:00
jdolle
29c45dfbfc
Add subgraphs type to cli schema:fetch (#6255) 2025-01-08 19:16:55 +07:00
jdolle
5a6e565be4
Add detailed error message for Hive CLI missing access token (#6252) 2025-01-06 16:26:34 +00:00
TheGuildBot
32f9862dc5
Upcoming Release Changes (#6221)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-02 15:41:18 +01:00
renovate[bot]
6e77a632f0
fix(deps): update dependency zod to v3.24.1 (#6211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-25 16:02:01 +02:00
renovate[bot]
6f8ceb3a54
chore(deps): update dependency typescript to v5.7.2 (#6203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-25 15:16:32 +02:00
Kamil Kisiela
cffd08a53d
Update @theguild/federation-composition to v0.14.2 (#6111) 2024-12-12 14:25:44 +01:00
TheGuildBot
c33aad09ea
Upcoming Release Changes (#6059)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-29 13:42:54 +01:00
Kamil Kisiela
e4f8b0a51d
Update READMEs (#6057) 2024-11-29 10:47:51 +01:00