Giter Club home page Giter Club logo

Comments (4)

samhv avatar samhv commented on August 24, 2024

Api github-java
http://github-api.kohsuke.org

La clase GHCommit puede servir.

from jedit_cc4401.

samhv avatar samhv commented on August 24, 2024

Aqui hablan de cómo hacer commit y push desde java:
http://stackoverflow.com/questions/11801983/how-to-create-a-commit-and-push-into-repo-with-github-api-v3

Aqui hablan del push en java:
http://stackoverflow.com/questions/13446842/how-do-i-do-git-push-with-jgit

from jedit_cc4401.

samhv avatar samhv commented on August 24, 2024

Se añadió EventBus al proyecto, con esto es fácil mantener un código desacoplado y ademas poder trabajar por separad. La implementación fue hecha también para #10, y #4.

Con EventBus la conexión entre las vistas y la lógica GitHub se hace simple, permite el desacoplamiento y ademas aumenta la calidad al código ya que disminuye la dificultad de extender y cambiar funcionalidades fácilmente.

from jedit_cc4401.

raimilcruz avatar raimilcruz commented on August 24, 2024

Recordar que cuando se adicione una nueva libreria al proyecto del plugin se debe incluir en el build.xml del plugin (JGitPlugin). En este caso adicione guava al build.xml (commit https://github.com/raimil-cruz/jgitplugin/commit/a39f1d76a9ccbe93e6d6421be30d4641143c6496)

from jedit_cc4401.

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.