|
|
e5baedb776
|
Merge pull request #76 from lordmathis/feat/import-export
feat: Ad support for instance import and export on frontend
|
2025-10-27 20:46:48 +01:00 |
|
|
|
e6205b930e
|
Document import and export features
|
2025-10-27 20:44:28 +01:00 |
|
|
|
f9eb424690
|
Fix concurrent map write issue in MarshalJSON by initializing BackendOptions
|
2025-10-27 20:36:42 +01:00 |
|
|
|
5b84b64623
|
Fix some typescript issues
|
2025-10-27 20:36:31 +01:00 |
|
|
|
7813a5f2be
|
Move import instance configuration to InstanceDialog component
|
2025-10-27 20:17:18 +01:00 |
|
|
|
a00c9b82a6
|
Add import functionality for instance configuration from JSON file
|
2025-10-27 20:11:22 +01:00 |
|
|
|
cbfa6bd48f
|
Fix export functionality to exclude computed field from JSON output
|
2025-10-27 19:59:43 +01:00 |
|
|
|
bee0f72c10
|
Add export functionality to InstanceCard component
|
2025-10-27 19:55:07 +01:00 |
|
|
|
a5d8f541f0
|
Merge pull request #75 from lordmathis/fix/delete-instance
fix: Prevent restarting instance from getting deleted
|
2025-10-27 19:27:58 +01:00 |
|
|
|
dfcc16083c
|
Update test configuration to use 'sh -c "sleep 999999"' command
|
2025-10-27 19:25:13 +01:00 |
|
|
|
6ec2919049
|
Fix instance start simulation in TestUpdateInstance
|
2025-10-27 19:14:54 +01:00 |
|
|
|
d6a6f377fc
|
Fix logger race condition
|
2025-10-27 19:06:06 +01:00 |
|
|
|
cd9a71d9fc
|
Update test configuration to use 'yes' command instead of 'sleep'
|
2025-10-27 18:54:20 +01:00 |
|
|
|
2c4cc5a69a
|
Fix manager tests
|
2025-10-27 18:47:17 +01:00 |
|
|
|
b1fc1d2dc8
|
Add InstancesDir to test configuration for instance management
|
2025-10-27 18:38:23 +01:00 |
|
|
|
08c47a16a0
|
Fix operations tests
|
2025-10-27 18:35:16 +01:00 |
|
|
|
219db7abce
|
Move port range validation to config
|
2025-10-27 18:23:49 +01:00 |
|
|
|
14131a6274
|
Remove redundant code
|
2025-10-27 18:18:25 +01:00 |
|
|
|
e65f4f1641
|
Remove unsupported error wrapping from log.Printf
|
2025-10-27 18:01:58 +01:00 |
|
|
|
5ef0654cdd
|
Use %w for error wrapping in log messages across multiple files
|
2025-10-27 17:54:39 +01:00 |
|
|
|
1814772fa2
|
Fix instance deletion check to account for restarting status
|
2025-10-27 17:42:27 +01:00 |
|
|
|
f1666565d8
|
Merge pull request #74 from lordmathis/refactor/health-check
refactor: Improve frontend health check
v0.11.2
|
2025-10-26 19:54:38 +01:00 |
|
|
|
13ef13449c
|
Fix ts type check
|
2025-10-26 19:52:44 +01:00 |
|
|
|
777e07752b
|
Fix health service tests
|
2025-10-26 19:48:07 +01:00 |
|
|
|
75e7b628ca
|
Remove 'loading' and 'error' states
|
2025-10-26 19:12:35 +01:00 |
|
|
|
2a1bebeb24
|
Improve health checks for instances
|
2025-10-26 19:05:03 +01:00 |
|
|
|
f94d05dad2
|
Add Restarting state
|
2025-10-26 18:55:05 +01:00 |
|
|
|
14f4a80c89
|
Merge pull request #73 from lordmathis/refactor/docs
refactor: Update docs structure and improve content clarity
|
2025-10-26 17:30:50 +01:00 |
|
|
|
d768845805
|
Add Authorization header to curl examples.
|
2025-10-26 17:28:01 +01:00 |
|
|
|
4f94f63de3
|
Minor docs improvements
|
2025-10-26 17:19:53 +01:00 |
|
|
|
249ff2a7aa
|
Capitalize godoc tags
|
2025-10-26 16:49:27 +01:00 |
|
|
|
6c522a2199
|
Ad core concepts to quick-start
|
2025-10-26 16:44:32 +01:00 |
|
|
|
3ff87f24bd
|
Update swagger docs
|
2025-10-26 16:36:24 +01:00 |
|
|
|
eac4f834c0
|
Update API endpoints in managing instances and quick start documentation
|
2025-10-26 16:35:58 +01:00 |
|
|
|
59c954811d
|
Update API routes in godoc
|
2025-10-26 16:35:42 +01:00 |
|
|
|
dd40b153d8
|
Minor docs improvements
|
2025-10-26 16:10:37 +01:00 |
|
|
|
c0cd03c75d
|
Refactor troubleshooting documentation for instance management issues
|
2025-10-26 15:59:17 +01:00 |
|
|
|
6a840069e1
|
Fix llama.cpp link in troubleshooting docs
|
2025-10-26 15:35:51 +01:00 |
|
|
|
7509722dfa
|
Clarify port and api key assignments
|
2025-10-26 15:32:40 +01:00 |
|
|
|
a5e9e01ff4
|
Update screenshots
|
2025-10-26 15:25:53 +01:00 |
|
|
|
7063e83cd2
|
Improve OpenAPI docs styling
|
2025-10-26 15:00:30 +01:00 |
|
|
|
781921fc5a
|
Refactor documentation headings
|
2025-10-26 14:50:42 +01:00 |
|
|
|
85e21596d9
|
Auto generate mkdocs api reference from swagger
|
2025-10-26 14:43:27 +01:00 |
|
|
|
975c740272
|
Add API key security definitions to Swagger documentation
|
2025-10-26 14:42:55 +01:00 |
|
|
|
e387280405
|
Update docs path in contributiong
|
2025-10-26 14:41:59 +01:00 |
|
|
|
58c8899fd9
|
Update import path for API documentation
|
2025-10-26 14:08:48 +01:00 |
|
|
|
f98b09ea78
|
Move apidocs to docs folder
|
2025-10-26 14:04:53 +01:00 |
|
|
|
90b65cad79
|
Update docs navigation
|
2025-10-26 13:57:16 +01:00 |
|
|
|
9e88b63fca
|
Flatten the docs structure
|
2025-10-26 13:55:05 +01:00 |
|
|
|
52d8c2a082
|
Simplify README.md
|
2025-10-26 13:43:44 +01:00 |
|