Skip to content

Instantly share code, notes, and snippets.

View AndrienkoAleksandr's full-sized avatar

Oleksandr Andriienko AndrienkoAleksandr

View GitHub Profile
bazil.org/fuse
https://github.com/bazil/fuse/tree/371fbbdaa8987b715bdd21d6adc4c9b20155f748
RATE 16
https://clearlydefined.io/definitions/git/github/bazil/fuse/371fbbdaa8987b715bdd21d6adc4c9b20155f748
cloud.google.com/go/firestore
https://github.com/googleapis/google-cloud-go/tree/firestore/v1.1.0
https://github.com/googleapis/google-cloud-go/tree/20091f47d3c522ea545f358dd9ac1cdb326bba6f
RATE 62
https://clearlydefined.io/definitions/git/github/googleapis/google-cloud-go/20091f47d3c522ea545f358dd9ac1cdb326bba6f
P1
https://github.com/eclipse/che/issues/20019
https://github.com/eclipse/che/issues/20017
P2
https://github.com/eclipse/che/issues/20018
https://github.com/eclipse/che/issues/20021
P3
https://github.com/eclipse/che/issues/20022
Test tools, skip it...======
gotest.tools/v3
https://github.com/gotestyourself/gotest.tools/commit/bb0d8a963040ea5048dcef1a14d8f8b58a33d4b3
RATE 0
https://clearlydefined.io/definitions/git/github/gotestyourself/gotest.tools/bb0d8a963040ea5048dcef1a14d8f8b58a33d4b3
============== List approved CQs
sigs.k8s.io/yaml => https://github.com/kubernetes-sigs/yaml/tree/9fc95527decd95bb9d28cc2eab08179b2d0f6971 v1.2.0 RATE 67 https://clearlydefined.io/definitions/git/github/kubernetes-sigs/yaml/9fc95527decd95bb9d28cc2eab08179b2d0f6971 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23295
github.com/BurntSushi/xgb => https://github.com/clearlydefined/curated-data/pull/11120 RATE 60 https://clearlydefined.io/definitions/git/github/burntsushi/xgb/27f122750802c950b2c869a5b63dafcf590ced95 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23291
google.golang.org/protobuf => https://github.com/protocolbuffers/protobuf-go/tree/3f7a61f89bb6813f89d981d1870ed68da0b3c3f1 v1.25.0 RATE 67 https://clearlydefined.io/definitions/git/github/protocolbuffers/protobuf-go/3f7a61f89bb6813f89d981d1870ed68da0b3c3f1 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23296
klog/v2 https://github.com/kubernetes/klog/tree/407242c0258f5d907891f8797887b71a1c87e7b4 v2.8.0 RATE 65 CQ https://dev.eclipse.org/ipzil
```
13:51:03,052 ERROR [org.keycloak.broker.oidc.AbstractOAuth2IdentityProvider] (default task-1) Failed to make identity provider oauth callback: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:210)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.read(InputRecord.java:503)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
[user@localhost .cache]$ cd chectl/
[user@localhost chectl]$ ls
autoupdate autoupdate.log error.log lastrun next-update-info.json templates
[user@localhost chectl]$ cat autoupdate
[user@localhost chectl]$ cat next-update-info.json
{"latestVersion":"0.0.20210324-next.51d06c6","lastCheck":1616587508586}
[user@localhost chectl]$ cat lastrun
[user@localhost chectl]$ cat error.log
2020-12-22T12:19:49.839Z Error: Unable to find file defined in the flag '--che-operator-cr-patch-yaml'
2020-12-22T12:19:49.839Z at Object.readCRFile (/usr/local/lib/chectl/lib/util.js:117:11)
apiVersion: 1.0.0
metadata:
name: che-machine-execnw6om
projects:
- name: che-machine-exec
source:
location: 'https://github.com/eclipse-che/che-machine-exec.git'
type: git
branch: master
components:
@AndrienkoAleksandr
AndrienkoAleksandr / triage.md
Last active December 23, 2020 17:05
Issue triage 23.12.2020 Eclipse Che
@AndrienkoAleksandr
AndrienkoAleksandr / gist:d02521170c1988bc6b301161bbe5c186
Last active December 6, 2020 18:13
Using LDAP filter in the CRW

Retrieve ip to set up LDAP:

$ ip address

From output we need to get ip.

Let's install LDAP. For example we are using Ubuntu 18.04.

@AndrienkoAleksandr
AndrienkoAleksandr / gist:f46cfad94d6e613777dd7e4acebc183f
Created November 11, 2020 10:38
minishift rework sertificates
#!/bin/bash
export CA_CN=minishift-signer
export DOMAIN=\*.$( minishift ip ).nip.io
OPENSSL_DIR_INFO=$(openssl version -d)
OPENSSL_DIR_WITH_QUOTES="${OPENSSL_DIR_INFO#*:}"
OPENSSL_DIR="${OPENSSL_DIR_WITH_QUOTES//\"}"
export OPENSSL_CNF="${OPENSSL_DIR}/openssl.cnf"
echo "${OPENSSL_CNF}"