Git Product home page Git Product logo

Comments (29)

OpherV avatar OpherV commented on August 22, 2024 41

Bear with me a new version will be out soon

from gitflow4idea.

SantjagoCorkez avatar SantjagoCorkez commented on August 22, 2024 7

https://youtrack.jetbrains.com/issue/IDEA-284041

Sorry, guys, I've done my best to try to avoid continuous plugins version bumping.

from gitflow4idea.

homburgs avatar homburgs commented on August 22, 2024 5

Here is already a pull request for that reason
#343

from gitflow4idea.

smbarbour avatar smbarbour commented on August 22, 2024 4

It seems like this comment from the YouTrack issue would be particularly apt for this:
"Alternatively, they may even decide to specify no until-build so the plugin will be available in any later released IDE version(s) - until incompatibilities are detected and the until-build is limited manually on JetBrains Marketplace to prevent further problems for users."

from gitflow4idea.

banagale avatar banagale commented on August 22, 2024 2

Note, I put a .jar for download in this PR comment if anyone is really needing this now.

from gitflow4idea.

tumb1er avatar tumb1er commented on August 22, 2024 2

Maybe someone should make a fork of this project and develop it?

There is a fork already https://github.com/RubinCarter/gitflow4idea-plus

from gitflow4idea.

AntiGuideAkquinet avatar AntiGuideAkquinet commented on August 22, 2024 1

In the meantime you can use Git Flow Integration Plus which is a fork of this plugin.

from gitflow4idea.

AntiGuideAkquinet avatar AntiGuideAkquinet commented on August 22, 2024

I couldn't find any incompatible API usages via the GitHub search.
Updating sinceBuild and untilBuild in build.gradle might be enough.
Great work on the plugin by the way. I use it on a daily basis 🙂

from gitflow4idea.

banagale avatar banagale commented on August 22, 2024

@SantjagoCorkez thank you for trying. it is jetbrains’ choice to deal with this or other issues related to plugins.

there is a different issue in handling .env files that should be built into the IDE but the company has thus far refused to address.

Plugins, particularly community provided ones and how they are incorporated into IDE cores will probably going to be the single most important point of competition between IntelliJ and its children and vscode.

from gitflow4idea.

DarrenBishop avatar DarrenBishop commented on August 22, 2024

Here is already a pull request for that reason #343

@homburgs you've seen @OpherV's PR comments presumably?

from gitflow4idea.

wxy8866 avatar wxy8866 commented on August 22, 2024

Any good news or workaround, please?

from gitflow4idea.

banagale avatar banagale commented on August 22, 2024

Any good news or workaround, please?

I put a workaround jar Here .

from gitflow4idea.

CC007 avatar CC007 commented on August 22, 2024

2021.3.1 is now out as well, so prob want to take that into account when releasing the next version.

from gitflow4idea.

wxy8866 avatar wxy8866 commented on August 22, 2024

Will it be resovled?

from gitflow4idea.

rinodrummer avatar rinodrummer commented on August 22, 2024

Any update?

from gitflow4idea.

wxy8866 avatar wxy8866 commented on August 22, 2024

Please specify whether this plugin is out of maintenance.

from gitflow4idea.

CC007 avatar CC007 commented on August 22, 2024

This feels like something that is core enough to the git workflow that I feel like IntelliJ should adopt and update this plugin, just like they did with the Lombok plugin in 2020.3. That way they could also make sure that it's up-to-date with the latest IntelliJ version.

from gitflow4idea.

wxy8866 avatar wxy8866 commented on August 22, 2024

How to push Jetbrain to adopt this excellent plugin to be the native bundled? Let's do it.

from gitflow4idea.

banagale avatar banagale commented on August 22, 2024

I like the idea, but from my experience, feature requests around incorporating plugins into the IDE are very challenging to get traction on.

A good example is PY-5543 , which has over 170 votes, 5 duplicates and goes back to 2014.

PY-5543 is arguably far less complicated feature, requiring a check box and perhaps a file path widget.

But it still is not being acted on by JB.

It is okay if the maintainer of this library is unable to keep up given the reasonable standards they have.

However, perhaps this project should be forked and maintained using lower standards. What I mean is, it presumes IDE changes are not breaking the plug-in’s behavior.

The main reason the maintainer insists on updating this with each release is to reduce the likelihood that this plug-in causes accidental loss of work.

That said, Pycharm and afaik, all of the Jetbrains IDEs have Local History, which is like a temporary cache of file changes independent of Git. So it is reasonable to consider if this is enough of a safety net in of itself.

I wouldn’t want to bet a full day of work on Local History, but the convenience of this macro is very high.

from gitflow4idea.

nnrudakov avatar nnrudakov commented on August 22, 2024

In the meantime you can use Git Flow Integration Plus which is a fork of this plugin.

I don't know Java well. Has anyone looked this repo through? Non-latin letters in public repo, rare commits...

from gitflow4idea.

banagale avatar banagale commented on August 22, 2024

The mere presence of non-latin letters in a public repo should not create suspicion but that this is a concern at all draws attention to why JetBrains should make an effort to bring this and other popular plugins (that have maintenance problems due to versioning) into the core product suite.

It is a security issue, and this and PY-5543 deserve to be controlled and validated by the company's internal security auditing.

Separately, it is not very challenging to build this plugin using IntelliJ IDEA CE. If you are concerned at all, just make the version changes, build and manually install. See info / links I provided here.

from gitflow4idea.

SantjagoCorkez avatar SantjagoCorkez commented on August 22, 2024

Checking the repo. Found:

So far: there's no a single feature implemented (though stated in README). The only difference to current project: minVersions/maxVersions bumping up and dropping down here and there, some cosmetic fixes in IDEA's interfaces which do not seem critical. And 2 binary uploads of gradle JAR.

Meh...

from gitflow4idea.

diesl avatar diesl commented on August 22, 2024

Hi @OpherV, it would be really helpful if you could write at least a short comment to give us an update of the current status of this project.

Many people rely on your great plugin, and it would be sad to see this project becoming a zombie, without any clear notice.

from gitflow4idea.

CC007 avatar CC007 commented on August 22, 2024

I hope that they weren't a victim of the pandemic.

from gitflow4idea.

SantjagoCorkez avatar SantjagoCorkez commented on August 22, 2024

https://github.com/EkoLabs/react-native-background-downloader/commits?author=OpherV&since=2022-02-01&until=2022-02-16

No, the owner is still alive and active. Seems he just got tired of Intellij'es versioning and lost interest to this project.

from gitflow4idea.

tknarr-starbucks avatar tknarr-starbucks commented on August 22, 2024

Added PR #345 fixing the indentation from @homburgs PR and updating the version number

from gitflow4idea.

code2prog avatar code2prog commented on August 22, 2024

Maybe someone should make a fork of this project and develop it?
It would be nice if the current author wrote what is the current status of this project

from gitflow4idea.

wxy8866 avatar wxy8866 commented on August 22, 2024

Any solution?

from gitflow4idea.

rafa761 avatar rafa761 commented on August 22, 2024

For now I think the solution is migrate to https://github.com/RubinCarter/gitflow4idea-plus

from gitflow4idea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.