Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
phantom-jacob opened a pull request on phantomcyber/dev-cicd-tools
fix(docs): Render tables and the headings that follow them correctly
Fixing a few minor issues in table rendering: - We were not properly creating newlines between table rows, which would lead to the rendered markdown losing everything past each action's first para...phantom-jacob published a release on phantomcyber/dev-cicd-tools
v1.26
Bug fix for Github Actions to use the standalone cache action instead of the cache capability baked into setup-python, to prevent action failures on repos without requirements filesphantom-jacob opened a pull request on phantomcyber/dev-cicd-tools
fix(ci): Use standalone cache actions
Reusable actions can't use setup-python's cache because it looks for requirements files in the _executing_ repo. We need to install the requirements from the _defining_ repo, so we need to use the ...phantom-jacob published a release on phantomcyber/dev-cicd-tools
v1.25
* Added pre-commit to the repo, with ruff, ruff-format, shellcheck, and shfmt. Plus, the pre-commit standards like end-of-file-fixer and removing trailing whitespace. * Updated all workflow and ac...phantom-jacob created a comment on a pull request on phantomcyber/dev-cicd-tools
> @phantom-jacob this seems to have also been covered in your big PR (#84), as well as other changes. Do we have the solution ready for bulk PRs to clean up all the repos so reviews don't get out o...
phantom-jacob created a review comment on a pull request on phantomcyber/dev-cicd-tools
```suggestion def test_build_docs(app_dir: Path, expected_new_files: list[str]): ```
phantom-jacob created a review comment on a pull request on phantomcyber/dev-cicd-tools
I don't think this should be here
phantom-jacob created a review comment on a pull request on phantomcyber/dev-cicd-tools
Or this
phantom-jacob pushed 2 commits to jacobd-pre-commit phantomcyber/dev-cicd-tools
phantom-jacob pushed 4 commits to jacobd-pre-commit phantomcyber/dev-cicd-tools
- fix(ci): Update GH actions c3974b0
- feat(docs): Remove support for converting readme.html to README.md, as all apps have moved to md 25bff3d
- feat(docs): Run generated markdown through mdformat, remove product version regex headers, and move license informati... eb99c1c
- fix(deps): Reduce dependencies to the minimum ee17dd8
phantom-jacob pushed 1 commit to jacobd-pre-commit phantomcyber/dev-cicd-tools
- fix(docs): Stop rendering trailing whitespace into READMEs 246d2da
phantom-jacob opened a pull request on phantomcyber/dev-cicd-tools
chore(pre-commit): Add linting and formatting to the repo
This looks like a bunch of changes, but really I just ran ruff, shellcheck, and shfmt against the repo via pre-commitphantom-jacob created a review comment on a pull request on splunk-soar-connectors/slack
Can we put some info in this failure path?
phantom-jacob created a review comment on a pull request on splunk-soar-connectors/slack
Can we put more info in this failure path?
phantom-jacob created a review comment on a pull request on splunk-soar-connectors/slack
We can give the user more info here ```suggestion return action_result.set_status(phantom.APP_ERROR, "Must search by one of IDs or names") ```
phantom-jacob created a review comment on a pull request on splunk-soar-connectors/slack
Nit: ```suggestion if not (searchbyname or searchbyid): ```
phantom-jacob pushed 8 commits to main splunk-soar-connectors/ciscotalosintelligence
- [PAPP-35323] Add support for SOAR 6.2.2 85a97fb
- release notes 54c6c21
- Update README.md a03d1cc
- Merge pull request #16 from splunk-soar-connectors/sodle/PAPP-35323 [PAPP-35323] Add support for SOAR 6.2.2 e369d1d
- Bumped up the version of ciscotalosintelligence from 1.0.4 to 1.0.5 b769d57
- Release notes for version 1.0.5 32b6d77
- Release notes for version 1.0.5 232487c
- Merge pull request #17 from splunk-soar-connectors/next Merging next to main for release 1.0.5 9ea76b8