1.14.0#539
Draft
dcharles525 wants to merge 166 commits into
Draft
Conversation
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
feat: EPINIO-432 new epinio dashboard
fix: hide info button in standalone and hide trailhand console warnings
…ew tag and action components as well
Replace custom DataTable.vue and Rancher SortableTable across all list, detail, and page views with the trailhand data-table web component for consistency with the design system. Extract all shared cell renderers into utils/table-formatters.ts, eliminating duplicated DOM construction logic across components. Helpers cover state tags, router links, commit SHA/author cells, app routes, and build progress cells. Apply dark mode hover CSS variables to every data-table instance. Configure vue.config.js isCustomElement to suppress Vue compiler warnings for web component tag names.
Made-with: Cursor
- Add renderActions to namespaces, services, and configurations tables - Fix AppProgress description cell formatter (div → flex span) - Fix dark mode sorted column header (add --sortable-table-header-sorted-bg to all data-table CSS blocks) - Fix Lit reactivity: spread [...rows] on all list table :rows bindings so _MERGE polls trigger re-renders - Force-refresh namespaces store immediately after inline modal create
fix: EPINIO-492 side nav about
… loads Add CONFIGURATION and SERVICE_INSTANCE to the loadCluster kick-start dispatches alongside APP, so data is pre-warmed in the store before the user navigates to those list pages. Simplify configurations and services list pages to only fetch their own type on mount (cross-loading of APP/SERVICE_INSTANCE removed). Add property-touch for status, stateDisplay, and meta in each computed so polling _MERGE updates re-render state tags and age columns in real time.
Feat/epinio 479 trailhand table
…eate_delete feat: EPINIO-480 and 481 namespace creation and deletion
Services needed to swap action items delete and edit. Additionally we can reduce polling time with updated pagination support. Also fixed app chart inputs (checkbox).
…github.com:epinio/ui into 1.14.0
…d_extension_fixes fix: EPINIO-605-608
Only request a restart from the app edit flow when the app is running or its instance count changes, and preserve explicit zero-instance values. This lets recovery edits be saved without breaking scale-up behavior.
Pass an explicit restart option when saving app metadata/config so restarts only occur if canRestartAfterConfigSave is true. Simplify shouldRestartOnSave to rely on that flag and mark the form as having unsaved changes when app info is updated. Also set replace_env: true in the application payload so the environment map is replaced (allowing removals/renames) instead of being merged by the API.
…e/cosign-installer-4.1.1 chore(deps): bump sigstore/cosign-installer from 4.0.0 to 4.1.1
…-drafter/release-drafter-7 chore(deps): bump release-drafter/release-drafter from 6 to 7
…etup-helm-5 chore(deps): bump azure/setup-helm from 4 to 5
…/sbom-action-0.24.0 chore(deps): bump anchore/sbom-action from 0.23.0 to 0.24.0
…login-action-4 chore(deps): bump docker/login-action from 3 to 4
…pace filter is active):
feat: EPINIO-604 server side search for table
…ations feat: EPINIO-585 app flow notifications
Fix/app config save guard
…ading_huddle fix: style leaking in extension mode and app table loading hover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.