Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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
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 pushed 1 commit to rc doc-detective/doc-detective-common
- Bump version to 1.22.0-dev.2 and update json-schema-ref-parser to 11.9.0 678d7c7
hawkeyexl pushed 11 commits to rc doc-detective/doc-detective-common
- Add click button field e76cfdc
- Add viewport dimensions to context schema 0433897
- Merge pull request #76 from doc-detective/viewport-size Add viewport dimensions to context schema 74f42c1
- Merge pull request #75 from doc-detective/click-button Add click button field for enhanced interaction ac4303f
- Add runCode schema and update dependencies 65ee3f5
- Update runCode schema description 2655767
- Merge remote-tracking branch 'origin/1.22.0' into runCode 358d0af
- Merge pull request #77 from doc-detective/runCode Add runCode schema cd7e7dd
- Added runCode to the test schema cf9d95d
- Limited initially supported enums for runCode language 4104840
- Merge pull request #78 from doc-detective/1.22.0 Add viewport dimensions, click button enhancements, and runCode action e28114a
hawkeyexl closed a pull request on doc-detective/doc-detective-common
Add viewport dimensions, click button enhancements, and runCode action
Introduce viewport dimensions to the context schema and enhance the click functionality to support different button types. Update the runCode schema and dependencies accordingly. <!-- This is an a...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 opened a pull request on doc-detective/doc-detective-common
Add viewport dimensions, click button enhancements, and runCode actino
Introduce viewport dimensions to the context schema and enhance the click functionality to support different button types. Update the runCode schema and dependencies accordingly.hawkeyexl pushed 1 commit to 1.22.0 doc-detective/doc-detective-common
- Limited initially supported enums for runCode language 4104840
hawkeyexl created a branch on doc-detective/doc-detective-common
rc - Shared resources for Doc Detective projects.
hawkeyexl created a branch on doc-detective/doc-detective-common
rc_stale - Shared resources for Doc Detective projects.
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
hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
Fixed
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.
hawkeyexl pushed 1 commit to 2.19.0 doc-detective/doc-detective-core
- Remove redundant declaration of retryLimit in saveScreenshot function 4d711bc
hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
Fixed
hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
The arguments are provided by the user. They need to be able to specify whichever commands they want.
hawkeyexl pushed 1 commit to 2.19.0 doc-detective/doc-detective-core
- Add error handling for temporary script creation in createTempScript function e80dff7