Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kirkrodrigues opened a pull request on y-scope/clp
chore: Update GitHub pull-request template to the latest from `y-scope/public-repo-template`.
<!-- markdownlint-disable MD012 --> <!-- Set the PR title to a meaningful commit message that: * is in imperative form. * follows the Conventional Commits specification (https://www.convent...kirkrodrigues created a branch on kirkrodrigues/clp
update-pr-template - Compressed Log Processor (CLP) is a free tool capable of compressing text logs and searching the compressed logs without decompression.
kirkrodrigues closed a pull request on y-scope/public-repo-template
chore: Add GitHub pull-request template.
<!-- markdownlint-disable MD012 --> <!-- Set the PR title to a meaningful commit message that: * is in imperative form. * follows the Conventional Commits specification (https://www.convent...kirkrodrigues created a branch on kirkrodrigues/yscope-dev-utils
add-markdownlint-config - A collection of configs, scripts, and tools that are reusable across YScope repos.
kirkrodrigues created a branch on kirkrodrigues/yscope-docs
add-spider - The repo backing docs.yscope.com
kirkrodrigues opened a pull request on y-scope/public-repo-template
chore: Add GitHub pull-request template.
<!-- markdownlint-disable MD012 --> <!-- Set the PR title to a meaningful commit message that: * is in imperative form. * follows the Conventional Commits specification (https://www.convent...kirkrodrigues pushed 3 commits to add-pr-template kirkrodrigues/public-repo-template
kirkrodrigues created a comment on a pull request on kirkrodrigues/public-repo-template
Closing test PR.
kirkrodrigues closed a pull request on kirkrodrigues/public-repo-template
chore: Add GitHub pull-request template.
kirkrodrigues pushed 1 commit to main kirkrodrigues/public-repo-template
- ci: Add GH workflow to validate PR titles follow Conventional Commits. (#1) 8540059
kirkrodrigues created a review comment on a pull request on y-scope/yscope-dev-utils
```suggestion # Unlike for `tar --create`, in `--extract` both the exclude and include patterns can be # quoted since they're both evaluated by `tar`. ```
kirkrodrigues created a review comment on a pull request on y-scope/yscope-dev-utils
```suggestion CONF_ARGS: >- {{default "" .CONF_ARGS}} JOBS: >- {{default "" .JOBS}} ```
kirkrodrigues created a review comment on a pull request on y-scope/yscope-dev-utils
```suggestion # @param {string[]} [EXCLUDE_PATTERNS] Path wildcard patterns, relative to any `INCLUDE_PATTERNS`, # to exclude from the checksum. ```
kirkrodrigues created a review comment on a pull request on y-scope/yscope-dev-utils
```suggestion # omitted, the native build tool's default number is used. See `man cmake`. ```
kirkrodrigues created a review comment on a pull request on y-scope/yscope-dev-utils
```suggestion # Paths CHECKSUM_FILE: >- {{default (printf "%s.md5" .OUTPUT_DIR) .CHECKSUM_FILE}} TAR_FILE: >- {{default (printf "%s.tar.gz" .OUTPUT_DIR) .TAR_...
kirkrodrigues created a review comment on a pull request on y-scope/yscope-dev-utils
```suggestion # We explicitly set `--no-anchored` and `--wildcards` to make the inclusion behaviour match # the default exclusion behaviour. # # We can quote the exclude...
kirkrodrigues created a review comment on a pull request on y-scope/yscope-dev-utils
```suggestion # @param {string} CHECKSUM_FILE # @param {string[]} INCLUDE_PATTERNS Path wildcard patterns to validate the checksum for. ``` Note the rename from OUTPUT_FILE to CHECKSUM_FILE.
kirkrodrigues created a review comment on a pull request on y-scope/yscope-dev-utils
```suggestion {{- range .INCLUDE_PATTERNS}} ```
kirkrodrigues created a review on a pull request on y-scope/yscope-dev-utils
Mainly style and one error. For the PR title, how about: ``` feat(taskfiles): Add cmake and remote utils; Update checksum data path to an array. ```
kirkrodrigues created a review on a pull request on y-scope/yscope-dev-utils
Mainly style and one error. For the PR title, how about: ``` feat(taskfiles): Add cmake and remote utils; Update checksum data path to an array. ```
kirkrodrigues pushed 1 commit to main y-scope/clp
- docs: Add log4j2-appenders repo to system overview. (#638) Co-authored-by: Jack Luo <[email protected]> Co-authore... 4586095
kirkrodrigues closed a pull request on y-scope/clp
docs: Add log4j2-appenders repo to system overview.
# Description Incorporated links to log4j2-appender in the documentation. # Validation Performed Successfully compiled the documentation locally and confirmed the functionality of the new link...kirkrodrigues created a comment on a pull request on y-scope/clp
It's somewhat inevitable that as long as we deploy private, customized versions of CLP, then at some point, the private and public formats will diverge (although, we should try to avoid that for as...
kirkrodrigues pushed 1 commit to main y-scope/spider
- docs: Add Sphinx docs site and move docs into site. (#61) 832cb2c