Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
junhaoliao pushed 1 commit to log-viewer-webui-server-ts junhaoliao/clp
- Replace arrays with sets for faster lookup. 58a434c
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
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.
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)
junhaoliao created a review comment on a pull request on y-scope/clp
```suggestion } ```
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.
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.
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.
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 ...
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.
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.
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()`).
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...
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.
junhaoliao created a review comment on a pull request on y-scope/clp
Note `log_viewer_webui` is renamed as `log-viewer-webui` here.
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.
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
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
- Remove unused variable. 016affb
junhaoliao pushed 1 commit to update-version-241222 junhaoliao/yscope-log-viewer
- Update package dependencies to latest versions. 8c5ea50
junhaoliao pushed 1 commit to update-version-241222 junhaoliao/yscope-log-viewer
- Update clp-ffi-js to version 0.3.3. 53d27de