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 pushed 7 commits to buttons doc-detective/doc-detective-core
  • Add runCode function to execute temporary scripts in various languages 54c4010
  • 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

View on GitHub

hawkeyexl pushed 6 commits to 2.19.0 doc-detective/doc-detective-core
  • Add runCode function to execute temporary scripts in various languages 54c4010
  • 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

View on GitHub

hawkeyexl closed a pull request on doc-detective/doc-detective-core
Add runCode function to execute temporary scripts in various languages
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added a new module for executing code snippets across different program...
hawkeyexl pushed 1 commit to runCode doc-detective/doc-detective-core
  • Update no-sandbox condition to check for Linux platform 88593f7

View on GitHub

hawkeyexl pushed 3 commits to runCode doc-detective/doc-detective-core
  • 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

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

View on GitHub

hawkeyexl opened a pull request on doc-detective/doc-detective-core
Implement viewport resizing and enhance driver capabilities
Introduce logic for resizing the viewport, add a `--no-sandbox` argument for improved compatibility, and update dependencies to their latest versions.
hawkeyexl pushed 1 commit to viewport-size doc-detective/doc-detective-core

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

View on GitHub

hawkeyexl opened a pull request on doc-detective/doc-detective-core
Enhance screenshot functionality for visibility and cropping
Ensure the target element is visible before capturing screenshots and improve the cropping process with better error handling.
hawkeyexl pushed 1 commit to visible-elements doc-detective/doc-detective-core
  • Enhance saveScreenshot function to make sure target element is visible in screenshots b3d113f

View on GitHub

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

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

coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:warning: Potential issue_ **Ensure `step.args` is defined before spreading** On line 96, spreading `step.args` without verifying its existence can lead to errors if `step.args` is `undefined`. ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:hammer_and_wrench: Refactor suggestion_ **Handle unsupported languages more explicitly** Currently, the code defaults to `"bash"` when the `step.language` is neither `"python"` nor `"javascript...

View on GitHub

coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 2** <details> <summary>๐Ÿงน Nitpick comments (5)</summary><blockquote> <details> <summary>src/tests/runCode.js (5)</summary><blockquote> `62-69`: **Synchronize command...

View on GitHub

coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 2** <details> <summary>๐Ÿงน Nitpick comments (5)</summary><blockquote> <details> <summary>src/tests/runCode.js (5)</summary><blockquote> `62-69`: **Synchronize command...

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

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

View on GitHub

hawkeyexl pushed 1 commit to buttons doc-detective/doc-detective-core
  • Enhance click functionality in findElement to support button option 26cb7a8

View on GitHub

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

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

hawkeyexl pushed 1 commit to viewport-size doc-detective/doc-detective-core
  • Add --no-sandbox argument to driver capabilities for improved compatibility 9c111f3

View on GitHub

hawkeyexl pushed 1 commit to viewport-size doc-detective/doc-detective-core
  • Initial viewport resizing logic 0484726

View on GitHub

hawkeyexl pushed 1 commit to runCode doc-detective/doc-detective-core
  • Add runCode function to execute temporary scripts in various languages 54c4010

View on GitHub

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

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

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

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

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

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

hawkeyexl created a comment on an issue on doc-detective/doc-detective-core
Language enums to potentially support. Some harder than others. "shell", "python", "node", "ruby", "go", "java", "c", "c++", ...

View on GitHub

anaxite created a comment on an issue on doc-detective/doc-detective-core
Here is an example request that causes issues. ### 1. Create a request with the GitHub Commits API The following request gets the last two commits containing `src/config.js` in this repositor...

View on GitHub

Load more