Ava Hahn
Ava Hahn
* fix a few misspellings in unitctl CI workflow * add unit testing job * disable one test About the disabled test: It tests that the CLI can run a...
The `tools/unitctl` should work *just fine* with whatever make, sed, awk that OSX ships with.
While it doesnt directly enable our main use case of being an application server we should still allow users to deploy new Unit instances from unitctl without specifying an application...
Our current openapi generator setup leads to poorly formatted readme's and code comments. We should look into customizing it or replacing it so that we dont have to deal with...
We can enable more use cases, such as wordpress, by allowing the user to configure whether or not they want their application directory mounted read only to a new docker...
Currently both unit-client-rs and unitctl use a custom error crate that is not only superfluous but also hard to read. It is reducing overall code quality. Removing it and implementing...
The Bollard library we use to integrate with docker leverages Hyper v1. The OpenAPI client code we have (both unit-openapi and in unit-client-sdk) leverages Hyper v0. We currently include both...
* title of release is modified to read "unitctl-..." * body text added to elaborate that this is only a release for unitctl * explanation added for where users can...
NGINX Unit documentation should include how to configure distributed tracing and system metrics via OpenTelemetry. This documentation should also include how to apply the example collector and Grafana configurations.
Unit's documentation should include example configurations for both OpenTelemetry Collector and Grafana. Both example configurations should work in tandem to provide an out of the box observability experience for NGINX...