Kane

Results 14 issues of Kane

### Which OpenObserve functionalities are relevant/related to the feature request? log search ### Description Currently it is impossible to add a new display column in front of another. ### Proposed...

✏️ Feature

At the moment, it is only possible to define arbitrary/free-form object as type of an array resource. Given an already existing resource type, I want to create an array type...

### Describe the bug Any variable that is specified with `WHITELIST_ENVS` seems to get set, no matter if the worker container actually has the environment variable defined or not. ###...

bug

Since Windmill already supports `typing.List` to recognize arrays, it totally makes sense to support `typing.Optional` for recognizing optional script parameters. Example script: ```python from typing import Optional def main(required: str,...