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: add worker jobs #180

Merged
merged 3 commits into from
Oct 23, 2024
Merged

feat: add worker jobs #180

merged 3 commits into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. feat: add worker jobs

    This adds worker jobs to the app create/update commands. As a limitation
    of CLI flags, it only allows to define one worker job on creation. With
    update, you can add/remove as many as possible.
    ctrox committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fc0970a View commit details
    Browse the repository at this point in the history
  2. feat: add labels to logs output

    This adds a select set of labels to the app/build output. Also fixes a
    bug in the tailQuery function where labels would be appended instead of
    created for ever log line received.
    
    The app logs now show all logs related to an app by default. The output
    can be filtered by type if desired.
    ctrox committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    438311a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d231b5 View commit details
    Browse the repository at this point in the history