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

38 Коммитов

Автор SHA1 Сообщение Дата
Marc Greisen 687fa7d522
Login if passed a secret on the command line. (#238)
Use exit codes to propagate failure to the shell.
2021-09-01 13:51:49 -07:00
Stas 6fcfefc832
Support of certificate based authentication in RAFT for Restler #233 (#234)
Co-authored-by: stas <statis@microsoft.com>
2021-08-23 14:19:54 -07:00
Marc Greisen a5b1aac211
Add telemetry to local raft script. (#230)
Support for "Created", "Completed", and "BugsFound"
2021-08-06 13:41:28 -07:00
Marc 44a6e35109
Explain modes in raft-restler-relationship.md (#222) 2021-07-09 08:35:37 -07:00
Stas 585a5dc6ba
Move TestAllCombinations into a mode (#221)
Co-authored-by: stas <statis@microsoft.com>
2021-07-08 14:47:30 -07:00
Stas 558c924153
Update raft-restler-relationship.md (#220) 2021-07-08 14:09:36 -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 f2ec419086
Update documentation to match v4 (#201)
Co-authored-by: stas <statis@microsoft.com>
2021-05-20 07:23:13 -07:00
Stas eddc3cc7a9
Update agent-utilities version to v4 (#199)
Co-authored-by: stas <statis@microsoft.com>
2021-05-18 10:27:03 -07:00
Marc 4b8a2bbdef
Update docs for raft_local (#191)
Fix a small bug in raft_local during init command.
2021-04-28 14:39:35 -07:00
josh! b37edaf938
update default tool count (#184)
* Update how-to-submit-a-job.md

🔍😋

* Update how-to-submit-a-job.md

Co-authored-by: Marc <marc@greisen.org>
2021-04-07 09:25:43 -07:00
Marc 185948f37f
Update index. (#165) 2021-03-18 12:31:09 -07:00
Marc 6435347080
Update version for release 3.0 #161 (#162) 2021-03-17 15:23:18 -07:00
Marc 64090bdfef
Support job deployment into a vnet. #158 (#159) 2021-03-16 16:39:25 -07:00
Stas e6d718bb66
Step-by-Step documentation on how to setup Azure Devops pipeline to run RAFT jobs (#150)
Co-authored-by: stas <statis@microsoft.com>
2021-03-02 13:02:00 -08:00
Stas b5d032d6fd
Update txttoken.md (#144) 2021-02-22 15:50:31 -08:00
Stas 6740d776a7
step by step tutorial on how to use Text Token authentication (#143)
Co-authored-by: stas <statis@microsoft.com>
2021-02-22 15:38:30 -08:00
Marc aa3acaa18f
Update default scope string. #133 #131 (#134) 2021-02-19 13:15:12 -08:00
Stas 210fed3ebf
Update how-to-deploy.md (#137) 2021-02-18 11:12:54 -08:00
Marc b0046a8abe
Tutorial on how to create a github workflow (#130)
Co-authored-by: Stas <stishkin@live.com>
2021-02-01 15:54:52 -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
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
Marc d549b12f72
Update documentation with video tutorial links. (#93) 2020-12-14 10:59:23 -08:00
Marc b0b7762346
Documentation updates (#73) 2020-12-04 10:33:14 -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
Stas d756330dbc
Add deployment of a service under test Docker container into the same container group as test tools (#56)
- Service under test, as long as it is in a Docker container, deployed in the same container group as test tools
- Service under test only needs to specify the port that it is listening on. Becomes accessible through localhost:port
- No public IP assigned to any of containers (can only communicate through localhost)
- Service under test has a post run execution to copy needed files to a persistent storage
- Add swagger petstore docker images deployed along with test tools as samples (RESTler and ZAP)
- Add petstore-bvt

Co-authored-by: stas <statis@microsoft.com>
2020-11-23 13:30:24 -08:00
Stas 516d5d1f9d
logic apps samples (#42)
Tutorial on integrating LogicApps and RAFT webhooks to create issues in Github and send an e-mail with link to the issue

Co-authored-by: stas <statis@microsoft.com>
2020-11-11 12:29:52 -08:00
Marc Greisen 54dc894218
Update sample descriptions (#39) 2020-11-04 09:33:30 -08:00
Marc Greisen e5f516c851
Telemetry opt-out (#35) 2020-11-02 17:06:24 -08:00
Stas 1e78546c26
Document relationship between RAFT and RESTler (#33)
Co-authored-by: stas <statis@microsoft.com>
2020-11-02 15:55:56 -08:00
Marc Greisen 60baebde28
Updated swagger (#34) 2020-11-02 14:20:43 -08:00
Marc Greisen 004acf981c
update documents (#27)
* update documents
2020-11-02 12:32:32 -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
Stas 8ba3f2c6c8
remove old documentation (#25)
Co-authored-by: stas <statis@microsoft.com>
2020-10-30 10:36:39 -07:00
Stas 1dd0979612
documentation fixes (#24)
Co-authored-by: stas <statis@microsoft.com>
2020-10-30 09:16:50 -07:00
Marc Greisen cb9c0ecf90
Updated text. (#23) 2020-10-29 15:30:31 -07:00
Marc Greisen 412c6e19cd
Documentation updates (#22) 2020-10-29 13:26:00 -07:00
Marc Greisen 3ba0d7bf46
initial commit (#1) 2020-10-21 16:25:45 -07:00