Git Product home page Git Product logo

leankit.integrationservice's People

Contributors

danhounshell avatar jshca avatar reverentgeek avatar

Stargazers

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

Watchers

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

leankit.integrationservice's Issues

Support for GitHub Enterprise

The GitHub Target is hard coded to go to api.github.com (the github.com website), not a local GitHub Enterprise server (similar to an on-prem TFS).

The api is the same between the two, so it looks like it would be as easy to allowing a configuration as to either GitHub.com or GitHub Enterprise.

I'd submit a pull request if I had a better feel for how you expose the configuration options, but it seems pretty simple.

Only gotcha worth noting is that the api endpoint is slightly different:
GitHub.com: api.github.com
GitHub Enterprise: {hostname_for_github_enterprise}/api/v3/

Error in Query Building on German System

in IntegrationService.Targets.JIRA.Jira

jqlQuery = string.Format(project.Query, queryAsOfDate.ToString("yyyy/MM/dd hh:mm"));

results in a formated DateTime String like "yyyy.MM.dd hh:mm" if executed on a german System (which results in an exception in Jira

Date value '1.2.2015 12:55' for field 'updated' is invalid. Valid formats include: 'yyyy/MM/dd HH:mm', 'yyyy-MM-dd HH:mm', 'yyyy/MM/dd', 'yyyy-MM-dd', or a period format e.g. '-5d', '4w 2d'.

queryAsOfDate.ToString("yyyy-MM-dd hh:mm") could be used instead, which is not translated into a culter relevant format

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.