|
|
b94909dee4
|
Update installation instructions in README.md to include prebuilt binaries and manual download steps
|
2025-08-01 20:17:29 +02:00 |
|
|
|
ae1bf8561f
|
Merge pull request #8 from lordmathis/feat/frontend-api-auth
feat: Add management API key authentication with login dialog
v0.2.0
|
2025-07-31 20:36:32 +02:00 |
|
|
|
ad117ef6c6
|
Add AuthProvider to test components
|
2025-07-31 20:34:33 +02:00 |
|
|
|
169432260a
|
Refactor health service to use centralized api client
|
2025-07-31 19:11:55 +02:00 |
|
|
|
f94a150b07
|
Refactor modals to dialogs and update related tests for consistency
|
2025-07-31 19:03:43 +02:00 |
|
|
|
c038cabaf6
|
Implement authentication flow with API key support and loading states
|
2025-07-31 18:59:12 +02:00 |
|
|
|
89f90697ef
|
Merge pull request #7 from lordmathis/feat/api-key-auth
Feature: Add API key auth for OpenAI compatible endpoints and llamactl management API endpoints on backend
|
2025-07-30 21:36:40 +02:00 |
|
|
|
8e8056f071
|
Update swagger docs
|
2025-07-30 21:34:46 +02:00 |
|
|
|
4d06bc487a
|
Update README for api key auth
|
2025-07-30 21:31:20 +02:00 |
|
|
|
bedec089ef
|
Implement middleware tests
|
2025-07-30 21:20:50 +02:00 |
|
|
|
b3540d5b3e
|
Implement api key auth
|
2025-07-30 20:15:14 +02:00 |
|
|
|
72ba008d1e
|
Merge pull request #6 from lordmathis/fix/release-notes-gen
Remove changelog generation step from release workflow
|
2025-07-28 22:35:00 +02:00 |
|
|
|
0aa5def9ec
|
Remove changelog generation step from release workflow
|
2025-07-28 22:32:44 +02:00 |
|
|
|
79364eca95
|
Merge pull request #5 from lordmathis/fix/llama-server-cors
Remove llama server cors headers
v0.1.2
|
2025-07-28 22:10:05 +02:00 |
|
|
|
e1889a65ac
|
Remove llama server cors headers
|
2025-07-28 22:06:44 +02:00 |
|
|
|
b3906183b0
|
Merge pull request #4 from lordmathis/fix/cors
Add cors middleware
v0.1.1
|
2025-07-27 19:13:03 +02:00 |
|
|
|
1057265c7f
|
Fix default host value in TestLoadConfig_Defaults
|
2025-07-27 19:11:24 +02:00 |
|
|
|
40d11b12ca
|
Add cors middleware
|
2025-07-27 19:05:15 +02:00 |
|
|
|
f061a65baf
|
Merge pull request #3 from lordmathis/fix/max-restart-panic
Fix monitorProcess to properly close and reset monitorDone channel
v0.1.0
|
2025-07-27 12:27:08 +02:00 |
|
|
|
f2073f3eb4
|
Fix monitorProcess to properly close and reset monitorDone channel
|
2025-07-27 12:24:17 +02:00 |
|
|
|
6e0b465b4d
|
Merge pull request #2 from lordmathis/feat/openai-models
Add OpenAI-compatible endpoints and instance creation timestamp
|
2025-07-27 12:20:57 +02:00 |
|
|
|
e6652e52e1
|
Add OpenAI-compatible endpoints and instance creation timestamp
|
2025-07-27 12:07:59 +02:00 |
|
|
|
1261232baa
|
Merge pull request #1 from lordmathis/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
|
2025-07-26 23:30:31 +02:00 |
|
|
|
96bbfcb273
|
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
2025-07-26 23:28:59 +02:00 |
|
|
|
3cc0b09d1d
|
Create codeql.yml
|
2025-07-26 23:21:51 +02:00 |
|
|
|
06160cc61e
|
Autofix eslint issues
|
2025-07-26 23:10:07 +02:00 |
|
|
|
90069ca7a0
|
Add ESLint and related plugins for improved code quality
|
2025-07-26 23:03:28 +02:00 |
|
|
|
76bf88cd02
|
Add linting and type-checking scripts to package.json
|
2025-07-26 22:50:19 +02:00 |
|
|
|
46550109f9
|
Fix capitalization in dashboard title in error handling test
|
2025-07-26 22:48:11 +02:00 |
|
|
|
815e45e597
|
Fix OpenAIProxy handler
|
2025-07-26 22:46:07 +02:00 |
|
|
|
04086b3047
|
Fix capitalization in Header
|
2025-07-26 22:29:32 +02:00 |
|
|
|
0a0d4188f2
|
Rename workflow to "Build and Release" and update README badge order
|
2025-07-26 21:58:54 +02:00 |
|
|
|
225c82ac02
|
Fix archive naming for macOS in build process
|
2025-07-26 21:42:14 +02:00 |
|
|
|
1f7a282791
|
Set platform-specific naming for macOS in build process
|
2025-07-26 21:34:23 +02:00 |
|
|
|
440168e822
|
Refactor release process to use softprops/action-gh-release for asset uploads and remove GitHub CLI installation steps
|
2025-07-26 21:25:53 +02:00 |
|
|
|
32dd940fd4
|
Refactor release workflow to use GitHub CLI for asset uploads and improve checksum generation process
|
2025-07-26 21:10:26 +02:00 |
|
|
|
f8b6cabb6c
|
Implement platform-specific process attribute settings for llama server
|
2025-07-26 21:02:57 +02:00 |
|
|
|
e7f0626ce5
|
Refactor artifact upload step to use dynamic naming and support multiple archive formats
|
2025-07-26 20:51:56 +02:00 |
|
|
|
d1dbccb1f9
|
Add GitHub Actions workflow for automated release process
|
2025-07-26 20:32:57 +02:00 |
|
|
|
7ed773060d
|
Set working directory for job steps
|
2025-07-26 19:56:16 +02:00 |
|
|
|
3e830c1044
|
Fix badge links in README.md to point to SVG images
|
2025-07-26 19:41:50 +02:00 |
|
|
|
1691bbbadd
|
Update README.md to include detailed configuration and usage instructions
|
2025-07-26 19:40:43 +02:00 |
|
|
|
3375cbbc90
|
Add TypeScript type check workflow and update webui test paths
|
2025-07-26 19:26:27 +02:00 |
|
|
|
6d7274ce31
|
Add GitHub Actions workflow for running webui tests
|
2025-07-26 19:24:01 +02:00 |
|
|
|
4334b40fa9
|
Implement basic tests for webui
|
2025-07-26 19:20:09 +02:00 |
|
|
|
e7d95e934c
|
Create webui dist directory in test workflow
|
2025-07-26 16:41:09 +02:00 |
|
|
|
427ea7fbd9
|
Update Go version in GitHub Actions workflow to 1.24
|
2025-07-26 16:37:09 +02:00 |
|
|
|
8e717608c5
|
Update Go test commands to include build tags
|
2025-07-26 16:13:52 +02:00 |
|
|
|
7087f65855
|
Add build constraint to exclude test builds for webui package
|
2025-07-26 16:01:07 +02:00 |
|
|
|
4ef3ce6d8c
|
Add GitHub Actions workflow for Go tests
|
2025-07-26 15:48:53 +02:00 |
|