Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4620e02
Changed Json encoder to use lowercase
nheilbuth Jan 7, 2014
cebb925
Changed Post<T> method to accept object as data, to utilize jsonEncoder
nheilbuth Jan 7, 2014
1984470
Changed Projects.Create method to use Json and NewProjectDescription
nheilbuth Jan 7, 2014
4eb1f06
Added NewProjectDescription and added Project.Create with parent project
nheilbuth Jan 7, 2014
787670d
Changed ParentProjectWrapper to produce correct Json data
nheilbuth Jan 7, 2014
a64c02b
Changed lowercase serialization to camelcase
nheilbuth Jan 7, 2014
a1b41a2
Added GenerateId from mavezeau's pull request #60
nheilbuth Jan 7, 2014
2b61a16
Added options to include/not include disconnected and unauthorized ag…
nheilbuth Jan 10, 2014
2ccd8da
Added Build.ById method
nheilbuth Jan 10, 2014
df6796f
Changed post and put to use data object instead of data.ToString
nheilbuth Feb 3, 2014
bdbc64a
Added direct support for setting artifact dependencies, snapshot depe…
nheilbuth Feb 25, 2014
a46360c
Adjustments to json output of artifactdependencies, snapshotdependenc…
nheilbuth Feb 25, 2014
cb472de
Added branch name to Build entity for VCS configurations where git is…
Jul 14, 2014
25b5775
Add system.web reference to fix compilation.
derekgates Aug 12, 2014
3de747a
Adding ByBuildConfigIdSinceChangeId()
derekgates Aug 12, 2014
1c0aa25
Correct call to changes endpoint with correct buildType id parameter.
derekgates Aug 13, 2014
4e1460f
Allow querying of build by Internal ID.
derekgates Aug 13, 2014
db6bbfe
Add LastChanges to Build wrapper; TC 8.* returns changes in LastChanges
derekgates Aug 13, 2014
5d8d7f8
Pin a Build by BuildConfigId and Build Number
patrick92 Sep 2, 2014
8d82b42
Fixing issue #68
jbosse Sep 8, 2014
c9ee608
fixed missing reference to System.Web
GordonBeeming Oct 10, 2014
b09a91d
Added support to copy configuration
GordonBeeming Oct 17, 2014
c035887
returning Id when creating cofiguration copy
GordonBeeming Oct 20, 2014
07ba52f
Merge branch 'master' of https://github.com/nheilbuth/TeamCitySharp
stecydube Nov 4, 2014
9f7e409
Merge branch 'master' of https://github.com/derekgates/TeamCitySharp
stecydube Nov 4, 2014
cd492a0
Merge branch 'master' of https://github.com/jbosse/TeamCitySharp
stecydube Nov 4, 2014
191281d
Merge branch 'master' of https://github.com/patrick92/TeamCitySharp
stecydube Nov 4, 2014
09a89b0
Merge branch 'master' of https://github.com/abbottdev/TeamCitySharp
stecydube Nov 4, 2014
3c27c99
Updated solution to VS2013
stecydube Nov 4, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add system.web reference to fix compilation.
  • Loading branch information
derekgates committed Aug 12, 2014
commit 25b57756df686a65ff88e6e3d571c0f4965c995f
1 change: 1 addition & 0 deletions packages/repositories.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<repositories>
<repository path="..\src\Samples\TeamCitySharp.BuildMonitor\packages.config" />
<repository path="..\src\TeamCitySharp\packages.config" />
<repository path="..\src\Tests\IntegrationTests\packages.config" />
<repository path="..\src\Tests\UnitTests\packages.config" />
</repositories>
1 change: 1 addition & 0 deletions src/TeamCitySharp/TeamCitySharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand Down