dyrectorio
dyrectorio copied to clipboard
dyrector.io is a self-hosted continuous delivery & deployment platform with version management.
Using 'unsafe' environment keys now only shows a warning instead of a blocking error.
At this very point we have our own authentication provided by Ory's Kratos with a support for Gitlab, Azure and Google. We need a pluggable solution, configurable by environment variables.
As a user, I'd like to generate changelogs and release notes based on commit messages in conventional commits format when I create a new version or a new product.
We would like to refactor the existing code to follow a more idiomatic builder pattern for our present Docker container builder (`golang/pkg/builder/container`) in go. This will involve creating a new...
At present, if one uses the Rocket.Chat notifications the URL is hardcoded and points to our landing page. For self-hosted scenarios, this is **not** ideal. It should at least use...
Add intermediate pre-condition to make targets (root Makefile), as make dependencies to relevant code parts. For golang code check go-dependencies, go-dev dependencies – separate. For nodejs, the same. These targets...
Because of this: https://github.com/dyrector-io/dyrectorio/issues/786 Based on the function `TestVersionCheck`, add fuzz tests for the `VersionCheck` function. The version checking can be found in this file: golang/internal/runtime/container/container_test.go
Currently, we use CodeCov to report `Golang` test coverage in our repository, but we're missing coverage information for the web scope. As a first step, we aim to add the...
As a user, I'd like to be able to schedule the deployment of a product when deployment time is inconvenient for manual initialization.
We ignored this since it may not have a significant impact, but it would be nice to have and not too complicated to implement. Compared to Kubernetes, resource requests don't...