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

35 Коммитов

Автор SHA1 Сообщение Дата
Marc Greisen 78968164e5
Update version variables for new 4.2 release. (#235) 2021-08-23 15:22:16 -07:00
Stas 547022dbf8
Restler 8.0.0 (#219)
* version bump

- bump the restler version in agent
- bump RAFT version

* Expose new RESTler config values:

- TestAllCombinations
- TrackFuzzedParameterNames

* Set RESTler "useSSL" flag based on endpoint definition #192

Co-authored-by: stas <statis@microsoft.com>
2021-07-08 13:14:05 -07:00
Stas a89f22c4d5
Expose Examples RESTler compile configuration options (#205)
Co-authored-by: stas <statis@microsoft.com>
2021-05-21 09:01:07 -07:00
Stas d6db7b437e
Refactoring (#194)
- Remove all azure dependencies from tooling and move it to dedicated container
- Tools only need Http Get and Post to talk to Azure infrastructure
- Move all authentication code into dedicated container
- Move all Azure communication from test tools into a dedicated container
- Remove all authentication code from test tools
- Enable network driver selection: host and bridge

Co-authored-by: stas <statis@microsoft.com>
2021-05-17 12:17:43 -07:00
Marc 8588dc690e
Update version yaml to 3.2 (#185) 2021-04-06 16:24:11 -07:00
Marc b71accff48
Release 3.1 version variables update #172 (#173) 2021-03-25 11:02:02 -07:00
Stas 6336c84ff5
Convert RESTler bug buckets to Postman collections (#168)
Co-authored-by: stas <statis@microsoft.com>
2021-03-24 14:50:05 -07:00
Marc 6435347080
Update version for release 3.0 #161 (#162) 2021-03-17 15:23:18 -07:00
Stas 15665589e6
dotnet5 (#157)
Co-authored-by: stas <statis@microsoft.com>
2021-03-16 10:21:08 -07:00
Stas 1b0b65835a
add CLI version tracking (#154)
Co-authored-by: stas <statis@microsoft.com>
2021-03-11 11:31:52 -08:00
Stas 5a0297b7d0
2.3 release (#145)
Co-authored-by: stas <statis@microsoft.com>
2021-02-22 15:55:34 -08:00
Marc 3dd3552628
Update release numbers and RESTler image version. (#138) 2021-02-19 13:48:46 -08:00
Marc 0c56fe4359
Merge authentication library before packaging CLI. (#128) 2021-02-01 12:10:15 -08:00
Marc 5d6d12a4bc
Always build the binaries regardless if it's a production build or not. The publish step will determine which build pipeline artifacts to pull from. (#127) 2021-02-01 10:41:43 -08:00
Stas f95bb9186c
RAFT 2.1 (#126)
Co-authored-by: stas <statis@microsoft.com>
2021-02-01 10:11:01 -08:00
Stas 8ef0f8f0b8
Documentation fixes (#114)
* Download auth to correct directory

* Documentation fixes

Co-authored-by: Marc Greisen <marc@greisen.org>
Co-authored-by: stas <statis@microsoft.com>
2021-01-20 11:22:58 -08:00
Marc 28057389c3
Fix upload-tools yaml. (#116) 2021-01-20 10:21:50 -08:00
Marc 8f1db56262
Update build-publish-deploy-test pipeline yaml. (#112) 2021-01-14 14:56:55 -08:00
Marc a956d8e6b4
Update rolling build definition. (#111) 2021-01-14 13:16:34 -08:00
Marc e6316e32be
Update pipelines to use with production releases. #109 (#110) 2021-01-14 12:31:12 -08:00
Stas ec72ee35e0
V2 (#106)
* Support for listening on multiple ports in test targets (#58)

Co-authored-by: stas <statis@microsoft.com>

* Support for a list of swagger specifications (#62)

Co-authored-by: stas <statis@microsoft.com>

* SwaggerLocations renamed to ApiSpecifications and unify URL and FilePath (#90)

Co-authored-by: stas <statis@microsoft.com>

* Use "shell" only to run commands (#92)

Co-authored-by: stas <statis@microsoft.com>

* Make resource names unique #88 (#95)

Co-authored-by: Stas <stishkin@live.com>

* Refactor schema to include TestTargetConfiguration as common configuration for test tasks (#94)

- TestTargetConfiguration includes ApiSepcifications list, IP, port and host (all are optional)
- If task sets it's own TestTargetConfiguration, then it overrides the global one

Co-authored-by: stas <statis@microsoft.com>

* Expose more of RESTler configuration settings as part of Run Configuration (#98)

Co-authored-by: stas <statis@microsoft.com>

* Schema renames (#99)

* Rename:
testTargetConfiguration -> targetConfiguration

* Rename:
targets -> services

* Script to run all samples

Co-authored-by: stas <statis@microsoft.com>

* "dredd" integration with RAFT (#101)

Co-authored-by: stas <statis@microsoft.com>

* use endpoint for target under test configuration (#102)

Co-authored-by: stas <statis@microsoft.com>

* - dedicated results storage (#103)

- all of utils functionality (status tables, azure function blob storage) move to utils storage

Co-authored-by: stas <statis@microsoft.com>

* Refactor RAFT specific code into separate libraries, thus simplifying onboarding of tools written in node-js or Python (#104)

Co-authored-by: stas <statis@microsoft.com>

* Align docs with V2 changes (#105)

Co-authored-by: stas <statis@microsoft.com>

Co-authored-by: stas <statis@microsoft.com>
Co-authored-by: Marc <marc@greisen.org>
2021-01-06 11:41:11 -08:00
Stas b8b48437c6
v1.3.0 (#80)
Co-authored-by: stas <statis@microsoft.com>
2020-12-08 11:44:15 -08:00
Stas 2b2cb591f2
Switch BVT runs to petstore container (rather than permanent live web service) (#78)
Co-authored-by: stas <statis@microsoft.com>
2020-12-07 14:12:20 -08:00
Stas 990c159d30
Bump version to v1.2.0 for new release (#72)
Co-authored-by: stas <statis@microsoft.com>
2020-12-03 14:42:32 -08:00
Marc 8ae0664a09
Bump version for new release. (#64) 2020-12-02 11:30:50 -08:00
Marc ca4b4d45c9
Update variables for production build (#61) 2020-12-01 15:24:40 -08:00
Marc 20509eabc1
Update version for new release (#60)
Fields removed from restler v7.1.0
Update doc
2020-11-30 15:18:33 -08:00
Marc 84b4ebbd18
Use newer version of NuGet because of .NET 5. (#54) 2020-11-20 16:31:35 -08:00
Marc db00f52088
Create artifacts for bvt scripts so it's available in the release pipeline (#45) 2020-11-09 13:53:58 -08:00
Stas 5b08527b35
change default RESTler registry to mcr.microsoft.com (#37)
- allow passing of path to custom tools folder
- overwrite newly uploaded tools files with files from custom tools folder

Co-authored-by: stas <statis@microsoft.com>
2020-11-03 10:35:00 -08:00
Stas 0d0fbcb757
Rename raft-utils to raft-tools (#26)
Co-authored-by: stas <statis@microsoft.com>
2020-10-30 14:48:53 -07:00
Marc Greisen 8ffa55d348
Update release to include restler agent. (#18) 2020-10-28 13:12:33 -07:00
Marc Greisen 924502e661
update dev build versions and tags (#12) 2020-10-23 16:58:16 -07:00
Marc Greisen fc291660e3
update versioning (#10) 2020-10-23 12:30:55 -07:00
Marc Greisen 3ba0d7bf46
initial commit (#1) 2020-10-21 16:25:45 -07:00