Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hawkeyexl pushed 269 commits to deps doc-detective/doc-detective-core
- Merge pull request #153 from doc-detective/deps Fix to Appium home directory detection 739ed86
- Update dependabot.yml c2bc0e3
- Merge branch 'main' into rc 71bd5ff
- Merge pull request #155 from doc-detective/rc v2.13.0 7bfa993
- Bump appium-geckodriver from 1.3.6 to 1.3.7 Bumps [appium-geckodriver](https://github.com/appium/appium-geckodriver)... b391a69
- Made setFiles more descerning of when to fetch remote files 4ded9e3
- Merge branch 'rc' into dependabot/npm_and_yarn/rc/appium-geckodriver-1.3.7 a53bf7a
- Merge pull request #157 from doc-detective/dependabot/npm_and_yarn/rc/appium-geckodriver-1.3.7 Bump appium-geckodriv... da1d6fa
- Dependency updates cc34007
- Added NPM ignore file 3a665f1
- Merge pull request #163 from doc-detective/rc v2.13.1 94de2b4
- Fix npmignore e452964
- Merge branch 'main' of https://github.com/doc-detective/doc-detective-core cac1873
- Add regex matching logic 9741f34
- Added matchText regex test e7d5c16
- Initial timeout for runShell 4bf8860
- Clear timeout if command finishes first b79d6a8
- Added timeout to `httpRequest` 1e4a1c4
- Updated command to test timeout 37762db
- again b03a8e5
- and 249 more ...
hawkeyexl created a comment on an issue on doc-detective/doc-detective-core
Additional potential improvements: - Code validation/sanitization before execution - Resource usage constraints - Allowlist/blocklist for specific commands or patterns
hawkeyexl pushed 41 commits to rc 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 21 more ...
hawkeyexl closed a pull request on doc-detective/doc-detective-core
2.19.0
- Added `runCode` action - Added custom viewport sizing - Added right and middle button clicking - Added dynamic screenshot resizing to account for pixel density differences between devices when...hawkeyexl pushed 1 commit to 2.19.0 doc-detective/doc-detective-core
- Simplify saveScreenshot function by removing error handling for image cropping d23d035
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
@hawkeyexl I see that the callback-based approach is still being used. The issue I mentioned earlier about error propagation still exists. Could you please update it to use the promise-based approa...
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
Fixed
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
@hawkeyexl Understood, I'll retract the suggestion. Users will have the flexibility to specify their own commands. 🐰 *nods understandingly* --- <details> <summary>✏️ Learnings added</summary> ...
hawkeyexl pushed 1 commit to 2.19.0 doc-detective/doc-detective-core
- Add error handling for temporary script creation in runCode function 36239a6
hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
No, I want users to be able to specify their own commands if they so choose.
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:warning: Potential issue_ **Improve error handling in the callback.** The error handling in the callback won't properly propagate the error state since the `return result` is within the callbac...
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:bulb: Codebase verification_ **Potential Issue with Negative Scroll Positions Detected** The code in `src/tests/saveScreenshot.js` currently computes the scroll position as `rect.x - padding.le...
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 2** <details> <summary>🧹 Nitpick comments (2)</summary><blockquote> <details> <summary>src/tests/saveScreenshot.js (2)</summary><blockquote> `164-164`: **Address th...
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 2** <details> <summary>🧹 Nitpick comments (2)</summary><blockquote> <details> <summary>src/tests/saveScreenshot.js (2)</summary><blockquote> `164-164`: **Address th...
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
@hawkeyexl Thanks for fixing the retry counter implementation! 🎉 (\ (\ (>^.^<) `~`` ~` --- <!-- This is an auto-generated comment: tweet message by coderabbit.ai --> If you found this review...
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
hawkeyexl pushed 1 commit to 2.19.0 doc-detective/doc-detective-core
- Remove redundant declaration of retryLimit in saveScreenshot function 4d711bc