Skip to content

Releases: epinio/ui

epinio-1.11.0-4

21 Nov 20:52
Compare
Choose a tag to compare

Application Development Engine for Kubernetes

epinio-1.11.0-3

21 Nov 20:37
Compare
Choose a tag to compare

Application Development Engine for Kubernetes

v1.11.0-0.0.2

29 Nov 10:15
c8a5969
Compare
Choose a tag to compare

Changelog

  • c8a5969 Merge pull request #372 from torchiaf/update-doc-helm-values
  • 59c89a8 Merge pull request #365 from richard-cox/fix-about-page
  • af846fe Merge pull request #364 from richard-cox/fix-make-ns-agnostic
  • 4829ec7 Update install-epinio.md, new helm charts values
  • 8b2888b Fix linting
  • 0318fab Fix the about page - previously header icon and link text were rancher based - fix the header by moving the about page to side nav - previously this used the plain layout - the plain layout has a hardcoded rancher image (except in standalone mode) - for simplicity just change the about page to a default layout, which means it goes in side nav - annoying this needs to be in a side nav group, otherwise menu item appears above service and advanced groups - fix link text by avoiding getVendor when not in standalone
  • e114983 Fix linting
  • 64c9f1d Show Application action to take user to it's explorer deployment detail page
  • 5276c4e Discover the namespace epinio is installed to, use instead of hardcoded epinio
  • c937177 Make dashboard link to explorer cluster native anchor - means url is provided to anchor (shows link, can right click open new tab, etc)
  • a478b7a Update README.md
  • d4bd9a8 Update README.md
  • c38eabb Merge pull request #363 from richard-cox/embedded-prod
  • 3cb9af3 Ensure dex redirect url is correct when running in production
  • 0a76d5c Merge pull request #362 from richard-cox/embedded-login-changes
  • 6680ccc Remove the local user part of log in button if that's the only option
  • 0cceafa Update embedded login dialog following UX review

epinio-1.11.0-2

17 Nov 14:28
Compare
Choose a tag to compare

Application Development Engine for Kubernetes

v1.11.0-0.0.1

16 Nov 15:07
be4c48f
Compare
Choose a tag to compare

