8000 Comparing v0.39.1...v0.40.0 · hatchet-dev/hatchet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: hatchet-dev/hatchet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.39.1
Choose a base ref
...
head repository: hatchet-dev/hatchet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.40.0
Choose a head ref
  • 10 commits
  • 76 files changed
  • 3 contributors

Commits on Jul 22, 2024

  1. feat: sticky workers (#695)

    * wip
    
    * wip: functional query
    
    * feat: expose affinity config
    
    * feat: add weight to proto
    
    * feat: upsert affinity state on worker start
    
    * fix: linting
    
    * feat: add upsert proto
    
    * feat: upsert handler
    
    * feat: revise model
    
    * fix: labels
    
    * feat: functional desired worker
    
    * wip: ui
    
    * feat: add state to step run events
    
    * fix: filter empty keys
    
    * fix: labels as badges
    
    * feat: empty state and descriptive text
    
    * chore: add todo
    
    * chore: whitespace
    
    * chore: cleanup
    
    * chore: cleanup
    
    * chore: fix hash
    
    * chore: squash migrations
    
    * fix: fair worker assignment
    
    * fix: remaining slots on valid desired workers
    
    * wip: sticky
    
    * fix: count slots
    
    * chore: rm log line
    
    * feat: expose sticky config
    
    * wip: sticky dag
    
    * feat: expose desired worker id to trigger
    
    * feat: trigger on desired worker
    
    * feat: typescript docs
    
    * feat: sticky python
    
    * feat: py sticky children
    
    * wip: py affinity
    
    * serverless note
    
    * feat: complete python examples
    
    * linting
    
    * fix: doc link
    
    * chore: rm debug log
    
    * fix: simplify list labels
    
    * fix: typo
    grutt authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ee68786 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. chore(deps): bump google.golang.org/api from 0.188.0 to 0.189.0 (#739)

    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.188.0 to 0.189.0.
    - [Release notes](https://github.com/googleapis/google-api-go-client/releases)
    - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
    - [Commits](googleapis/google-api-go-client@v0.188.0...v0.189.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    77ac85b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    77193df View commit details
    Browse the repository at this point in the history
  2. fix: small resolver (#742)

    grutt authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2711fb8 View commit details
    Browse the repository at this point in the history
  3. feat: deduplicated enqueue (#735)

    * wip
    
    * wip: functional query
    
    * feat: expose affinity config
    
    * feat: add weight to proto
    
    * feat: upsert affinity state on worker start
    
    * fix: linting
    
    * feat: add upsert proto
    
    * feat: upsert handler
    
    * feat: revise model
    
    * fix: labels
    
    * feat: functional desired worker
    
    * wip: ui
    
    * feat: add state to step run events
    
    * fix: filter empty keys
    
    * fix: labels as badges
    
    * feat: empty state and descriptive text
    
    * chore: add todo
    
    * chore: whitespace
    
    * chore: cleanup
    
    * chore: cleanup
    
    * chore: fix hash
    
    * chore: squash migrations
    
    * fix: fair worker assignment
    
    * fix: remaining slots on valid desired workers
    
    * wip: sticky
    
    * fix: count slots
    
    * chore: rm log line
    
    * feat: expose sticky config
    
    * wip: sticky dag
    
    * feat: expose desired worker id to trigger
    
    * feat: trigger on desired worker
    
    * feat: typescript docs
    
    * feat: sticky python
    
    * feat: py sticky children
    
    * wip: py affinity
    
    * serverless note
    
    * feat: complete python examples
    
    * linting
    
    * feat: deduplicated enqueue
    
    * fix: address changes from PR review
    
    * chore: generate
    
    ---------
    
    Co-authored-by: gabriel ruttner <gabriel.ruttner@gmail.com>
    abelanger5 and grutt authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1ea4dfc View commit details
    Browse the repository at this point in the history
  4. feat: go worker assignment (#741)

    * feat: create worker with label
    
    * feat: worker context
    
    * feat: dynamic labels
    
    * feat: affinity
    
    * fix: ptr
    
    * fix: nil labels
    
    * feat: sticky dag
    
    * feat: sticky docs
    
    * feat: sticky children
    
    * chore: lint
    
    * fix: tests
    
    * fix: possibly nil workerId
    
    * chore: cleanup unneeded pointers
    grutt authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fd947cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aafdd27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1682722 View commit details
    Browse the repository at this point in the history
  7. feat: deduplicated enqueue error and additional context methods (#747)

    * feat: additional context fields and dedupe error
    
    * fix: case on error properly
    abelanger5 authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9efd936 View commit details
    Browse the repository at this point in the history
Loading
0