Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Many new features #101

Open
wants to merge 120 commits into
base: master
Choose a base branch
from
Open

Many new features #101

wants to merge 120 commits into from

Commits on Dec 12, 2013

  1. Added support for ParentProject and Projects inside a Project

    Added support for ParentProject and Projects inside a Project
    mavezeau committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    e2c8f0b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2013

  1. Added support to Create, move, copy a project, Support to get the art…

    …ifacts filtered and detection of many new object
    
    * Change each call of TeamCityCaller to use the interface
    ITeamCityCaller
    * Added new method to download artifact filtered in BuildArtifacts
    (DownloadFiltered)
    * Added new method to modify a build trigger in
    BuildConfigs(ModifTrigger)
    * Added new method to modify a build snapshot dependencies in
    BuildConfigs(ModifSnapshotDependencies)
    * Added new method to modify a build artifact dependencies in
    BuildConfigs(ModifArtifactDependencies)
    * Added new method to create a project to inherit a project (Project)
    * Added new method to move a project to inherit a project (Project)
    * Added new method to modify a parameters inside a project (Project)
    * Added new method to  modify a setting inside a project (Project)
    * Added new method to detect if the current user is Administrator (User)
    * Added new method to generate a ProjectId (Since 8.0) valid for
    teamcity (Project)
    * Added new type of Content GetBoolean (TeamCityCaller)
    * New Object detected in ArtifactDependency - SourceBuildType
    * New objects detected in Build - BuildType - Properties - Running_info
    * New Objects detected in BuildConfig - Number - Personnel - History -
    Pinned -Running - Template
    * New object detected in Project - Template
    * New objects detected in SnapshotDependency - Type - SourceBuildType
    * New class object Running_info - SourceBuildType - Template - Templates
    * Fix some issues
    mavezeau committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    de51ece View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2014

  1. Configuration menu
    Copy the full SHA
    4620e02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cebb925 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1984470 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4eb1f06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    787670d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a64c02b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1b41a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2014

  1. Configuration menu
    Copy the full SHA
    2b61a16 View commit details
    Browse the repository at this point in the history
  2. Added Build.ById method

    nheilbuth committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    2ccd8da View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2014

  1. Sync nheilbuth

    mavezeau committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    794bdfe View commit details
    Browse the repository at this point in the history
  2. Added missing update

    mavezeau committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    659d9a0 View commit details
    Browse the repository at this point in the history
  3. Added support for BuildArtifactDependencies and BuildArtifactDependen…

    …cies.cs into the Build object
    mavezeau committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    daef148 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2014

  1. Configuration menu
    Copy the full SHA
    df6796f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2014

  1. TITLE: Modify the method DownloadFiltered to use the filename and not…

    … only the extension filteredExtensionFiles => filteredFiles
    
    DESCRIPTION:
    - Modify the method DownloadFiltered to use the filename and not only the extension filteredExtensionFiles => filteredFiles
      - This method use now the wilcard to find the file (*.dll to choose all dlls)
    - added new support to disable the throw exception when the Authenticate didn't work (throwExceptionOnHttpError = true (default value))
    mavezeau committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    e822d19 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. Added direct support for setting artifact dependencies, snapshot depe…

    …ndencies and build triggers
    nheilbuth committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    bdbc64a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46360c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

  1. Implement statistics for builds

    Allows retrieval of properties such as no. of passed tests in a given
    build. From
    http://confluence.jetbrains.com/display/TCD8/REST+API#RESTAPI-Statistics
    ewilde committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    0c773ee View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2014

  1. Configuration menu
    Copy the full SHA
    cc2f0d4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/upstream/pr/82'

    Conflicts:
    	src/TeamCitySharp/ActionTypes/IBuildConfigs.cs
    	src/TeamCitySharp/ActionTypes/Projects.cs
    	src/TeamCitySharp/TeamCitySharp.csproj
    mavezeau committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    082c8ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    330f44b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. Configuration menu
    Copy the full SHA
    1437343 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Commit new stock

    mavezeau committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    e9e772c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Added new support of investigation and test

    DESCRIPTION:
    Added new support of investigation, template and test
    
    Fix for TeamCity 9 .tcbuildtag to .tcbuildid
    
    BuildConfig:
    Added EscapeDataString on the ByProjectIdAndConfigurationName method
    Added new method Copy to copy a build config
    Added new method CopyTemplate to copy a template only.
    Added new method AttachTemplate / DetachTemplate to attach/ detach a config to template
    
    Build:
    Added new method RunningByBuildConfigId to extract the running build by buildConfig
    Added new method AllRunningBuild to extract all running build
    
    Projects:
    Added new method DeletedById to delete a project by Id
    Fix method copy and added support to specify a root parent
    
    ServerInformation:
    Fix getBackupStatus method
    
    SnapshotDependency:
    Fix to string return
    
    BuildInvestigations:
    Added new class to extract build investigation on build failure
    
    TEST:
    Manual test
    mavezeau committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    1ad50e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Introduce new GetFields method for choose needed fields on a query.

    Use fields specializations: Extract complex objects for specified Fields
    
    Sample:
        // For each builds get only the Id, Number, Status and StartDate
        var buildField = BuildField.WithFields(id: true,number:true, status: true, startDate: true);
        var buildsFields = BuildsField.WithFields( buildField: buildField);
        var currentListBuild = client.Builds.GetFields(buildsFields.ToString()).ByBuildConfigId(currentProjectId)
    
    Update nuget package
    
    and changing tab spacing to 2 spaces.
    
    Changing the assembly to 1.0.0
    mavezeau committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    43d578f View commit details
    Browse the repository at this point in the history
  2. Merge

    mavezeau committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    9241537 View commit details
    Browse the repository at this point in the history
  3. Bad merge ...

    mavezeau committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    4eb5135 View commit details
    Browse the repository at this point in the history
  4. Fix

    mavezeau committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    23c8647 View commit details
    Browse the repository at this point in the history
  5. Try to fix merge...

    mavezeau committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    a30b74a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5054fab View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/nheilbuth/TeamCitySharp

    # Conflicts:
    #	src/TeamCitySharp/ActionTypes/Agents.cs
    #	src/TeamCitySharp/ActionTypes/BuildConfigs.cs
    #	src/TeamCitySharp/ActionTypes/Builds.cs
    #	src/TeamCitySharp/ActionTypes/IAgents.cs
    #	src/TeamCitySharp/ActionTypes/IBuildConfigs.cs
    #	src/TeamCitySharp/ActionTypes/IBuilds.cs
    #	src/TeamCitySharp/ActionTypes/Projects.cs
    #	src/TeamCitySharp/Connection/ITeamCityCaller.cs
    #	src/TeamCitySharp/Connection/TeamCityCaller.cs
    #	src/TeamCitySharp/Connection/TeamcityJsonEncoderDecoderConfiguration.cs
    #	src/TeamCitySharp/DomainEntities/ArtifactDependency.cs
    #	src/TeamCitySharp/DomainEntities/BuildTrigger.cs
    #	src/TeamCitySharp/DomainEntities/NewProjectDescription.cs
    #	src/TeamCitySharp/DomainEntities/ParentProjectWrapper.cs
    #	src/TeamCitySharp/DomainEntities/Properties.cs
    #	src/TeamCitySharp/DomainEntities/Property.cs
    #	src/TeamCitySharp/DomainEntities/SnapshotDependency.cs
    #	src/TeamCitySharp/DomainEntities/SourceBuildType.cs
    #	src/TeamCitySharp/Locators/ProjectLocator.cs
    #	src/TeamCitySharp/TeamCitySharp.csproj
    mavezeau committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    61b97d4 View commit details
    Browse the repository at this point in the history
  8. Cleanup code ...

    mavezeau committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    2de2fac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6ddbfa View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Added new method NextBuilds

    /// <summary>
    /// Retrieves the list of build after a build id.
    ///
    /// IMPORTANT NOTE: The list starts from the latest build to oldest
    (Descending)
    /// </summary>
    /// <param name="buildid"></param>
    /// <param name="count"></param>
    /// <returns></returns>
    public List<Build> NextBuilds(string buildid, int count = 100)
    mavezeau committed May 17, 2016
    Configuration menu
    Copy the full SHA
    4d87c62 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2016

  1. Added many fields and object on the DomainEntities

    Delete Package nuget inside solution
    
    Build:
     -Added to fetch  AffectedProject
    
    New DomainEntities:
     - Revision
     - Revisions
     - Tag
     - Tags
     - Triggered
    
    New Fields:
     - ChangeField
     - ChangesField
     - FileField
     - FilesField
     - LastChangesField
     - RevisionField
     - RevisionsField
     - TagField
     - TagsField
     - TriggeredField
     - UserField
     - VcsRootInstanceField
    
    And many fix...
    mavezeau committed Sep 16, 2016
    1 Configuration menu
    Copy the full SHA
    0b32206 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. [TeamCitySharp] - Import internal stuff to Github and starting to pub…

    …lish nuget package on nuget.org
    
    DESCRIPTION:
    Import internal stuff to Github and starting to publish nuget package on nuget.org
    Add missing fields
    Replace SourceBuildType by BuildConfig
    Use latest version of EasyHttp 1.7.0
    TEST:
    manual tests
    
    REVIEWER:
    
    REFERENCES:
    mavezeau committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    392846f View commit details
    Browse the repository at this point in the history
  2. [TeamCitySharp] - Fix readme only

    DESCRIPTION:
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    993e3c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. [TeamcitySharp] - Upgrade version 1.0.54

    Code cleanup and add support to  fetch ArtifactDenpdencies and SnapshotDependencies from buildType
    Use new feature in VS2015 (String interpolation)
    
    DESCRIPTION:
    Now it's possible to use the official package TeamCitySharp-forked-mavezeau on nuget.org
    https://www.nuget.org/packages/TeamCitySharp-forked-mavezeau/
    
    TEST:
    Fix broken tests and add new app.config for the test to define server and username we need to use to run integration  tests
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    5f32fcf View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. [TeamcitySharp] - Fix issue found by satyaprakashv

    DESCRIPTION:
    Bad return type after to insert a build step
    Added missing fields Inherited for build Trigger and property
    
    TEST:
    Manual test
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    3470c26 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. [TeamCitySharp] - Fix issue with Vcs creation

    DESCRIPTION:
    replace new ConventionResolverStrategy(ConventionResolverStrategy.WordCasing.Lowercase, "-") by new JsonResolverStrategy() to create custom json  (required to  modify all DomainEntities)
    Add missing field for Vcs
    
    Add new method:
    VcsRoot:
     - VcsRoot CreateVcsRoot(VcsRoot configurationName, string projectId);
     - void SetConfigurationProperties(VcsRoot vcsRootId, string key, string value);
     - void DeleteProperties(VcsRoot vcsRootId, string parameterName);
     - void DeleteVcsRoot(VcsRoot vcsRoot);
    
    Modified  method:
    BuildConfig:
      - (JsonResolverStrategy modification) bool ModifTrigger(string buildTypeId, string triggerId, string newBt)
      - (JsonResolverStrategy modification) bool ModifSnapshotDependencies(string buildTypeId, string dependencyId, string newBt)
      - (JsonResolverStrategy modification) bool ModifArtifactDependencies(string buildTypeId, string dependencyId, string newBt)
    
    VcsRoot:
      - (Fix) void SetVcsRootValue(VcsRoot vcsRoot, VcsRootValue field, object value)
    
    TEST:
    Manual test
    
    REVIEWER:
    mavezeau committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    6af9ca7 View commit details
    Browse the repository at this point in the history
  2. Added support for getting build queue

    Kim Hugener-Ohlsen committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    cd19596 View commit details
    Browse the repository at this point in the history
  3. Attempt to align with coding style

    Kim Hugener-Ohlsen committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    f3e5574 View commit details
    Browse the repository at this point in the history
  4. Another attempt to a align with coding style

    Kim Hugener-Ohlsen committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    e964c55 View commit details
    Browse the repository at this point in the history
  5. Aligned with coding style

    Kim Hugener-Ohlsen committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    e4905b4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from hugener/master

    Build Queue Support
    mavezeau committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    dd6f67d View commit details
    Browse the repository at this point in the history
  7. [TeamcitySharp] - Added missing documentation after previous merge

    DESCRIPTION:
    thanks for your contribution Hugener
    
    TEST:
    NA
    
    REVIEWER:
    
    REFERENCES:
    mavezeau committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    5e3a169 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. [TeamcitySharp] - Added support of ProjectFeature

    DESCRIPTION:
    Added support of ProjectFeature
    Added field for ProjectFeature
    
    TEST:
    Create and run test
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    f03cb50 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Update README.md

    vmati committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    f7c65bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from vmati/patch-1

    Update README.md
    mavezeau committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    d7a7386 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. [TeamCitySharp] - Add missing Inherited flag for ArtifactDependency a…

    …nd SnapshotDependency
    
    DESCRIPTION:
    Add missing Inherited flag for ArtifactDependency and SnapshotDependency
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    c8f7faa View commit details
    Browse the repository at this point in the history
  2. [TeamCitySharp] - modify last commit string by bool...

    DESCRIPTION:
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    61efa09 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. 🎨 Change properties name to a good cohesion and initialize the object…

    … Credentials in your scope
    yurisouza committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    25b1121 View commit details
    Browse the repository at this point in the history
  2. 🎨 Change properties name to a good cohesion and initialize the object…

    … Credentials in your scope
    yurisouza committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    990e7df View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. [TeamcitySharp] - Add pin and unpin method by a build number

    DESCRIPTION:
    Add pin and unpin method by a build number
    Reorder method in the Ibuild interface
    
    TEST:
    Manual test
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    6ae32cc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    6394489 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. NET Standard Port - Sadly requires additional dependencies, probably …

    …needs the removal of JsonFx as it's relying on an unofficial port.
    davidwhitney committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    738165d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Fix AttachVcsRoot which throws exception from EasyHttp

    An unexpected error has occurred: The encoding requested does not have a corresponding decoder
    
    Stacktrace:    at EasyHttp.Codecs.DefaultDecoder.ObtainDeserializer(String contentType) in C:\BuildAgent\work\f8da234c6955617\src\EasyHttp\Codecs\DefaultDecoder.cs:line 44
       at EasyHttp.Codecs.DefaultDecoder.DecodeToStatic[T](String input, String contentType) in C:\BuildAgent\work\f8da234c6955617\src\EasyHttp\Codecs\DefaultDecoder.cs:line 20
       at EasyHttp.Http.HttpResponse.StaticBody[T](String overrideContentType) in C:\BuildAgent\work\f8da234c6955617\src\EasyHttp\Http\HttpResponse.cs:line 115
       at TeamCitySharp.Connection.TeamCityCaller.Post[T](Object data, String contenttype, String urlPart, String accept)
       at TeamCitySharp.Connection.TeamCityCaller.PostFormat[T](Object data, String contenttype, String accept, String urlPart, Object[] parts)
       at TeamCitySharp.ActionTypes.VcsRoots.AttachVcsRoot(BuildTypeLocator locator, VcsRoot vcsRoot)
    Anton Fedotov authored and Anton Fedotov committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    13df088 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    baba36c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Merge pull request #5 from yurisouza/feature/good-habits-clean-code

    Feature/good habits clean code
    mavezeau committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    5247576 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from lKoTl/fix/VcsRootsAttach

    Fix AttachVcsRoot which throws exception from EasyHttp
    mavezeau committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    f02bee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1633d3e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #17 from e-i-n-s/master

    Fix '+' sign in URL
    mavezeau committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    dc9a7ea View commit details
    Browse the repository at this point in the history
  5. [TeamCityCaller] - Fix issue after merge

    DESCRIPTION:
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    2add126 View commit details
    Browse the repository at this point in the history
  6. [TeamCitySharp] - Publish new version and cleanup code

    DESCRIPTION:
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    3615dae View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11 from chaami/fix_tests

    Quick and mostly naive fixes of the broken tests.
    mavezeau committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    2b7dd0d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    c1146cf View commit details
    Browse the repository at this point in the history
  2. [DotNetCore] - Fix test and cleanup

    DESCRIPTION:
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    e68235c View commit details
    Browse the repository at this point in the history
  3. [DotNetCore] - Remove JSonFx and use only the newton.json

    DESCRIPTION:
    Remove JSonFx and use only the newton.json
    Code cleanup
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c3be543 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. [DotNetCore] - Fix tests and post and put command

    DESCRIPTION:
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    58990e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Update README.md

    mavezeau committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    78d8914 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    4632c66 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. [TeamcitySharp] - Bug fix with post command

    DESCRIPTION:
    Bug fix with post command
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed May 2, 2019
    Configuration menu
    Copy the full SHA
    90396c1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. [TeamcitySharp] - Fix bug #18

    DESCRIPTION:
    Add missing section when teamcty return only a href for a section
    #18
    
    TEST:
    Manual and integration added
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed May 3, 2019
    Configuration menu
    Copy the full SHA
    dd87243 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. [TeamcitySharp] - Add UseVersion to specify the rest api required

    DESCRIPTION:
    Add UseVersion to specify the rest api required
    
    example:
    var client = new TeamCityClient("localhost:81");
        client.Connect("admin", "qwerty");
        client.UseVersion("7.0"); // 6.0, 7.0, 8.1, 9.0, 9.1, 10.0, 2017.1, 2017.2, latest
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed May 16, 2019
    Configuration menu
    Copy the full SHA
    27a6f2a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. [TeamCitySharp] - simple fix for big extract

    DESCRIPTION:
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed May 17, 2019
    Configuration menu
    Copy the full SHA
    cc77455 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. [TeamcitySharp] - Import new DomainEntities and new fields

    DESCRIPTION:
    Import new DomainEntities and new fields
    
    TEST:
    Manual Tests
    
    New DomainEntities:
     - BuildChange(s)
     - Datas
     - Entries
     - Entry
     - Link(s)
     - MetaData
     - Mute(s)
     - Problem(s)
     - ProblemOccurrence(s)
     - ProblemScope
     - ProblemTarget
     - TestOccurrence(s)
    
    Modified DomainEntities
    
     - Agents
     - AgentWrapper
     - Build
     - CompatibleAgents
     - Test
     - Triggered
    
    New Fields linked to DomainEntities
    
    Added new feature to rename a fieldId for a group
    
    REVIEWER:
    Carlo
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed May 28, 2019
    Configuration menu
    Copy the full SHA
    b1c01b7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. [TeamCitySharp] - Fix README.md and add missing GetFields for BuildIn…

    …vestigation and Users
    
    DESCRIPTION:
    Fix README.md and add missing GetFields for BuildInvestigation and Users
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed May 30, 2019
    Configuration menu
    Copy the full SHA
    0989378 View commit details
    Browse the repository at this point in the history
  2. [TeamCitySharp] - Build fix ... missing to save a file after review...

    DESCRIPTION:
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed May 30, 2019
    Configuration menu
    Copy the full SHA
    026ec6d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Renamed CopyProject parameters to be more explicity about source and …

    …destination
    Sonny Campbell committed May 31, 2019
    Configuration menu
    Copy the full SHA
    f608078 View commit details
    Browse the repository at this point in the history
  2. Id is a valid value for setting VscRootValue

    Sonny Campbell committed May 31, 2019
    Configuration menu
    Copy the full SHA
    bf6f2bd View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. [TeamcitySharp] - Added support for new templates api endpoints

    DESCRIPTION:
    Support for templates api endpoint (Version >= TeamCity 2017.2)
    Old endpoint ended in /template
    New endpoint ends in /templates
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    tusmanakhter committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9a418d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from tusmanakhter/master

    [TeamcitySharp] - Added support for new templates api endpoints
    mavezeau committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    647a94a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #23 from SonnyCampbell/feature/add-id-to-vcsrootvalue

    Id is a valid value for setting VscRootValue
    mavezeau committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    297e342 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #21 from SonnyCampbell/feature/renaming-project-co…

    …py-params
    
    Clearer CopyProject parameters
    mavezeau committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    14ad2c7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #20 from owena1337/patch-1

    Added VcsBranchName to get the branch name.
    mavezeau committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    528a035 View commit details
    Browse the repository at this point in the history
  6. [TeamCitySharp] - Bump revision before create a new version in nuget …

    …version 2.0.5
    
    DESCRIPTION:
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    c90318f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. [TeamCitySharp] - Fix statistics data, now it`s possible to fetch sta…

    …ts directly from the build object (with field)
    
    DESCRIPTION:
    Fix statistics data, now it`s possible to fetch stats directly from the build object (with field)
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    13c90e2 View commit details
    Browse the repository at this point in the history
  2. [TeamCitySharp] - Create version 2.0.6

    DESCRIPTION:
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    bf95321 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Check if body is null

    using client.ServerInformation.TriggerServerInstanceBackup calls Post with null body which causes an exception.
    tidharmor committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    157a60c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. [TeamcitySharp] - Fixed issue preventing artifact downloads

    DESCRIPTION:
    Artifact download capability restored
    Added a test for artifact download
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    tusmanakhter committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    6c4ea5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from tusmanakhter/master

    [TeamcitySharp] - Fixed issue preventing artifact downloads
    mavezeau committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    51b58f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. [TeamcitySharp] - Add method to create a build configuration with oth…

    …er properties
    
    DESCRIPTION:
    Build configuration can now be created with all properties instead of adding them after creation.
    tusmanakhter committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8f52767 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from tusmanakhter/master

    [TeamcitySharp] - Add method to create a build configuration with other properties
    mavezeau committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    1422c5b View commit details
    Browse the repository at this point in the history
  3. [TeamcitySharp] - Fix download artifacts with a git branch

    DESCRIPTION:
    Fix download artifacts with a git branch
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    13355eb View commit details
    Browse the repository at this point in the history
  4. [TeamCitySharp] - New version 2.0.8

    DESCRIPTION:
    Added support to specify branch when you need to download an artifact
    
    TEST:
    Manual
    
    REVIEWER:
    Tusman
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    f31cdfd View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. [TeamCitySharp] - Support test occurrences

    DESCRIPTION: Add new feature to get test occurrences
    By build/project/test locator
    oubenal committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    d2dac26 View commit details
    Browse the repository at this point in the history
  2. [TeamCitySharp] - Fix typo

    DESCRIPTION:
    Misspelling of investigation
    oubenal committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    bde099a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Merge pull request #30 from oubenal/fix/typo

    [TeamCitySharp] - Fix typo
    mavezeau committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    0c1b2af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from oubenal/feature/testoccurences

    [TeamCitySharp] -  Add support for Test Occurences
    mavezeau committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    ba02c86 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26 from tidharmor/master

    Check if body is null
    mavezeau committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    6484452 View commit details
    Browse the repository at this point in the history
  4. [TeamcitySharp] - Add support to fetch branch information by project …

    …or build config
    
    DESCRIPTION:
    Add support to fetch branch information by project or build config
    Add missing field for branches
    
    new Method
     + BuildConfigs
        GetBranchesByBuildConfigurationId(string buildTypeId, BranchLocator locator = null)
    
     + Project
        GetBranchesByBuildProjectId(string projectId, BranchLocator locator = null)
    TEST:
    
    REVIEWER:
    Tusman
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    fbccbc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. [Teamcity] - Bump version to 2.0.9

    DESCRIPTION:
    
    TEST:
    
    REVIEWER:
    
    REFERENCES:
    -TP Task: None
    -Defect: None
    -Wiki: None
    mavezeau committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    4a01534 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Convert project to 2019

    Added new connection feature with access token (since Teamcity 2019.1)
    
    reviewer
    Tusman
    mavezeau committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    bbea76c View commit details
    Browse the repository at this point in the history
  2. Create version 2.0.10

    mavezeau committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    a940f5a View commit details
    Browse the repository at this point in the history
  3. New Version 2.0.11

    Fix previous release 2.0.10
    
    Rename CheckForUserNameAndPassword to CheckForAuthRequest to support token connection
    mavezeau committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    572fcef View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Add new feature for issue #31

    Add new method
     # void PutRawBuildStep(BuildTypeLocator locator, string rawXml);
     # BuildSteps GetRawBuildStep(BuildTypeLocator locator);
    
    #31
    mavezeau committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    5dd0f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f097bc View commit details
    Browse the repository at this point in the history
  3. New version 2.0.12

    mavezeau committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    c93c9ab View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Fix issue with big artifact download

    Added support  of .netcore 3.1
    mavezeau committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    0797bff View commit details
    Browse the repository at this point in the history
  2. create a new version 2.0.14

    mavezeau committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    b222f11 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    031b6b3 View commit details
    Browse the repository at this point in the history
  2. Create new version 2.0.15

    mavezeau committed May 27, 2022
    Configuration menu
    Copy the full SHA
    da93ac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    525304c View commit details
    Browse the repository at this point in the history
  4. New version 2.0.16

    mavezeau committed May 27, 2022
    Configuration menu
    Copy the full SHA
    c336f60 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Added DefaultFilter parameter

    droyad committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    93f9e70 View commit details
    Browse the repository at this point in the history
  2. Added more filters

    droyad committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    cc03b92 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35 from droyad/defaultFilter

    Added some more filters
    mavezeau committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    bee4787 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    16fac8d View commit details
    Browse the repository at this point in the history
  2. Create build 2.0.17

    mavezeau committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ffe06a1 View commit details
    Browse the repository at this point in the history