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

Rework addons (use rpc) #3268

Merged
merged 72 commits into from
Apr 15, 2024
Merged

Rework addons (use rpc) #3268

merged 72 commits into from
Apr 15, 2024

Commits on Jan 24, 2024

  1. Add go plugins

    qwerty287 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    37e04a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    fb00d8f View commit details
    Browse the repository at this point in the history
  2. Support registry service

    qwerty287 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    2c7e26c View commit details
    Browse the repository at this point in the history
  3. Support env service

    qwerty287 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    734daa3 View commit details
    Browse the repository at this point in the history
  4. Remove old types

    qwerty287 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    cb6b9d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2592705 View commit details
    Browse the repository at this point in the history
  6. reformat

    qwerty287 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    2489471 View commit details
    Browse the repository at this point in the history
  7. Add secret service

    qwerty287 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6f6e72a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ae103a View commit details
    Browse the repository at this point in the history
  9. fix flag types

    qwerty287 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    2784acf View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    24a4138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a19988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6df50b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a89814 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. continue forge addon

    qwerty287 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a1a8d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19169ab View commit details
    Browse the repository at this point in the history
  3. fix id

    qwerty287 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bce1ad3 View commit details
    Browse the repository at this point in the history
  4. replace goplugins

    qwerty287 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b930832 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    325e3e5 View commit details
    Browse the repository at this point in the history
  2. fix merge

    qwerty287 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    458b687 View commit details
    Browse the repository at this point in the history
  3. move addon pkg

    qwerty287 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    e842ae7 View commit details
    Browse the repository at this point in the history
  4. Remove moularity

    qwerty287 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    ad8d25b View commit details
    Browse the repository at this point in the history
  5. complete hook func

    qwerty287 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    b17a6d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    cfa2e5d View commit details
    Browse the repository at this point in the history
  2. finish basic work

    qwerty287 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f2b1bee View commit details
    Browse the repository at this point in the history
  3. add copyright

    qwerty287 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    21d1ab3 View commit details
    Browse the repository at this point in the history
  4. fix json on user model

    qwerty287 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e06a520 View commit details
    Browse the repository at this point in the history
  5. fix for repos & rework

    qwerty287 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    92f5391 View commit details
    Browse the repository at this point in the history
  6. rename pkg

    qwerty287 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d03814e View commit details
    Browse the repository at this point in the history
  7. fix repo struct

    qwerty287 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    14ab7fe View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    daa80a5 View commit details
    Browse the repository at this point in the history
  2. return error on failed type

    qwerty287 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    5b7bd63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73ac116 View commit details
    Browse the repository at this point in the history
  4. Add addon logger

    qwerty287 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8fb3f3c View commit details
    Browse the repository at this point in the history
  5. Revert "return error on failed type"

    This reverts commit 5b7bd63.
    qwerty287 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    1a9fcbe View commit details
    Browse the repository at this point in the history
  6. Update addon docs

    qwerty287 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    2526575 View commit details
    Browse the repository at this point in the history
  7. Update docs

    qwerty287 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    1aeb25f View commit details
    Browse the repository at this point in the history
  8. fix lint

    qwerty287 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4902893 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. update link

    qwerty287 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    cfacb1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3d1fc1 View commit details
    Browse the repository at this point in the history
  3. update docs

    qwerty287 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    70e2845 View commit details
    Browse the repository at this point in the history
  4. update link

    qwerty287 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    b56a859 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ca2621 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    1fe20f3 View commit details
    Browse the repository at this point in the history
  2. fix link

    qwerty287 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4c6e185 View commit details
    Browse the repository at this point in the history
  3. update swagger

    qwerty287 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7dc2912 View commit details
    Browse the repository at this point in the history
  4. replace radicle with info

    qwerty287 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2fcc67b View commit details
    Browse the repository at this point in the history
  5. Rename flag

    qwerty287 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    389df9c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

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

Commits on Feb 24, 2024

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

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    6cc1b7b View commit details
    Browse the repository at this point in the history
  2. fix yaml syntax

    qwerty287 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c06d834 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    ba3b14c View commit details
    Browse the repository at this point in the history
  2. fix build

    qwerty287 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    1327839 View commit details
    Browse the repository at this point in the history
  3. prettier

    qwerty287 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e3edc0f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. fix renovate pr label

    qwerty287 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e1e2f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bb62bd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    dc464d5 View commit details
    Browse the repository at this point in the history
  2. update some docs

    qwerty287 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    09f086b View commit details
    Browse the repository at this point in the history
  3. Update prettier

    qwerty287 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    aee656d View commit details
    Browse the repository at this point in the history
  4. Revert "Update prettier"

    This reverts commit aee656d.
    qwerty287 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d1b18fa View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 16, 2024

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

Commits on Mar 20, 2024

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

Commits on Mar 22, 2024

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

Commits on Mar 24, 2024

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

Commits on Mar 29, 2024

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

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    2d9ba42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e008d27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57e3448 View commit details
    Browse the repository at this point in the history