Ivan Mikheykin

Results 79 issues of Ivan Mikheykin

#### Overview go-openapi/swag package uses yaml.MapSlice type to unmarshal from YAML bytes. This type supports 'direct' anchoring (`properties: *anchor`) but doesn't support 'map merge' (`

Parallel jobs are trying to save cache using commit SHA as a key. This approach in not working. E.g. https://github.com/flant/shell-operator/pull/525/checks — all 3 jobs for this PR start downloading Go...

#### Overview #### What this PR does / why we need it Use new feature of werf: multiarch support. #### Special notes for your reviewer

**Background** ***Ports*** Shell-operator starts different tcp listeners: - port 9115 for operator metrics and liveness probe - port `--hook-metrics-listen-port` for hook metrics - port 9680 for validating and mutating webhooks...

enhancement

### Discussed in https://github.com/flant/addon-operator/discussions/343 Originally posted by **oscar-martin** November 30, 2022 I have created a module that creates a Job with the next Helm hooks: ``` annotations: helm.sh/hook: post-install helm.sh/hook-delete-policy:...

enhancement

**Is your feature request related to a problem? Please describe.** - There is no way to enable module in enabled script. `enabled` scripts are run for enabled modules only. -...

**Is your feature request related to a problem? Please describe.** We want to support dynamically changed "external" modules. Addon-operator should reload such module if it is updated during runtime. **Describe...

enhancement

**What would you like to be added**: It would be great to have a dashboard-wide shared crosshair. Now it is shared across statusmap panels only. **Why is this needed**: See...

enhancement

``` root@303b4a33c9cd:/go/libjq-go/example# CGO_ENABLED=1 CGO_CFLAGS="-I$(pwd)/libjq-buster/include" CGO_LDFLAGS="-L$(pwd)/libjq-buster/lib" go build -ldflags="-linkmode external -extldflags '-static' -s -w" example.go # command-line-arguments /usr/bin/ld: /go/libjq-go/example/libjq-buster/lib/libjq.a(util.o): in function `get_home': util.c:(.text+0x2be): warning: Using 'getpwuid' in statically linked applications requires...

- ref: use Once to create default jq instance - fix: wrap only JqState methods in CgoCaller - fix: use WaitGroup, eliminate channel leakage