Thomaz Leite
Thomaz Leite
Fixes #139
## Description For now, we are interested in checking that all OSS chart values are correctly namespaced under the `airflow` top-level property, so we declare all top-level properties and set...
I'm currently using the [nix](https://nixos.org/nix/) toolchain for building my Docker images from source. It outputs a single file which I pass to `docker load`. Is it possible to integrate that...
**What this PR does / why we need it**: Copy logging sidecar entrypoint to 2.2.3 image **Special notes for your reviewer**: These are the changes suggested by @rob-1126 in his...
### Environment * Elixir & Erlang versions (elixir --version): Erlang/OTP 22 [erts-10.7] [source] [64-bit] [smp:32:32] [ds:32:32:10] [async-threads:1] [hipe] Elixir 1.10.3 (compiled with Erlang/OTP 22) * VSCode ElixirLS version: 0.5.0 *...
Some times Grafana metrics query requests start failing with "out of bounds" errors. Restarting the qyrn process seems to helmp. Here are the qryn process logs around the requests: ```...
[Setting the Ruby version in a Gemfile](https://bundler.io/v1.5/man/gemfile.5.html#VERSION-required-) causes Bundix to try to download a gem named `ruby`. Removing the `ruby "x.x.x"` line from the Gemfile works. Here's the top of...
A quick fix is to delete lines 33-55 from the script. It works fine without those lines.