sourcebot/packages/web
Brendan Kellam 1d95e82b95
chore(api): Changed the search api to return raw source (instead of base64 encoding) (#356)
This PR alters the behaviour of the search api (and all apis that depend on it) to return raw source code instead of a base64 encoding. Reasoning: we are decoding it on the client in multiple different places, so it would be beneficial to decode it in a single spot.

**Note**: This is a **breaking change** to the API surface. However, since the API surface is still unofficial/unsupported, I will roll this as a patch version change. See #101
2025-06-17 15:58:04 -07:00
..
public Fix repo images in authed instance case and add manifest json (#332) 2025-06-06 10:50:13 -07:00
src chore(api): Changed the search api to return raw source (instead of base64 encoding) (#356) 2025-06-17 15:58:04 -07:00
.eslintignore Config format V2 (#42) 2024-10-17 16:31:18 -04:00
.eslintrc.json V4 (#311) 2025-05-28 16:08:42 -07:00
.gitignore v3 effort (#158) 2025-03-31 22:34:42 -07:00
components.json v3 effort (#158) 2025-03-31 22:34:42 -07:00
next.config.mjs nit fix: use SENTRY_RELEASE env var instead of NEXT_PUBLIC_SOURCEBOT_VERSION 2025-04-01 12:15:43 -07:00
package.json fix(search-contexts): Fix issue where a repository would not appear in a search context if it was created after the search context was created (#354) 2025-06-17 14:04:25 -07:00
postcss.config.mjs Config format V2 (#42) 2024-10-17 16:31:18 -04:00
sentry.client.config.ts v3 effort (#158) 2025-03-31 22:34:42 -07:00
sentry.edge.config.ts v3 effort (#158) 2025-03-31 22:34:42 -07:00
sentry.server.config.ts Add support for structured logs (#323) 2025-06-02 11:16:01 -07:00
tailwind.config.ts V4 (#311) 2025-05-28 16:08:42 -07:00
tsconfig.json v3 effort (#158) 2025-03-31 22:34:42 -07:00
vitest.config.mts Search suggestions (#85) 2024-11-22 18:50:13 -08:00