Commit graph

67 commits

Author SHA1 Message Date
Piotr Monwid-Olechnowicz
38eaa1d0ea
Hive Docs x Nextra 4 (#6089)
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
2025-01-27 14:58:08 +00:00
jdolle
ebe56f2f0d
dev: fix local federated schema seeds (#6421) 2025-01-26 09:07:12 +02:00
Kamil Kisiela
0bc588998a
Remove next build step from runify script (#5841) 2024-10-29 11:53:14 +00:00
Kamil Kisiela
ccf41a1ad3
Remove version from private packages (#5655) 2024-10-09 16:21:22 +00:00
Kamil Kisiela
2f053088f8
Use Github API to fetch the latest version of Apollo Router (#5618) 2024-09-24 10:22:56 +02:00
renovate[bot]
7da4dd557a
fix(deps): update rust crate flate2 to 1.0.30 (#5459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 18:24:52 +03:00
Dotan Simha
1ca63a758b
run integration tests locally against local running services (#5096) 2024-07-15 11:21:23 +00:00
Jiri Spac
e74722d9d9
feat: Teams communication adapter (#4968)
Co-authored-by: Dimitri POSTOLOV <en3m@ya.ru>
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-09 17:14:53 +02:00
Kamil Kisiela
8f544c5d09
integration-tests: dynamic port handling for web app URL verification (#5176) 2024-07-08 10:11:53 +02:00
Kamil Kisiela
d7b874d50b
Node v22 (#4980) 2024-06-21 12:42:02 +02:00
Kamil Kisiela
53a0804434
Experimental: Incremental native composition migration (#4936) 2024-06-14 09:12:07 +02:00
Laurin Quast
3540722f29
chore: allow multiple entrypoints for both runify and the dev config (#4791) 2024-05-21 11:39:37 +02:00
Kamil Kisiela
368f284a97
Replace Next with Vite + tanstack/router (#4612) 2024-05-17 14:30:10 +02:00
Kamil Kisiela
06d465e882
Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
Tuval Simha
0db0580949
feat: Changelog page from GitHub repo (#4149)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2024-03-26 09:24:55 +01:00
Dotan Simha
85f3edd5ab
fix sourcemap for webapp (#4150) 2024-03-05 10:11:22 +00:00
Dotan Simha
b186496961
replace whatwg-node/fetch with native fetch (#4110) 2024-02-28 20:27:22 +02:00
Dotan Simha
f194cb1647
update nodejs to v21 (#4086) 2024-02-28 11:41:46 +02:00
Dotan Simha
da689a5b12
added sourcemaps to webapp and workers, and fixed Sentry missing contexts (#4074) 2024-02-26 09:45:19 +02:00
Dotan Simha
eedb6a9b23
more improvements to sentry sourcemaps setup (#4022) 2024-02-21 18:07:07 +02:00
Dotan Simha
1628451cb6
sentry fixes (#4011) 2024-02-20 16:34:53 +00:00
Dotan Simha
1b097a1b07
try to configure unique path per each docker image (#4010) 2024-02-20 17:06:34 +02:00
Kamil Kisiela
7a1e1506f0
Revert Node 21 upgrade and use Node 18 again (#3546) 2023-12-11 17:04:44 +02:00
renovate[bot]
e47db78d48
fix(deps): update rust crate flate2 to 1.0.28 (#3572)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-10 14:04:03 +02:00
Kamil Kisiela
9c3e7b3b16
Node 21 (#3035) 2023-12-07 11:29:29 +01:00
renovate[bot]
fdc0fb3c8d
chore(deps): update dependency prettier to v3.1.0 (#3377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
2023-11-13 11:07:34 +00:00
Kamil Kisiela
4e407fb7a8
Revert Node 20 (use 18) (#3022) 2023-10-10 13:13:28 +02:00
Kamil Kisiela
d6673b8144
Use Node 20.8 (#2990) 2023-10-02 12:12:48 +02:00
Kamil Kisiela
68e8c572dd
Native Federation v2 support (#2822)
Closes #712
Closes #1330

Want to opt-in? Create a support ticket.
2023-09-28 12:31:32 +02:00
Kamil Kisiela
9c9cec7bef
Move direct dependencies of services to devDependencies (#2652) 2023-09-04 11:45:18 +00:00
Kamil Kisiela
0ae6968294
ClickHouse storage size and performance improvements (#2712) 2023-08-28 13:03:40 +00:00
Kamil Kisiela
00212ff984
Use Pino logger in hive/app (#2702) 2023-08-03 11:58:21 +00:00
Kamil Kisiela
efc044d498
Detect changes in Cargo.lock and Cargo.toml (#2669) 2023-07-27 09:22:15 +02:00
Kamil Kisiela
fa2d695209
Update apollo-router automatically (#2665) 2023-07-25 14:16:52 +02:00
Kamil Kisiela
cc6dbb514d
Reduce the size of cache (GH Actions) (#2616) 2023-07-17 17:19:08 +02:00
Laurin Quast
90e242bc07
filter operations by client name (#2487) 2023-06-27 12:24:43 +02:00
Laurin Quast
407adafb92
feat: persist schema check in database and expose it via api (#2417) 2023-06-13 13:22:01 +02:00
Kamil Kisiela
af9d7d413a Make sentry-cli ignore node_modules 2023-05-31 16:15:14 +02:00
Laurin Quast
d2bed7b9fc
chore: add missing version and private field (#2284) 2023-05-22 10:29:06 +02:00
Laurin Quast
b5039ab139
feat: supergraph field information in explorer (#2235) 2023-05-22 10:01:07 +02:00
Kamil Kisiela
0e14c96374
Use SWC instead of Babel in Next (#2063) 2023-04-20 17:59:05 +02:00
Kamil Kisiela
1b2b3e7ada
Move bob runify here (#2075) 2023-04-20 09:18:51 +00:00
Kamil Kisiela
bed853472a
Move serializer.ts (#2009) 2023-04-12 09:45:58 +00:00
Dimitri POSTOLOV
bf04a74cf5
add prettier-plugin-sql (#1555) 2023-03-07 11:34:59 +02:00
Dimitri POSTOLOV
b18d2b5c56
fix sync-env-files.ts, remove glob package (#1556) 2023-03-07 10:45:14 +02:00
Dimitri POSTOLOV
5f408bab3b
remove chakra, emotion from Hive web app (#1412) 2023-02-22 08:41:00 +01:00
Kamil Kisiela
965cabc1b6
Fix an issue in Federation when a type definition is not found for a type extension (#1407) 2023-02-20 16:14:06 +01:00
Dimitri POSTOLOV
0575817a97
Remove twin.macro, use pure tailwindcss3 (#1256) 2023-02-13 05:08:17 +02:00
Dimitri POSTOLOV
e1b3fe2df5
restrict 0.0.0.0 in code files and 0.0.0.0 in .env.template files (#1323) 2023-02-10 10:15:24 +09:00
Dotan Simha
78d8987229
Fixes for local development of Hive, and make it IPv6 friendly (#1317) 2023-02-09 15:38:50 +09:00