Skip to content

Releases: codebench-dev/api

v1.11.0

14 Jul 15:32
Compare
Choose a tag to compare

1.11.0 (2021-07-14)

Bug Fixes

  • apply prettier format (d8207e8)
  • ignoring generated cpp files on prettier run (000b4ff)
  • linter config to exclude generated cpp lexer/parser (bf78861)
  • linter issue (805e70e)
  • linter issues (8664620)
  • make all the rules works (db877ce)
  • make it compile (7380643)

Features

  • add go quality rules (6b50738)
  • add is camelcase function (5ce303a)
  • add LintService (py) & CodeQualityService (cpp) (36dbdcf)
  • add python lexer and parser (e7c2ef1)
  • add rule on function line size (2ba4a96)
  • add rule on line length (86c0a63)
  • add rule on python function length (9fa702e)
  • golang parsing (3ec022a)
  • new quality rules for c++ (df096cb)
  • python quality code init (60a8ef2)
  • save scores to database (592e8d6)

v1.10.1

07 Jul 08:12
d8af7a8
Compare
Choose a tag to compare

1.10.1 (2021-07-07)

Bug Fixes

  • submission: update languageMatcher (d8af7a8)

v1.10.0

07 Jul 06:54
04aa4d9
Compare
Choose a tag to compare

1.10.0 (2021-07-07)

Features

  • submission: add message and error properties (04aa4d9)

v1.9.1

05 Jul 17:32
5ca24c7
Compare
Choose a tag to compare

1.9.1 (2021-07-05)

Bug Fixes

  • disable in-memory cache (5ca24c7)

v1.9.0

05 Jul 15:38
92f686e
Compare
Choose a tag to compare

1.9.0 (2021-07-05)

Features

v1.8.1

03 Jul 14:11
1e957be
Compare
Choose a tag to compare

1.8.1 (2021-07-03)

Bug Fixes

  • rabbitmq: get RABBITMQ_URL from ConfigService (1e957be)

v1.8.0

19 Jun 17:07
91d72e8
Compare
Choose a tag to compare

1.8.0 (2021-06-19)

Features

  • submissions: add execution duration support (bad03a2)

v1.7.0

07 Jun 18:32
Compare
Choose a tag to compare

1.7.0 (2021-06-07)

Bug Fixes

  • submission: fix exceptions (e3ec454)
  • add some checks on benchmark find one (6c44867)

Features

  • get last submission for user (PUT) (b863773)
  • link submissions to benchmarks (a590bc9)

v1.6.1

07 Jun 17:46
c48cb9e
Compare
Choose a tag to compare

1.6.1 (2021-06-07)

Bug Fixes

  • build: update include path (c48cb9e)

v1.6.0

07 Jun 15:54
Compare
Choose a tag to compare

1.6.0 (2021-06-07)

Features

  • submissions: separate stdout/stderr (f308673)
  • rework submissions with RabbitMQ (d8a5ba0)

Performance Improvements

  • use in-memory cache to speed up job status polling (009c76b)