Elegit icon indicating copy to clipboard operation
Elegit copied to clipboard

A GUI client for people who want to learn Git.

Results 100 Elegit issues
Sort by recently updated
recently updated
newest added

Bumps log4j-core from 2.5 to 2.17.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.5&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps log4j-api from 2.5 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-api&package-manager=maven&previous-version=2.5&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps httpclient from 4.5.2 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.2&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Operating system: Arch linux Java version: openjdk 12.0.2 Maven version: 3.6.2 ``` ~/Downloads/Elegit(master) » mvn clean compile jfx:build-jar assembly:single [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while...

priority high
bug

I switched over the deleteRemoteBranch function to the rxjavafx concurrency framework that's being used now in order to deal with a threading exception. I wasn't able to write a unit...

The class import com.sun.javafx.scene.control.skin.TextFieldSkin, which we use, was moved to import javafx.scene.control.skin.TextFieldSkin for Java 9. (It's questionable as to whether we should have been using it in the first place;...

priority high
bug

This test should be rewritten like the other tests we have so as not to be dependent on a particular Bitbucket repo that could disappear at any time. It should...

priority high
testing
help wanted

JGit has historically used JSch as the underlying ssh library, but JSch is a completely dead project and they are moving over to Apache MINA sshd. We're already using Apache...

priority high
enhancement