Skip to content

Instantly share code, notes, and snippets.

View davidfestal's full-sized avatar
🏠
Working from home

David Festal davidfestal

🏠
Working from home
View GitHub Profile
@davidfestal
davidfestal / links.md
Last active January 18, 2024 10:52
Native module support in dynamicplugins - material and links
@davidfestal
davidfestal / triage-2021-09-08.md
Last active September 8, 2021 19:45
Issue triage for September 8, 2021
@davidfestal
davidfestal / triage-2021-03-11.md
Last active March 11, 2021 09:39
Issue triage for March 11, 2021
@davidfestal
davidfestal / triage-2021-01-27.md
Last active January 27, 2021 21:20
Issue triage for January 27, 2021
@davidfestal
davidfestal / triage-2020-12-16.md
Created December 16, 2020 20:52
Issue triage for December 16 2020.
@davidfestal
davidfestal / triage-2020-11-04.md
Last active November 4, 2020 18:07
Issue triage for November 4 2020.
@davidfestal
davidfestal / all-in-one-theia-nodejs.yaml
Last active October 27, 2020 09:44
All-in-one devfile to validate Devfile 2.0.0 plugin mechanism
kind: DevWorkspace
apiVersion: workspace.devfile.io/v1alpha1
metadata:
name: theia-nodejs
spec:
started: true
template:
projects:
- name: project
git:
@davidfestal
davidfestal / triage-2020-08-26.md
Last active August 27, 2020 07:57
Issue triage for August 26 2020.
@davidfestal
davidfestal / testing-staging-crw-on-dosconnected-cluster.md
Last active July 20, 2020 16:55
Steps used to test CRW staging catalog on a disconnected cluster for the CRW 2.2.0 release

Prepare env variables

export QUAY_USERNAME=xxx ; export QUAY_PASSWORD=xxx
export AUTH_TOKEN=$(curl -sH "Content-Type: application/json" -XPOST https://quay.io/cnr/api/v1/users/login -d '
{
    "user": {  
        "username": "'"${QUAY_USERNAME}"'",
        "password": "'"${QUAY_PASSWORD}"'"