Giter Club home page Giter Club logo

versionone.integration.gitscm's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

versionone.integration.gitscm's Issues

Connecting to local git repository using ssh keys

This plugin does have some nice features. Although I was wondering if you guys were going to implement authentication using ssh keys. I noticed that you did implement passwords and sshpassphrases but no keys. I keep getting errors reject host key: "servername". In the source it looks as if this has not been implemented. Although I'm not much of a coder and this is simply to see if this is in your road-map or if I'm just way off and there is a way to do this.

[question] NTLM auth from linux machine

Hello,

It seems that feature requires that machine running V1Git is in AD domain and V1Git runs from correct user (correct me if I'm wrong). Is there any way to get stuff working from linux machine - not domain member ?
Thanks.

Git integration needs explicit support for local Git installations

As a Platform Support Engineer, I would like explicit support for local Git in order to reduce the time needed to get the integration working with the customer's local configuration. The integration is currently known to work with Github using a (relatively) deterministic model outlined in the documentation. Periodically customers collaborate with VersionOne with the goal of coercing the integration to work with local Git. This has been hit and miss at best and would be ideal if there were some changes in the code or some installation heuristics added to the documentation that would facilitate a quick and deterministic installation.

Not able to setup the Integration in Linux box.

I have been working on Integrating the VersionOne with GIT in Linux environment and having some issues, mentioned below:

I just downloaded the latest build from http://v1appcatalog.azurewebsites.net/app/index.html#/Details/VersionOne.Integration.Git. I created a project in github and used for the integration activity.

when I tried running the "./v1git console", the below error is getting:
Running VersionOne Integration for Git...
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
jvm 1 |
jvm 1 | 2015-09-03 15:14:21 GitIntegration [INFO] Git integration service is starting...
jvm 1 | 2015-09-03 15:14:21 GitIntegration [INFO] Loading configuration...
jvm 1 | 2015-09-03 15:14:21 GitIntegration [INFO] Configuration loaded successfully
jvm 1 | 2015-09-03 15:14:21 GitIntegration [INFO] Connecting to VersionOne as 'sakthisiga'...
jvm 1 | 2015-09-03 15:14:22 GitIntegration [FATAL] Connection to VersionOne server failed. Please check the address, credentials and proxy settings
jvm 1 | 2015-09-03 15:14:22 GitIntegration [FATAL] Unknown AssetType: Member[Ljava.lang.StackTraceElement;@f8b92095
jvm 1 | 2015-09-03 15:14:22 GitIntegration [FATAL] Closing application due to internal error:
jvm 1 | 2015-09-03 15:14:22 GitIntegration [FATAL] null[Ljava.lang.StackTraceElement;@87745705
wrapper | <-- Wrapper Stopped

Dependency management and removal of lib folder

Hi,

Do you have plans to implement something like Ivy or Maven, and if so what's your tool of choice?

In the meantime since the lib folder's been removed it means after a clone checking the previous commit out and grabbing them, and makes updating the IntelliJ files more complicated too. Was there any particular reason for removing them, like redistribution licensing issues, or was it more to follow the general best practice of not storing binaries in Git?

Cheers

Ed

[FATAL] Git service failed: nested transactions not supported

I am receiving the following results in the GitIntegration Logfile:

2013-07-31 10:39:31 GitIntegration [FATAL] An exception occurred in the Git connector while getting commits:
org.hibernate.TransactionException: nested transactions not supported
at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.begin(AbstractTransactionImpl.java:152)
at org.hibernate.internal.SessionImpl.beginTransaction(SessionImpl.java:1426)
at com.versionone.git.storage.DbStorage.persistLastCommit(DbStorage.java:60)
at com.versionone.git.GitConnector.getCommits(GitConnector.java:188)
at com.versionone.git.GitConnector.traverseChanges(GitConnector.java:99)
at com.versionone.git.GitConnector.getChangeSets(GitConnector.java:85)
at com.versionone.git.GitService.onInterval(GitService.java:31)
at com.versionone.git.GitPollTask.processRepository(GitPollTask.java:63)
at com.versionone.git.GitPollTask.run(GitPollTask.java:56)
at java.util.TimerThread.mainLoop(Timer.java:534)
at java.util.TimerThread.run(Timer.java:484)
2013-07-31 10:39:31 GitIntegration [FATAL] Git service failed: nested transactions not supported

It should be noted there are 37 Repositories in the configuration.xml. On inintial run, it scanned and worked properly with no issues, after quite a few runs it seems to start showing this message for one particular repo. Upon shutdown and restart the message appears for an additional 4 repositories in the logfiles. I removed the repository cache and restarted, same results apply.

System:
Centos 64bit linux Based with OpenJDK 1.6.0
os.name=Linux
os.arch=amd64
os.version=2.6.32-279.22.1.el6.x86_64
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.11.90) (rhel-1.62.1.11.11.90.el6_4-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
VersionOneIntegrationPlugin: 10.0.0.124

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.