8000 Comparing v0.33.3...v0.34.3 · 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.33.3
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.34.3
Choose a head ref
  • 17 commits
  • 189 files changed
  • 5 contributors

Commits on Jun 25, 2024

  1. feat: billing (#624)

    * feat: init lago client
    
    * feat: billable meter
    
    * feat: db persistence
    
    * wip: expose sub
    
    * feat: rename page
    
    * wip: billing section
    
    * wip: lago integration
    
    * feat: separate plan and period
    
    * wip: webhook
    
    * feat: improve empty state
    
    * feat: update limits on plan changes
    
    * feat: can change plans
    
    * feat: change plan loading state
    
    * feat: yearly filter
    
    * feat: billing clarification
    
    * fix: treatment
    
    * feat: filter plans
    
    * feat: prevent non-owner from changing plan
    
    * fix: loading state
    
    * fix: jit portal link
    
    * fix: rm import
    
    * fix: build errors
    
    * fix: default to free
    
    * fix: wrong files
    
    * fix: select or insert customer
    
    * fix: note
    
    * feat: upgrade dependent on payment method state
    
    * fix: dedupe
    
    * chore: remove github-app from core
    
    * chore: port to cloud
    
    * chore: port to cloud
    
    * chore: port to cloud
    
    * chore: port to cloud
    
    * chore: port to cloud
    
    * add new components, repository callbacks
    
    * chore: rm unused packages
    
    * chore: fix generation
    
    * chore: gen
    
    * fix: cloud api references
    
    * debug
    
    * debug
    
    * fix: actually set plans
    
    * chore: rm debug
    
    * fix: build
    
    * feat: callbacks
    
    * fix: add generated code
    
    * chore: group cloud components
    
    * chore: group by feature
    
    * feat: alert change
    
    * feat: confirm
    
    * fix: confirm modal
    
    * fix: ui
    
    * fix: remove arrears
    
    * fix: open in same tab
    
    * fix: wan alert
    
    * fix: call the callback
    
    * fix: callback obj
    
    * fix: disable if no cloud meta
    
    ---------
    
    Co-authored-by: Alexander Belanger <alexander@hatchet.run>
    grutt and abelanger5 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6977578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5538196 View commit details
    Browse the repository at this point in the history
  3. feat: webhook workers (#542)

    Adds serverless support via the concept of webhook workers. Allows any webhook to be registered as a serverless endpoint for executing a step.
    steebchen authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1490d88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ffa3d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. chore(deps): bump google.golang.org/api from 0.185.0 to 0.186.0 (#641)

    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.185.0 to 0.186.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.185.0...v0.186.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 Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9a47bff View commit details
    Browse the repository at this point in the history
  2. refactor: make engine runnable with config instead of loader (#640)

    * refactor: make hatchet-engine runnable programmatically
    
    * feat: export teardown name and fn
    abelanger5 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d19e299 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a51681d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39eeed0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eafb49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c773d3 View commit details
    Browse the repository at this point in the history
  7. fix: stub (#651)

    grutt authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    dc2b544 View commit details
    Browse the repository at this point in the history
  8. feat: disable signups (#643)

    * feat: disable signups
    
    * feat: ui and password
    
    * merge main
    
    * fix: disable allow oauth
    grutt authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    35979be View commit details
    Browse the repository at this point in the history
  9. feat: check security service (#639)

    * feat: check security service
    
    * feat: propegate version
    
    * feat: with ident
    
    * fix: lint
    
    * chore: generate
    
    * fix: change domain
    
    * fix: panic recover
    
    * fix: migrations
    
    * fix: hash
    
    * fix: dont check in tests
    grutt authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a8d4281 View commit details
    Browse the repository at this point in the history
  10. feat: list step run archives (#648)

    * feat: query
    
    * feat: api
    
    * fix: import
    
    * fix: include tenant in query and count
    
    * feat: archives in event list
    
    * feat: ui improvements
    
    * fix: collapsible
    
    * fix: build
    grutt authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    68176b7 View commit details
    Browse the repository at this point in the history
  11. feat: tenant partitioning (#649)

    * feat: tenant partitioning
    
    * fix: rebalance inactive partitions, split into separate partitioner
    
    * fix: shutdown partitioner scheduler properly
    
    * update config options
    
    * fix: config options linting
    abelanger5 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f2c6bc1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1002e74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b88989d View commit details
    Browse the repository at this point in the history
Loading
0