openreplay/ee/backend/pkg
Alexander 6830c8879f
web module refactoring (#2725)
* feat(server): moved an http server object into a pkg subdir to be reusable for http, spots, and integrations

* feat(web): isolated web module (server, router, middleware, utils) used in spots and new integrations

* feat(web): removed possible panic

* feat(web): split all handlers from http service into different packages for better management.

* feat(web): changed router's method signature

* feat(web): added missing handlers interface

* feat(web): added health middleware to remove unnecessary checks

* feat(web): customizable middleware set for web servers

* feat(web): simplified the handler's structure

* feat(web): created an unified server.Run method for all web services (http, spot, integrations)

* feat(web): fixed a json size limit issue

* feat(web): removed Keys and PG connection from router

* feat(web): simplified integration's main file

* feat(web): simplified spot's main file

* feat(web): simplified http's main file (builder)

* feat(web): refactored audit trail functionality

* feat(web): added ee version of audit trail

* feat(web): added ee version of conditions module

* feat(web): moved ee version of some web session structs

* feat(web): new format of web metrics

* feat(web): added new web metrics to all handlers

* feat(web): added justExpired feature to web ingest handler

* feat(web): added small integrations improvements
2024-11-21 17:48:04 +01:00
..
conditions web module refactoring (#2725) 2024-11-21 17:48:04 +01:00
connector feat(backend): added missing imports 2024-07-05 16:27:27 +02:00
db feat(backend): added latest fixes for CH connector 2024-10-30 15:54:53 +01:00
failover feat(backend): fixed no sessID in storage service 2024-03-14 17:17:50 +01:00
kafka Connectors improvements (#1469) 2023-09-12 13:12:23 +02:00
license Assist-only feature (#2214) 2024-05-28 09:41:16 +02:00
objectstorage Spots (#2305) 2024-08-29 16:08:33 +02:00
queue Message processing refactoring (#743) 2022-09-28 13:41:50 +02:00
server/tracer web module refactoring (#2725) 2024-11-21 17:48:04 +01:00
sessions web module refactoring (#2725) 2024-11-21 17:48:04 +01:00
spot feat(spot): added tenant select for public key check in ee version 2024-09-11 09:57:31 +02:00