KaradzaJuraj
KaradzaJuraj
## Why is this awesome? Cyclops is an open-source application that dynamically creates graphical user interfaces based on the Helm charts of your applications. Cyclops allows you to deploy, configure,...
The scope of this issue is to implement the delete method for TemplateAuthRule custom resource. The command should look like: ``` cyctl delete template-auth ``` And it should simply call...
### Describe the bug When viewing the manifest, the modal displays two buttons: `Cancel` and `OK`. The `Cancel` button closes the modal, but the `OK` button lacks functionality. The `Cancel`...
Modules is a CRD created by Cyclops. It represents your applications and services in the Kubernetes cluster. Currently, all modules are deployed in the `cyclops` namespace. This is displayed under...
The scope of this issue is to implement the delete method for Modules custom resource. The command should look like: ``` cyctl delete module ``` And it should simply call...
Helm charts can have files such as `_helpers.tpl`. These files define resources commonly used among multiple YAMLs. To see an example of this file, you can use the command `helm...
### The Problem - When on the rollback page of a module, there is no way to return to your module page via the app itself (you can do so...
Similarly to `cyctl` get modules, we should implement `cyctl` get templateAuthRules, which would return all TemplateAuthRules custom resources from the cluster. You can find the implementation for get modules [here](https://github.com/cyclops-ui/cyclops/pull/219/files),...
## The issue Currently, Cyclops shows your Pods inside your Deployments. However, there is another K8s resource between those two called ReplicaSet. Inside Deployments, there are ReplicaSets, and within those...
Some fields shouldn't be editable, for example, the `name` field in the demo template. We should add an option like `editable` to the `schema.json` file that tells us if the...