Skip to content

Clouds yaml - #93

Merged
okso-hub merged 4 commits into
mainfrom
clouds-yaml
Jul 25, 2026
Merged

Clouds yaml#93
okso-hub merged 4 commits into
mainfrom
clouds-yaml

Conversation

@luca-baeck

Copy link
Copy Markdown
Contributor

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context.

Closes # (issue)

Type of change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🎨 UI/UX improvement
  • 📝 Documentation update
  • ♻️ Code refactoring
  • 🌐 Internationalization (i18n)

Screenshots

Testing

  • Build succeeds (npm run build)
  • Dev server runs without errors (npm run dev)
  • Manual testing performed
  • i18n translations updated (if text changes were made)

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Code follows Vue 3 Composition API best practices
  • Components are properly typed (TypeScript)
  • Tailwind CSS classes are used consistently

Luca Bäck added 4 commits July 25, 2026 16:02
Resolve conflicts across 5 deployment views. 60 of 64 conflict blocks
were comment-only (clouds-yaml trimmed comments while main reworded the
same lines) and were resolved to clouds-yaml's concise versions. The one
real code conflict, DeploymentDetailView, keeps main's /my-access member
self-access feature (myAccounts/myTeamVms + fetch + template fallback);
clouds-yaml's shared formatBytes dedup in NewDeploymentSummaryView is
preserved.

Tests: vue-tsc clean, 101 passed / 26 skipped (incl. merged view specs).
- index.html: title 'Six7 Click'n'Deploy' and /logo.png favicon
  (was the placeholder 'frontend' title and a dead /vite.svg icon).
- DeploymentDetailView: isDeploymentBusy now falls back to
  deployment.latest_task.status. Members never load the task list, so
  activeTask was always null and the resend-credentials button stayed
  enabled during a redeploy/pause/resume while the deployment row still
  read 'success'. latest_task is delivered to members too, so the button
  now correctly stays disabled until the run is terminal.
@okso-hub
okso-hub merged commit 009eac9 into main Jul 25, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants