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

feat: supportAllowWildCard and AllowNotFound #7437

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on May 22, 2024

  1. feat: supportAllowWildCard and AllowNotFound

    Fixes dagger#3338
    
    Signed-off-by: Tom Chauveau <tom@epitech.eu>
    Tom Chauveau committed May 22, 2024
    Configuration menu
    Copy the full SHA
    aaf55e4 View commit details
    Browse the repository at this point in the history
  2. ci: add sdk all group

    When we removed mage, we removed the easy helpers that allowed
    generating/linting/etc on all SDKs. That meant that making API changes
    became much more fiddly.
    
    This patch restores the "all" group, but this time directly in the
    dagger module. One day, we might remove this with a script, but we don't
    have that right now.
    
    Signed-off-by: Justin Chadwell <me@jedevc.com>
    jedevc authored and Tom Chauveau committed May 22, 2024
    Configuration menu
    Copy the full SHA
    49a1117 View commit details
    Browse the repository at this point in the history
  3. feat: allow sending arbitrary signals to running service

    This can be done by attaching an optional signal argument to the
    existing `stop` method (which will wait until the process terminates
    after sending `stop`), or using the new `signal` method (which returns
    immediately).
    
    Signed-off-by: Justin Chadwell <me@jedevc.com>
    jedevc authored and Tom Chauveau committed May 22, 2024
    Configuration menu
    Copy the full SHA
    88d6233 View commit details
    Browse the repository at this point in the history
  4. sdk(typescript): handle required enum options

    Without this, the metadata would not be passed for a required enum arg.
    
    Signed-off-by: Justin Chadwell <me@jedevc.com>
    jedevc authored and Tom Chauveau committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5adba3b View commit details
    Browse the repository at this point in the history
  5. chore: regenerate clients

    Signed-off-by: Tom Chauveau <tom@epitech.eu>
    Tom Chauveau committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7c80e4d View commit details
    Browse the repository at this point in the history