Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

doc-detective/doc-detective-core

coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
@hawkeyexl, thank you for pointing that out. You're correct that `arazzo.js` is creating a test object, not a config object. I apologize for the oversight. I'll make sure to be more attentive in fu...

View on GitHub

coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core

View on GitHub

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.

View on GitHub

hawkeyexl created a review on a pull request on doc-detective/doc-detective-core

View on GitHub

coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:bulb: Codebase verification_ **Integration with test execution logic needs adjustment** The `onStepFail` property is being checked from `config?.runTests?.onStepFail` in tests.js, but the prope...

View on GitHub

coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 1** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (4)</summary><blockquote> <details> <summary>src/arazzo.js (1)</summary><blockquote> `15-15`: **Con...

View on GitHub

coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 1** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (4)</summary><blockquote> <details> <summary>src/arazzo.js (1)</summary><blockquote> `15-15`: **Con...

View on GitHub

coderabbitai[bot] created a comment on a pull request on doc-detective/doc-detective-core
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...

View on GitHub

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 pushed 1 commit to onFail2 doc-detective/doc-detective-core

View on GitHub

hawkeyexl pushed 1 commit to onFail2 doc-detective/doc-detective-core
  • Add onStepFail option to control test execution flow 720d0a9

View on GitHub

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 ...

View on GitHub

dependabot[bot] deleted a branch doc-detective/doc-detective-core

dependabot/npm_and_yarn/rc/ajv-8.17.1

dependabot[bot] created a comment on a pull request on doc-detective/doc-detective-core
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commen...

View on GitHub

hawkeyexl closed a pull request on doc-detective/doc-detective-core
Bump ajv from 8.16.0 to 8.17.1
Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.16.0 to 8.17.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ajv-validator/ajv/releases">ajv's...
hawkeyexl pushed 2 commits to rc doc-detective/doc-detective-core
  • Update ajv and doc-detective-common dependencies 551495a
  • Merge pull request #248 from doc-detective/dependency-updates Update ajv and doc-detective-common dependencies e6de25e

View on GitHub

hawkeyexl closed a pull request on doc-detective/doc-detective-core
Update ajv and doc-detective-common dependencies
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated package versions for improved performance and compatibility. - Added...
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:warning: Potential issue_ **Avoid using development versions in production.** The dependency on `doc-detective-common@^1.21.1-dev.0` is concerning. Development versions are typically unstable a...

View on GitHub

coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 1** <details> <summary>๐Ÿ“œ Review details</summary> **Configuration used: .coderabbit.yaml** **Review profile: CHILL** <details> <summary>๐Ÿ“ฅ Commits</summary> Reviewi...

View on GitHub

coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 1** <details> <summary>๐Ÿ“œ Review details</summary> **Configuration used: .coderabbit.yaml** **Review profile: CHILL** <details> <summary>๐Ÿ“ฅ Commits</summary> Reviewi...

View on GitHub

coderabbitai[bot] created a comment on a pull request on doc-detective/doc-detective-core
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...

View on GitHub

hawkeyexl pushed 1 commit to dependency-updates doc-detective/doc-detective-core
  • Update ajv and doc-detective-common dependencies 551495a

View on GitHub

dependabot[bot] deleted a branch doc-detective/doc-detective-core

dependabot/npm_and_yarn/npm_and_yarn-1683b277d8

dependabot[bot] created a comment on a pull request on doc-detective/doc-detective-core
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure [ignore rules](https://docs.git...

View on GitHub

hawkeyexl closed a pull request on doc-detective/doc-detective-core
Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 1 update in the / directory: [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio). Updates `webdriverio` from 8.40.5 to 9.2.6 ...
hawkeyexl pushed 2 commits to dependabot/npm_and_yarn/npm_and_yarn-1683b277d8 doc-detective/doc-detective-core
  • Remove strict response data test from httpRequest specifications 6a2b404
  • Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-1683b277d8 ec3ceb5

View on GitHub

dependabot[bot] pushed 3 commits to dependabot/npm_and_yarn/rc/ajv-8.17.1 doc-detective/doc-detective-core
  • Update dependencies: bump @puppeteer/browsers, edgedriver, geckodriver, json-schema-faker, uuid, and sharp-libvips-ppc64 9fc110b
  • Merge pull request #247 from doc-detective/dependency-updates Update dependencies bff66e3
  • Bump ajv from 8.16.0 to 8.17.1 Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.16.0 to 8.17.1. - [Release n... 392f373

View on GitHub

dependabot[bot] deleted a branch doc-detective/doc-detective-core

dependabot/npm_and_yarn/rc/img/sharp-libvips-linux-ppc64-1.0.6

dependabot[bot] closed a pull request on doc-detective/doc-detective-core
Bump @img/sharp-libvips-linux-ppc64 from 1.0.4 to 1.0.6
Bumps [@img/sharp-libvips-linux-ppc64](https://github.com/lovell/sharp-libvips/tree/HEAD/npm/linux-ppc64) from 1.0.4 to 1.0.6. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href...
Load more