Changelog

  • be4c48f Merge pull request #345 from torchiaf/339-services-charts-edit
  • 729c12d Fix extension release process
  • 91f6d0b Intergrate Authorisation into embedded ui (#311)
  • a0870f8 Merge pull request #357 from richard-cox/fix-local-auth-val-end
  • f7ec210 Ensure we use an endpoint that requires auth... when checking for auth - we requested the info endpoint be made public (no auth required) to support an embedded use case - however we also used that endpoint to validate the user supplied creds were valid - end result was the ui thinking that bad creds were valid, causing the error page to show before redirecting back to log in - fix is to use the new me endpoint
  • 8ef9806 Send edit request only if settings change
  • 538c244 Enable edit mode

epinio-1.11.0-1

14 Nov 10:53
Compare
Choose a tag to compare

Application Development Engine for Kubernetes

v1.10.0-0.0.1

07 Sep 10:40
0a97f95
Compare
Choose a tag to compare

Changelog

  • 0a97f95 added backend dir to goreleaser config (#344)
  • 1e76e0a Merge pull request #340 from richard-cox/fix-edit-service
  • 15e16f0 Fix edit service instance - when editing a service instance that's in state 'deployed' we'd wait for the not-ready state which was never reached - we now just wait for the service instance to be created - also fixed failure message
  • 35d305f Merge pull request #313 from torchiaf/312-progress-bar
  • 4a4aa15 Add preparing steps
  • 222f121 Delay modal close
  • 467c617 Fix progress bar behavior
  • 850920e Merge pull request #336 from richard-cox/fix-service-create-app-bind
  • 5a7f0e2 Fix binding to an app after creating a service - Before we would wait for the service state to be deployed - this can take longer than the allowed 30 seconds to happen, and we don't have to wait for that state - so now wait for the service to be created, then an an additional horrible 2 second wait to be sure
  • 211cd4b Merge pull request #335 from epinio/richard-cox-patch-1
  • 39aee3b Merge pull request #334 from richard-cox/fix-dead-namespace-link
  • 64d32fc Version
  • b6c8693 permissions
  • f3aac70 Merge pull request #332 from richard-cox/fix-homepage-version-text
  • 027ef12 Exclude anything but categorised labels, add autolabeler
  • 68f9335 Merge pull request #326 from epinio/richard-cox-patch-1
  • 87fc76d Merge pull request #325 from torchiaf/299-edit-applications-validation
  • 672e4b1 Merge pull request #333 from torchiaf/253-select-commit
  • f3da84d Redirect namespace links in masthead to namespace list with filter - For resources that are namespaced, the masthead shows a link to the namespace - In dashboard world that would be the detail page of a namespace resource - In epinio world we have no namespace detail page, so take user to namespace list with query filter to show it - This could result in false positives but is better than a dead end - namespaces a, aa and aaa would all show up if user went to view namespace with name a
  • a2235e0 Bump shell v0.3.23
  • 01950f9 Use correct colour for text in home page version blob --primary-text is the text colour for --primary backgrounds
  • 978fae3 Only excplitally include some labels in maintenance section
  • 1c8f4b9 Tie up form validation to tab errors
  • 976abbf Add types
  • 22dd34f Update release-drafter.yml
  • b7bc3b8 Fix edit applications validation
  • abdf2ee Merge pull request #318 from torchiaf/317-service-details
  • c07e9d8 Fixes to services and links
  • c8d7225 Add serviceDetails to Service model
  • 834b47e Merge pull request #300 from torchiaf/252-service-chart-values
  • 6e50a1e Merge pull request #290 from torchiaf/fix/270-metrics
  • ce33365 Changes from review - use $router with location - don't attempt to fetch cluster metrics if in standalone mode
  • e40e0be Get Chart Values from sevices list response
  • 04a06c6 Merge pull request #306 from torchiaf/301-block-modal
  • 707e439 Merge pull request #308 from torchiaf/307-crash-navigating-to-cluster-explorer
  • 15d4a67 Check schema only if Epinio Ui is embedded
  • e2e313d Block zip creation in case of missing parts
  • 3d7f770 Handle download errors
  • 215effa Handle Excape button
  • 0fcff8c Merge pull request #276 from torchiaf/fix/271
  • 99ad1be Fix lint
  • 8e997db Clean up dashboard/fetch() function
  • e5a731c Change Banner information and layout
  • 14f719d Fix METRIC import
  • 152a8dc Move warning banner below welcome card
  • 21511a7 Change label of link to cluster metrics
  • 314ea36 Use router to navigate to the cluster explorer
  • 4c1a00d Schema can be null in namespaceLocation getter when navigating to cluster explorer - only embedded mode.
  • e58641d Change name of the llink to Epinio apps; remove Jobs from Epinio linkable apps
  • 9fbb311 Update yarn.lock
  • 7411137 Replace details() with epinio/find from store
  • ecf3c79 Cancel download on click cancel
  • 976def6 bump shell to 0.3.20
  • 9865384 Block export application modal
  • e345afa Merge pull request #261 from torchiaf/fix/253
  • cd059b6 Add warning in case of low node resources; fetching Node Metrics
  • 02f0023 Fix progressBar color: primary
  • 602dd7e Adress small change requests
  • 8203ca1 Add link on pods and Jobs, from Epinio clusters in Rancher dashboard to Epinio dashboard
  • e0126fd Merge pull request #291 from torchiaf/fix/277
  • 5e95493 backend, Copy response headers through proxied requests
  • 94f021a Reset chart values when changing service catalog
  • 09544ae Disable Chart Values in EDIT mode
  • d2e1b3c Add ChartValues to Service form
  • 81b0b6c import ChartValues component into AppInfo
  • fa696d6 Create generic ChartValues component to manage ChartValueSettings
  • 6d762f7 Fix Catalog Service value in edit mode, #296
  • bfc9b3b Merge pull request #297 from epinio/release-fix
  • 43eff9d Goreleaser and Dockerfile mods after migrating ui-backend
  • 422e563 Temporarily add manual trigger for release next workflow
  • 5b61af3 Merge pull request #292 from richard-cox/fix-release-next
  • 9c68173 Merge pull request #293 from epinio/273-upgrade-go-120-for-ui-backend
  • 27e08df Adapt content-length header name
  • ef84787 ui, improve compressing label during app download
  • cc7ae63 Implement single progress bar, showing action info
  • 8c47152 Change progress bar color; fix lint
  • 4ab568f Safe fetch parts options
  • 2600b74 Bump jszip to 3.10.1
  • 867d5cd Add progress bar when exporting Applications
  • c32df23 update go to 1.20
  • abf5a0e Ensure release-next builds complete by ignoring files that aren't checked in
  • 9596055 Add restart flag to Application /update API
  • 0aed8ce Merge pull request #286 from epinio/migrate-bk
  • 3b67ca8 TS fix
  • 0a6eabe Merge pull request #285 from richard-cox/add-about-link
  • 29d043d fix workflow paths
  • 10ea613 some release fixes
  • 05af74e update gitignore
  • bfc31c6 fix goreleaser config location
  • 7eaf795 update docs
  • ab6a28d Resolve some basic todo
  • 6f4c4a1 added comments, updated filepaths
  • fef1641 First pass at release process
  • 54d2d7a Update go dep paths
  • c5da5d3 Change set one - move most files over - fix some directory paths - still in progress - go releaser & build scripts
  • 21142dd Merge pull request #275 from torchiaf/fix-stats
  • 50c8ea6 Fix possible issue if there are no instances - the theory it looks like this can't happen, but lets be safe
  • 2d3aba1 Fix linting
  • 3a24f64 Add link to about page in embedded world
  • e904be8 update readme with quicker way to dev embedded extension
  • 2ec8dad fix service typing and 'version' colour
  • a895d6f Merge pull request #283 from richard-cox/package-helm
  • 88db48e Remove workflow_dispatch, fix docs after update
  • 0d8a0ff Merge pull request #282 from richard-cox/package-helm
  • f6a66fb Update build versions - root dashboard package will be the epinio version - epinio extension package will be the epinio version with the minor build version as the ext version
  • af07dd9 Restrict when the main builds run
  • 63cc67f readme fix, get ready for merge to master, added docs
  • 0a50bab Add description for epinio
  • d72d426 Add build-container and build-extension scripts - build-container won't work yet (see comment in file) - build-extension has been updated - added working-directory to take into account dashboard location - added convenience for running in a different branch
  • db91dd7 fix min calculation

v1.9.0

04 Sep 13:59
65b4989
Compare
Choose a tag to compare
v1.9.0-0.0.3

v1.9.0-0.0.3

v1.9.0-0.0.1

03 Jul 14:13
b469b29
Compare
Choose a tag to compare
v1.9.0-0.0.1 Pre-release
Pre-release
Merge pull request #266 from epinio/update-release-docs

Update release docs to reflects change to epinio/ui code home