devconsole-operator
devconsole-operator copied to clipboard
Enable a developer-focused view in OpenShift 4 web console
This PR adds a new UI test that: * Installs latest OS console * Installs Dev Console * Adds a non-admin user * Verifies that Developer Perspective appears in UI...
This PR adds e2e tests for GitSource and GitSourceAnanlysis. To test this PR execute. ``` make test-e2e ```
This PR is about: - updating Status with subresource so that Update only updates status and not the whole component - update runtime-controller to v0.2.0 (i notice it makes update...
This PR replaces the oc shell commands in OperatorSource automated test with client-go. Steps to run this test; `make clean` `dep ensure -v` `make build` `make test-operator-source` [Jira ticket](https://jira.coreos.com/browse/ODC-831l) If...
This PR borrows the work from https://github.com/redhat-developer/devconsole-operator/pull/195 A Deployment is created in the `openshift-operators` namespace such that the corresponding service would be reachable at devconsole-app.openshift-operators.svc:8080 Calls to this service would...
In this pull request, - a Deployment is created in the `openshift-operators` namespace such that - the corresponding `service` would be reachable by `devconsole-app.openshift-operators.svc:8080` Calls to this `service` would be...
### Proposal Move Git-Service[1] controllers into dev-console-operator[2]. Effectively, merge the git-service repo into the dev-console-operator repo. [1] https://github.com/redhat-developer/git-service [2] https://github.com/redhat-developer/devconsole-operator. ### Context When we started out building operators, we decided...
This PR adds the git-push custom resource, used to represent a git push operation. **TO DISCUSS** - there remains a question of naming.. should we be using `devconsole.openshift.io`, or `devopsconsole.openshift.io`?...