Skip to content

Conversation

@somebody1234
Copy link
Contributor

Pull Request Description

  • Fix the list for 'executions for today' being empty due to the 'start date' for today being set to now instead of the start of the day

Important Notes

None

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • Unit tests have been written where possible.
  • If meaningful changes were made to logic or tests affecting Enso Cloud integration in the libraries,
    or the Snowflake database integration, a run of the Extra Tests has been scheduled.
    • If applicable, it is suggested to paste a link to a successful run of the Extra Tests.

@somebody1234 somebody1234 added the CI: No changelog needed Do not require a changelog entry for this PR. label Jan 19, 2026
@somebody1234 somebody1234 added the --bug Type: bug label Jan 19, 2026
@somebody1234 somebody1234 added the --regression Important: regression label Jan 19, 2026
@somebody1234 somebody1234 requested a review from indiv0 as a code owner January 19, 2026 14:52
schema: (z) =>
z.object({
date: z.instanceof(CalendarDate),
dateTimeOverride: z.instanceof(ZonedDateTime).optional(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add explenation in the comment, this dateTimeOverride looks quite strange from outside.

@PabloBuchu
Copy link
Contributor

looks like fix is not working

Screen.Recording.2026-01-19.at.16.37.47.mp4

@somebody1234 somebody1234 marked this pull request as draft January 19, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

--bug Type: bug --regression Important: regression CI: No changelog needed Do not require a changelog entry for this PR. g-dashboard

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants