Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

kirkrodrigues

kirkrodrigues opened a pull request on kirkrodrigues/clp-ffi-js
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.conventionalc...
kirkrodrigues created a review on a pull request on y-scope/clp-ffi-py
For the PR title, how about: ``` docs: Add guide for using CLP Key-Value Pair IR streams. ```

View on GitHub

kirkrodrigues created a branch on kirkrodrigues/yscope-log-viewer

update-pr-template - A tool that can be used to view logs compressed in CLP's IR Stream format.

kirkrodrigues created a branch on kirkrodrigues/clp-ffi-py

update-pr-template - clp-ffi-py is a Python library to encode log messages with CLP, and work with the encoded messages using a foreign function interface (FFI).

kirkrodrigues created a branch on kirkrodrigues/clp-ffi-java

update-pr-template

kirkrodrigues created a branch on kirkrodrigues/logback-appenders

update-pr-template - Logback appenders for various purposes such as generating CLP-compressed log files.

kirkrodrigues created a branch on kirkrodrigues/clp-loglib-py

update-pr-template - Logging/encoding/decoding using CLP's IR stream format

kirkrodrigues created a branch on kirkrodrigues/clp-ffi-go

update-pr-template - clp-ffi-go is a library to encode log messages with CLP, and work with the encoded messages using a foreign function interface (FFI).

kirkrodrigues created a branch on kirkrodrigues/spider

update-pr-template

kirkrodrigues created a branch on kirkrodrigues/yscope-docs

update-pr-template - The repo backing docs.yscope.com

kirkrodrigues created a branch on kirkrodrigues/yscope-dev-utils

update-pr-template - A collection of configs, scripts, and tools that are reusable across YScope repos.

kirkrodrigues created a branch on kirkrodrigues/clp-ffi-js

update-pr-template

kirkrodrigues created a branch on kirkrodrigues/log4j1-appenders

update-pr-template

kirkrodrigues created a branch on kirkrodrigues/fluent-bit-clp

update-pr-template

kirkrodrigues created a branch on kirkrodrigues/log-surgeon

update-pr-template - A performant log parsing library

