Code Monkey home page Code Monkey logo

netcore-teamcity-api's People

Contributors

matmalkowski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

netcore-teamcity-api's Issues

HTTP Bug

In TeamCity.cs the TeamCityConnectionSettingsBuilder's method UsingSSL() should be given the argument usingSSL. Currently there is no way to specify the builder to use standard http and not https. I believe line 10 should be the following

var connectionConfig = new TeamCityConnectionSettingsBuilder().ToHost(host).UsingSSL(usingSSL).AsUser(userName, password).Build();

Add support for Project Features

Project features (e.g. issue trackers, versioned settings, custom charts, shared resources and third-party report tabs) are exposed as entries under the "project" node and via dedicated requests.

Add support for Project Settings

Add support for Queued Builds

Add support for VCS Roots

  • List all VCS roots: GET http://teamcity:8111/app/rest/vcs-roots add locator= parameter to list only the VCS roots matched
  • Get details of a VCS root/delete a VCS root: GET/DELETE http://teamcity:8111/app/rest/vcs-roots/ , where "" can be "id:" or other VCS root locator
  • Create a new VCS root: POST VCS root XML (the one like retrieved for a GET request for VCS root details) to http://teamcity:8111/app/rest/vcs-roots
    Also supported:
  • GET/PUT http://teamcity:8111/app/rest/vcs-roots/ /properties/<property_name>
  • GET/PUT http://teamcity:8111/app/rest/vcs-roots//<field_name>, where <field_name> is one of the following: name, shared, project (post project locator to "project" to associate a VCS root with a specific project).
  • List VCS root instances: GET http://teamcity:8111/app/rest/vcs-root-instances?locator=
    A "VCS root" is the setting configured in the TeamCity UI, "VCS root instance" is the internal TeamCity entity which is derived from the "VCS root" to perform actual VCS operation.
    If the VCS root has no %-references to parameters, a single VCS root corresponds to a single "VCS root instance".
    If a VCS root has %-reference to a parameter and the reference resolves to a different value when the VCS root is attached to different configurations or when custom builds are run, a single "VCS root" can generate several "VCS root instances".

Since TeamCity 10.0 :

There are two endpoints dedicated at using in commit hooks from the version control repositories:

Add support for Tests api related calls

Since TeamCity 10 there is experimental support for exposing single test invocations / runs:

  • Get invocations of a test:
    GET http:// teamcity :8111/app/rest/testOccurrences? locator=build:(id:XXX),test:(id:XXX)&fields=$long,testOccurrence($short,invocations($long))

List all test runs with all the invocations flattened:

  • GET http:// teamcity :8111/app/rest/testOccurrences? locator=build:(id:XXX),test:(id:XXX) ,expandInvocations:true

Add support for Build Configuration And Template Settings

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.