f3db44d8e3
Fix mutex variable naming in Program.cs
...
Renamed the out variable from '_createdNew' to 'createdNew' for clarity and updated its usage in the mutex check. This improves code readability and consistency.
2025-08-26 12:55:39 +09:00
ecbe55cf80
Rename mutex out parameter for clarity
...
Changed the out parameter name from 'mutexNotExists' to '_createdNew' in the Mutex constructor for improved readability and clarity in the Main method.
2025-08-26 12:55:07 +09:00
d3ecbd7ebe
Fix mutex logic for single instance check
...
Renamed variable to clarify mutex existence and corrected the condition to properly detect if the launcher is already running.
2025-08-26 12:53:48 +09:00
57d0454051
Refactor logging and resource server initialization
...
Introduces ICompatibleLogger for improved logging, replaces Trace.TraceError and Trace.TraceInformation calls with logger methods, and standardizes ResourceServer instance naming to _resourceServer. Passes logger instances to MainForm and ResourceServer for consistent logging. Also refactors mutex handling and initialization logic for clarity.
2025-08-26 12:49:37 +09:00
c3d68e1d2f
Fix typo
...
Fix typo
2025-07-27 16:12:55 +09:00
2b4814ecb5
Add resource server autostart and Chromium config options
...
Introduces ResourceServerAutoStart and ChromiumFileName/ChromiumDevToolsPrefix settings to app.config and resources. Refactors resource server startup logic to support autostart and configurable browser launch. Cleans up related code in MainForm and Program for improved flexibility and maintainability.
2025-07-27 15:57:05 +09:00
9d2fb432f7
Add the package ManagedEsent, and WelsonJS.Esent
...
Add the package ManagedEsent (microsoft/ManagedEsent@d358c07 ), and WelsonJS.Esent
2025-06-24 17:55:34 +09:00
dfef7a622f
ESENT: try 2
2025-06-22 22:27:42 +09:00
7aa70a2eeb
Try to apply ESENT database #277
2025-06-21 18:33:38 +09:00
ec2681b43e
Add SPDX and references to all source files
2025-05-25 15:47:19 +09:00
e4e96d566d
Add SPDX headers to all source files
2025-05-25 14:56:37 +09:00
eae2795bbf
Update Program.cs
2025-04-22 21:27:23 +09:00
98e73b2372
Fix bug when use the devtools protocol with the remote allow origins (Fix WebSocket error)
2025-04-22 21:26:42 +09:00
d42210f922
Update WelsonJS.Toolkit/WelsonJS.Launcher/Program.cs
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-10 02:27:42 +09:00
916154499c
Some updates
2025-04-09 19:58:41 +09:00
d8fa8779de
Refactor an endpoints of the web based editor
2025-04-05 12:53:28 +09:00
96dbe7b2cd
Add Azure AI service (Azure AI Foundry), Add the AppConfig manager
2025-04-02 11:25:23 +09:00
c1052e0147
Code consistency fix, Replace Random to RandomNumberGenerator, Mutex dispose
2025-03-23 15:12:15 +09:00
d3135bef8e
Add the mutex to avoid redundant
2025-03-23 14:43:23 +09:00
81d6e67f94
Update the namespaces
2025-03-20 09:42:38 +09:00
15b2e606b1
Some updates for optimization and security
2025-03-17 11:09:00 +09:00
0cbb22ac26
Add LLM AI code generation
2025-03-16 18:14:02 +09:00
1124dc5bf4
Add a setting to separate web browser user profiles.
2025-03-16 14:28:59 +09:00
e9c6a493eb
Add the Monaco Editor to WelsonJS Launcher #137
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
2025-03-08 22:52:45 +09:00
51110e54b7
allow search an instances in the temporary folder
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
2025-02-23 03:29:51 +09:00
ece0054da6
Fix the letter case
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
2025-02-20 14:25:39 +09:00
c4be361f95
Fix instance data survival time issue
...
The data in the Temp directory has a short retention period, posing a risk of data loss. Therefore, it has been changed to the AppData directory.
2025-02-20 12:57:53 +09:00
a3289cc81d
Fix some bugs
2025-02-09 22:05:43 +09:00
4fd38e75c3
Add the list of instances
...
This commit allows restoring and rerunning previously deployed instances.
2025-02-09 21:41:21 +09:00
d8558a4398
Add WelsonJS.Launcher component
2024-08-22 03:36:58 +09:00