Skip to content

Releases: cortex-lab/LabCI

LabCI

Choose a tag to compare

@k1o0 k1o0 released this 11 May 07:31
b8bb72b

Modified

  • dependency vulnerability hotfix
  • npm name changed to 'lab-ci' to conform with package rules
  • fix build shield in readme

LabCI

Choose a tag to compare

@k1o0 k1o0 released this 30 Apr 11:47
5726447

Added

  • any number of tasks may be added for a job, which are then executed in series
  • now serves a Webpage that shows the log in realtime
  • added a jobs endpoint to see which jobs are on the pile
  • stderr is piped to log file
  • flake8 errors are neatly captured in GitHub status description
  • param to skip checks when only ignored files changed
  • param to skip draft PR event checks

Modified

  • renamed MATLAB-CI to labCI
  • records endpoint can return pending jobs
  • tests badge endpoint returns 'error' on errored tests instead of 'unknown'
  • job waits for coverage calculation and updating of records before finishing
  • On successful completion of tests the duration is appended to the description

MATLAB-CI

Choose a tag to compare

@k1o0 k1o0 released this 05 Feb 19:50
5a6bb88

Added

  • nyc dependency for manual coverage of matlab-ci

Modified

  • removed old dependencies
  • support for short ids and branch names for all endpoints

MATLAB-CI

Choose a tag to compare

@k1o0 k1o0 released this 22 Jan 18:35
a19038d

Added

  • there are now three major modules: lib, serve and main
  • lots and lots of new tests
  • support for running any tests: now CI calls a custom shell script
  • new settings file and config module to validate settings
  • branch pass list option in settings
  • force flag for badge API
  • function for converting string to bool in robust way
  • function for saving test records

Modified

  • complete rewrite of code
  • index.js renamed to main.js
  • preparing the environment may be optional
  • errors during test function are now saved into test record db
  • new config options (see readme)
  • kill child processes in job timer

MATLAB-CI

Choose a tag to compare

@k1o0 k1o0 released this 13 Jan 09:58

Modified

  • test log formatted in html
  • coverage checks ignored for branches named 'documentation'
  • switch from Serveo to localtunnel
  • increased timeout from 5 to 8 minutes
  • generalized some variables such as repo owner, ci context
  • updated documentation

MATLAB-CI

Choose a tag to compare

@k1o0 k1o0 released this 13 Jan 09:40
e5e7439

Better README file and functions to check and report code coverage.

MATLAB-CI

Choose a tag to compare

@k1o0 k1o0 released this 24 Jul 08:30

First stable working version and last version to use Smee client.