Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove restivus #34999

Merged
merged 39 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5dd57a3
feat: create type definitions to allow nesting routes
ggazzo Jan 22, 2025
8515388
create router
ggazzo Jan 22, 2025
231d620
refactor integrations
ggazzo Jan 23, 2025
1114cf6
authentication api
ggazzo Jan 22, 2025
f3478ef
remove ExtractEndpoints from definitions
ggazzo Jan 22, 2025
9094f37
use router instead webhandlers
ggazzo Jan 22, 2025
842d0ea
add headers to result
ggazzo Jan 22, 2025
d24b5f3
missing default routes
ggazzo Jan 22, 2025
91f7eb7
allow router to use middlewares
ggazzo Jan 22, 2025
ae32099
implements cors middleware
ggazzo Jan 22, 2025
51c78e5
omnichannel ❤️
ggazzo Jan 23, 2025
f33ea22
fix body serialization
ggazzo Jan 23, 2025
aa7c887
add apps routes
ggazzo Jan 23, 2025
1ba6471
Stop using Restivus Class
ggazzo Jan 24, 2025
0a88bef
remove getUserAuth
ggazzo Jan 24, 2025
889f3e3
remove defaultOptionsEndpoint
ggazzo Jan 24, 2025
09002d5
remove restivus usage
ggazzo Jan 24, 2025
53515f5
delete restivus
ggazzo Jan 24, 2025
650e88f
add bodyparser
ggazzo Jan 24, 2025
0645a7d
rawHandlers
ggazzo Jan 24, 2025
4ded709
register oauth
ggazzo Jan 25, 2025
ae65e1f
..
ggazzo Jan 25, 2025
8d33d81
add testing
ggazzo Jan 29, 2025
1f20f2e
extract cors and test it
ggazzo Jan 29, 2025
65c5379
rewrite metrics to middleware
ggazzo Jan 29, 2025
8ddcea4
tracer and logger
ggazzo Jan 29, 2025
3741fb7
remove new router
ggazzo Jan 29, 2025
cd8051d
Apply suggestions from code review
sampaiodiego Jan 29, 2025
4106111
adjust middlewares
ggazzo Jan 29, 2025
5ec7c8b
Update apps/meteor/app/integrations/server/api/api.js
ggazzo Jan 29, 2025
e7b5408
Update apps/meteor/app/api/server/router.ts
ggazzo Jan 29, 2025
1245eb6
fix default router
sampaiodiego Jan 29, 2025
185b696
remove remaining references to restivus
sampaiodiego Jan 30, 2025
9543e3a
fix 2fa
sampaiodiego Jan 30, 2025
2148b4a
restore old cors behavior
sampaiodiego Jan 31, 2025
c12b497
handler CORS only on OPTIONS
sampaiodiego Jan 31, 2025
f015ebf
fix rate limiter
ggazzo Jan 31, 2025
bc242f5
type inner function
ggazzo Jan 31, 2025
72fcf02
fix rate limiter
sampaiodiego Jan 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/meteor/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

rocketchat:ddp
rocketchat:mongo-config
rocketchat:restivus
rocketchat:livechat
rocketchat:streamer
rocketchat:version
Expand Down
1 change: 0 additions & 1 deletion apps/meteor/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ [email protected]
rocketchat:[email protected]
rocketchat:[email protected]
rocketchat:[email protected]
rocketchat:[email protected]
rocketchat:[email protected]
rocketchat:[email protected]
rocketchat:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
'tests/unit/lib/**/*.spec.ts',
'tests/unit/server/**/*.tests.ts',
'tests/unit/server/**/*.spec.ts',
'app/api/**/*.spec.ts',
'app/api/server/lib/**/*.spec.ts',
'app/file-upload/server/**/*.spec.ts',
],
};
Loading
Loading