summaryrefslogtreecommitdiffstats
path: root/streaming
AgeCommit message (Expand)Author
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
2023-06-09Fix performance of streaming by parsing message JSON once (#25278)Emelia Smith
2023-05-23Enforce import order with ESLint (#25096)Renaud Chaput
2023-04-30Add eslint-plugin-jsdoc (#24719)Nick Schonning
2023-04-26Remove clustering from streaming API (#24655)Emelia Smith
2023-03-06Disable anonymous access to the streaming API (#23989)Claire
2023-03-05Fix streaming API not being usable without `DATABASE_URL` (#23960)Eugen Rochko
2023-03-03Allow streaming to connect to postgress with self-signed certs (#21431)Ramūns Usovs
2023-02-11fix metrics format (#23520)emilweth
2023-02-11dot is not allowed (#23519)emilweth
2023-02-09Add information about database pool to metrics endpoint in streaming API (#23...Eugen Rochko
2023-02-09Add database pool configuration over `DB_POOL` to streaming API (#23470)Eugen Rochko