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

Update Gradle Wrapper from 7.4.2 to 7.5.1 #11

Open
wants to merge 2,434 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 27, 2022

  1. removed redundant plugin

    aravindanr committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    af312a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36cdab6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Merge branch 'main' of github.com:Netflix/conductor into gradle_netfl…

    …ixoss_upgrade
    
    # Conflicts:
    #	core/src/main/java/com/netflix/conductor/service/AdminServiceImpl.java
    aravindanr committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    97c045c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    781817e View commit details
    Browse the repository at this point in the history
  2. Bump handlebars from 4.0.+ to 4.3.0

    Bumps [handlebars](https://github.com/jknack/handlebars.java) from 4.0.+ to 4.3.0.
    - [Release notes](https://github.com/jknack/handlebars.java/releases)
    - [Commits](https://github.com/jknack/handlebars.java/commits/v4.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.jknack:handlebars
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    48506c3 View commit details
    Browse the repository at this point in the history
  3. Bump com.google.protobuf from 0.8.15 to 0.8.18

    Bumps com.google.protobuf from 0.8.15 to 0.8.18.
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c089b06 View commit details
    Browse the repository at this point in the history
  4. Object model separation (Netflix#2702)

    * introduce a domain specific object model
    
    * service layer wip
    
    * core and contribs wip
    
    * remove repeated external storage access in state machine
    
    * cassandra module changes
    
    * redis persistence changes
    
    * mysql persistence changes
    
    * postgres persistence changes
    
    * redis concurrency limit module changes
    
    * updated IndexDAO APIs and corresponding ES implementations
    
    * more changes per indexDAO api
    
    * fix tests in es modules due to new contract
    
    * fix unit tests as per new models
    
    * rename objects and classes
    
    * fix integ tests
    apanicker-nflx committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    837afdf View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. during sub wf operations (restart, retry etc), the parent wf is pushe…

    …d to the decider queue only if it's not present.
    aravindanr committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    0adda05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1310d75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bfb7e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    56b9808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64371be View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Merge pull request Netflix#2745 from Netflix/default_queues_domain_mo…

    …dels
    
    use domain models in default queues
    apanicker-nflx committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    0702008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c249ddd View commit details
    Browse the repository at this point in the history
  3. Merge pull request Netflix#2747 from maheshyaddanapudi/patch-2

    Update WHOSUSING.md
    apanicker-nflx committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    0dccbbc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Fix for failure workflow

    - fix correlationId for failure workflow
    - add failure taskId to input
    jxu-nflx committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    2dfacf1 View commit details
    Browse the repository at this point in the history
  2. Update Gradle Wrapper from 7.3.2 to 7.3.3.

    Signed-off-by: gradle-update-robot <[email protected]>
    gradle-update-robot authored and aravindanr committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5ef3f4c View commit details
    Browse the repository at this point in the history
  3. reverted WorkflowExecutor.pushParentWorkflow changes from Netflix#2739,…

    … added log when subWorkflowChanged is reset.
    aravindanr committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    83b4474 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Update Gradle Wrapper from 7.3.3 to 7.4.

    Signed-off-by: gradle-update-robot <[email protected]>
    gradle-update-robot committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    c335769 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    26a83bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request Netflix#2771 from Netflix/termination_reason

    add termination reason param to terminate task
    apanicker-nflx committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    c7bbfb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Merge pull request Netflix#2762 from Netflix/gradlew-update-7.4

    Update Gradle Wrapper from 7.3.3 to 7.4
    apanicker-nflx committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    d8c4f12 View commit details
    Browse the repository at this point in the history
  2. Bump gradle-extra-configurations-plugin from 5.0.3 to 7.0.0

    Bumps [gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) from 5.0.3 to 7.0.0.
    - [Release notes](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/releases)
    - [Changelog](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/blob/main/CHANGELOG.md)
    - [Commits](nebula-plugins/gradle-extra-configurations-plugin@v5.0.3...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.netflix.nebula:gradle-extra-configurations-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    5961281 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. docs update (Netflix#2776)

    Co-authored-by: Doug Sillars <[email protected]>
    dougsillars and Doug Sillars committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c878b99 View commit details
    Browse the repository at this point in the history
  2. AMQP enhancements for resiliency and concurrency (Netflix#2587)

    * AMQP messages will generate the observable change
    
    * Reverting unnecessary changes
    
    * Capturing the only changes required for AMQP messagres reading
    
    * Capturing the only changes required for AMQP messagres reading
    
    * Support for sequential and parallel processing of messages
    
    * Channel reusability changes
    
    * Channel reusability changes
    
    * Subscriber channel caching
    
    * Max channel changes
    
    * Connection and opertion retries
    
    * Channel usage for exchanges and publishers
    
    * Acknowledge the message even on failures
    
    * Resolved conflicts
    
    * Apply coding style changes using spotless
    
    * Retry on publish and ack failures
    
    * Externalizing the redis config
    
    * Externalizing the redis config
    
    * Make Event System Task Synchronous
    
    Event is a task that publishes messages to an external eventing system.
    The publishing is not a long running task, and publishing message to an async system using async task is not optimal.
    
    marking event as sync, improves the overall performance and has negligible overhead given the task completes quite quick.
    
    * Update integration tests to reflect Event is synchronous
    
    * Getting the latest changes
    
    Co-authored-by: Thangella, Venkat <[email protected]>
    Co-authored-by: Viren Baraiya <[email protected]>
    3 people committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    01d7079 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Bump actions/setup-node from 1 to 3

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    b458215 View commit details
    Browse the repository at this point in the history
  2. Update apispec.md

    Remove mentions of deprecated ack API
    pratik-p committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e27b146 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Netflix#2795 from pratik-p/patch-1

    Update apispec.md - remove ack API mention
    apanicker-nflx committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    abad744 View commit details
    Browse the repository at this point in the history
  4. [UI] Optimize display format of task logs (Netflix#2787)

    Howaric Kown committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    9aff7d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    fd86ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b57ecfe View commit details
    Browse the repository at this point in the history
  3. Merge pull request Netflix#2798 from prafullkotecha/patch-1

    Fix the path to architecture diagram
    apanicker-nflx committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    09359e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    a83374a View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and aravindanr committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    00e7713 View commit details
    Browse the repository at this point in the history
  3. Bump actions/stale from 3 to 5

    Bumps [actions/stale](https://github.com/actions/stale) from 3 to 5.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and aravindanr committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    4fb1e53 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Netflix#2794 from Netflix/dependabot/github_action…

    …s/actions/setup-node-3
    
    Bump actions/setup-node from 1 to 3
    apanicker-nflx committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    a4a8f8f View commit details
    Browse the repository at this point in the history
  5. Merge pull request Netflix#2672 from Netflix/dependabot/gradle/com.go…

    …ogle.protobuf-0.8.18
    
    Bump com.google.protobuf from 0.8.15 to 0.8.18
    apanicker-nflx committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    8c2c396 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Netflix#2673 from Netflix/dependabot/gradle/com.gi…

    …thub.jknack-handlebars-4.3.0
    
    Bump handlebars from 4.0.+ to 4.3.0
    apanicker-nflx committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    c647754 View commit details
    Browse the repository at this point in the history
  7. Bump org.sonarqube from 3.1.1 to 3.3

    Bumps org.sonarqube from 3.1.1 to 3.3.
    
    ---
    updated-dependencies:
    - dependency-name: org.sonarqube
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    fca3de9 View commit details
    Browse the repository at this point in the history
  8. Bump protobuf-gradle-plugin from 0.8.15 to 0.8.18

    Bumps [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.15 to 0.8.18.
    - [Release notes](https://github.com/google/protobuf-gradle-plugin/releases)
    - [Commits](google/protobuf-gradle-plugin@v0.8.15...v0.8.18)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-gradle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    ad9a08d View commit details
    Browse the repository at this point in the history
  9. Merge pull request Netflix#2735 from Netflix/dependabot/gradle/com.ne…

    …tflix.nebula-gradle-extra-configurations-plugin-7.0.0
    
    Bump gradle-extra-configurations-plugin from 5.0.3 to 7.0.0
    apanicker-nflx committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    62a99d0 View commit details
    Browse the repository at this point in the history
  10. Bump javapoet from 1.11.+ to 1.13.0

    Bumps [javapoet](https://github.com/square/javapoet) from 1.11.+ to 1.13.0.
    - [Release notes](https://github.com/square/javapoet/releases)
    - [Changelog](https://github.com/square/javapoet/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/square/javapoet/commits/javapoet-1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.squareup:javapoet
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and aravindanr committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    0559b6d View commit details
    Browse the repository at this point in the history
  11. Bump xstream from 1.4.18 to 1.4.19

    Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.18 to 1.4.19.
    - [Release notes](https://github.com/x-stream/xstream/releases)
    - [Commits](https://github.com/x-stream/xstream/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.thoughtworks.xstream:xstream
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    d412b9a View commit details
    Browse the repository at this point in the history
  12. Bump protobuf-java from 3.5.1 to 3.19.4

    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.5.1 to 3.19.4.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
    - [Commits](protocolbuffers/protobuf@v3.5.1...v3.19.4)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    3fc51cc View commit details
    Browse the repository at this point in the history
  13. Merge pull request Netflix#2821 from Netflix/dependabot/gradle/org.so…

    …narqube-3.3
    
    Bump org.sonarqube from 3.1.1 to 3.3
    apanicker-nflx committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    92e0a4c View commit details
    Browse the repository at this point in the history
  14. Bump io.spring.dependency-management

    Bumps io.spring.dependency-management from 1.0.9.RELEASE to 1.0.11.RELEASE.
    
    ---
    updated-dependencies:
    - dependency-name: io.spring.dependency-management
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    7f88c12 View commit details
    Browse the repository at this point in the history
  15. Merge pull request Netflix#2822 from Netflix/dependabot/gradle/com.go…

    …ogle.protobuf-protobuf-gradle-plugin-0.8.18
    
    Bump protobuf-gradle-plugin from 0.8.15 to 0.8.18
    apanicker-nflx committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    c61692b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge pull request Netflix#2732 from Netflix/dependabot/gradle/com.go…

    …ogle.protobuf-protobuf-java-3.19.4
    
    Bump protobuf-java from 3.5.1 to 3.19.4
    apanicker-nflx committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    32fb34e View commit details
    Browse the repository at this point in the history
  2. Merge pull request Netflix#2824 from Netflix/dependabot/gradle/com.th…

    …oughtworks.xstream-xstream-1.4.19
    
    Bump xstream from 1.4.18 to 1.4.19
    apanicker-nflx committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    96e98c0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Netflix#2825 from Netflix/dependabot/gradle/io.spr…

    …ing.dependency-management-1.0.11.RELEASE
    
    Bump io.spring.dependency-management from 1.0.9.RELEASE to 1.0.11.RELEASE
    apanicker-nflx committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    98519e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    523517a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f8fe23 View commit details
    Browse the repository at this point in the history
  3. Add previousStatus filed to WorkflowModel (Netflix#2816)

    * Add previousStatus filed to WorkflowModel
    
    * Add check to only update previousStatus if status changed
    
    * Update dependency lock files
    jxu-nflx committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    91c0a61 View commit details
    Browse the repository at this point in the history
  4. Update workflowdef.md

    Fix missing a backquote in workflowdef.md
    Howaric committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    790b35a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Update archival-of-workflows.md

    Added missing documentation on enabling archival of terminated or completed workflows
    erikbrgr committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    3491582 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Update WHOSUSING.md

    Added name
    CherishSantoshi authored and aravindanr committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    bf1da2d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Bump spotless-plugin-gradle from 5.+ to 6.3.0

    Bumps spotless-plugin-gradle from 5.+ to 6.3.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless:spotless-plugin-gradle
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8e00597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc3088 View commit details
    Browse the repository at this point in the history
  3. Local only lock fix (Netflix#2814)

    * Local only lock fix
    
    Cancel thread scheduled for stopping starvation in case of actually releasing a lock.
    
    * log level
    
    * naming
    
    * format
    
    * Unit tests
    
    * review comments.
    manan164 committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    b6fb7b0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Netflix#2831 from howaric/patch-1

    Update workflowdef.md
    apanicker-nflx committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    f14e84d View commit details
    Browse the repository at this point in the history
  5. Definition & Task Editor UI (Netflix#2845)

    Editor for workflows and tasks
    
    Other Changes:
    - Allow custom AppBar buttons & Routes in /plugin
    - DataTable defaultColumns fix
    - Dropdown expose error state
    - Formik-compatible components
    - Loosen workflow name restrictions in schema
    - Notify user if task output is externalized
    Co-authored-by: boney9 [email protected]
    peterlau committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    24471aa View commit details
    Browse the repository at this point in the history
  6. Merge pull request Netflix#2837 from erikbrgr/patch-1

    Update archival-of-workflows.md
    apanicker-nflx committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    39365b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b98707d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e65a2e6 View commit details
    Browse the repository at this point in the history
  9. Sync OSS with internal branch

    - Allow custom AppBar buttons & Routes in /plugin
    - DataTable defaultColumns fix
    - Dropdown expose error state
    - Formik-compatible components
    - Loosen workflow name restrictions in schema
    peterlau committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    25a49e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2dbd38 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    df87835 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d27c0aa View commit details
    Browse the repository at this point in the history
  13. Bump guava from 25.1-jre to 31.1-jre

    Bumps [guava](https://github.com/google/guava) from 25.1-jre to 31.1-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    35cc744 View commit details
    Browse the repository at this point in the history
  14. dependencies.lock update

    aravindanr authored and dependabot[bot] committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7d93607 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1bcf841 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5b28eba View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a3892da View commit details
    Browse the repository at this point in the history
  18. removed ModelMapper

    aravindanr committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e3f63c6 View commit details
    Browse the repository at this point in the history
  19. Added support for sub workflow in loop task (Netflix#2807)

    * Initial cut
    
    Initial cut
    
    * Format plugin
    manan164 committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    dc9f157 View commit details
    Browse the repository at this point in the history
  20. DO_WHILE improvement - Check only for current iteration task to get c…

    …ompleted. (Netflix#2804)
    
    * Wait and check only for current iteration task to get completed.
    
    Wait and check only for current iteration task to get completed.
    
    * format plugin
    manan164 committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3289a04 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c373e6f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0d2c44b View commit details
    Browse the repository at this point in the history
  23. Prettify UI code

    peterlau committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    a2993b6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    05303dd View commit details
    Browse the repository at this point in the history
  25. Squashed commit of the following:

    Separate colors for in_progress and canceled tasks
    Additional columns in Task Defintions list
    peterlau committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d4254c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Add 313X

    Dalmo Veras committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    e9107df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a290da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80159db View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. golang client updates

    1. Use logrus for logging and add example on how to configure logging
    2. Update logging to use logrus
    3. Minor fixes
    v1r3n committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    52e8193 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Bump com.gradle.enterprise from 3.8.1 to 3.9 (Netflix#2862)

    Bumps com.gradle.enterprise from 3.8.1 to 3.9.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle.enterprise
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5232fa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    377ce2b View commit details
    Browse the repository at this point in the history
  3. Bump actions/cache from 2 to 3 (Netflix#2861)

    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    be20c27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4238cf View commit details
    Browse the repository at this point in the history
  5. Merge pull request Netflix#2857 from v1r3n/golang_sdk_fixes

    Golang client updates
    apanicker-nflx committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    2860d60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0960ee View commit details
    Browse the repository at this point in the history
  7. Merge netflix internal UI changes

    - Add CRA proxy rewrite /api => / as backend no longer supports the former
    - Replace react-json-view with Monaco editor
    - Do not shift graph on side panel appearance
    - Persisted selected task
    - Fix wrong icon in retry dropdown
    - Show elapsed time for currently running tasks
    - Fix workflow search sort order not restored from URL
    peterlau committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e746754 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be2fa97 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Start commiting yarn.lock

    peterlau committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    729760f View commit details
    Browse the repository at this point in the history
  2. Replace node-sass with sass

    peterlau committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    5df99ad View commit details
    Browse the repository at this point in the history
  3. Input & Output are properly represented when Model is converted to da…

    …ta transfer objects (Workflow/Task) (Netflix#2864)
    aravindanr committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    5cc919c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. TaskMapperContext refactoring.

    1. taskToSchedule -> workflowTask
    2. workflowInstance -> workflowModel
    3. Removed unused WorkflowDefinition.
    4. Changed bean name from taskProcessorsMap to taskMappersByTaskType.
    aravindanr committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    049feb9 View commit details
    Browse the repository at this point in the history
  2. START_WORKFLOW system task

    aravindanr committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    d7c7a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a84bed View commit details
    Browse the repository at this point in the history
  4. refactoring

    aravindanr committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    5d82111 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c28326 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d2e6f1 View commit details
    Browse the repository at this point in the history
  7. Refactor data access hooks (react-query) for improved encapsulation. …

    …Do not expose useFetch and useAction in view components.
    
    - Upgrade dependencies and remove fontsource-roboto.
    peterlau committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    6996a96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    907f51d View commit details
    Browse the repository at this point in the history
  9. [UI] Ensure rewrite rule in setupProxy.js remains commented out.

    OSS server endpoints are prefixed with /api
    peterlau committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    1b4b972 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    616294d View commit details
    Browse the repository at this point in the history
  11. Remediate dependabot warnings with forced resolutions.

    Note: Remove once able to upgrade from react-scripts 4.0.3
    peterlau committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    54178f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Mar 29, 2022

  1. Merge remote-tracking branch 'origin/main' into taskmapper_refactoring

    # Conflicts:
    #	core/src/main/java/com/netflix/conductor/core/execution/mapper/SubWorkflowTaskMapper.java
    aravindanr committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e5bfaa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge pull request Netflix#2872 from Netflix/taskmapper_refactoring

    TaskMapperContext refactoring.
    aravindanr committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    9a2eae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8064fe5 View commit details
    Browse the repository at this point in the history
  3. Event handler for loop over task. (Netflix#2883)

    * Event handler for loop over task.
    
    * spot less
    manan164 committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    818750f View commit details
    Browse the repository at this point in the history
  4. fixed broken links

    aravindanr committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d1d0ff7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e475718 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Update Gradle Wrapper from 7.4 to 7.4.2.

    Signed-off-by: gradle-update-robot <[email protected]>
    gradle-update-robot committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    3c135dd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    f831485 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Netflix#2657 from Netflix/dynamic_fork_swf_externa…

    …l_storage
    
    integ test for dynamic fork with subworkflow external storage
    apanicker-nflx committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    50abc89 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Workflow as Code SDK for Conductor (Netflix#2856)

    * Java SDK
    
    * Update Javascript.java
    
    * Update Javascript.java
    
    * refactor and clean up
    
    * Update WorkflowCreationTests.java
    
    * Update workflow_sdk.md
    
    * Update WorkflowCreationTests.java
    
    * Add event task
    
    * Update WorkflowExecutor.java
    
    * Update WorkflowExecutor.java
    
    * make fields private
    v1r3n committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    cd6e888 View commit details
    Browse the repository at this point in the history
  2. Bump protobuf-java from 3.19.4 to 3.20.0

    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.20.0.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
    - [Commits](protocolbuffers/protobuf@v3.19.4...v3.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    c00db4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b23c04e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Merge pull request Netflix#2895 from NickTomlin/ntomlin/docker

    chore: Disable ES in local docker config
    apanicker-nflx committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    7251996 View commit details
    Browse the repository at this point in the history
  2. Bump cglib from 3.2.4 to 3.3.0

    Bumps [cglib](https://github.com/cglib/cglib) from 3.2.4 to 3.3.0.
    - [Release notes](https://github.com/cglib/cglib/releases)
    - [Commits](https://github.com/cglib/cglib/commits)
    
    ---
    updated-dependencies:
    - dependency-name: cglib:cglib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    d9ee7d0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Netflix#2891 from Netflix/gradlew-update-7.4.2

    Update Gradle Wrapper from 7.4 to 7.4.2
    apanicker-nflx committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    b247371 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Netflix#2901 from Netflix/dependabot/gradle/cglib-…

    …cglib-3.3.0
    
    Bump cglib from 3.2.4 to 3.3.0
    apanicker-nflx committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    8870c55 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Netflix#2902 from Netflix/dependabot/gradle/com.go…

    …ogle.protobuf-protobuf-java-3.20.0
    
    Bump protobuf-java from 3.19.4 to 3.20.0
    apanicker-nflx committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    c8f1c52 View commit details
    Browse the repository at this point in the history
  6. updated dependencies

    apanicker-nflx committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    2e1dab5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d2e330 View commit details
    Browse the repository at this point in the history
  8. Merge pull request Netflix#2905 from Netflix/spotbugs_fix

    ignore codes raised by new spotbugs
    apanicker-nflx committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    5462795 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Bump moment from 2.29.1 to 2.29.2 in /ui

    Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
    - [Release notes](https://github.com/moment/moment/releases)
    - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
    - [Commits](moment/moment@2.29.1...2.29.2)
    
    ---
    updated-dependencies:
    - dependency-name: moment
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and peterlau committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1c27688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fe5982 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    6da2fb8 View commit details
    Browse the repository at this point in the history
  2. Workflow Workbench

    Other changes:
    - Code formatting
    - fetchWithContext allows text response (for /workflow retval)
    - Style changes regarding small IconButton
    - Introduce TS
    - Dropdown coerces undefined to null (to prevent uncontrolled component warning)
    peterlau committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c6d9e0b View commit details
    Browse the repository at this point in the history
  3. Fix validation error handling in workflow editor

    - Rev version. Keep moment upgrade.
    peterlau committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9982b4f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    09d71da View commit details
    Browse the repository at this point in the history
  2. [UI] Fix bulk retry button

    * Upgrade react-vis-timeline. 
    * Fix dependency warnings.
    peterlau committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b98cd5e View commit details
    Browse the repository at this point in the history
  3. SQL to SQS eventing name

    SQL to SQS eventing name
    torgge committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    3170996 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b760ab View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

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

Commits on Apr 15, 2022

  1. Set permissions for GitHub actions

    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    
    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
    
     Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
    
    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    25268d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Netflix#2913 fixed dead links

    aravindanr committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    e78c56c View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 2 to 3

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and aravindanr committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    42ec329 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-java from 2 to 3

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and aravindanr committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    d6efe35 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Netflix#2922 from turrisxyz/naveen/feat/set-perms-…

    …actions
    
    Set permissions for GitHub actions
    apanicker-nflx committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    2be4a9b View commit details
    Browse the repository at this point in the history
  5. Merge pull request Netflix#2920 from torgge/patch-1

    SQL to SQS eventing name
    apanicker-nflx committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    4b555a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. SB 2.6.6 changes

    aravindanr committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    5123ecf View commit details
    Browse the repository at this point in the history
  2. 1. added explicit dependency for junit

    2. added version override for groovy
    aravindanr committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    2321d49 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

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

Commits on Apr 21, 2022

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

Commits on Apr 25, 2022

  1. Bump protobuf-java from 3.20.0 to 3.20.1

    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.20.0 to 3.20.1.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
    - [Commits](protocolbuffers/protobuf@v3.20.0...v3.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    69780cd View commit details
    Browse the repository at this point in the history
  2. Bump com.gradle.enterprise from 3.9 to 3.10

    Bumps com.gradle.enterprise from 3.9 to 3.10.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle.enterprise
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    68ad0b1 View commit details
    Browse the repository at this point in the history
  3. Allow Overrding of IDGenerator (Netflix#2910)

    * changes to make id generator injectable
    
    * fix tests
    
    * Update CassandraExecutionDAOSpec.groovy
    
    * Update build.gradle
    
    * formatting
    
    * Update IDGenerator.java
    
    * Update IDGenerator.java
    
    * Add note on overriding the id generator
    
    * formatting.
    v1r3n committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    841e6b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge pull request Netflix#2946 from Netflix/dependabot/gradle/com.go…

    …ogle.protobuf-protobuf-java-3.20.1
    
    Bump protobuf-java from 3.20.0 to 3.20.1
    apanicker-nflx committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7ab3412 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Netflix#2947 from Netflix/dependabot/gradle/com.gr…

    …adle.enterprise-3.10
    
    Bump com.gradle.enterprise from 3.9 to 3.10
    apanicker-nflx committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    3dd9007 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d72424 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Netflix#2923 from Netflix/remove_guava

    Remove guava from common module; Handle exceptions in sweeper
    apanicker-nflx committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    b0b8809 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    f842c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a88fc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    570fcef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98a9c0f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Updated related.md to add conductor sdks (Netflix#2952)

    * Update RELATED.md
    
    * Update RELATED.md
    
    Added Client SDKs
    CherishSantoshi committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    90e0687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83f82d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b903bd8 View commit details
    Browse the repository at this point in the history
  4. spotless format

    aravindanr committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    654ef19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c167381 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Merge pull request Netflix#2774 from Netflix/move_modules

    empty out contribs in prep of community repo
    apanicker-nflx committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    645c236 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    dd92c0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request Netflix#2954 from gardusig/ack-task-poll-batch

    Add an ack request for each task polled from queue, when polling in batches
    apanicker-nflx committed May 2, 2022
    Configuration menu
    Copy the full SHA
    51f6fd4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. fixed typos

    amolkatdare committed May 3, 2022
    Configuration menu
    Copy the full SHA
    c16dc84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72e972f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbf9be1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01118f0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Fix for NPE when header values are null (Netflix#2964)

    * Fix for NPE when header values are null
    
    * fixed formatting
    
    Co-authored-by: mhubli <[email protected]>
    muralicmr and mhubli committed May 4, 2022
    Configuration menu
    Copy the full SHA
    90fce6c View commit details
    Browse the repository at this point in the history
  2. Update documentation for loop task (DO_WHILE) (Netflix#2965)

    * update doc for loop task
    
    * better language
    manan164 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    283511d View commit details
    Browse the repository at this point in the history
  3. Redis password authentication support (Netflix#2950)

    * Added support for password authentication in RedisStandaloneConfiguration, RedisClusterConfiguration and RedisSentinelConfiguration
    
    * - Added a Redis Setup documentation page to the docs
    - Added a comment in application.properties
    jmigueprieto committed May 4, 2022
    Configuration menu
    Copy the full SHA
    653db61 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Add visual Loop representation. (Netflix#2963)

    * Add visual Loop representation.
    * Check for predecessors before accessing parent.
    pablocubico committed May 5, 2022
    Configuration menu
    Copy the full SHA
    e105719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7dfdd6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Merge pull request Netflix#2973 from Netflix/rerun_check

    only allow rerun on terminal workflows
    apanicker-nflx committed May 6, 2022
    Configuration menu
    Copy the full SHA
    8808ced View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    410735d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7beaf0c View commit details
    Browse the repository at this point in the history
  3. removed submodule

    aravindanr committed May 9, 2022
    Configuration menu
    Copy the full SHA
    1ac7f3b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    a30e599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa4d9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    398e689 View commit details
    Browse the repository at this point in the history
  4. Fix update with large payload task result (Netflix#2982)

    * fix update with large payload task result
    
    * retryOperation method refactored
    
    Co-authored-by: Aravindan Ramkumar <[email protected]>
    apanicker-nflx and aravindanr committed May 10, 2022
    Configuration menu
    Copy the full SHA
    43d9de1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    f4c984d View commit details
    Browse the repository at this point in the history
  2. [UI] Upgrade react-scripts to 5.0.0. Also upgrade devDependencies and…

    … clean up resolutions.
    peterlau committed May 12, 2022
    Configuration menu
    Copy the full SHA
    eb08f26 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Fix for Netflix#1677, inspired from Netflix#2881. Loop-over tasks are…

    … created in the DoWhile.execute method. The DO_WHILE TaskModel is persisted before the loop-over tasks are created. Therefore, the loop-over tasks will have access the iteration field in DO_WHILE TaskModel.
    aravindanr committed May 16, 2022
    Configuration menu
    Copy the full SHA
    0c93395 View commit details
    Browse the repository at this point in the history
  2. MockExternalPayloadStorage that uses different files for different pa…

    …yloads. Previous implementation used one file, where payloads of different tasks can be overwritten.
    aravindanr committed May 16, 2022
    Configuration menu
    Copy the full SHA
    86547c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ee0f25 View commit details
    Browse the repository at this point in the history
  4. merge main

    aravindanr committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e87711c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c624047 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Netflix#2934 from Netflix/sb_2.6.6

    Upgrade to Spring Boot 2.6.6
    aravindanr committed May 16, 2022
    Configuration menu
    Copy the full SHA
    cd0f3b3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Optional subworkflow task (Netflix#2974)

    * Mark JOIN task which depends on an optional task that has COMPLETED_WITH_ERRORS with the same status (i.e. COMPLETED_WITH_ERRORS)
    
    * If subworkflow task is defined as optional in the parent workflow, the parent workflow status will not update even if the subworkflow is retried/rerun/restarted
    jxu-nflx committed May 17, 2022
    Configuration menu
    Copy the full SHA
    87d4f93 View commit details
    Browse the repository at this point in the history
  2. Documentation Site Update (Netflix#2989)

    Co-authored-by: Doug Sillars <[email protected]>
    peterlau and dougsillars committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c15b6d9 View commit details
    Browse the repository at this point in the history
  3. Update logo in README and Swagger UI (Netflix#2990)

    Also remove duplicated content in README.
    peterlau committed May 17, 2022
    Configuration menu
    Copy the full SHA
    1dc15f5 View commit details
    Browse the repository at this point in the history
  4. Docsite typos

    peterlau committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c5a83fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3649467 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Bump spring-boot-gradle-plugin from 2.3.12.RELEASE to 2.6.7

    Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.3.12.RELEASE to 2.6.7.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.3.12.RELEASE...v2.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-gradle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and aravindanr committed May 18, 2022
    Configuration menu
    Copy the full SHA
    b1b7913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76ca8db View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Bump com.gradle.enterprise from 3.10 to 3.10.1

    Bumps com.gradle.enterprise from 3.10 to 3.10.1.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle.enterprise
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 23, 2022
    Configuration menu
    Copy the full SHA
    df3910e View commit details
    Browse the repository at this point in the history
  2. Merge pull request Netflix#3002 from Netflix/dependabot/gradle/com.gr…

    …adle.enterprise-3.10.1
    
    Bump com.gradle.enterprise from 3.10 to 3.10.1
    apanicker-nflx committed May 23, 2022
    Configuration menu
    Copy the full SHA
    7a88d95 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Log workflow failures (Netflix#3004)

    * log workflow failures
    
    * change log level to info
    
    * Keep reason field as is and update log statement with workflow id
    
    Co-authored-by: Surafel Korse <[email protected]>
    skorse and skorse committed May 24, 2022
    Configuration menu
    Copy the full SHA
    7fad72e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Add Supercharge

    martonbtoth authored and aravindanr committed May 25, 2022
    Configuration menu
    Copy the full SHA
    b11e6e7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Add contribs as submodule

    pmchung committed May 31, 2022
    Configuration menu
    Copy the full SHA
    10f9847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    128afc4 View commit details
    Browse the repository at this point in the history
  3. Custom changes

    pmchung committed May 31, 2022
    Configuration menu
    Copy the full SHA
    5789aa7 View commit details
    Browse the repository at this point in the history
  4. Update all dependencies

    pmchung committed May 31, 2022
    Configuration menu
    Copy the full SHA
    224aa95 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Build workflow

    pmchung committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    cf3c799 View commit details
    Browse the repository at this point in the history
  2. Fix action

    pmchung committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    496874e View commit details
    Browse the repository at this point in the history
  3. Fix action

    pmchung committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    26703d9 View commit details
    Browse the repository at this point in the history
  4. Use published metrics plugin

    pmchung committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    e2ef740 View commit details
    Browse the repository at this point in the history
  5. Use published metrics plugin

    pmchung committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    6f2d166 View commit details
    Browse the repository at this point in the history
  6. Add env name

    pmchung committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    fb2a5b1 View commit details
    Browse the repository at this point in the history
  7. Fix

    pmchung committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    6c8b749 View commit details
    Browse the repository at this point in the history
  8. Fix

    pmchung committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    dbe6708 View commit details
    Browse the repository at this point in the history
  9. Fix

    pmchung committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    619d53e View commit details
    Browse the repository at this point in the history
  10. Fix

    pmchung committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    80d9946 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Set env

    pmchung committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    c149b98 View commit details
    Browse the repository at this point in the history
  2. Update contribs

    pmchung committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    8f07f40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75385bc View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Include store

    pmchung committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    c176ad2 View commit details
    Browse the repository at this point in the history
  2. Add store

    pmchung committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    dfcbfcb View commit details
    Browse the repository at this point in the history
  3. Add store

    pmchung committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    124a715 View commit details
    Browse the repository at this point in the history
  4. Add store

    pmchung committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    c174b46 View commit details
    Browse the repository at this point in the history
  5. Fix

    pmchung committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    2fa2956 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Update event queue stream

    pmchung committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    a1f34a1 View commit details
    Browse the repository at this point in the history
  2. Fix

    pmchung committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    607b6c3 View commit details
    Browse the repository at this point in the history
  3. Use arraylist

    pmchung committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    e3ff7e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Fix scheduled

    pmchung committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    8595d45 View commit details
    Browse the repository at this point in the history
  2. Log refresh

    pmchung committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    0918876 View commit details
    Browse the repository at this point in the history
  3. Remove ref

    pmchung committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    8a27ff4 View commit details
    Browse the repository at this point in the history
  4. Fix project modules

    pmchung committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    067a05e View commit details
    Browse the repository at this point in the history
  5. Ignore metrics lint

    pmchung committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    e83b293 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    824fdd3 View commit details
    Browse the repository at this point in the history
  2. Revert log

    pmchung committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9c37f8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd17466 View commit details
    Browse the repository at this point in the history
  4. Add latest tag

    pmchung committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    494092f View commit details
    Browse the repository at this point in the history
  5. Fix

    pmchung committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e913e62 View commit details
    Browse the repository at this point in the history
  6. Fix

    pmchung committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a487b79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9639cfb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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

Commits on Jun 9, 2022

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

Commits on Jun 16, 2022

  1. Update kafka publish

    pmchung committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1eea148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f7d34 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. mkdir -p

    pmchung committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a4d1c62 View commit details
    Browse the repository at this point in the history
  2. mkdir -p

    pmchung committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9422b18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3c4634 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Update Gradle Wrapper from 7.4.2 to 7.5.1.

    Signed-off-by: gradle-update-robot <[email protected]>
    gradle-update-robot committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    28f359c View commit details
    Browse the repository at this point in the history