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

Release 4.x #1432

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

Release 4.x #1432

wants to merge 41 commits into from

Commits on Jul 22, 2022

  1. Convert shell plugin to internal plugin (#975)

    * Convert shell plugin to internal plugin
    
    The purpose of this PR is to embed the shell plugin in the main dkron binary, that will facilitate creating a single binary with the most important executor, for easy deployment using a single binary.
    
    * Remove debugging
    Victor Castell committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    345ca8c View commit details
    Browse the repository at this point in the history
  2. Remove old UI (#984)

    Victor Castell committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    54ab0c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Merge branch 'master' into 4.x

    Victor Castell committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    376a820 View commit details
    Browse the repository at this point in the history
  2. Shell command needs proper usage and desc to be valid

    Victor Castell committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    4dcd2c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Release a light image tag (#988)

    * Release a light image tag
    
    Omit all plugins except the shell plugin that will be included in the main binary.
    vcastellm committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    055f0e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Upgrade react admin to v4 (#1436)

    * Upgrade react admin to v4
    vcastellm committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7af72c3 View commit details
    Browse the repository at this point in the history
  2. Use exponential backoff for retries (#1433)

    Co-authored-by: Victor Castell <victor@victorcastell.com>
    vcastellm and Victor Castell committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    2f40b60 View commit details
    Browse the repository at this point in the history
  3. Handle ip changes (#1446)

    * consul like approach: add server_lookup to make dkron independent from server node IP on raft layer
    * handle memberupdate event
    * query other servers before start & add test
    * don't remove itself if node is a raft leader
    * don't remove dkron server node if id matches
    ivan-kripakov-m10 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1c45fdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ee3ab6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Fix windows build

    vcastellm committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    1377bcd View commit details
    Browse the repository at this point in the history
  2. Clean up space in CI

    vcastellm committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    7a2d490 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Move config init to agent command (#1465)

    Config init was being done on the root level command but only the agent command was using config values.
    
    Now config init is done as pre-run of agent command only, getting rid of extra messages in other commands when the config was missing.
    vcastellm committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c35d31e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Fix disabled (#1467)

    Adapt fields to admin v4
    vcastellm committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    665c865 View commit details
    Browse the repository at this point in the history
  2. Docs

    vcastellm committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    41c82f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Bump module to v4 (#1470)

    vcastellm committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    586f72d View commit details
    Browse the repository at this point in the history
  2. Embed http plugin (#1471)

    http plugin is one of the most used plugins together with the shell plugin, embedding it in the main binary allow for more lean deployment.
    vcastellm committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f05aefe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03fb813 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Show all Job fields

    vcastellm committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    aec162a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ce37f View commit details
    Browse the repository at this point in the history
  3. Build UI

    vcastellm committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    9a1bc04 View commit details
    Browse the repository at this point in the history
  4. 4.0 Banner and blog post

    vcastellm committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    fccc1fb View commit details
    Browse the repository at this point in the history
  5. Build with docker node

    vcastellm committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f7eaff0 View commit details
    Browse the repository at this point in the history
  6. Docs v4 (#1473)

    * Tag v3
    vcastellm committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    37fd38b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Reuse http clients with the same configuration (#1474)

    * Reuse http clients with the same configuration
    vcastellm committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    203e31d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    b71cf98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7235ee View commit details
    Browse the repository at this point in the history
  3. Refactor location of types as they not only belong to plugins, but us…

    …ed in general. (#1485)
    
    Also add Pro protobuf and gen code as this should be public.
    vcastellm committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    794a178 View commit details
    Browse the repository at this point in the history
  4. Move member type to types

    vcastellm committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a0717ae View commit details
    Browse the repository at this point in the history
  5. Generate client

    vcastellm committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    6426308 View commit details
    Browse the repository at this point in the history
  6. protoc line

    vcastellm committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    4fcd8f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    aae95b9 View commit details
    Browse the repository at this point in the history
  2. Token fields

    vcastellm committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b1ce3da View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Typo

    vcastellm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    fbac360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede6770 View commit details
    Browse the repository at this point in the history
  3. Fix import

    vcastellm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    fb49e86 View commit details
    Browse the repository at this point in the history
  4. Token Type

    vcastellm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    e2a86ac View commit details
    Browse the repository at this point in the history
  5. Use accessor for tokens

    vcastellm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b2d5928 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d46947b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Consider existing Job

    vcastellm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a2face7 View commit details
    Browse the repository at this point in the history
  2. UI fs as param

    vcastellm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5ffe0ec View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Minor improvement in RabbitMQ executor (#1500)

    * minor improvement in rabbit mq executor
    
    * fix flaky test
    ivan-kripakov-m10 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8324be2 View commit details
    Browse the repository at this point in the history