-
Notifications
You must be signed in to change notification settings - Fork 12
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
v3.0.0 #40
Merged
Merged
v3.0.0 #40
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e.g.: let an user define input and output modules in the same module config/pkg
Porting 445e30c into v3 - add parent-id to meeting-created - add userdata to user-joined - add emoji to user-emoji-changed - add id and name to chat-group-message-sent - add recorded and duration to rap-archive-ended - fix start-time, end-time and raw-size on rap-publish-ended
- Replaces request (unmaintained) with node-fetch (maintained, slimmer and should provide us with a clean transition to Node.js fetch when that is stable) - Restore the domain field in hooks - Restore the bearer auth option - Add nodemon and a start-dev script to enable auto-reload of the application on code changes
(xAPI) - ensure the correct lrs_endpoint is used
xAPI: add support for meta_xapi-create-end-actor-name
includeEvents/excludeEvents were feature flags present in the previous version (v2). Those flags provided filter in/out lists for events generated by the webhooks module and weren't ported to the rewritten bbb-webhooks.
There's an unused global getRaw configuration in the webhooks module that conflicted with the hook-specific getRaw parameter. It superseded the specific configuration, which caused inconsistencies depending on base configuration being used. Remove the general getRaw configuration since it's unused and doesn't really make sense - and fix the inconsistency as a side effect.
chore: remove unneeded bash installation from container feature: add pipeline to run the tests feature: add hadolint to build pipeline fix: copy configs for testing chore: split jobs chore: remove build cache chore: update build-push-action to v5 fix: unauthorized to push image fix: syntax feature: trivy pipeline fix: provide write access to trivy to upload the vulnerability report chore: add cache to build chore: update permissions and severity to trivy report fix: adjust cache chore: add trivy scanner to docker image as well fix: set trivy credentials fix: trivy format chore: activate cache chore: try to use github action cache for the image refactor: .dockerignore refactor: updates to build cache, image labels and tags, and conditions when the workflows run fix: make workflows reusable fix: yaml syntax fix: step name key chore: only build and push after hadolint and tests fix: add permission to write comments on issues/pr fix: adjust permissions chore: do not run workflows on release, only on tag fix: do not try to add comment to pr if not pr chore: add docs for the workflows refactor: change action to add pr comment which doesn't duplicate the same content Revert "refactor: change action to add pr comment which doesn't duplicate the same content" This reverts commit 4042453. chore: update comment message
chore: update github-slug-action to latest version
fix: adjust action triggers for pr
Updated Docker image pushed to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v3.0.0
rap-published
,rap-unpublished
,rap-deleted