Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Update to upstream 7.4.0 #1701

Closed
wants to merge 8 commits into from
Closed

Update to upstream 7.4.0 #1701

wants to merge 8 commits into from

Commits on Dec 3, 2019

  1. Update to upstream version 7.4.0

    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    5392814 View commit details
    Browse the repository at this point in the history
  2. Update dashboard for 7.4.0

    Pull upstream change 1c5c92147f - disable autosave on devfile editor
    Pull upstream change 2181ed1340 - fix dashboard build
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    bce4001 View commit details
    Browse the repository at this point in the history
  3. che #15329 Updating to the latest '7.5.0' upstream version

    Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
    ibuziuk authored and amisevsk committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9568ecf View commit details
    Browse the repository at this point in the history
  4. Update dashboard for 7.5.1: remove create-workspace and use ready-to-go

    Changes upstream mean that the create-workspace controller no longer
    hosts devfile selection. Changes required to apply ephemeral mode by
    default are instead moved to the ready-to-go-stacks controller.
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    6061e23 View commit details
    Browse the repository at this point in the history
  5. Fix dashboard build to accomodate upstream changes

    Commit 51bb0bb13f in upstream causes builds to fail on any webpack
    error. To work around a typescript issue, commit 2181ed1340 adds
    'index.d.ts' to the dashboard base directory. Since this is not included
    in the packaged maven artifact, this commit adds the same file to the
    rh-che dashboard directory and updates the build to copy it along with
    the rest of the sources.
    
    Should be undone when typescript is updated >3.5
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    083102a View commit details
    Browse the repository at this point in the history
  6. Remove che-ide-fetcher.service.ts from repo, since it's removed upstream

    Upstream commit 32515517bf removes che-ide-fetcher.service.ts and the
    cheBranding functions it depends on. This causes a webpack error on
    build and makes the dashboard unbuildable.
    
    Until a solution is found, this commit comments out
    che-ide-fetcher.service.ts
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    4473003 View commit details
    Browse the repository at this point in the history
  7. Adapt classes to upstream changes in 7.5.1

    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    c289334 View commit details
    Browse the repository at this point in the history
  8. Update filtering to match 7.5.1

    Upstream commit 11bbcf0c10 reworks how filtering works in Che, removing
    AbstractKeycloakFilter. As the Fabric8WsMasterModule depends on this
    filter, and uses it to disable authentication on some paths, this needs
    to be removed from rh-che.
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Dec 3, 2019
    2 Configuration menu
    Copy the full SHA
    7b9cb76 View commit details
    Browse the repository at this point in the history