Skip to content

Instantly share code, notes, and snippets.

View rhopp's full-sized avatar

Radim Hopp rhopp

  • Red Hat
View GitHub Profile
@rhopp
rhopp / gist:e31049fcfcf3c6818d11bee92f0c6a90
Last active July 22, 2019 08:45
Issue triage 19.7.2019
## Issues Added to 7.0.0 (5)
https://github.com/eclipse/che/issues/13909 - Remove all workspace-related command from Theia File menu
https://github.com/eclipse/che/issues/13912 - Workspace doesn't restart after installing a plugin
https://github.com/eclipse/che/issues/13915 - Improve che-plugin-registry CI
https://github.com/eclipse/che/issues/13924 - Potential security vulnerabilities in Dashboard and Workspace-loader
https://github.com/eclipse/che/issues/13925 - Dashboard doesn't respect referenceContent attribute
## Issues added to 7.1.0 (9)
https://github.com/eclipse/che/issues/13911 - Move to assemblies of che-ctl instead of single-binary
https://github.com/eclipse/che/issues/13916 - [multiuser] Signup with thin scopes for GitHub.
#/bin/bash
ADMIN_USERNAME=admin
ADMIN_PASS=admin
KEYCLOAK_BASE_URL=http://keycloak-rhopp-che-test1.apps.crw.codereadyqe.com/auth
echo "Getting admin token"
ADMIN_ACCESS_TOKEN=$(curl -X POST $KEYCLOAK_BASE_URL/realms/master/protocol/openid-connect/token -H "Content-Type: application/x-www-form-urlencoded" -d "username=admin" -d "password=admin" -d "grant_type=password" -d "client_id=admin-cli" |jq -r .access_token)
@rhopp
rhopp / triage-2019-07-26.md
Last active July 26, 2019 14:46
Issue triage 26.7.2019

7.0.0

[happy-path] Somethimes "Happy Path" test fails on validation of autocomplete #14018
Browser freezes on Theia IDE opening #14039

7.1.0

[happy-path] Make npm task configurable in che-e2e container image #14027
Add target="_blank" to the link for "Make a wish" button. #14036
Improve commands behavior for My Workspace panel #14041

7.0.0

[TS_SELENIUM] Implement workaround for avoiding the "#13427" ("Java LS "Classpath is incomplete" warning when loading petclinic")#14104

7.1.0

Stacks documentation and resources #14101

7.2.0

7.x

#/bin/bash
cat >./rhopp.pub <<EOL
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQENBFogEQIBCADpDm/vqkWbEkGnTov01qqlcc/soTNwmJ8nw1O4RNm082cRoUF/
SP5RHA3+V7iGhACQNH2J/s+zHcNfdfaae7eF4f1PqtNmZaOWylX34KpUaVG3vlu9
YT09olS6b/iFWjKjeh1bqRVt2IKzkjb81Nb9/Y2HJtTZzh1B4XrbiTqO6aazteEj
ket999KvJber9pEFdqiLmmR7GONZozR6IHBDMkhzkk4GpXbgtQUsL5liNcrwQWCb
/Zh1FwiZ5S/le9u5q+bKwCMRONjvKnLkLY/QQuYck3GCHjZFHoYU/G71bvP7X6MU

7.0

7.1

[tests] switch to eclipse/che-e2e image 14171
che-operator auto-grabbing of self-signed certificate does not work correctly #14175
[TS_SELENIUM] Implement logic to be able to run tests with provided chromedriver #14177
[TS_SELENIUM] Create an image based on official "SeleniumHQ" image for run tests inside #14178
chectl fails to request Che Server if it's deployed with self-signed-cert flag #14179
Create and document Che in Che flow #14183

7.1

chectl does not stop Che Server deployed with minishift-addon installer #14260
Can't build theia-endpoint-runtime because of an API breakage on Theia 0.10.x-next #14273

Backlog

P1 Conflicting endpoints names for multiple users #14263
P2 Review the Overview section of Che 7 docs #14262
P2 che-theia jest test 'use default extensions' is unstable. #14276
P2 Dashboard workspace editor page shows no editor is active. #14277

@rhopp
rhopp / devfile.yaml
Last active September 23, 2019 13:15
metadata:
name: MyWebAppg
projects:
- name: MyWebApp
source:
location: https://github.com/rhopp/myapplikace.git
type: git
branch: master
components:
- id: redhat/php/latest
---
apiVersion: 1.0.0
metadata:
generateName: java-maven-
projects:
-
name: console-java-simple
source:
type: git
location: "https://github.com/rhopp/console-java-simple.git"