Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull v1.1.0 into test #4

Merged
merged 28 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f4b285d
Ignore `.class` files
Wrench56 Oct 25, 2024
fd51fad
Migrate to `yarn` version `4.5.1`
Wrench56 Oct 25, 2024
a437f60
Migrate to Tauri `v2`
Wrench56 Oct 25, 2024
3a2cdd8
Upgrade `fern` and `sysinfo` crates
Wrench56 Oct 26, 2024
f5591f4
Fix `Console.svelte` to use new Tauri `IPC` API
Wrench56 Oct 26, 2024
ed17fdc
Use monospace fonts to improve readability
Wrench56 Oct 26, 2024
520e6ad
Add `LogLevel` filters and autoscroll
Wrench56 Oct 26, 2024
46a3e95
Fix `on:scroll` event handling in `Console.svelte`
Wrench56 Oct 26, 2024
b6c9d97
Update `readme.md`
Wrench56 Oct 26, 2024
f8cab5a
Implement `handleKeepAlive()` in `SocketHandler.java`
Wrench56 Oct 26, 2024
1ef8452
Bump version to `1.1.0`
Wrench56 Oct 30, 2024
2edb3c2
Update `build.gradle` for `preprocessor`
Wrench56 Oct 30, 2024
e5a4d04
Fix `handleKeepAlive()` code in `lib`
Wrench56 Nov 4, 2024
52abd02
Fix payload documentation in `payload_factory.rs`
Wrench56 Nov 4, 2024
7ee633b
Add compression rate and bytes received to client status bar
Wrench56 Nov 5, 2024
77ddd2a
Fix CSS in `LogEntry.svelte`
Wrench56 Nov 5, 2024
ff110cb
Start `preprocessor` automatically on `compileJava`
Wrench56 Nov 5, 2024
696b7e6
Ignore `TurboTrace.init()` and `TurboTrace.handle()` in `TurboTraceLo…
Wrench56 Nov 5, 2024
c202afb
Fix `parseArguments()` in `LogEntry.java`
Wrench56 Nov 5, 2024
4701ec4
Fix `Cleanup.java` not restoring source directory
Wrench56 Nov 5, 2024
52227e5
Add `deleteDirectory()` in `Utils.java`
Wrench56 Nov 5, 2024
d757385
Save preprocessed code in `PreprocessorTask.java`
Wrench56 Nov 5, 2024
033dc6c
Update `PreprocessorPluginFunctionalTest.java`
Wrench56 Nov 5, 2024
2630aa1
Add `shadowJar` task in `build.gradle`
Wrench56 Nov 5, 2024
8c419e2
Bump `preprocessor` version
Wrench56 Nov 5, 2024
1db1497
Fix `LazyType` compression in `LogEntry.java`
Wrench56 Nov 5, 2024
ff3797d
Reset log entry IDs in `preprocess()` method
Wrench56 Nov 5, 2024
523a997
Add `example` project for demonstration purposes
Wrench56 Nov 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
893 changes: 0 additions & 893 deletions client/.yarn/releases/yarn-4.1.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions client/.yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/cli": "^1.5.11",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/cli": "^2.0.4",
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
Expand Down
Loading
Loading