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

Show first run before job name & add global env vars #235

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

louis77
Copy link

@louis77 louis77 commented Dec 12, 2024

Hey there, first of all thank you for this awesome project! ❤️

I have > 200 jobs and spotting those which failed became very hard. So I moved the status indicator for the most recent run before the job name. This way I can easily see which run failed. I also added a real tooltip over the indicators, so that the last run timestamp pops up immediately, and fixed a small Alpine issue.

SCR-20241212-tmdg

I've also added a top-level "env" key in the YAML schedule for schedule-level env vars that are passed to every job.

The order of env var processing is now:

  1. Add the system env vars (os.Envrion)
  2. Add the global env vars
  3. Add the job-local env vars

Perhaps you're interested in pulling this.

@louis77 louis77 changed the title Show first run before job name & fix iteration Show first run before job name & add global env vars Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant