Skip to content

Progress

Compare
Choose a tag to compare
@codingchili codingchili released this 31 Mar 00:54
· 55 commits to master since this release

Changes

  • added a distributed hazelcast semaphore used when taking jobs from the queue.
  • mark all builds attached to an instance as failed if the owning instance goes down.
  • show executors cpu/memory usage and "last seen" when instance goes offline.
  • improved API latency worst case scenario from 250ms -> 5ms. (cluster routing)
  • added the ability to remove builds that are no longer running from history.
  • refactored the API into 'builds' and 'configuration'.
  • improved the UI, new color theme, various fixes and improvements including mobile/PWA
  • fixed an issue with autoclean not deleting readonly files: now adds write before deleting.
  • fixed styling issues with paper-input and black text.
  • fixed styling issues with paper-dialogs, the build log and checkboxes..
Not included in this release:
  • docker support
  • downloading build artifacts
  • cancelling queued/in progress builds.
  • changing instance settings from the web ui/api
  • simple password based authentication.