Andreas Stenius

Results 30 issues of Andreas Stenius

I ran into some issues where we need the crontab syntax to be more in line with the standard, so the output (actual run times for the job) aligns with...

**Describe the bug** When running `isort` on a single source file, the result is not always consistent compared to when running on all sources. **Pants version** 2.11.0rc1, 2.12.0.dev1 **OS** Mac...

bug
backend: Python

Closes #13393. Example ```python python_sources( ..., visibility=[""] # will only be importable from this subtree. Default is `[""]`. ) resources( ..., visibility=["src/python/some/lib/", ""] # will be private, except for `some/lib`...

category:new feature

Closes #16074. [ci skip-rust] [ci skip-build-wheels]

category:new feature

As commented by @jsirois, the `setup_py()` construct no longer fulfills its purpose as a standalone construct. https://github.com/pantsbuild/pants/issues/11808#issuecomment-810653736 > Really, provides=setup_py() no longer makes any sense at all. Previously, you could...

Hi, I've not been able to figure out if there is a supported way to control the [style](https://swagger.io/specification/#parameter-style) for an argument. Example schema usage ```python class Example (Schema): f =...

question

### Feature request In order to deploy Tekton from images pushed to a private registry, we need a way to configure Tekton Operator to deploy components referring to these internal...

kind/feature
lifecycle/stale

### Feature request Support deploying multiple instances of Tekton components (in different namespaces). That is, support using multiple `TektonConfig` resources in a single operator deployment. ### Use case We want...

kind/feature
lifecycle/rotten

**Is your feature request related to a problem? Please describe.** When using `--changed-since=X --changed-dependees=transitive` and there's only been a change to one lockfile, I want all targets that use that...

enhancement