Skip to content
#

data-driven

Here are 236 public repositories matching this topic...

keptn
thisthat
thisthat commented May 11, 2022

User Story

As a user, I'd like to know on which day a sequence/task was executed.

Technical Details

In the sequence screen, stages have below them the timestamp of when a sequence was executed for that stage. Similarly, next to the task a timestamp is shown. The format is always HH:MM.

In the best-case, it's usually clear that the sequence was executed within the same day (but you wou

good first issue bridge.2.0 type:improvement
Graphaello
pymor
kwrooijen
kwrooijen commented Aug 26, 2020

Currently the model namespace keeps track of registered models and creates maps for "quick" mapping (e.g. mapping a model field to table column). This is mainly for performance benefits.

https://github.com/kwrooijen/gungnir/blob/54fa3b8083c21d52e3c2990ef04cf4a63a1ad8b9/src/cljc/gungnir/model.cljc#L12-L17

These maps are stored in atoms. However it might be nice to actually store then in `^:dy

good first issue optimization

Improve this page

Add a description, image, and links to the data-driven topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-driven topic, visit your repo's landing page and select "manage topics."

Learn more