Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Latest commit

 

History

History
129 lines (85 loc) · 3.78 KB

CHANGELOG.md

File metadata and controls

129 lines (85 loc) · 3.78 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Fixes

  • Raised dependencies to work with newer Java versions

Added

  • Dark theme!

Acknowlegment

Thanks to @christian-draeger for contributing theme support and the dark theme.

(Following semantic versioning this release raises the major version as it contains possible breaking changes).

Changes

This release changes the minimum required version of LambdaCD to 0.13.3.

Fixed

  • Updated all backend dependencies.

Acknowledgment

This release contains contribution of flosell and hackbert. Thank you!

Added

  • Minimum lambdacd version raised to 0.10.0
  • Compatibility with lambdacd 0.13.0

Added

  • Show absolute step times when hovering build step duration
Added
  • convert ANSI color codes in shell output to HTML

Fixed

  • Compatibility with LambdaCD 0.13.0

Changed

  • Lambda UI now requires at least LambdaCD 0.10.0

Fixed

Added

  • send credentials on calls to backend so pipelines can use basic-auth

Added

  • show root level detail link if existing

Added

  • show build artifacts in build output layer
  • follow active step in build details
  • add footer with version numbers (can be opted out, see README)
  • add grab&scroll info on build details that exceed the monitor width

Added

  • :show-version config item.
  • Tooltip showing the absolute start time in build summaries
  • :target option in navbar links of config.
  • opens most interesting step (waiting / running / failure) when opening a build for the first time
  • expand all steps / collapse all steps
  • include build step state in output layer

Fixed

  • trigger time is now excluded from the build started calculation
  • interaction with backend (trigger steps, etc.) now also work in safari (and probably IE too)
  • horizontal drag & scroll also works in the whole build details area
  • horizontal drag & scroll does not close/open build steps anymore

Fixed

  • Also show pipelines in 'unknown' state
  • Fix scroll by drag bug
  • Do not include trigger waiting time in duration calculation of build summaries

0.1.0

First release.