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

hawkeyexl created a tag on doc-detective/doc-detective-core

v2.19.1 - The NPM package that powers Doc Detective's testing functionality.

hawkeyexl published a release on doc-detective/doc-detective-core
v2.19.1
## What's Changed * Update puppeteer, revert webdriverio versions by @hawkeyexl in https://github.com/doc-detective/doc-detective-core/pull/274 **Full Changelog**: https://github.com/doc-dete...
hawkeyexl deleted a branch doc-detective/doc-detective-core

2.19.1

hawkeyexl pushed 3 commits to main doc-detective/doc-detective-core
  • Update puppeteer, revert webdriverio versions 6d3045a
  • Bump version to 2.19.1 in package.json and package-lock.json 9882f2f
  • Merge pull request #274 from doc-detective/2.19.1 Update puppeteer, revert webdriverio versions 58a5995

View on GitHub

hawkeyexl closed a pull request on doc-detective/doc-detective-core
Update puppeteer, revert webdriverio versions
- Reverted webdriverio version because of regressions - Updated puppeteer version <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** ...
copilot-pull-request-reviewer[bot] created a review on a pull request on doc-detective/doc-detective-core
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments. <details> <summary>Files not reviewed (1)</summary> * **package.json**: Language not supported </details...

View on GitHub

copilot-pull-request-reviewer[bot] created a review on a pull request on doc-detective/doc-detective-core
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments. <details> <summary>Files not reviewed (1)</summary> * **package.json**: Language not supported </details...

View on GitHub

hawkeyexl pushed 1 commit to 2.19.1 doc-detective/doc-detective-core
  • Bump version to 2.19.1 in package.json and package-lock.json 9882f2f

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
Update puppeteer, revert webdriverio versions
- Reverted webdriverio version because of regressions - Updated puppeteer version
hawkeyexl pushed 1 commit to 2.19.1 doc-detective/doc-detective-core
  • Update puppeteer, revert webdriverio versions 6d3045a

View on GitHub

hawkeyexl created a branch on doc-detective/doc-detective-core

2.19.1 - The NPM package that powers Doc Detective's testing functionality.

hawkeyexl opened an issue on doc-detective/doc-detective-core
Flaky stopRecording behavior on macOS
On macOS, startRecording and stopRecording are something failing, thought it's not obvious until you reach the stopRecording step. startRecording isn't picking up that failures are occuring, but st...
hawkeyexl opened an issue on doc-detective/doc-detective-core
Mask environment variable values in logs
Environment variables are most commonly used to temporarily store secrets, but today Doc Detective emits all resolved values in logs, including those that come from environment variables. This is p...
hawkeyexl published a release on doc-detective/doc-detective-core
v2.19.0
## What's Changed * Add runCode function to execute temporary scripts in various languages by @hawkeyexl in https://github.com/doc-detective/doc-detective-core/pull/264 * Enhance click functional...
hawkeyexl created a tag on doc-detective/doc-detective-core

v2.19.0 - The NPM package that powers Doc Detective's testing functionality.

hawkeyexl pushed 45 commits to main doc-detective/doc-detective-core
  • Add runCode function to execute temporary scripts in various languages 54c4010
  • Initial viewport resizing logic 0484726
  • Add --no-sandbox argument to driver capabilities for improved compatibility 9c111f3
  • Enhance click functionality in findElement to support button option 26cb7a8
  • Enhance saveScreenshot function to make sure target element is visible in screenshots b3d113f
  • Bump dependencies 358bdb3
  • Add runCode case to runStep function for executing code snippets 9666276
  • Add runCode test 25468b8
  • Bump version to 2.19.0 and update dependencies in package.json and package-lock.json 6443712
  • Update no-sandbox condition to check for Linux platform 88593f7
  • Merge pull request #264 from doc-detective/runCode Add runCode function to execute temporary scripts in various lang... 2362ddb
  • Merge branch '2.19.0' into buttons a5dcd81
  • Add test artifact for right-click action on DuckDuckGo search box 43f1782
  • Merge pull request #263 from doc-detective/buttons Enhance click functionality in findElement to support button option 284a08a
  • Merge branch '2.19.0' into visible-elements f9bad57
  • Merge branch '2.19.0' into viewport-size f5f4109
  • Add screenshot saving action to dev.spec.json 28eed6f
  • Refactor saveScreenshot function to streamline file overwrite logic 598dafa
  • Refactor viewport size handling to improve window resizing logic f7f380f
  • Set versions af83e82
  • and 25 more ...

View on GitHub

hawkeyexl closed a pull request on doc-detective/doc-detective-core
Add runCode functionality and enhance screenshot capabilities
Introduce the runCode function for executing temporary scripts in multiple languages. Improve screenshot functionality by ensuring target elements are visible and refining image comparison logic. U...
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:hammer_and_wrench: Refactor suggestion_ **Await async calls instead of spin-waiting.** Currently, `sharp(...).toFile(...)` is not awaited, leading to a manual spin wait. This can introduce rac...

View on GitHub

coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 1** <details> <summary>๐Ÿงน Nitpick comments (8)</summary><blockquote> <details> <summary>src/tests/runCode.js (3)</summary><blockquote> `14-41`: **Consider concurrenc...

View on GitHub

coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 1** <details> <summary>๐Ÿงน Nitpick comments (8)</summary><blockquote> <details> <summary>src/tests/runCode.js (3)</summary><blockquote> `14-41`: **Consider concurrenc...

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 runCode functionality and enhance screenshot capabilities
Introduce the runCode function for executing temporary scripts in multiple languages. Improve screenshot functionality by ensuring target elements are visible and refining image comparison logic. U...
hawkeyexl pushed 1 commit to rc doc-detective/doc-detective-core
  • Bump version to 2.19.0 and update dependencies for doc-detective-common 44e341b

View on GitHub

hawkeyexl deleted a branch doc-detective/doc-detective-core

deps

hawkeyexl pushed 2 commits to rc doc-detective/doc-detective-core
  • Bump version to 2.19.0-dev.0 and update dependencies for appium drivers and doc-detective-common 15a3bd1
  • Merge pull request #270 from doc-detective/deps Bump dependencies b9bc68f

View on GitHub

hawkeyexl closed a pull request on doc-detective/doc-detective-core
Bump dependencies
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the overall application version to a development release format. - U...
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
Bump dependencies
hawkeyexl pushed 1 commit to deps doc-detective/doc-detective-core
  • Bump version to 2.19.0-dev.0 and update dependencies for appium drivers and doc-detective-common 15a3bd1

View on GitHub

Load more