This repository has been archived by the owner on May 19, 2020. It is now read-only.
Releases: cloud-gov/cg-dashboard
Releases · cloud-gov/cg-dashboard
No sidenav layout
- Fixed layout for the USA disclaimer on the top of the page, #895.
- Removed unused marketplace link from app page because there's no longer a marketplace page, #898.
- Removed sidebar due to user research, #893.
- Added new buttons to dashboard top nav, #907.
- Changed page header to new design, #904.
- Changed panels to closer match design, #918.
- Added simple breadcrumbs to the header, allowing for easier navigation without the sidebar, #906, #910, #917, #925, #936.
- Changed heuristics around application health to better represent Cloud Foundry's representation of health and ensure we consistently handle and show app health, #920, #924, #937.
- Added newly designed footer, #919.
- Fixed bugs of display of app usage and limits data on app page, #928, #891.
- Fixed broken error handling on routes form and other places, #923.
Workflow and project changes
Dependency upgrading
- Removed manage routes link to space page because UI doesn't exist yet, #840.
- Changed marketplace UI to be on space page, #852.
- Fix for misplaced click on org on the overview page, to ensure click behavior matches expectations, #850.
- Upgraded cg-style, #863.
- Changed org users UI to be on org overview page, #861.
- Changed alignment and styling of services panel, #854.
- Changed semantics of panel headers, #855.
- Added org overview, #859.
- Fixed style of count status component, #871.
- Removed borders from app usage panel, #872.
Project and workflow changes
- Changed, upgraded go version, #837, #844.
- Renamed staging server, #828.
- Upgraded all front end dependencies to next minor version, #848.
- Removed CSS modules from dev build, #842.
- Added functionality for
Action
component to take an href, #843. - Changed setting icon size in the
Icon
component, #853, #856. - Upgraded certain dependencies to newest major versions, #849.
- Changed CF instance count to 2 for more redundancy, #865.
- Added more documentation on upgrading dependencies, #862.
Overview pages, editing allocations, design improvements
- Fixed some urls displaying incorrectly in activity logs, #777.
- Added new design for overview page that includes quick space and app information, #774, #802, #788, #804, #810.
- Fixed webpack so it runs in production mode on production to improve performance, #789.
- Changed activity log to show only certain amount of items and other fixes so it's easier to read, #806, #809.
- Changed layout of routes panel so it's consistent in design, #805, #829.
- Changed design of app page panels so it's consistent in design, #820.
- Added editing to app allocation allowing users to modify app resource allocation, #825.
- Changed to new design for space page showing quick information on apps, #807.
- Changed to cg-style version 2.3.0 #831.
Project changes
App restart
- Added restart app button on app page, #749, #729, #748.
- Fixed specifying correct domains, for E/W to GovCloud migration, #731, #732.
- Used cached buildpack for faster deployment, #754.
- Fixed unminified assets in production, #753.
- Fix create service instance form not creating instance, #749.
- Added additional security by setting http only and secure flags on session cookies, get session key from en vars, #733, #756.
- Added CSRF protection, #752.
Usage and limits
Visual style update
App changes
- Changed visual style to cloudgov-style 2.0, #659, #673, #685
- Changed grid layout and use of grid, #665
- Fixed content, #666, #667, #671
- Fixed linked to unbound routes on app page, #690
Code changes
Service and route UI
- Add link to route from app page, #624
- Modifying service instances on app page so they can be bound to more then one app, #612
- Add error view for (un)binding routes and services, #639
- Modify routes on app page to allow creation/deletion to be separate from (un)binding, #600
- Modifying layout of services on app page, #626
- Modifying names of service instance states, #638
- Move onboarding documents, #640
- Add functionality to deploy to an environment with a cloud-gov style branch, #609