Skip to content

Instantly share code, notes, and snippets.

View adietish's full-sized avatar

Andre Dietisheim adietish

  • Red Hat, Inc
  • Bern, Switzerland and Sausset les Pins, France
View GitHub Profile
➜ vscode-openshift-tools git:(main) helm show all openshift/wavefronthq-wavefront
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /Users/andredietisheim/.kube/config
annotations:
charts.openshift.io/name: wavefront
apiVersion: v2
appVersion: 1.16.0
dependencies:
- condition: kubeStateMetrics.enabled
name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
@adietish
adietish / gist:ce0eb364ccbec9c4f8020adc9389ac4e
Created July 11, 2023 09:22
gradlew clean integrationTest --info
➜ intellij-kubernetes git:(issue-617) ✗ ./gradlew clean integrationTest --info
Initialized native services in: /Users/andredietisheim/.gradle/native
Initialized jansi services in: /Users/andredietisheim/.gradle/native
Received JVM installation metadata from '/Users/andredietisheim/.sdkman/candidates/java/17.0.6-librca': {JAVA_HOME=/Users/andredietisheim/.sdkman/candidates/java/17.0.6-librca, JAVA_VERSION=17.0.6, JAVA_VENDOR=BellSoft, RUNTIME_NAME=OpenJDK Runtime Environment, RUNTIME_VERSION=17.0.6+10-LTS, VM_NAME=OpenJDK 64-Bit Server VM, VM_VERSION=17.0.6+10-LTS, VM_VENDOR=BellSoft, OS_ARCH=x86_64}
Found daemon DaemonInfo{pid=5222, address=[6d70e3d2-ca77-48c5-8a37-92da8df3b8f6 port:59844, addresses:[/127.0.0.1]], state=Idle, lastBusy=1689063323064, context=DefaultDaemonContext[uid=d5d97bf2-8e65-4da5-a69e-11d5c6286eb1,javaHome=/Users/andredietisheim/Library/Java/JavaVirtualMachines/jbr-17.0.6/Contents/Home,daemonRegistryDir=/Users/andredietisheim/.gradle/daemon,pid=5222,idleTimeout=10800000,priority=NORMAL,d
➜ jbosstools-base git:(JBIDE-28396) ✗ mvn clean verify -DskipBaselineComparison=true -X
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /usr/local/Cellar/maven/3.9.0/libexec
Java version: 17.0.6, vendor: BellSoft, runtime: /Users/andredietisheim/.sdkman/candidates/java/17.0.6-librca
Default locale: en_CH, platform encoding: UTF-8
OS name: "mac os x", version: "13.4", arch: "x86_64", family: "mac"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.annotation.* < plexus.core
[DEBUG] Imported: javax.annotation.security.* < plexus.core
This file has been truncated, but you can view the full file.
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: crontabs.stable.example.com
spec:
group: stable.example.com
versions:
- name: v1
served: true
storage: true
Access is allowed from event dispatch thread only.
com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false Toolkit.getEventQueue()=com.intellij.ide.IdeEventQueue@5c1ca476
Current thread: Thread[OkHttp https://192.168.64.6:8443/...,6,Idea Thread Group] 697346817
SystemEventQueueThread: Thread[AWT-EventQueue-0,6,Idea Thread Group] 100232331
at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:959)
at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:948)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.addTopComponent(FileEditorManagerImpl.java:1408)
at com.redhat.devtools.intellij.kubernetes.editor.FileEditorExtensionsKt.showNotification(FileEditorExtensions.kt:26)
at com.redhat.devtools.intellij.kubernetes.editor.notification.ReloadedNotification.show(ReloadedNotification.kt:32)
java.lang.Throwable: commitDocument() left PSI inconsistent: not committed document DocumentImpl[file:///private/var/folders/2t/l3zqx5ks1gl2c9lkd0yxy80m0000gn/T/intellij-kubernetes/ngnix@default.yml], File[YAML file ngnix@default.yml, Language: yaml, SingleRootFileViewProvider{myVirtualFile=file:///private/var/folders/2t/l3zqx5ks1gl2c9lkd0yxy80m0000gn/T/intellij-kubernetes/ngnix@default.yml, content=com.intellij.psi.AbstractFileViewProvider$PsiFileContent@55260257}]; node.length=4267; doc.text!=file.text; file name:ngnix@default.yml; type:org.jetbrains.yaml.YAMLFileType@447f7d8e; lang:Language: yaml
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:134)
at com.intellij.psi.impl.DocumentCommitThread.assertAfterCommit(DocumentCommitThread.java:723)
at com.intellij.psi.impl.DocumentCommitThread.lambda$doCommit$7(DocumentCommitThread.java:712)
at com.intellij.psi.impl.PsiDocumentManagerBase.commitToExistingPsi(PsiDocumentManagerBase.java:381)
at com.intellij.psi.impl.PsiDocumentManagerBase.lambda$f
cindervolumesource-v1.json
volumenoderesources-storage-v1beta1.json
ingressstatus-networking-v1beta1.json
poddisruptionbudgetlist-policy-v1beta1.json
endpointslist-v1.json
eviction-policy-v1beta1.json
queuingconfiguration-flowcontrol-v1alpha1.json
policyrule-rbac-v1alpha1.json
poddnsconfigoption-v1.json
podcondition-v1.json

Red Hat Telemetry

Build status JetBrains plugins JetBrains plugins

This library provides Telemetry APIs specifically meant to be used by IDEA plugins developped by Red Hat.

/*******************************************************************************
* Copyright (c) 2016 Red Hat, Inc.
* Distributed under license by Red Hat, Inc. All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v 1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributor:
* Red Hat, Inc. - initial API and implementation
******************************************************************************/