-
Notifications
You must be signed in to change notification settings - Fork 672
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
Sorting/filtering by inputs #35
Labels
enhancement
New feature or request
spec-first
This issue needs a spec to be created and then work. It should be an independent stream
ui
Admin console user interface
Comments
schottra
added
enhancement
New feature or request
spec-first
This issue needs a spec to be created and then work. It should be an independent stream
ui
Admin console user interface
and removed
Compliance
pri3
labels
Jul 6, 2020
Bug bankruptcy. |
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
Also pin version of client-go that works with @katrogan 's fork of k8s. Update flytestdlib to 0.3.0 And update boilerplate code while at it.
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
migrate to go module
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* Implement batched autorefresh cache * wip * Update interface and add a wrapper * Update AutoRefresh interface * add unit tests * PR Comments * lint * Unit tests * unit test
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
Signed-off-by: Ketan Umare <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* Implement batched autorefresh cache * wip * Update interface and add a wrapper * Update AutoRefresh interface * add unit tests * PR Comments * lint * Unit tests * unit test
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
migrate to go module
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
Signed-off-by: Ketan Umare <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
Signed-off-by: Samhita Alla <[email protected]>
eapolinario
pushed a commit
that referenced
this issue
Sep 8, 2023
Also pin version of client-go that works with @katrogan 's fork of k8s. Update flytestdlib to 0.3.0 And update boilerplate code while at it.
eapolinario
pushed a commit
that referenced
this issue
Sep 12, 2023
Signed-off-by: ariefrahmansyah <[email protected]>
eapolinario
pushed a commit
that referenced
this issue
Sep 13, 2023
Also pin version of client-go that works with @katrogan 's fork of k8s. Update flytestdlib to 0.3.0 And update boilerplate code while at it. Signed-off-by: Eduardo Apolinario <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Sep 26, 2023
Signed-off-by: Ketan Umare <[email protected]>
pvditt
pushed a commit
that referenced
this issue
Dec 29, 2023
Also pin version of client-go that works with @katrogan 's fork of k8s. Update flytestdlib to 0.3.0 And update boilerplate code while at it.
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Apr 30, 2024
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Apr 30, 2024
austin362667
pushed a commit
to austin362667/flyte
that referenced
this issue
May 7, 2024
robert-ulbrich-mercedes-benz
pushed a commit
to robert-ulbrich-mercedes-benz/flyte
that referenced
this issue
Jul 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
spec-first
This issue needs a spec to be created and then work. It should be an independent stream
ui
Admin console user interface
It's useful to filter executions down by the value of certain inputs. For instance, if a workflow takes a region code as an input and is run frequently with different values for the region code, a user may want to only see executions using one given value of that code ("SEA").
This functionality will require a design spec, since workflows may have many inputs of varying types and indexing across those types and values is non-trivial.
Note: There is an internal design document that could be cleaned up and moved to public in order to provide guidance for this item.
The text was updated successfully, but these errors were encountered: