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

feat(worker/activitypub):implement additional support for complete ActivityPub Integration with full engine capability #542

Merged
merged 47 commits into from
Sep 24, 2024

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    6c5a665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c994863 View commit details
    Browse the repository at this point in the history
  3. feat(engine/worker, provider/activitypub): add files for basic activi…

    …typub data-sourcing workflow
    
    add files for basic activitypub data-sourcing workflow
    FrankLi123 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    52ac3ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f107593 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    8c2bae0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    9d31942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb7636a View commit details
    Browse the repository at this point in the history
  3. feat: create 'federated' worker directory and adjust the server work …

    …logic with both 'decentralized' and 'federated' workers
    FrankLi123 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cc71c87 View commit details
    Browse the repository at this point in the history
  4. fix: additional modification for adoption of federated worker directo…

    …ry and new kafka client
    FrankLi123 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4a53503 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49e1705 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    f940bb7 View commit details
    Browse the repository at this point in the history
  2. fix: update go.mod

    FrankLi123 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b38adfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55c1749 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c322f33 View commit details
    Browse the repository at this point in the history
  5. fix: replace the use of config.Type with network.Source() to distingu…

    …ish federated and decentralized types of network
    FrankLi123 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1ea3eb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix: Merge remote-tracking branch 'origin/develop' into feat/integrat…

    …e-activitypub-mastodon-data-source
    FrankLi123 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    470fe52 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    dc16776 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    ab4991b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff7017c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f53d90d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad06163 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50ded5f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. build(deps): bump github.com/pressly/goose/v3 from 3.21.1 to 3.22.0 (#…

    …531)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7580ee0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    81af203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f02dec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47ee78e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fe275b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    1abd966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c6acd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    749225c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3bf689 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0139134 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    fc57c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    581ce97 View commit details
    Browse the repository at this point in the history
  3. fix: fix merge conflict

    FrankLi123 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    74ac0db View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    ef5e866 View commit details
    Browse the repository at this point in the history
  2. fix: fix lint errors

    FrankLi123 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1d03904 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c414daa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d15b24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4cb882 View commit details
    Browse the repository at this point in the history
  6. fix: fix lint errors

    FrankLi123 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    0f963a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    b0fd818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34fe29d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b6b563 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbd4996 View commit details
    Browse the repository at this point in the history
  5. fix: fix lint error

    FrankLi123 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    de962a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. feat(worker/activitypub): implement features for synchronizing node d…

    …ata with the Global Indexer (#549)
    FrankLi123 authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e1bbcba View commit details
    Browse the repository at this point in the history