-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Origin now allows watching of projects for adds and delete. Add capability to watch projects. Need to take into consideration how one might use the latest code against an older server version since older servers did not support project watch
$ curl -k -H "Authorization: Bearer LU3A1EyTOdnRhkLqe8Gqkgk850eTNlljz18NwLA-108" https://192.168.1.13:8443/oapi/v1/projects?watch=true&&resourceVersion=
{"type":"ADDED","object":{"kind":"Project","apiVersion":"v1","metadata":{"name":"foo","selfLink":"/oapi/v1/projects/foo","uid":"41f418fc-7ea3-11e6-803b-507b9dfa4ab3","resourceVersion":"942","creationTimestamp":"2016-09-19T19:57:13Z","annotations":{"openshift.io/description":"","openshift.io/display-name":"","openshift.io/requester":"developer","openshift.io/sa.scc.mcs":"s0:c7,c4","openshift.io/sa.scc.supplemental-groups":"1000050000/10000","openshift.io/sa.scc.uid-range":"1000050000/10000"}},"spec":
,"status":
{"phase":"Active"}}}
{"type":"DELETED","object":{"kind":"Project","apiVersion":"v1","metadata":
,"spec":{},"status":{}}}
openshift-origin PR that made it available: https://github.com/openshift/origin/pull/6828
- causes
-
JBIDE-23903 Server adapter: waits endlessly if you dont unfold the project in the OpenShift explorer
- Closed
- incorporates
-
JBIDE-22803 Explorer: When OS projects are created and deleted, seems Openshift explorer restores non existing values
- Closed
-
JBIDE-23411 Explorer: NPE in logs if you delete a project with contents
- Closed
- is related to
-
JBIDE-23513 OpenShift Explorer: Projects created outside of eclipse are not watched
- Open
-
JBIDE-23466 Refactor ConnectionWrapper class for better support of mulithreading
- Open
- relates to
-
JBIDE-23029 Integration tests: Tests should be able to run individually
- Closed