Граф коммитов

49 Коммитов

Автор SHA1 Сообщение Дата
Denis Rumyantsev (Akvelon INC) (from Dev Box) 4d722bf8ab fix samples 2024-03-06 10:57:43 +01:00
triptijain2112 e60c681b0c
Adding testplan api in node sdk (#577) 2024-01-11 16:44:03 +01:00
triptijain2112 55908ae28d
Added testresults client for TCM (#555)
* added testresults client

* Updated package.json

* updated package version to 12.1.0
2023-06-20 14:09:59 +05:30
Sergey Nesterov 16225ebac5
M216 API updates (#539)
* M216 API updates

* Regenerated package lock file

* Revert "Regenerated package lock file"

This reverts commit 59ee5e4999.

* Fixed npm install issue
2023-01-18 13:36:29 +04:00
Maxim Zaytsev e3daeea0d2
Regenerate APIs M195 (#473) 2021-11-16 16:10:15 +03:00
Maxim Zaytsev 5af9e5ce2c
Fix samples (#474) 2021-11-15 21:27:11 +03:00
Danny McCormick 3c7622f8f5
regen (#320) 2019-06-06 08:30:39 -04:00
Danny McCormick d6c74df97a
Regen (#294)
* Regen

* Update samples

* Re-regen

* re-regen

* Get rid of extraneous interfaces
2019-05-02 08:00:01 -04:00
Danny McCormick b200d7908a
Get profile samples working (#307) 2019-04-29 11:15:41 -04:00
Danny McCormick 6f647c7f9a
Fix samples (#304) 2019-04-12 09:56:23 -04:00
Danny McCormick 712b5850f7
Get rid of unused objects (#287) 2019-02-27 10:00:02 -05:00
Danny McCormick 5dde3971d1
Added lots of samples/caught small bug (#241)
* Added dashboard samples

* Added projectAnalysis sample and caught bug with date serialization

* Cleaning up

* Cleaning up

* Fixing error with git sample

* Cleaning up

* Added WIT samples

* Cleaning up

* Added test samples

* cleaning up

* Added work samples

* Cleaning up

* Added release sample

* Added extension management samples

* Cleaning up

* Undo changes to vsoClient its been updated since

* Undo changes (updated since)

* Undo weird space

* Add good space
2019-02-12 14:12:40 -05:00
Stephen Franceschelli d0f7afc849 Add back Gallery api (#233)
* Fixes.

* Cleanup.

* Clean.
2019-01-07 11:27:34 -05:00
Jacob Bundgaard be95c4d99f Cleanup strings in samples (#280)
* Normalize quotes in samples to double quotes.

* Use template strings where applicable in samples.

* Normalize quotes in README to double quotes.
2018-12-13 09:37:10 -05:00
Danny McCormick e852eb9635
Regenerate APIs m141 (#248)
* Regenerate APIs m141

* Updating inputValues to be optional so it doesn't break extending it

* Uploaded wrong version, this used most recent client.nustache
2018-10-30 08:26:39 -04:00
damccorm 9a6a6ff06d
Stop updating profile - linked to actual profile 2018-10-09 16:28:38 -04:00
damccorm 108f06a28c
Added Profile Sample (#236)
* Added profile sample

* Cleaning up
2018-10-04 08:53:53 -04:00
damccorm bb58202a10
Changing project visibility to private 2018-10-01 09:39:16 -04:00
damccorm 193f94ac31
Use a more explicit enum for project creation
Want to make it more clear what is going on in sample code
2018-09-28 09:03:22 -04:00
damccorm b87c28d569
Added policy sample (#225)
* Added policy sample

* Responding to feedback

* Added structure for creating/deleting project for running samples

* Integrated auto-created project in policy example

* Responding to feedback

* Fixed small issue with sample project deletion
2018-09-27 16:18:20 -04:00
damccorm 7b66ae5d93
Added more detailed user agent string (#223)
* Added more detailed user agent string

* Added tests for user agent

* Getting rid of file that has been renamed

* Responding to feedback

* Responding to rest of feedback

* Added nock test for user agent

* Updated tests to use assert.equal instead of assert
2018-09-21 09:50:38 -04:00
Danny McCormick 0f463e2936 Responding to feedback 2018-09-12 16:17:02 -04:00
Danny McCormick 2870b5d2ef Added wiki sample 2018-09-12 14:51:55 -04:00
Danny McCormick 88063af689 Added gitApi sample 2018-09-12 13:44:46 -04:00
Stephen Franceschelli 8699c486cb
Fix broken sames from lib rename. (#209) 2018-09-12 09:16:12 -04:00
damccorm e39dc4ed16 Upgrade to latest typed-rest-client (#206)
* Upgrade to latest typed-rest-client

* Missed 2 files

* Was misusing some variables, had to do away with final callback option

* Updated VSO Client to serialize nested objects correctly

* Updated handlers to match typed-rest-client

* Now uses the handlers from typed-rest-client

* Revert "Now uses the handlers from typed-rest-client"

This reverts commit 7ae7a55ab3.

* Updated handlers to use typed-rest-client logic without hurting backwards compat

* Making getValueString private instead of protected
2018-09-11 10:26:42 -04:00
Chris Sidi c495e84809 Add build artifact sample. (#194) 2018-06-29 16:20:40 -04:00
GiridharanNarayanan 1dc7a4af55 Adding Wiki NodeJs APIs (#186)
Added Wiki API.
2018-06-13 14:33:03 -04:00
Stephen Franceschelli 3c0c85e653 Remove deployment level APIs. (#165)
* Remove deployment level APIs.

* Bump major version.

* Cleanup after running task sample.

* Update README to accurately list available APIs.

* Add missing API to README.
2018-04-02 15:17:07 -04:00
Stephen Franceschelli 1060e263ce
Cleanup work. (#154)
* Fix failing sample.

* Update contributing documents.

* Update typed-rest-client version.

* Remove typings.

* Testing.

* Bug fix.

* Cleanup.

* Revert filecontainer.ts samples changes.

* Remove using statements.

* Fix broken samples and copy file.
2018-03-26 11:10:39 -04:00
Stephen Franceschelli 55904a989d
Update API names. Fix broken samples. (#164)
* Update API names. Fix broken samples.

* Remove unnecessary using. Add more verbose logging to some samples.
2018-03-26 10:13:41 -04:00
Oswaldo Ferro 6ddba5f432 Added WorkItemTrackingProcess and WorkItemTrackingProcessDefinitions APIs (#156)
* Added WorkItemTrackingProcessApi.ts, WorkItemTrackingProcessDefinitionsApi.ts, WorkItemTrackingProcessInterfaces.ts and WorkItemTrackingProcessDefinitionsInterfaces.ts, and modified WebApi

* Added WorkItemTrackingProcessApi.ts, WorkItemTrackingProcessDefinitionsApi.ts, WorkItemTrackingProcessInterfaces.ts and WorkItemTrackingProcessDefinitionsInterfaces.ts, modified WebApi and added sample

* Add printSectionStart
2018-03-26 08:24:50 -04:00
Stephen Franceschelli d681eb5d44
Update samples. (#152) 2018-03-05 09:37:18 -05:00
Stephen Franceschelli 39a2589131
Resource area lookups (#139)
* Add samples, update some APIs.

* Updates.

* Latest.

* Fixes.

* Latest

* Cleanup.

* Uncomment working samples.

* Cleanup.
2018-02-12 13:13:37 -05:00
scott dallamura bdef7c9aee - update clients (#130)
- update underscore typings to match the version we're using
2018-01-11 10:04:33 -05:00
Ting d467665e8c certificate support (#112) 2017-08-29 10:37:00 -04:00
Tingluo Huang 53903b6e3f proxy support for vsts-node-api 2017-07-19 11:57:24 -04:00
scott dallamura 465757fbbf if the server gzips the file, unzip it (#102) 2017-06-09 08:32:33 -04:00
scott dallamura 0f0af8cd70 add getItem to FileContainerApi (#101) 2017-06-07 16:03:04 -04:00
scott dallamura 705894878c don't need Q anymore (#99)
* don't need Q anymore

* fix comment
2017-06-05 14:59:40 -04:00
Madhuri Gummalla b848673332 fix bug in sample (#93) 2017-04-20 13:19:59 -04:00
scott dallamura 345859b048 build/definition properties APIs, with sample (#95)
* build properties apis

* build properties sample
2017-04-20 13:19:48 -04:00
Bryan MacFarlane 781322193c type connect call 2017-04-05 22:31:59 -04:00
Bryan MacFarlane b57a23e182 connect on webapi (#94)
* connect on webapi

* remove commented block

* better pattern
2017-04-05 22:19:47 -04:00
Bryan MacFarlane b9cecf3e56 delete internal http and rest client 2017-03-28 21:24:15 -04:00
Bryan MacFarlane d8f5e251f9 Features/promiseme (#64)
* awaitable http and rest client

* bumping to preview

* new pattern in BuildApi.ts - does not compile yet

* regen

* change http client pattern

* remove serializer from rest client

* more no serializer in rest

* restclient users new http client

* Adding the DTA apis to testapi.ts (#76)

* get collection calls are wrong

* Removing the duplicate run filter (#77)

* bumping version

* new api pattern

* regenerate clients (#81)

* regenerate clients

* negotiation, another build sample

* fix upload (#82)

* update task sample
2017-03-09 08:11:52 -05:00
Bryan MacFarlane 083e3e1e25 async issue in build sample 2016-08-16 21:19:22 -04:00
Bryan MacFarlane eff2d899cc build sample includes repo 2016-08-16 21:02:50 -04:00
Bryan MacFarlane 98cd22897c starting 4.x api for async/await and samples 2016-07-27 22:16:44 -04:00