-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(worker/activitypub): implement mastodon worker to transform AP objects #431
Merged
FrankLi123
merged 15 commits into
feat/integrate-activitypub-mastodon-data-source
from
feat/integrate-activitypub-mastodon-worker
Sep 13, 2024
Merged
Changes from 5 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
97875ec
feat: implement mastodon worker transform logic to handle AP object w…
FrankLi123 6f97bc6
feat: implement mastodon worker functions to transform AP objects ('C…
FrankLi123 53f97b9
fix: add TODO command for the default variable
FrankLi123 1c30a69
feat: implement monitor client service for activitypub source (note: …
FrankLi123 13747cd
feat: add testing cases for activitypub integration in config_test.go
FrankLi123 5f66d3c
fix: resolve issues mentioned in the PR review
FrankLi123 74a5468
fix: resolve linting errors
FrankLi123 316d751
fix: modify go-generate commands and add the type_emssage file
FrankLi123 20a45cf
fix: restructure mastodon message types
FrankLi123 6fbdbb6
fix: update the branch with new 'feat/integrate-activitypub-mastodon-…
FrankLi123 adb89b1
fix: fix go generate commands
FrankLi123 deffb7c
fix: replace magic strings with new constants in type.go
FrankLi123 59b4a81
fix: add generated type_message.go
FrankLi123 192b0c4
fix:fix typo in module search
FrankLi123 49ce54f
fix: fix typos in config_test
FrankLi123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The url is a mock url used for the config test. Changed its value to https://0.0.0.0:9092/ for better view.