Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hawkeyexl pushed 9 commits to rc doc-detective/doc-detective-common
- Add Arazzo schema and integrate into configuration 841ee23
- Update dependencies: bump uuid to 11.0.2, yaml to 2.6.0, chai to 5.1.2, and mocha to 10.8.1 af50de2
- Refactor Arazzo schema: update references, consolidate properties, and improve structure bdef403
- Add workflowId for Arazzo descriptions 8173779
- Merge branch 'rc' into arazzo 6a8f49d
- Bump version add6169
- Allow specifying Arazzo descriptions at the spec level d3b115e
- Merge branch 'rc' into arazzo c6fec5d
- Merge pull request #65 from doc-detective/arazzo Support Arazzo descriptions 1b66af1
hawkeyexl closed a pull request on doc-detective/doc-detective-common
Support Arazzo descriptions
Schema updates to support Arazzo workflow descriptions at the config, spec, and test levels. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ##...hawkeyexl pushed 4 commits to arazzo doc-detective/doc-detective-common
hawkeyexl pushed 3 commits to rc doc-detective/doc-detective-core
hawkeyexl closed a pull request on doc-detective/doc-detective-core
Add onStepFail option and bump version
Introduce an `onStepFail` option to control test execution flow during tests. Update dependencies to their latest versions. <!-- This is an auto-generated comment: release notes by coderabbit.ai -...hawkeyexl pushed 3 commits to rc doc-detective/doc-detective-common
hawkeyexl closed a pull request on doc-detective/doc-detective-common
Add onStepFail field to test schemas for handling step failures
Introduce an `onStepFail` field to the test schemas, allowing users to specify actions to take when a step fails. This field is currently in beta and offers options to either continue or stop the w...hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
arazzo.js is creating a test object, not a config object. This comment missed that.
hawkeyexl opened a pull request on doc-detective/doc-detective-core
Add onStepFail option and bump version
Introduce an `onStepFail` option to control test execution flow during tests. Update dependencies to their latest versions.hawkeyexl opened a pull request on doc-detective/doc-detective-common
Add onStepFail field to test schemas for handling step failures
Introduce an `onStepFail` field to the test schemas, allowing users to specify actions to take when a step fails. This field is currently in beta and offers options to either continue or stop the w...hawkeyexl pushed 1 commit to onFail2 doc-detective/doc-detective-core
- Add onStepFail option to control test execution flow 720d0a9
hawkeyexl pushed 1 commit to onFail2 doc-detective/doc-detective-common
- Add onStepFail field to test schemas for handling step failures 5731fe4
hawkeyexl pushed 3 commits to onFail doc-detective/doc-detective-common
hawkeyexl created a branch on doc-detective/doc-detective-common
onFail2 - Shared resources for Doc Detective projects.
hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
- Updated how-to to match TDGP How-to template 7a0f6f6
hawkeyexl opened a pull request on doc-detective/doc-detective-common
Support Arazzo descriptions
Schema updates to support Arazzo workflow descriptions at the config, spec, and test levels.hawkeyexl pushed 5 commits to arazzo doc-detective/doc-detective-common
- Bump version to 1.21.1-dev.0 and update dependencies in package.json and package-lock.json 6e841a1
- Merge pull request #64 from doc-detective/dependency-updates Bump ajv to 8.17.1 9120b3b
- Merge branch 'rc' into arazzo 6a8f49d
- Bump version add6169
- Allow specifying Arazzo descriptions at the spec level d3b115e
hawkeyexl pushed 29 commits to arazzo doc-detective/doc-detective-core
- Load envs from OpenAPI definitions 03c81da
- Fix negative test cases for errored http requests 379b729
- Refactor example generation logic in OpenAPI handler a77ba8b
- Simplify if statement Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 98d11d9
- Merge pull request #234 from doc-detective/httpFixes HTTP and OpenAPI fixes c13e986
- Create .coderabbit.yaml 80a4bc5
- Bump version to 2.18.1 and update dependencies 9fcb1bd
- Merge branch 'main' into rc 7df80db
- Refactor httpRequest to improve error handling and clean up code a9cca6f
- Merge pull request #235 from doc-detective/rc v2.18.1 2863f79
- Improve example generation logic b2ebac4
- Set URL, method, and config headers separate from examples 1594932
- Bump version 4e56226
- Refactor httpRequest to streamline header and parameter merging logic 3898257
- Refactor httpRequest to simplify parameter and header checks using Object.keys d0eb1b7
- Merge pull request #240 from doc-detective/rc Improve httpRequest construction from OpenAPI config/description 1e02b55
- Check and parse `DOC_DETECTIVE_BROWSER` environment variable to conditionally install browsers * Check if `DOC_DETEC... 7d042d6
- Refactor browser installation logic to remove unnecessary checks for driver binaries 13f3f19
- Fix environment variable name for browser installation in postinstall script fdfe9cb
- Remove strict response data test from httpRequest specifications 2aaba35
- and 9 more ...