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

Multiple workers 🎉 #37

Merged
merged 13 commits into from
Nov 17, 2023
Merged

Multiple workers 🎉 #37

merged 13 commits into from
Nov 17, 2023

Commits on Sep 19, 2023

  1. chore: use network constant

    YuukanOO committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dc4ed8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fe2af2 View commit details
    Browse the repository at this point in the history
  3. chore: closes #28 apply migrations module in the same order & rename …

    …trigger_ to source_
    YuukanOO committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2752a42 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. feat: enable multiple jobs, closes #4

    Include small refactoring and closes #30
    YuukanOO authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f9abbdd View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. chore: add discriminated union management

    Makes it easier to persist and retrieve dynamic types such as deployment Source data and Job payloads.
    YuukanOO committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cb2d4ae View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. chore: some better ts typing

    YuukanOO committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6052da8 View commit details
    Browse the repository at this point in the history
  2. chore: introduce an ArtifactManager to manage build artifacts

    It makes easier to deal with build directories and logger.
    Also instantiate a docker client per deployment task to prevent intertwined logs.
    YuukanOO committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    08614b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bfccf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eb9137 View commit details
    Browse the repository at this point in the history
  5. chore: tiny things

    YuukanOO committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fa9e1ea View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. chore: memory stores used by test are now initialized with pointer va…

    …lues
    
    It makes it easier to assert modification of an existing record without relying on `GetByID`
    YuukanOO committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d63f0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63ee556 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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