devconsole-operator icon indicating copy to clipboard operation
devconsole-operator copied to clipboard

Enable a developer-focused view in OpenShift 4 web console

Results 12 devconsole-operator issues
Sort by recently updated
recently updated
newest added

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...

ok-to-test
size/L

do-not-merge/work-in-progress
size/XS

This PR adds e2e tests for GitSource and GitSourceAnanlysis. To test this PR execute. ``` make test-e2e ```

size/L

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...

approved
size/L

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...

do-not-merge/work-in-progress
ok-to-test
size/L

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...

size/L

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...

do-not-merge/work-in-progress
size/L

### 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...

Discussion

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`?...

do-not-merge/work-in-progress
needs-ok-to-test