Create your own GitHub profile
Join the platform over 31 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Popular repositories
-
gldt
Golo Language Development Tools (Eclipse)
-
maven-enforcer
Forked from apache/maven-enforcer
Mirror of Apache Maven enforcer
-
wagon-gitsite
Forked from khuxtable/wagon-gitsite
Deploy Maven site documentation to GitHub gh-pages branch.
Java 1
-
m2eclipse-extras
Forked from hwellmann/m2eclipse-extras
Java 1
-
hadoop-common
Forked from ekoontz/hadoop-common
Mirror of Apache Hadoop common
Java 1
-
jenkins-the-definitive-guide-book
Forked from Jenkins-Le-guide-complet/jenkins-the-definitive-guide-book
JavaScript 1
1,061 contributions in the last year
Activity overview
Contribution activity
April 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 5 repositories not shown
- jeffmaury/che-plugin-registry Shell
- jeffmaury/fabric8-analytics-lsp-server TypeScript
- jeffmaury/maven-plugins Java
Created a pull request in jbdevstudio/jbdevstudio-product that received 10 comments
JBDS-4763: Rename installer devstudio binary files name to CodeReadyS…
…tudio Signed-off-by: Jeff MAURY jmaury@redhat.com
- Login dialog should be expanded
- Implement service describe command
- Implement Open In Browser action on URLs
- Add support for delete URL action
- Support multi URLs creation
- Display URLs in the OpenShift explorer
- Fix wrong Kube config parsing error
- Cluster not in the tree was not getting correct icon
- Use structure output for app list
Created an issue in fabric8-analytics/fabric8-analytics-lsp-server that received 3 comments
codeAction returns command which does seems to be supported by all LSP implementations
code fixes are implemented as code actions and current implementation returns commands instead of code actions. This seems not equaly supported by …