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

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.

View on GitHub

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

View on GitHub

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

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

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

View on GitHub

hawkeyexl pushed 1 commit to rc doc-detective/doc-detective-core
  • Refactor httpRequest to simplify parameter and header checks using Object.keys d0eb1b7

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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

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

View on GitHub

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

View on GitHub

hawkeyexl pushed 1 commit to rc doc-detective/doc-detective-core
  • Refactor httpRequest to streamline header and parameter merging logic 3898257

View on GitHub

coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
@hawkeyexl, understood. Thank you for the clarification. (\_/) (._.) / \ --- <details> <summary>โœ๏ธ Learnings added</summary> ``` Learnt from: hawkeyexl PR: doc-detective/doc-detective-core#...

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
`operation.method` is guaranteed to be a part of the operation object.

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
_:warning: Potential issue_ **Ensure 'operation.example.url' is defined before use** To prevent potential runtime errors, ensure that `operation.example.url` is defined before assigning it to `st...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:warning: Potential issue_ **Check for undefined 'operation.method'** Ensure that `operation.method` is defined before assigning it to `step.method` to prevent undefined assignments. Consider...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:hammer_and_wrench: Refactor suggestion_ **Redundant merging of 'step.requestHeaders'** The merging of `step.requestHeaders` with `operation.example.request.headers` and `step.openApi.requestHea...

View on GitHub

coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 4** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (2)</summary> <details> <summary>src/openapi.js (2)</summary> `257-259`: **Improve readability and ...

View on GitHub

coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 4** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (2)</summary> <details> <summary>src/openapi.js (2)</summary> `257-259`: **Improve readability and ...

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: skip review by coderabbit.ai --> > [!IMPORTANT] > ## Review skipped > > Bot user det...

View on GitHub

Load more