Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
dependabot[bot] deleted a branch doc-detective/doc-detective-core
dependabot/npm_and_yarn/npm_and_yarn-f4676a1083
dependabot[bot] closed a pull request on doc-detective/doc-detective-core
Bump the npm_and_yarn group across 1 directory with 4 updates
Bumps the npm_and_yarn group with 4 updates in the / directory: [cookie](https://github.com/jshttp/cookie), [@appium/base-driver](https://github.com/appium/appium/tree/HEAD/packages/base-driver), [...dependabot[bot] created a comment on a pull request on doc-detective/doc-detective-core
Looks like these dependencies are updatable in another way, so this is no longer needed.
hawkeyexl created a tag on doc-detective/doc-detective-core
v2.18.2 - The NPM package that powers Doc Detective's testing functionality.
hawkeyexl published a release on doc-detective/doc-detective-core
v2.18.2
## What's Changed * Improve httpRequest construction from OpenAPI config/description by @hawkeyexl in https://github.com/doc-detective/doc-detective-core/pull/240 **Full Changelog**: https://...hawkeyexl pushed 6 commits to main doc-detective/doc-detective-core
- 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
hawkeyexl closed a pull request on doc-detective/doc-detective-core
Improve httpRequest construction from OpenAPI config/description
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated handling of OpenAPI definitions in the `httpRequest` function fo...coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:warning: Potential issue_ **Consider unconditional header merging for consistency.** The current implementation only merges headers when `step.openApi.requestHeaders` exists. This conditional m...
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> Files t...
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> Files t...
hawkeyexl pushed 1 commit to rc doc-detective/doc-detective-core
- Refactor httpRequest to simplify parameter and header checks using Object.keys d0eb1b7
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:hammer_and_wrench: Refactor suggestion_ **Optimize empty object checks** The current implementation uses `JSON.stringify` for empty object checks, which is less efficient than using `Object.key...
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:hammer_and_wrench: Refactor suggestion_ **Consider unconditional header merging** The headers are only merged when `step.openApi.requestHeaders` exists. This might miss headers from other sourc...
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 2** <details> <summary>๐งน Outside diff range and nitpick comments (1)</summary> <details> <summary>src/tests/httpRequest.js (1)</summary> Line range hint `108-121`: ...
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 2** <details> <summary>๐งน Outside diff range and nitpick comments (1)</summary> <details> <summary>src/tests/httpRequest.js (1)</summary> Line range hint `108-121`: ...
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
@hawkeyexl, glad to hear that you've addressed the issue comprehensively! (\_/) ( ^.^) (")_(") --- <!-- This is an auto-generated comment: tweet message by coderabbit.ai --> If you found this r...
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
Addressed comprehensively.
hawkeyexl pushed 1 commit to rc doc-detective/doc-detective-core
- Refactor httpRequest to streamline header and parameter merging logic 3898257