- Nov 12, 2019
-
-
Oleksandr Andriienko authored
Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com>
-
- Nov 09, 2019
-
-
Max Shaposhnik authored
-
- Nov 07, 2019
-
-
Vitalii Parfonov authored
-
- Oct 30, 2019
-
-
Sergii Kabashniuk authored
* Monitoring & Tracing capability for multiple Thread pools of Che Server Signed-off-by:
Sergii Kabashniuk <skabashniuk@redhat.com>
-
- Oct 29, 2019
-
-
Sergii Kabashniuk authored
* Remove deprecated docker infrastructure Signed-off-by:
Sergii Kabashniuk <skabashniuk@redhat.com>
-
- Oct 24, 2019
-
-
Oleksandr Andriienko authored
Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com>
-
- Oct 23, 2019
-
-
Lukas Krejci authored
Load the workspace during then namespace resolution so that we can check for the attribute stored in the workspace attributes. Switch the default namespace to `<username>-che`. Update the property descriptions in che.properties and use the new CHE_INFRA_KUBERNETES_NAMESPACE_DEFAULT in the helm chart. Move the delete to the KubernetesNamespace/OpenShiftProject to concentrate the handling in one place. Split the isNamespaceStatic() (previously called isPredefined()) into isCreatingNamespaces() and isManagingNamespaces() to separately capture the two usecases in which that single method was previously incorrectly called. Also make these methods workspace-specific to be able to consistently work with the legacy logic across all methods. Signed-off-by:
Lukas Krejci <lkrejci@redhat.com>
-
Oleksandr Andriienko authored
Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com>
-
- Oct 21, 2019
-
-
Max Shaposhnik authored
-
- Oct 18, 2019
-
-
Sergii Kabashniuk authored
* Disable cors on master. Cleanup cors configuration on ws-agent Signed-off-by:
Sergii Kabashniuk <skabashniuk@redhat.com>
-
- Oct 17, 2019
-
-
Vitalii Parfonov authored
-
- Oct 15, 2019
-
-
Sergii Kabashniuk authored
Signed-off-by:
Sergii Kabashniuk <skabashniuk@redhat.com>
-
- Oct 10, 2019
-
-
Oleksandr Andriienko authored
Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com>
-
- Oct 09, 2019
-
-
Max Shaposhnik authored
-
Sergii Kabashniuk authored
* Added missing setnev.sh after moving from che-lib Signed-off-by:
Sergii Kabashniuk <skabashniuk@redhat.com>
-
Sergii Leshchenko authored
Signed-off-by:
Sergii Leshchenko <sleshche@redhat.com>
-
- Oct 08, 2019
-
-
Max Shaposhnik authored
This reverts commit fc531ea0.
-
Max Shaposhnik authored
-
- Oct 04, 2019
-
-
Sergii Kabashniuk authored
-
- Oct 03, 2019
-
-
Sergii Kabashniuk authored
* Migrate code from che-lib Signed-off-by:
Sergii Kabashniuk <skabashniuk@redhat.com>
-
- Sep 27, 2019
-
-
Vitalii Parfonov authored
-
- Sep 26, 2019
-
-
Oleksandr Andriienko authored
* Add plugin ephemeral volume feature Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Move plugin containers volume logic to external class. Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Fix volume solution to work with unique pvc strategy Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Clean up. Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Clean up Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Clean up. Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Rename field persistVolume to ephemeral Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Fix up. Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Apply proposed changes changes. Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Apply proposed changes + enhasments. Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Reuse pvc claim from k8sEnv Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Use released version che-plugin-broker. Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com> * Use newer version che-init-plugin-broker Signed-off-by:
Oleksandr Andriienko <oandriie@redhat.com>
-
- Sep 23, 2019
-
-
Mykhailo Kuznietsov authored
-
- Sep 20, 2019
-
-
Lukas Krejci authored
Makes sure the workspace activity checker reconciles the workspaces with their true statuses. (#14574) Signed-off-by:
Lukas Krejci <lkrejci@redhat.com>
-
- Sep 19, 2019
-
-
Michal Vala authored
* namespace for workspace with username and userid placeholders * write meaningful error message when failed to create namespace/project due to lack of permissions * describe placeholders in kubernetes.namespace/openshift.project properties * refactor detect placeholders in namespace to stream * check if namespace name is predefined when evaluating
-
- Sep 17, 2019
-
-
Max Shaposhnik authored
Signed-off-by:
Max Shaposhnik <mshaposh@redhat.com>
-
- Sep 13, 2019
-
-
Sergii Leshchenko authored
Signed-off-by:
Sergii Leshchenko <sleshche@redhat.com>
-
- Sep 11, 2019
-
-
Sergii Kabashniuk authored
* Optimize PermissionChecker performance && adjust jsonrpc configuration Signed-off-by:
Sergii Kabashniuk <skabashniuk@redhat.com>
-
- Sep 10, 2019
-
-
Lukas Krejci authored
Support single-host mode on the multi-user server. Note that this depends changes in the che-jwtproxy component. * Add a distinction between service name and path base in the external server exposer to be able to correctly expose a service through a proxy * the async authentication in loader.js doesn't truncate the path anymore so that it can correctly locate /jwt/auth even in single-host mode * enhance the jwt proxy configuration with the ability use custom uri prefixes for the redirects on auth failure - this can be used to pass in the information about the external path the proxy is available on even if hidden behind a path rewriting ingress * Make sure pathname doesn't contain duplicated slashes when constructing the auth request. * Made the cookie path server-strategy sensitive
-
- Sep 05, 2019
-
-
Roman Iuvshyn authored
-
- Sep 03, 2019
-
-
Mykhailo Kuznietsov authored
* Remove Che6 Stack concept Signed-off-by:
Sergii Kabashniuk <skabashniuk@redhat.com>
-
- Sep 02, 2019
-
-
Mykhailo Kuznietsov authored
Signed-off-by:
Mykhailo Kuznietsov <mkuznets@redhat.com>
-
- Aug 27, 2019
-
-
Angel Misevski authored
Signed-off-by:
Angel Misevski <amisevsk@redhat.com>
-
- Aug 26, 2019
-
-
Lukas Krejci authored
Generalize the ingress configuration to support single-host in single-user mode on kubernetes (#14134)
-
- Aug 23, 2019
-
-
Vitalii Parfonov authored
Signed-off-by:
Vitalii Parfonov <vparfono@redhat.com>
-
- Aug 20, 2019
-
-
Angel Misevski authored
Update the default registries used in che.properties to use the prod-preview deployments instead of production. This is to avoid issues where snapshot changes of registries and che defaults are incompatible with the deployment on production. Signed-off-by:
Angel Misevski <amisevsk@redhat.com>
-
- Aug 16, 2019
-
-
Vitalii Parfonov authored
* Set all image version to the 7.0.0 to aligen it with CheTheia version until #14248 not fixed Signed-off-by:
Vitalii Parfonov <vparfono@redhat.com>
-
Max Shaposhnik authored
-
- Aug 15, 2019
-
-
Vitalii Parfonov authored
Signed-off-by:
Vitalii Parfonov <vparfono@redhat.com>
-
Vitalii Parfonov authored
This reverts commit d9b01bc0.
-