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

Implementation: External Processing support #5867

Open
wants to merge 50 commits into
base: main
Choose a base branch
from

Commits on Sep 28, 2023

  1. init commit for extProc

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    39d0717 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. build pass

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    98f43de View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

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

Commits on Oct 9, 2023

  1. insert extProc by phase(TODO)

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ca308a4 View commit details
    Browse the repository at this point in the history
  2. make generate

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f7a1906 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. set default for extProc's params

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    84bafd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. clean up

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    922668f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. more todo

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9c54782 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. more log

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    07363a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. comments & more

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    99a3b52 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. add filters by phase & refactor

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    2c9de3f View commit details
    Browse the repository at this point in the history
  2. bugfix & duplicate processing check

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d1a4011 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. sync & fix conflict

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7d2793f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dcfcf8 View commit details
    Browse the repository at this point in the history
  3. fix ut

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    024a515 View commit details
    Browse the repository at this point in the history
  4. make lint happy

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    04d9840 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. sync & fix conflict

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    707598f View commit details
    Browse the repository at this point in the history
  2. change field's definition & comments

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    11396dc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. make generate

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3c38898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8ad6c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Feb 21, 2024

  1. merge & fix conflict

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    56a8fff View commit details
    Browse the repository at this point in the history
  2. make lint happy

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3104a77 View commit details
    Browse the repository at this point in the history
  3. revert generate

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f10908f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. remove global ext_proc & add name for ext_proc

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fc182ef View commit details
    Browse the repository at this point in the history
  2. sync with upstream & fix conflict

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8bac1a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. sync with upstream & fix conflict

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    59f5d09 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. global & vh & route only have one ext_proc

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d410246 View commit details
    Browse the repository at this point in the history
  2. remove deadcode

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    70aca50 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fix crash

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    daa54f6 View commit details
    Browse the repository at this point in the history
  2. fix crash

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9ac6f52 View commit details
    Browse the repository at this point in the history
  3. enable disabled for globalExtProc

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e1e8c19 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. read extProc config from configMap

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b401806 View commit details
    Browse the repository at this point in the history
  2. make lint happy

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ffb6494 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    29936de View commit details
    Browse the repository at this point in the history
  2. refactor

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7bb8868 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    23ae148 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Apr 2, 2024

  1. refactor

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b1955c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. sync with upstream & fix conflict & revert

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    56b3d95 View commit details
    Browse the repository at this point in the history
  2. make generate

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ea39c99 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. refactor

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    19e6c3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f48350f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 25, 2024

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

Commits on Jul 30, 2024

  1. merge & fix conflict

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    98e3da5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    7da9c30 View commit details
    Browse the repository at this point in the history
  2. fix typo & little refactor

    Signed-off-by: gang.liu <gang.liu@daocloud.io>
    izturn committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f6b0772 View commit details
    Browse the repository at this point in the history