Skip to content

Commit 955ec2c

Browse files
fix(ui): resolve all TypeScript compilation errors, add .dockerignore
Fix mismatched API method names across all 6 views (listCerts->list, listEntries->list, healthCheck->health, trustCa->trust, rotateCert->rotate). Fix type mismatches (health_status->status, last_health_check->last_check, ServerInfo->ServerStats). Add missing audit API module, CaInfo type, routing.reload(), tls.getCaInfo(). Add domain field to Service type, memory_percent to GpuInfo. Remove unused imports. Add type annotations to eliminate all implicit any parameters. Add .dockerignore to prevent node_modules from inflating build context.
1 parent 2831004 commit 955ec2c

12 files changed

Lines changed: 2877 additions & 48 deletions

File tree

.dockerignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ui/node_modules
2+
ui/dist
3+
.git
4+
.github
5+
docs
6+
examples
7+
conformance
8+
completions
9+
tests
10+
*.md
11+
!README.md
12+
LICENSE
13+
PATENTS.md
14+
NOTICE

0 commit comments

Comments
 (0)