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

  • d48661ed26
    Merge pull request #43 from tristanbarcelon/develop develop Josh Wittner 2023-08-15 14:20:08 -0700
  • de484131d7 Detect presence of agentfolder and support overwrite confirmation Tristan Barcelon 2023-08-05 07:36:40 -0400
  • c97fc47fd5 Add support for specifying which installing pipelines-agent binaries, but default to installing vsts-agent binaries as it did prior Tristan Barcelon 2023-08-02 22:28:47 -0400
  • 2b47484570
    Merge pull request #40 from microsoft/users/GitHubPolicyService/bbbf5884-c5af-4d01-841d-501ca7ea505c Josh Wittner 2023-06-09 14:23:46 -0700
  • 8c922f43a5
    Microsoft mandatory file users/GitHubPolicyService/bbbf5884-c5af-4d01-841d-501ca7ea505c microsoft-github-policy-service[bot] 2023-06-02 19:08:20 +0000
  • 52c5993909 Add support for version in DSC resources AnastasiaR 2023-04-24 16:17:04 +0300
  • 569cf08a5f
    Merge fd79bcce0e into d37e3f340e Josh Miller 2023-03-17 14:32:35 -0700
  • fd79bcce0e replaced Invoke-WebRequest and Start-BitsTransfer with System.Net.WebClient object. This is a fix to issue #17 Josh Miller 2023-03-17 15:32:29 -0600
  • 6c4980b501 updated to use correct variable name for maximum version Josh Miller 2023-03-17 12:35:32 -0600
  • 3a49ea1cd2 fix typo in parameter statement Josh Miller 2023-03-17 11:17:25 -0600
  • dd7a163398 Add GithubApiToken parameter to DST test resource Josh Miller 2023-03-17 11:07:37 -0600
  • 9d3de8a8ca Change Find-VSTSAgent method to use Github API instead of scraping the project releases page html Change in Find-VSTSAgent method to not return prerelease versions of the agent Add new xVSTSAgent parameter for GithubApiToken to allow the script to use a personal access token when calling gitHub API for rate limiting (see https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limiting) Add parameter to xVSTSAgent for the agent version number to install, an error was encountered with one of the releases being a prerelease and was getting picked up because it was the most recent version Josh Miller 2023-03-17 09:54:13 -0600
  • 34dd2057a6
    Merge pull request #37 from microsoft/develop master Josh Wittner 2022-11-16 08:54:00 -0800
  • 963c04ecf4 Adding new parameter to xVSTSAgent to allow for selection of which version of the agent to install. The script is currently broken because the links for v3.212.0 are currently dead links Josh Miller 2022-10-25 12:19:24 -0600
  • d37e3f340e
    Merge pull request #34 from psdgal/develop Josh Wittner 2022-03-14 08:52:43 -0700
  • 796ac32e40 Remove unsupported ProxyUrl parameter for Find-VSTSAgent Gallinari 2022-03-02 06:47:45 +0100
  • 99988ad430 Added ProxyUrl to schema.mof and to get / test functions Gallinari 2022-02-27 08:34:39 +0100
  • f8cd6bc4c0 Added ProxyUrl to schema.mof and to get / test functions Gallinari 2022-02-27 08:33:03 +0100
  • 98261cf78f Removed proxyurl validation for Install-VSTSAgent Gallinari 2022-02-25 11:22:57 +0100
  • df86a701f2 Added support for running the agent behind a web proxy (--proxyurl) for both the PS module and the DSC resource psdgal 2022-02-24 08:10:19 +0100
  • cfc0376933
    Merge pull request #33 from erik-source/develop Josh Wittner 2022-01-18 11:07:31 -0800
  • 9db297db0e Tabs -> Spaces Erik Rasmussen 2022-01-04 15:51:58 -0600
  • 26aabb117e Add environment and virtual machine resource tags parameters Erik Rasmussen 2022-01-04 15:32:59 -0600
  • 3b4a6b38b7
    Merge pull request #31 from jmiller-afw/develop Josh Wittner 2021-10-07 13:03:13 -0700
  • 38a1ef7095
    Merge branch 'microsoft:develop' into develop Josh Miller 2021-10-07 13:53:31 -0600
  • a901b972a9 update to schema mof for new parameters Josh Miller 2021-10-07 13:37:22 -0600
  • bc151ff681
    Merge pull request #30 from jmiller-afw/develop Josh Wittner 2021-10-06 14:57:50 -0700
  • 430338fbe6 formatting updates Josh Miller 2021-10-06 14:23:45 -0600
  • a005ddc316 adding parameters to test method Josh Miller 2021-10-06 13:06:40 -0600
  • 3ce2dcc97c update to add parameters needed to install as a release agent Josh Miller 2021-10-05 13:27:04 -0600
  • a699352cb3 Add quotes to install args ps-tb 2020-11-13 09:55:32 -0500
  • 24488f92d1
    Merge 73ebf017e7 into 28f7201f9e Aaron Jacobson 2020-11-13 09:06:18 -0500
  • 28f7201f9e
    Merge pull request #28 from ps-tb/patch-1 Josh Wittner 2020-11-12 09:18:14 -0800
  • 6ad6b5c8ed
    Link to project issues in README.md Tim B 2020-11-12 09:43:14 -0500
  • 73ebf017e7 update to add quotes to arguments and allow for integrated auth Aaron Jacobson 2020-08-20 08:52:25 -0700
  • a42afaf1a4
    Merge pull request #15 from microsoft/develop Derek 2019-07-16 14:58:45 -0700
  • be02cac561
    Merge branch 'master' into develop Josh Wittner 2019-07-16 13:07:08 -0700
  • d84e51ee00
    Merge pull request #16 from thomasrayner/patch-1 Josh Wittner 2019-07-16 13:06:24 -0700
  • ecd9e14749
    Change PrefixComputerName parameter type Thomas Rayner 2018-10-01 13:51:59 -0700
  • 02f2e799dd
    Merge pull request #13 from jwittner/fix/v2Docs Josh Wittner 2018-07-19 15:39:28 -0700
  • f15c1aec31 Fixed up documentation and sample Josh Wittner 2018-07-19 15:38:02 -0700
  • 2d3411f784
    Merge pull request #12 from jwittner/dev/workFolder Josh Wittner 2018-07-19 15:21:49 -0700
  • a2c747bf62 Support work folders, improve agent info scraping Josh Wittner 2018-07-19 14:56:42 -0700
  • 68d2654e90
    Merge pull request #6 from Microsoft/develop Josh Wittner 2018-05-10 16:33:31 -0700
  • 7c2ea902b2
    Merge pull request #5 from jwittner/dev/autoDeploy Josh Wittner 2018-05-10 16:29:56 -0700
  • a97a562130 Appveyor driver and build docs Josh Wittner 2018-05-10 16:24:31 -0700
  • 927b269e37 VSTSAgent Cmdlets and DSC Resource Microsoft GitHub User 2018-05-03 10:48:45 -0700
  • 3d0db1975e Added copyright headers Josh Wittner 2018-05-10 14:47:36 -0700
  • 5bd9c788c2
    Merge pull request #3 from Microsoft/develop Josh Wittner 2018-05-10 14:10:43 -0700
  • 8801e6b0eb
    Merge pull request #2 from Microsoft/dev/addComputerNamePrefix Josh Wittner 2018-05-04 13:48:53 -0700
  • cc6ddd7604 Added support for prefixing computer name to agent Josh Wittner 2018-05-04 13:47:29 -0700
  • dea0a5c167 Update README with link to Gallery Josh Wittner 2018-05-03 14:15:46 -0700
  • b8eee99379 VSTSAgent Cmdlets and DSC Resource Microsoft GitHub User 2018-05-03 10:48:45 -0700