Skip to content

Releases: Ephigenia/circleboard2

Major Release

14 Jun 16:52
Compare
Choose a tag to compare
Major Release Pre-release
Pre-release

Adds optional "dark" mode which can be set via GET variable or in the config page.

bildschirmfoto 2018-06-14 um 18 43 50

Major Version

14 Jun 16:53
Compare
Choose a tag to compare
Major Version Pre-release
Pre-release

In addition to the previous release the current release comes with these new features:

  • adds multiple gitlab projects support (471f277)
  • dockerized repo (aa389c0)

bildschirmfoto 2018-06-14 um 16 54 49

Major Release

11 May 15:18
Compare
Choose a tag to compare
Major Release Pre-release
Pre-release

Rewrite of the whole application using angular 6.0 and rxjs 6.0.

Features

  • group jobs from the same workflow in one line and show workflow steps as small colored labels
  • fontsize, refreshInterval & grouping configuration can be set via GET parameter
  • when client goes offline a message is displayed
  • more descriptions and examples in the config page
  • noscript message when javascript is disabled
  • loading message & progress bar while app is loading
  • some tests and e2e tests added

Some minor features from the previous major release may not be present right now but will be added later.

BugFix Release

11 May 15:17
Compare
Choose a tag to compare

Bug Fixes

  • updates node version (36c2bf2)
  • updates packages to their latest (9b65623)

Feature Release

11 May 15:17
Compare
Choose a tag to compare

Bug Fixes

  • build-list: labels are badges as of bootstrap alpha-6 (0295095)
  • navbar: bootstrap 4 alpha 6 adjustments (8ecb7f9)

Features

  • not started build show their author date (8115146)
  • build-list: title tooltips for the build start/end, author dates (b12091c)
  • build-list: uppercase outcome & lifecycle labels (51c51b5)

Angular Update

05 Jan 11:16
Compare
Choose a tag to compare

update to angular 1.6.1

BugFix Release

04 Jan 15:13
Compare
Choose a tag to compare

Bug Fixes

  • build-list: error display (1da135c)
  • lowercase filename for BuildService (60c3c96)

Feature Release

04 Jan 15:13
Compare
Choose a tag to compare

Bug Fixes

  • build-list: hover space underline in paperclip icon (0f60877)
  • build-list: refresh interval does work as expected now (07a0e1e)

Features

  • build-list: show list is empty message when no builds there (b0f417e)
  • config: disable save btn when invalid values (be223f1)
  • config: pristine state and save btn disabled when pristine (b1ef3b0)
  • config: validation state for api token and refresh interval (1762440)
  • nav-bar: show countdown & loading indicator (e79a565)

Feature Release

04 Jan 15:13
Compare
Choose a tag to compare

Bug Fixes

  • nav: btn float right on small screens (c6c43a4)

Features

  • add calendar-ok and calender-not-ok icons to build item (a8cbe8c)
  • apiToken can be set with /#?apiToken= (6f917ee)
  • circleci api errors shown (7a89e32)
  • human readable build duration display (e78c530)

CircleCI

21 Dec 14:50
Compare
Choose a tag to compare

I made some improvements to the code base which wasn’t updated since the last 2.0.0 release (almost a year ago):

  • updated angular to 1.5.8
  • using bootstrap 4
  • using fontawesome icons
  • more build information
    • add build number
    • repo name linked
    • hash links to comparison url on github
    • author has a tooltip with email & date
    • show icon next to the build when artifacts are available
  • commits now following angular commit guidelines and watched using husky & conventional-changelog-lint