Gustavo Trott
e1407149b9
refactor (build/gql-middleware): Introduce config as a yml file ( #20992 )
...
* Introduce Gql-Middleware config as a yml file
* use path /usr/share/bbb-graphql-middleware/ instead of /usr/local/bigbluebutton/bbb-graphql-middleware
* remove /etc/default/bbb-graphql-middleware file
2024-08-29 17:40:52 -04:00
Gustavo Trott
09cc37feef
refactor (gql-middleware): Code improvements and new Prometheus metrics ( #20896 )
2024-08-19 10:58:14 -03:00
Gustavo Trott
1e32ee794e
several refactors
2024-08-08 16:50:41 -03:00
Gustavo Trott
d445713f5d
Introduce Prometheus metrics to bbb-gql-middleware
2024-08-08 11:28:46 -03:00
Gustavo Trott
8e70891083
Implements max of Graphql connections (global and per user)
2024-08-06 15:07:52 -03:00
Gustavo Trott
25bc81ea1b
remove comments
2024-07-10 18:53:14 -03:00
Gustavo Trott
2c2d595212
Big refactor on Graphql authentication
2024-07-10 18:30:01 -03:00
Gustavo Trott
3c71aab4bc
refactor (gql-middlware): Refactored code to simplify channel handling and remove unnecessary routines ( #20640 )
...
* Refactor gql-middleware channels and remove dedicated channel to establish init connection
* remove unnecessary routin to wait mutations to complete before invalidate Hasura connection
2024-07-05 13:35:08 -03:00
Gustavo Trott
3fadedda69
middleware: Better validation on check authorization ( #20597 )
2024-06-28 16:53:11 -03:00
Gustavo Trott
ede7a2dd25
Bunch of improvements for messages parsing
2024-06-25 10:27:44 -03:00
Gustavo Trott
6fdf95bda9
Avoid msg GraphqlConnectionClosed when unnecessary
2024-06-19 16:41:15 -03:00
Gustavo Trott
656e29e7eb
Refactor middleware to get user info from akka-apps api ( #20491 )
2024-06-14 13:43:05 -03:00
Gustavo Trott
a70aab091f
Fix wait group once now only two routines are created
2024-06-03 16:02:28 -03:00
Gustavo Trott
fd3071c28a
Refactor (gql-middleware): Introduces clientSessionUUID
and validations (error handling) ( #20353 )
2024-05-29 17:43:17 -03:00
Tainan Felipe
1aab2f5f29
Change: Change websocket lib to graphql-ws ( #20282 )
2024-05-22 15:51:12 -03:00
Gustavo Trott
afccd6af32
improve code
2024-05-02 11:06:37 -03:00
Gustavo Trott
4fc3b2419c
Graphql-middleware itself will handle mutations and forward to Graphql-actions
2024-05-02 10:45:32 -03:00
Gustavo Trott
775ff31882
Improve logs and add BBB_GRAPHQL_MIDDLEWARE_JSON_PATCH_DISABLED env var
2024-03-28 17:17:13 -03:00
Gustavo Trott
612b40234b
Add periodic activities overview log for Middleware
2024-03-28 11:26:56 -03:00
Gustavo Trott
6fca6c26eb
Increase read size to 10mb
2024-03-27 15:29:38 -03:00
Gustavo Trott
305628285a
Fix an error while reading annotations
2024-03-27 12:52:26 -03:00
Gustavo Trott
3ff04e3dc2
General improvements to Middleware to avoid Panic error
2024-03-18 11:28:11 -03:00
Gustavo Trott
d1e2df74f0
Improve recconection flow ( #19788 )
2024-03-13 10:35:51 -03:00
Gustavo Trott
1d93a1258e
refactor (graphql-middleware): Improve performance when browser finish graphql connection ( #19784 )
...
* Improve script run-dev.sh
* Improve performance when browser finish ws connection
2024-03-12 20:12:55 -03:00
Gustavo Trott
554d57696c
Improve reconnection speed
2024-02-01 11:50:29 -03:00
Gustavo Trott
a5776c412a
resolve conflicts
2024-01-31 19:30:34 -03:00
Gustavo Trott
d7f92f918c
Fix a bug when user get Presenter
2024-01-31 19:20:57 -03:00
Gustavo Trott
98ef42c32c
Freeze browser messages before closing Hasura connection ( #19548 )
2024-01-31 11:37:28 -03:00
Gustavo Trott
26f6c01678
refactor (graphql-middlware): Maintain Hasura Connection During Active Mutations ( #19535 )
2024-01-29 18:40:17 -03:00
Gustavo Trott
fab48cc1b6
Fix Graphql error start received before the connection is initialised
( #19497 )
2024-01-23 20:20:16 -03:00
Gustavo Trott
095085310d
refactor: Graphql middleware enhancements ( #19336 )
...
* Convert all go chan to SafeChannel
* Remove unnecessary comments
* Refactor graphql message names
* Fix renamed function
2023-12-14 14:01:47 -03:00
Daniel Schreiber
d2a28a6130
Fix: support cluster proxy setup for graphql API
...
The websocket connection to the graphql API needs to go directly to the
BBB server (bbb-html5) and it the middleware needs to accept requests
with a different origin.
2023-11-28 15:27:55 +01:00
Gustavo Trott
a2e2d0516c
fix (graphql-middleware): Client can't send new graphql queries after a while ( #18895 )
...
* fix: client errors with graphql
* Use NewSafeChannel to handle msgs from browser
2023-10-04 17:11:12 -03:00
Gustavo Trott
524443c4c3
graphql: Apply hideViewerCursor and hideViewersAnnotation
2023-10-03 11:53:47 -03:00
Gustavo Trott
09f3e6fae4
graphql-server: Insert client graphql connections into the database ( #18875 )
2023-09-29 20:05:23 -03:00
Gustavo Trott
047eccdd92
Reduce graphql-middleware and graphql-server logs ( #18738 )
2023-09-07 11:54:27 -03:00
Gustavo Trott
8fde225ade
refactor (graphql-middleware): Use RWMutex to improve performance ( #18281 )
...
* Migrate Mutex to RWMutex to increase performance
2023-07-06 09:34:48 -03:00
Gustavo Trott
b1cd7fca1d
Improvement to handle with concurrence
2023-05-25 10:15:02 -03:00
Gustavo Trott
fd3845515d
graphql-middleware support enable json-patch per subscription
2023-05-24 19:31:31 -03:00
Gustavo Trott
4c4e5c0852
Introduces json-patch to graphql-middleware
2023-05-10 19:08:24 -03:00
Tiago Jacobs
4644700dd9
fix: add nil check on hasura connection ( #17757 )
2023-04-27 18:30:36 -03:00
Tiago Daniel Jacobs
61ccd2966e
refactor: rename wsConnection to browserConnection
2023-04-26 22:45:19 -03:00
Tiago Daniel Jacobs
1b9903b924
feat: graphql middleware
2023-04-26 22:03:40 -03:00