Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

redhat-developer/intellij-kubernetes

adietish pushed 1 commit to main redhat-developer/intellij-kubernetes
  • chore: migrate build to 2024.2 * bumping minimal version to 2023.1 * updated commons to 1.9.7-snapshot and use worka... 9ee07fa

View on GitHub

adietish closed an issue on redhat-developer/intellij-kubernetes
Support building against 2024.2
related to https://github.com/redhat-developer/intellij-openshift-connector/issues/889 Current Next EAP nightly ( 2024.2 ) is failing due to major changes. With RC out, time to get this fixed.
adietish closed a pull request on redhat-developer/intellij-kubernetes
chore: migrate build to 2024.2
fixes #780
adietish created a review on a pull request on redhat-developer/intellij-kubernetes
LGTM, thanks!

View on GitHub

adietish pushed 2 commits to main redhat-developer/intellij-kubernetes
  • revert: "fix: allow multiple configs listed in KUBECONFIG (#779)" This reverts commit d5972d2a7068894c4ac06348e8be92... 1836155
  • fix: corrected sonar issues Signed-off-by: Andre Dietisheim <[email protected]> c9af008

View on GitHub

adietish closed a pull request on redhat-developer/intellij-kubernetes
revert: "fix: allow multiple configs listed in KUBECONFIG (#779)"
reverts #779, commit d5972d2a7068894c4ac06348e8be923e6c9d7d4a. We merged #779 because things compiled and ran nicely. But then, when implementing the means to compile against `IC-2024.2` plugin ...
sonarcloud[bot] created a comment on a pull request on redhat-developer/intellij-kubernetes
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on redhat-developer/intellij-kubernetes
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sbouchet created a review on a pull request on redhat-developer/intellij-kubernetes
Approved, let's hope this will un-block #801 and let's also wait for kubeclient 7.0.0 to be out

View on GitHub

sonarcloud[bot] created a comment on a pull request on redhat-developer/intellij-kubernetes
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

adietish opened a pull request on redhat-developer/intellij-kubernetes
Revert "fix: allow multiple configs listed in KUBECONFIG (#779)"
reverts #779 This reverts commit d5972d2a7068894c4ac06348e8be923e6c9d7d4a. We merged #779 because things compiled and ran nicely. But then, when implementing the means to compile against `IC...
sonarcloud[bot] created a comment on a pull request on redhat-developer/intellij-kubernetes
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on redhat-developer/intellij-kubernetes
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on redhat-developer/intellij-kubernetes
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sbouchet opened an issue on redhat-developer/intellij-kubernetes
Publish a Nightly build
similar to https://github.com/redhat-developer/intellij-openshift-connector/blob/main/.github/workflows/nightly.yml
sbouchet opened an issue on redhat-developer/intellij-kubernetes
Create dependabot workflow
similar to https://github.com/redhat-developer/intellij-openshift-connector/blob/main/.github/dependabot.yml and https://github.com/redhat-developer/intellij-openshift-connector/blob/main/.github/w...
sonarcloud[bot] created a comment on a pull request on redhat-developer/intellij-kubernetes
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

adietish pushed 1 commit to main redhat-developer/intellij-kubernetes

View on GitHub

adietish closed a pull request on redhat-developer/intellij-kubernetes
fix: removed internal API to get compat with 2024.3
<img width="1074" alt="image" src="https://github.com/user-attachments/assets/e8c3d15f-8758-4c01-86b2-5d57081f9c5d">
sbouchet created a review on a pull request on redhat-developer/intellij-kubernetes
Easy fix!

View on GitHub

sonarcloud[bot] created a comment on a pull request on redhat-developer/intellij-kubernetes
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

adietish opened a pull request on redhat-developer/intellij-kubernetes
fix: removed internal API to get compat with 2024.3
<img width="1074" alt="image" src="https://github.com/user-attachments/assets/e8c3d15f-8758-4c01-86b2-5d57081f9c5d">
AlexanderBartash created a comment on a pull request on redhat-developer/intellij-kubernetes
> > Here's another suggestion: Could we add @AlexanderBartash as co-author to give him credits for the important help he gave? > > Unfortunately forced push my branch and lost contribution from ...

View on GitHub

adietish closed an issue on redhat-developer/intellij-kubernetes
Cannot get my clusters to appear
I have been using the Jetbrains Kubernetes plugin on and off for a while now, and have several clusters added in IntelliJ. I wanted to give the Redhat Kubernetes plugin a shot, because really, t...
adietish closed a pull request on redhat-developer/intellij-kubernetes
fix: allow multiple configs listed in KUBECONFIG (#779)
fixes #779 depends on https://github.com/redhat-developer/intellij-common/pull/237 related to https://github.com/fabric8io/kubernetes-client/issues/6240 This is a tentative, simplified fix wh...
sonarcloud[bot] created a comment on a pull request on redhat-developer/intellij-kubernetes
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on redhat-developer/intellij-kubernetes
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

adietish created a comment on a pull request on redhat-developer/intellij-kubernetes
@sbouchet: > Here's another suggestion: Could we add @AlexanderBartash as co-author to give him credits for the important help he gave? Added his solution, adding @AlexanderBartov as author i...

View on GitHub

sonarcloud[bot] created a comment on a pull request on redhat-developer/intellij-kubernetes
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

adietish created a comment on a pull request on redhat-developer/intellij-kubernetes
Using this in https://github.com/redhat-developer/intellij-kubernetes/pull/781/commits/df398b441f6b4ba5ef6b050452281101bd4b2459. Closing this PR.

View on GitHub

Load more