Ecosyste.ms: Timeline

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

junhaoliao

junhaoliao pushed 1 commit to log-viewer-webui-server-ts junhaoliao/clp
  • Replace arrays with sets for faster lookup. 58a434c

View on GitHub

junhaoliao created a comment on a pull request on y-scope/clp
@haiqi96 Could you help check if the CLP package changes make sense to you? Thanks

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
We specified `"moduleResolution": "node16"` in `tsconfig.json` and therefore the filename extension of `.js` is expected.

View on GitHub

junhaoliao created a review on a pull request on y-scope/clp

View on GitHub

junhaoliao pushed 1 commit to log-viewer-webui-server-ts junhaoliao/clp

View on GitHub

junhaoliao pushed 1 commit to log-viewer-webui-server-ts junhaoliao/clp

View on GitHub

junhaoliao pushed 1 commit to log-viewer-webui-server-ts junhaoliao/clp

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
This sanitization seems not needed in the first place (even before we introduce TS)

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
```suggestion } ```

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
The empty string check is now done by `Type.String({minLength: 1})` though not trimmed. If needed, we can define a Regex check instead.

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
* Added Typebox as a Fastify type provider. * Also specified the schemas for the routes. * Also removed POST body value checks in favour of TypeBox's schema check.

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
Added Typebox as a Fastify type provider. Also specified the schemas for the routes.

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
Compared to the original `main.js`, changes in this file include: 1. `envToLogger` was pulled out from the `main()` scope into global scope. 2. Reference to `process.env.NODE_ENV` was removed in ...

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
There is no significant change from `DbManager.js` except that the exported Fastify plugin callback function is extracted as a `const` for easier type specification.

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
This change is needed because ESLint does not know `test()` is defined in the global scope in the context of `tap` runs.

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
To avoid raising errors on Typebox type creations (e.g., `Type.Enum()`).

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
We currently implemented all Fastify plugin callbacks as async functions regardless whether there're async operations within. Alternatively, for the plugins that do not require `async`, we can remo...

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
`settings.json` is now part of the build assets so the path is changed.

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
Note `log_viewer_webui` is renamed as `log-viewer-webui` here.

View on GitHub

junhaoliao created a review on a pull request on y-scope/clp

View on GitHub

junhaoliao opened a pull request on y-scope/clp
build(log-viewer-webui): Migrate server codebase to TypeScript and update dependencies.
<!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Example: fix: Don't ...
junhaoliao created a branch on junhaoliao/clp

log-viewer-webui-server-ts - Compressed Log Processor (CLP) is a free tool capable of compressing text logs and searching the compressed logs without decompression.

junhaoliao created a comment on a pull request on y-scope/yscope-log-viewer
Maybe in the final commit message we should mention log-level filtering support as well.

View on GitHub

junhaoliao deleted a branch junhaoliao/yscope-log-viewer

truncated-w

junhaoliao closed an issue on y-scope/yscope-log-viewer
"W" is truncated in the "Warning" log-level chip in the select button on Windows.
### Bug As the title says ![image](https://github.com/user-attachments/assets/a694cd3a-0915-400e-8370-af2f2ae7cabb) ### yscope-log-viewer version b15d9e082f5b0dc45c97e42293f0b1b50fa619ba ###...
junhaoliao pushed 1 commit to main y-scope/yscope-log-viewer
  • fix(filter): Introduce mono font styling for LogLevelChip with Roboto Mono fallback (fixes #154). (#156) 8041816

View on GitHub

junhaoliao closed a pull request on y-scope/yscope-log-viewer
fix(filter): Introduce mono font styling for LogLevelChip with Roboto Mono fallback (fixes #154).
<!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Example: fix: Don'...
junhaoliao pushed 1 commit to update-version-241222 junhaoliao/yscope-log-viewer

View on GitHub

junhaoliao pushed 1 commit to update-version-241222 junhaoliao/yscope-log-viewer
  • Update package dependencies to latest versions. 8c5ea50

View on GitHub

junhaoliao pushed 1 commit to update-version-241222 junhaoliao/yscope-log-viewer
  • Update clp-ffi-js to version 0.3.3. 53d27de

View on GitHub

Load more