summaryrefslogtreecommitdiffstats
path: root/streaming
AgeCommit message (Expand)Author
2024-06-24Use WebSocketServer instead of WebSocket.Server in streaming (#30788)Essem
2024-06-21Fix Docker buildx warnings about casing and undefined variables (#30798)Michael Stanclift
2024-06-21chore(deps): update yarn to v4.3.1 (#30790)renovate[bot]
2024-06-21chore(deps): update dependency @types/uuid to v10 (#30787)renovate[bot]
2024-06-18chore(deps): update docker/dockerfile docker tag to v1.8 (#30736)renovate[bot]
2024-06-12chore(deps): update yarn to v4.3.0 (#30644)renovate[bot]
2024-06-10Add `customManagers:dockerfileVersions` to renovate.json5 (#30607)Yamagishi Kazutoshi
2024-06-10fix(deps): update dependency uuid to v10 (#30624)renovate[bot]
2024-05-10Update Yarn to v4.2.2 (#30220)renovate[bot]
2024-05-06Update dependency pino-http to v10 (#30191)renovate[bot]
2024-05-02Update Yarn to v4.2.1 (#30153)renovate[bot]
2024-04-26Update dependency pino to v9 (#30057)renovate[bot]
2024-04-02Update docker/dockerfile Docker tag to v1.7 (#27993)renovate[bot]
2024-03-21Update dependency pino-pretty to v11 (#29662)renovate[bot]
2024-03-05Update Yarn to v4.1.1 (#29508)renovate[bot]
2024-02-27Update devDependencies (non-major) (#29089)renovate[bot]
2024-02-27Use modern ES syntax rather than `.call` (#29368)Renaud Chaput
2024-02-27Convert the streaming server to ESM (#29389)Renaud Chaput
2024-02-22Streaming: refactor to custom Error classes (#28632)Emelia Smith
2024-02-21Update yarn to version 4.1.0 (#29339)Matt Jankowski
2024-01-25Refactor: fix streaming postgresql and redis typing issues (#28747)Emelia Smith
2024-01-23chore(deps): update devdependencies (non-major) (#28840)renovate[bot]
2024-01-22Update dependency jsdom to v24 (#28836)renovate[bot]
2024-01-22Streaming: Move more methods to the utils from the main file (#28825)Emelia Smith
2024-01-18Streaming: replace npmlog with pino & pino-http (#27828)Emelia Smith
2024-01-15Streaming: Rework websocket server initialisation & authentication code (#28631)Emelia Smith
2024-01-12Improve `lint-staged` config (#28704)Renaud Chaput
2024-01-04Streaming: use standard cors package instead of custom implementation (#28523)Emelia Smith
2023-12-29install "wget" in streaming Dockerfile (#28497)Christian Winther
2023-11-28Fix apt cache not being properly utilized in Dockerfile (#28115)Michael Stanclift
2023-11-28Refactor streaming to simplify for logging change (#28056)Emelia Smith
2023-11-28Fix streaming eslint configuration (#28055)Emelia Smith
2023-11-28Dockerfile rewrite based on Ruby image with performance optimizations and siz...Michael Stanclift
2023-11-27Update dependency jsdom to v23 (#28075)renovate[bot]
2023-11-23Update dependency @types/npmlog to v7 (#28048)renovate[bot]
2023-11-14Update Yarn to v4.0.2 (#27857)renovate[bot]
2023-11-14Split streaming server from web server (#24702)Emelia Smith
2023-10-09Change `eslint` config to autofix missing comma and indentation in JS files (...Renaud Chaput
2023-10-02Fix websocket connections being incorrectly decremented twice on errors (#27238)Emelia Smith
2023-09-19Add additional metrics for streaming (#26945)Emelia Smith
2023-09-01Move to ioredis for streaming (#26581)Gabriel Simmer
2023-08-18Fix: support both DATABASE_URL and DB_PASS (#26295)Emelia Smith
2023-08-04Change streaming `/metrics` to include additional metrics (#26299)Emelia Smith
2023-07-28Fix missing return values in streaming (#26233)Renaud Chaput
2023-07-28Swap debug statements in streaming server (#26231)Claire
2023-07-28Fix: Streaming server memory leak in HTTP EventSource cleanup (#26228)Emelia Smith
2023-07-27Refactor streaming's filtering logic & improve documentation (#26213)Emelia Smith
2023-07-27Fix wrong filters sometimes applying in streaming (#26159)Claire
2023-06-10Add logging of websocket send errors (#25280)Emelia Smith
2023-06-10Fix logging of messages that are binary before closing their connection (#25361)Emelia Smith