[
JBIDE-23490] Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available (#1427)
* [
JBIDE-23490] - Server adapter: provide ability to link pods when no service is available
- Non complete - For review - Do not merge
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
[
JBIDE-23490] - Server adapter: provide ability to link pods when no service is available
- Rebased
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
[
JBIDE-23490] - Server adapter: provide ability to link pods when no service is available
- Fix problem reported by Andre
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
[
JBIDE-23490] - Server adapter: provide ability to link pods when no service is available
- Fix matching algo between services and deployment configs
- Add non linked ReplicationControllers to the list of server resources
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
[
JBIDE-23490] display resource "Kind" and project details
[
JBIDE-23490] - Server adapter: provide ability to link pods when no service is available
- Change plugin.xml to allow server adapter menu for pods,....
[
JBIDE-23490] - Server adapter: provide ability to link pods when no service is available
- Finish button was disabled if you change the selection
[
JBIDE-23490] - Server adapter: provide ability to link pods when no service is available
- Add support for non DeploymentConfig based app
[
JBIDE-23490] - Server adapter: provide ability to link pods when no service is available
- Fix compilation error
[
JBIDE-23490] - Server adapter: provide ability to link pods when no service is available
- Fix server editor section problem
* [
JBIDE-23490] shortened method names in ReourceUtils
* [
JBIDE-23490] - Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
- Change the way resources (DC, RC) are displayed in the explorer
* [
JBIDE-23490] - Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
- Add Unit test
- Fixed Sonar issues
- Fixed handler when looking for pod parent resource
* [
JBIDE-23490] - Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
- Code enhancement as suggested by Dmitry
* [
JBIDE-23490] - Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
- Updating an RC does not respawn the pods, delete them
- Refactor code
* [
JBIDE-23490] - Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
- Refactor code
* [
JBIDE-23490] - Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
- Refactor code
* [
JBIDE-23490] - Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
- Code enhancement
* [
JBIDE-23490] - Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
- Change server id generator algorithm for backward compatibility
- Display resource kind in server editor
* [
JBIDE-23490] - Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
- Remove log message
- Fix restart of server adapter not getting new pods
* [
JBIDE-23490] - Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
- Add missing menus on Properties view