Commit Graph

73 Commits

Author SHA1 Message Date
Tainan Felipe
1aab2f5f29
Change: Change websocket lib to graphql-ws (#20282) 2024-05-22 15:51:12 -03:00
Gustavo Trott
b88854835c
Handling Validations and Error Reporting in bbb-graphql-actions (was in Hasura) (#20308) 2024-05-21 16:11:17 -03:00
Gustavo Trott
a0dc3d7bd1 fix: send msg along with the return of mutations 2024-05-07 08:32:26 -03:00
Gustavo Trott
d3d12c7bf1 Move building files to /build/... directory 2024-05-03 15:56:37 -03:00
Gustavo Trott
1d808f9c7b Set cache endpoint to graphql-middleware nginx file 2024-05-03 14:42:54 -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
e505978017
refactor (graphql-middleware): Significantly reduces the size of the Json Patch (#19974) 2024-04-09 14:37:57 -03:00
Gustavo Trott
43ca140b89
Add option for graphql-middleware to restrict subscriptions (for tests purpose) (#19969) 2024-04-08 14:15:15 -03:00
Gustavo Trott
551e452a49
graphql-middleware: Implements a cache-system for JsonPatch (#19964) 2024-04-06 11:43:36 -03:00
Gustavo Trott
0d0778c82c Fix wrongs logs in middleware activities overview 2024-04-03 12:26:16 -03:00
Gustavo Trott
1df56b6331 Add condition ActivitiesOverviewEnabled 2024-04-02 10:07:44 -03:00
Gustavo Trott
2e06573cb4 Remove unused code 2024-04-02 10:05:30 -03:00
Gustavo Trott
c072d39c0f Disable activities overview logs by default 2024-04-02 10:04:38 -03:00
Gustavo Trott
552fc312b0 Track data received for each subscription 2024-03-31 21:00:28 -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
9432f339bc Remove fatal error 2024-03-28 11:46:07 -03:00
Gustavo Trott
f41e54946f Remove test log 2024-03-28 11:30:03 -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
18c6341e0e Implement enhanced Custom Rate Limiter 2024-03-18 11:26:44 -03:00
Anton Georgiev
ef300cf28e
chore: Fix typo (found by typos) (port) #19834
Co-authored-by: Stefan Weil <sw@weilnetz.de>
2024-03-18 09:58:53 -04: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
5518dff623
Introduces Rate Limit for graphql connections (#19749) 2024-03-06 14:16:09 -03:00
Gustavo Trott
270c1deaa3 Remove limit for the number of open files for graphql-middleware 2024-02-22 16:42:43 -03:00
Gustavo Trott
e4320e9f56
Introduces a ping-pong mechanism designed to verify the availability of a middleware service (#19623)
* Implements a ping-pong system to check gql-middleware-activity

* Improve clean code
2024-02-14 13:28:19 -03:00
Gustavo Trott
5d8dffe1e8
graphql-middleware: Set listen Ip configurable and default 127.0.0.1 (#19619) 2024-02-13 14:12:11 -03:00
Gustavo Trott
f8e008eada Define an unique ID for bbb-graphql-middleware 2024-02-12 17:11:30 -03:00
Gustavo Trott
ce79944b15
Merge pull request #19567 from gustavotrott/graphql-middleware-guarantee-order
refactor (graphq-middleware): Revert using go routine to process Hasura messages
2024-02-02 15:58:32 -03:00
Gustavo Trott
e4a118cbbb Revert using go routine to process hasura messages 2024-02-02 15:09:56 -03:00
Gustavo Trott
a3d80b6424
Use crc32 instead of sha256 to store data checksum (#19563) 2024-02-02 14:37:32 -03:00
Gustavo Trott
5708c2506b
enhancement (graphql-middleware): Data Uniqueness Verification and others (#19559)
* Prevent middleware from sending the same message when reconnection

* Refactor hasura reader to simplify code

* Its not necessary to name the for

* Close hasura connnection on error
2024-02-02 12:36:27 -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
3be1f84e97
Revert "Prevent graphql-middlware from re-transmitting Mutations" 2024-01-26 14:42:35 -03:00
Gustavo Trott
05ddcb659d Prevent middlware from retransmiting Mutations 2024-01-25 18:50:21 -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
6d12508f41
feature (graphql-middlware): Enhancing GraphQL Stream Subscriptions: Efficient Handling of Connection Resets and Cursor Management (#19481) 2024-01-23 15:28:32 -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
Gustavo Trott
c7c5ab0449 Add nginx rules for Hasura REST api 2023-12-13 15:19:17 -03:00
Gustavo Trott
8ad5e738a4
Make middleware more configurable (#19250) 2023-11-30 08:58:37 -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
c2350774d7 Upgrade websocket lib in graphql-middleware 2023-11-06 15:33:01 -03:00
Gustavo Trott
de514dcb75
Add new shell scripts useful for development (#18905)
* Create run-dev.sh and deploy.sh for more applications

* Remove wrong line
2023-10-06 15:12:16 -03:00