|
|
356c5be2c6
|
Improve comments
|
2025-10-26 10:34:36 +01:00 |
|
|
|
836e918fc5
|
Rename ProxyToInstance to InstanceProxy for clarity in routing
|
2025-10-26 10:22:37 +01:00 |
|
|
|
a7593e9a58
|
Split LlamaCppProxy handler
|
2025-10-26 10:21:40 +01:00 |
|
|
|
9259763054
|
Add getInstance method to handlers
|
2025-10-26 09:54:24 +01:00 |
|
|
|
94dce4c9bb
|
Implement helper response handling functions
|
2025-10-26 00:12:33 +02:00 |
|
|
|
a3f9213f04
|
Implement ensureInstanceRunning helper
|
2025-10-25 23:44:21 +02:00 |
|
|
|
de5a38e7fd
|
Refactor command parsing
|
2025-10-25 20:23:08 +02:00 |
|
|
|
ea6c76cc96
|
Update multi valued flags in backends
|
2025-10-25 19:02:46 +02:00 |
|
|
|
bd6436840e
|
Implement common ParseCommand interface
|
2025-10-25 18:41:46 +02:00 |
|
|
|
0a7420c9f9
|
Merge pull request #71 from lordmathis/refactor/proxy
refactor: Move all proxy handling to instance package
|
2025-10-25 16:32:32 +02:00 |
|
|
|
c038aac91b
|
Remove redundant UpdateLast RequestTime calls
|
2025-10-25 16:09:57 +02:00 |
|
|
|
7d9b983f93
|
Don't strip remote llama-cpp proxy prefix
|
2025-10-25 16:02:09 +02:00 |
|
|
|
889df3cb79
|
Add API key header for remote instances in proxy build
|
2025-10-25 14:14:39 +02:00 |
|
|
|
ff719f3ef9
|
Remove remote instance proxy handling from handlers
|
2025-10-25 14:07:11 +02:00 |
|
|
|
6a973fae2d
|
Fix tests
|
2025-10-25 00:14:42 +02:00 |
|
|
|
58f8861d17
|
Switch manager to global app config
|
2025-10-25 00:14:12 +02:00 |
|
|
|
eff59a86fd
|
Remove proxy, logger and process init from UnmarshalJSON
|
2025-10-24 23:41:33 +02:00 |
|
|
|
174d1772d6
|
Implement remote proxy handling in instance
|
2025-10-24 23:16:45 +02:00 |
|
|
|
4bbf45f0b9
|
Merge pull request #70 from lordmathis/refactor/manager
refactor: Split instance manager into single focus structs
|
2025-10-22 20:21:15 +02:00 |
|
|
|
a9fb0d613d
|
Validate instance name in openai proxy
|
2025-10-22 18:55:57 +02:00 |
|
|
|
3b8bc658e3
|
Add name validation to backend handlers
|
2025-10-22 18:50:51 +02:00 |
|
|
|
c6053f6afd
|
Remove old validation tests
|
2025-10-22 18:50:38 +02:00 |
|
|
|
c794e4f98b
|
Move instance name validation to handlers
|
2025-10-22 18:40:39 +02:00 |
|
|
|
0f2c14d3ed
|
Validate instance names to prevent injection attacks
|
2025-10-22 00:02:23 +02:00 |
|
|
|
13f3bed5fe
|
Add URL encoding for instance name in API calls in webui
|
2025-10-21 23:36:26 +02:00 |
|
|
|
7c2c02ab2f
|
Use url escape instead for instance name param
|
2025-10-21 23:24:27 +02:00 |
|
|
|
e0289ff42f
|
Add instance name validation for URL safety and corresponding tests
|
2025-10-21 23:16:20 +02:00 |
|
|
|
bc025bbe28
|
Fix instance name validation
|
2025-10-21 22:57:23 +02:00 |
|
|
|
c6ebe47511
|
Fix path validation false positive
|
2025-10-21 22:47:41 +02:00 |
|
|
|
9bb106a1ce
|
Remove deprecated operation mutex in instanceManager
|
2025-10-21 22:38:00 +02:00 |
|
|
|
bac18b5626
|
Unexport factory functions
|
2025-10-21 22:37:10 +02:00 |
|
|
|
2b51b4a47f
|
Simplify manager tests
|
2025-10-21 22:30:08 +02:00 |
|
|
|
c44712e813
|
Remove redundant instance manager tests
|
2025-10-21 22:15:12 +02:00 |
|
|
|
6afe120a0e
|
Implement more manager tests
|
2025-10-21 22:07:10 +02:00 |
|
|
|
4d05fcea46
|
Improve manager tests
|
2025-10-21 21:39:01 +02:00 |
|
|
|
7c64ab9cc6
|
Make StartInstance and StopInstance idempotent
|
2025-10-21 18:49:49 +02:00 |
|
|
|
62c431a041
|
Merge pull request #69 from lordmathis/dependabot/npm_and_yarn/webui/npm_and_yarn-fd296dbd23
Bump vite from 7.1.5 to 7.1.11 in /webui in the npm_and_yarn group across 1 directory
|
2025-10-21 18:40:46 +02:00 |
|
dependabot[bot]
|
e5f1b7c056
|
Bump vite in /webui in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the /webui directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `vite` from 7.1.5 to 7.1.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.11
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-21 00:23:03 +00:00 |
|
|
|
a2d4622486
|
Refactor instance locking mechanism to use per-instance locks for concurrency
|
2025-10-20 22:59:31 +02:00 |
|
|
|
d923732aba
|
Delete unused code
|
2025-10-20 22:27:22 +02:00 |
|
|
|
1ae28a0b09
|
Unexport member struct methods
|
2025-10-20 22:22:09 +02:00 |
|
|
|
c537bc48b8
|
Refactor API path handling in remoteManager to use a constant for base path
|
2025-10-20 22:00:06 +02:00 |
|
|
|
ffb4b49c94
|
Split manager into multiple structs
|
2025-10-20 21:55:50 +02:00 |
|
|
|
91d956203d
|
Merge pull request #68 from lordmathis/refactor/backend-options
refactor: Move all backend type switching to backends package
|
2025-10-19 21:04:09 +02:00 |
|
|
|
b25ad48605
|
Refactor backend options marshaling/unmarshaling
|
2025-10-19 20:48:05 +02:00 |
|
|
|
d8e0da9cf8
|
Refactor backend options to implement common interface and streamline validation
|
2025-10-19 20:36:57 +02:00 |
|
|
|
f42f000539
|
Implement mlx and cllm tests and remove redundant code
|
2025-10-19 19:45:31 +02:00 |
|
|
|
72fe780e31
|
Simplify instance tests
|
2025-10-19 19:14:32 +02:00 |
|
|
|
55a9450077
|
Fix instance tests
|
2025-10-19 19:08:38 +02:00 |
|
|
|
72586fc627
|
Simplify config tests
|
2025-10-19 19:06:06 +02:00 |
|