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

Implement polling response caching. #353

Draft
wants to merge 24 commits into
base: develop
Choose a base branch
from

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    226ace0 View commit details
    Browse the repository at this point in the history
  2. Fix cacheResponse().

    andres-portainer committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f14a46f View commit details
    Browse the repository at this point in the history
  3. Add missing change.

    andres-portainer committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    af8b8f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    1cb2397 View commit details
    Browse the repository at this point in the history
  2. Add missing imports.

    andres-portainer committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    da94377 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

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

Commits on Aug 15, 2022

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

Commits on Aug 16, 2022

  1. Improve jitter.

    andres-portainer committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    712c569 View commit details
    Browse the repository at this point in the history
  2. Change jitter again.

    andres-portainer committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    68b24eb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

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

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    0a0fb75 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into perf/polling-cache

    # Conflicts:
    #	cmd/agent/main.go
    #	edge/client/portainer_edge_client.go
    #	edge/edge.go
    #	edge/poll.go
    andres-portainer committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    8b5cb86 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. feat(agent): add healthcheck option [EE-4044]

    adds the option to run healthcheck by running `agent --healthcheck`
    - works only for edge
    Chaim Lev-Ari committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    9967a9d View commit details
    Browse the repository at this point in the history
  2. feat(build): add healthcheck to images

    Chaim Lev-Ari committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    a350005 View commit details
    Browse the repository at this point in the history
  3. fix(agent): remove cert

    Chaim Lev-Ari committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    f2e2553 View commit details
    Browse the repository at this point in the history
  4. fix(edge): remove unused GetDecodedKey

    Chaim Lev-Ari committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    57a5d1f View commit details
    Browse the repository at this point in the history
  5. fix(agent): remove key

    Chaim Lev-Ari committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    742cfb4 View commit details
    Browse the repository at this point in the history
  6. refactor(edge): remove client-api package

    Chaim Lev-Ari committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    1c37cd9 View commit details
    Browse the repository at this point in the history
  7. feat(healthcheck): skip no edge key checks

    Chaim Lev-Ari committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    410d07a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

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

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    9317e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ba21a1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into perf/polling-cache

    # Conflicts:
    #	healthcheck/healthcheck.go
    andres-portainer committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    39856fc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Merge branch 'develop' into perf/polling-cache

    # Conflicts:
    #	edge/edge.go
    andres-portainer committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d4a0de5 View commit details
    Browse the repository at this point in the history