kirkrodrigues pushed 7 commits to main kirkrodrigues/yscope-log-viewer
  • fix: Add guard to handle null decode results; Update log event query to use active event count (fixes #166). (#167) ff13649
  • fix(docs): Correct minutes format specifier in example format string (fixes #164). (#165) 044b637
  • feat: Add tooltips to various UI elements (fixes #148). (#160) 07c3558
  • fix(decoder): Handle invalid UTF-8 sequences gracefully when converting structured log events to JSON. (#170) - Upgr... a8b8da7
  • chore(lint): Migrate to ESLint V9. (#161) - Upgrade eslint-config-yscope to v1.1.0 and fix lint issues. 3edb817
  • chore: Update all dependencies. Lock monaco-editor version to 0.50.0. (#159) 5fd3a22
  • fix(MonacoInstance): Fix typo in console log message for Monaco editor initialization. (#172) 393f8f8

View on GitHub

kirkrodrigues pushed 2 commits to main kirkrodrigues/yscope-dev-utils
  • Update the clang-format config for clang-format v19. (#11) Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@user... c1593f7
  • feat(taskfiles): Add cmake and remote utils; Update checksum data path to an array. (#16) Co-authored-by: Junhao Lia... 8f5213d

View on GitHub

kirkrodrigues pushed 14 commits to main kirkrodrigues/spider
  • feat: Add client job implementation and driver start job implementation (#43) c255a2a
  • feat: Add task context implementation (#44) 27801b7
  • build: Change `CMAKE_SOURCE_DIR` to `PROJECT_SOURCE_DIR` (#45) dcef9ae
  • build: Add headers specification in CMakeLists.txt and remove spdlog in public headers (#46) 74116cb
  • docs: Add quick-start guide and example. (#36) Co-authored-by: Sitao Wang <[email protected]> 235b164
  • feat: Add host address in scheduler and worker command line argument (#47) b0c84be
  • build: Use `target_include_directories` instead of `FILE_SET` (#48) 0bc88ce
  • fix: Add return for getting results of job with multiple results (#49) e7f7c48
  • build: Add dependency between worker and task_executor (#53) 2ef1a48
  • fix: Move function definitions from headers to sources (#55) becbf55
  • fix: Create database connection on need instead of keeping long-living connection (#57) f6e82ce
  • feat: Cache ready tasks query results in scheduler (#58) 34f17ef
  • fix: Use VARBINARY instead of VARCHAR for value (#60) c5a69cc
  • docs: Add Sphinx docs site and move docs into site. (#61) 832cb2c

View on GitHub

kirkrodrigues pushed 1 commit to main kirkrodrigues/log-surgeon
  • refactor: Move `epsilon_closure` from `Lexer` to `NfaState`; Refactor `nfa_to_dfa` as `Dfa`'s constructor. (#71) Co-... e08f728

View on GitHub

kirkrodrigues created a review comment on a pull request on y-scope/clp-ffi-py
Sure, let's use 0.0.14.

View on GitHub

kirkrodrigues created a review on a pull request on y-scope/clp-ffi-py

View on GitHub

kirkrodrigues pushed 5 commits to main kirkrodrigues/clp-loglib-py
  • ci: Fix workflow failure caused by missing Python 3.7 in the latest macOS runner. (#42) Co-authored-by: kirkrodrigue... 43d1eaa
  • ci: Add GH workflow to validate PR titles follow Conventional Commits (fixes #43). (#48) Co-authored-by: kirkrodrigu... e2930e4
  • ci: Update to latest versions of all GH actions. (#49) 6c32c14
  • ci: Explicitly use ubunutu-22.04 to test wheels for Python3.7. (#52) de11944
  • chore: Bump version for release v0.0.13. (#51) 7c458f2

View on GitHub

kirkrodrigues pushed 46 commits to main kirkrodrigues/clp-ffi-py
  • build: Update to the latest clp submodule commit. (#85) 81ecf85
  • feat: Add `PyExceptionContext` for passing Python exceptions through C++ exceptions. (#87) 8d2f075
  • ci: Add GH workflow to validate PR titles follow Conventional Commits. (#88) 3a90465
  • feat: Add Python class `KeyValuePairLogEvent` as a wrapper of `clp::ffi::KeyValuePairLogEvent`. (#81) Co-authored-by... f12f445
  • build: Update to the latest clp submodule commit. (#93) 53e8c96
  • refactor: Move unstructured IR test files into a dedicated directory. (#92) 271fa13
  • feat: Add `DeserializerBufferReader` as a `clp::ReaderInterface` implementation to directly read from a Python `IO[by... c89c9c5
  • feat: Add Python class `Serializer` to serialize log events into CLP key-value pair IR format. (#83) Co-authored-by:... 4176eb3
  • feat(linting): Add Taskfile tasks to run linters. (#76) 0c66d04
  • fix: Invalidate non-positive buffer capacity when initializing `DeserializerBuffer`. (#97) f78277c
  • feat: Add Python class `Deserializer` to deserialize log events from CLP key-value pair IR stream. (#94) Co-authored... 41a201b
  • test: Enable serder unit tests introduced in #94. (#98) 60a998b
  • perf: Optimize `KeyValuePairLogEvent.to_dict` to directly convert `clp::KeyValuePairLogEvent` to `PyDictObject` via C... cec9730
  • refactor: Fix clang-tidy warnings in `Py_utils`. (#95) Co-authored-by: kirkrodrigues <[email protected]... 2ae024c
  • ci: Enable clang-tidy linting task and configure it to run on files without violations. (#99) Co-authored-by: kirkro... d41d623
  • build: Wrap dependency libraries' facade headers with IWYU exports to resolve clang-tidy violations. (#100) Co-autho... a07a7cd
  • refactor: Fix clang-tidy warnings in `utils`. (#101) b0df0dc
  • refactor: Fix clang-tidy warnings for the rest of files directly under `src/clp_ffi_py`; Use `std::string_view` for s... b1cbedb
  • refactor: Fix clang-tidy warnings in `ir_native.cpp`. (#104) b15c040
  • fix: Use `std::nothrow` to disable exceptions throwing in `new` operators (fixes #103). (#105) 118b45d
  • and 26 more ...

View on GitHub

kirkrodrigues pushed 2 commits to main kirkrodrigues/clp-ffi-js
  • fix: Handle invalid UTF-8 sequences gracefully when converting structured log events to JSON. (#52) 4fc9565
  • chore: Upgrade version for 0.3.4 release. (#54) d74931c

View on GitHub

kirkrodrigues created a comment on a pull request on y-scope/clp-ffi-py
Updated `README.md` directly. Let me know if you disagree with any changes.

View on GitHub

kirkrodrigues pushed 1 commit to readme-update LinZhihao-723/clp-ffi-py

View on GitHub

kirkrodrigues pushed 1 commit to main y-scope/clp
  • chore: Update GitHub pull-request template to the latest from `y-scope/public-repo-template`. (#704) ebe30e1

View on GitHub

kirkrodrigues closed 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...
Load more