Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    727b592 View commit details
    Browse the repository at this point in the history
  2. SH 0.6.0-beta5: Use correct imagePrefix (#2705)

    * [chart] self-hosted: Use correct imagePrefix
    
    Fixes #2697
    
    * [chart] Bump version to 0.6.0-beta5
    
    * [werft] publishRelease: publish installer as "latest" image, too
    geropl authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    9667dca View commit details
    Browse the repository at this point in the history
  3. [gitpod-protocol] Move Go server API client to gitpod-protocol

    This way it's accessible from packages other than supervisor,
    e.g. future integration tests.
    Christian Weichel committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    7935b7f View commit details
    Browse the repository at this point in the history
  4. [server] Properly resolve identities when using bearer auth

    Christian Weichel committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    9440adb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b77373 View commit details
    Browse the repository at this point in the history
  6. [proxy] Fix workspace ID pattern

    UUIDv4 can start with a number also, not just a letter.
    Christian Weichel committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    ef1d791 View commit details
    Browse the repository at this point in the history
  7. [integration-test] Introduce integration test framework

    Christian Weichel committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    3e438bc View commit details
    Browse the repository at this point in the history
  8. [leeway] Bump to leeway 0.2.0

    Christian Weichel committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    2918771 View commit details
    Browse the repository at this point in the history
  9. [supervisor] execve into ring3

    Christian Weichel committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    ef66ca1 View commit details
    Browse the repository at this point in the history
  10. [integration test] Fix linter errors

    Christian Weichel committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    4ab5e8c View commit details
    Browse the repository at this point in the history
  11. [server] github: allow branch names with special characters

    Decode branch or commit hash segments with decodeURIComponent to revert
    URL encoded strings (e.g., %23 -> #)
    koushik-ms authored and Christian Weichel committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    4710fa0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    67355d9 View commit details
    Browse the repository at this point in the history
  2. Update Kubernetes client-go to v1.20.1

    Fixes #2689
    Christian Weichel committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    72a120e View commit details
    Browse the repository at this point in the history
  3. [ws-manager] Make compatible with Kubernetes v1.20.1

    Christian Weichel committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    0fd958c View commit details
    Browse the repository at this point in the history
  4. [ws-daemon] Make compatible with Kubernetes v1.20.1

    and remove the pod/service IP sources, as well as the TCP proxy
    in the process. We deploy registry-facade as daemonSet, and don't
    need those other rather complicated bits anymore.
    Christian Weichel committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    cea44d7 View commit details
    Browse the repository at this point in the history
  5. [ws-scheduler] Make compatible with Kubernetes v1.20.1

    Christian Weichel committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    6cdba8b View commit details
    Browse the repository at this point in the history
  6. [poolkeeper] Make compatible with Kubernetes v1.20.1

    Christian Weichel committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    73d3dcf View commit details
    Browse the repository at this point in the history
  7. [gpctl] Make compatible with Kubernetes v1.20.1

    Christian Weichel committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    339d036 View commit details
    Browse the repository at this point in the history
  8. [tests] Make compatible with Kubernetes v1.20.1

    Christian Weichel committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    b7d7433 View commit details
    Browse the repository at this point in the history
  9. [registry-facade] Implement zero-downtime handover support

    Christian Weichel committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    2dffa81 View commit details
    Browse the repository at this point in the history
  10. [registry-facade] Run in hostNetwork to faclitate handover

    /werft registry-facade-handover
    /werft https
    Christian Weichel committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    596b59f View commit details
    Browse the repository at this point in the history
  11. [docs] Self-hosted: small improvements based on tester feedback (#2831)

    * [docs] ingress: Make steps more explicit
    
    * [chart] minio: reduce default RAM request
    
    * [docs] Improve troubleshooting ws-daemon issues
    
    * [docs] Minimum and recommended node sizes
    
    * [chart] Fix minio default RAM request
    geropl authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    e55eff0 View commit details
    Browse the repository at this point in the history
  12. [docs] Typos (#2832)

    geropl authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    2ab1c8a View commit details
    Browse the repository at this point in the history
  13. [docs] rearránge (#2833)

    geropl authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    cd1fdb2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    11c0a4b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. [server] fix unconfirmed gitlab account detection

    Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
    AlexTugarev committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    dba6a37 View commit details
    Browse the repository at this point in the history
  2. [server] consider scopes override

    Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
    AlexTugarev committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    c175c27 View commit details
    Browse the repository at this point in the history
  3. [registry-facade] Only attempt/offer handover when enabled

    Christian Weichel committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    afb017f View commit details
    Browse the repository at this point in the history
  4. fix #2422: support code cli

    akosyakov committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    c999d32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c132df View commit details
    Browse the repository at this point in the history
  6. [docker-up] Provide good error message when forwarding ports < 1024

    Fixes #2410
    Christian Weichel committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    657da40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6eb0cea View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. [server] actually delete buckets if not empty

    Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
    AlexTugarev committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    3962e4c View commit details
    Browse the repository at this point in the history
  2. [dashboard] properly log out after account deletion

    Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
    AlexTugarev committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    aced836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ca431f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    225e102 View commit details
    Browse the repository at this point in the history