Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ingress/Route per plugin endpoint #15432

Commits on Dec 4, 2019

  1. Experimental fix for eclipse-che#15283. The fix creates a ingress/rou…

    …te per public
    
    endpoint instead of merging the endpoints by port and only creating
    ingresses/routes per exposed port.
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    485efc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Fix the openshift routes to point to the correct service.

    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    13c04b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Introduce a new server config attribute - "unique" - to require the s…

    …erver
    
    be exposed on a unique location, separate from the other endpoints
    sharing the same port.
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    2c52500 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into bug/15283-multipl…

    …e-plugin-endpoints-on-the-same-port
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    0f0a0e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Merge remote-tracking branch 'upstream/master' into bug/15283-multipl…

    …e-plugin-endpoints-on-the-same-port
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    e6e2c22 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Merge remote-tracking branch 'upstream/master' into bug/15283-multipl…

    …e-plugin-endpoints-on-the-same-port
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    47ed31f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Merge remote-tracking branch 'upstream/master' into bug/15283-multipl…

    …e-plugin-endpoints-on-the-same-port
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    c05b0b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Merge remote-tracking branch 'upstream/master' into bug/15283-multipl…

    …e-plugin-endpoints-on-the-same-port
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    7c80efa View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Factor out common server splitting logic by their exposure uniqueness.

    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    93d85fd View commit details
    Browse the repository at this point in the history
  2. Expose the preview URLs in the way consistent with the original

    functionality that is independent of the workspace config and is only
    based on the k8s objects deployed in the environment.
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    d46eb20 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Don't call forEachExposableServerSet unnecessarily during JWT proxy

    exposure.
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    d2e7bc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Merge branch 'master' of https://github.com/eclipse/che into bug/1528…

    …3-multiple-plugin-endpoints-on-the-same-port
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    76cf66a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Rework the flow such that the servers are split to sets only on a single

    location.
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    a64818a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. The serverId and serverName were passed in swapped. d'oh!

    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    33610ea View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into bug/15283-multipl…

    …e-plugin-endpoints-on-the-same-port
    
    Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
    metlos committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    42040b8 View commit details
    Browse the repository at this point in the history