Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: serverlessworkflow/sdk-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: serverlessworkflow/sdk-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 77 files changed
  • 4 contributors

Commits on Mar 25, 2025

  1. Fix #222 - Basic raw implementation for DSL 1.0.0 (#224)

    * Fix #222 - (WIP): Basic raw implementation for DSL 1.0.0
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Evaluate expressions, statusphase, schema validation, export, as, from
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Add raise task
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Task Do implementation and refactoring
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Upgrade Upload Artifact
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Add missing license headers
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Fix lint
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Add partial 'For' implementation
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Add implementation docs
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Solve lint issues
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Readd releases table to README
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    ---------
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    ricardozanini authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    15e2f10 View commit details
    Browse the repository at this point in the history
  2. chores: upgrade golang.org/x/net to v0.37.0 (#228)

    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    ricardozanini authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    4072331 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Fix #229 - Refactor JQ Expr processing and For Implementation (#231)

    * Refactor expr packaged and shared context
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Fix #229 - Implement For task and refactor jq expr into context
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Add missing headers
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Add nolint:unused
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    ---------
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    ricardozanini authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    5237b86 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Fix #233 - Add support to 'switch' task (#234)

    * Fix #233 - Add support to 'switch' task
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Fix headers and linters
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    ---------
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    ricardozanini authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    45bb41e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Refactoring run method (#236)

    * Refactoring run method
    
    Signed-off-by: fjtirado <ftirados@redhat.com>
    
    * Zaninis comments
    
    Signed-off-by: fjtirado <ftirados@redhat.com>
    
    ---------
    
    Signed-off-by: fjtirado <ftirados@redhat.com>
    fjtirado authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    f729012 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#237)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0.
    - [Commits](golang/net@v0.37.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    46481f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Fix #238 - Add support to fork task (#240)

    * Fix #238 - Add support to fork task
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Adding missed headers
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Fix linters, makefile, fmt
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Fix Labeler CI
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    * Remove labeler
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    
    ---------
    
    Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
    ricardozanini authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    23710ee View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. fix: Endpoint configuration should also accept expressions (#225)

    Signed-off-by: Gio Gutierrez <giovanny.gutierrez@commure.com>
    bakjos authored May 2, 2025
    Configuration menu
    Copy the full SHA
    edd5f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a905eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e245973 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    592f31d View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy