Skip to content

Releases: codebench-dev/api

v1.18.0

28 Jul 22:19
Compare
Choose a tag to compare

1.18.0 (2021-07-28)

Bug Fixes

Features

  • user: get user benchmarks (55b0365)

v1.17.0

28 Jul 20:12
Compare
Choose a tag to compare

1.17.0 (2021-07-28)

Bug Fixes

  • rm validation for CreateBenchmarkDto.maxCyclomaticComplexity (d2cac28)
  • bench: add min/max validation for maxCyclomaticComplexity (f85146f)

Features

  • bench: add maxCyclomaticComplexity (d80ee07)

v1.16.1

27 Jul 15:19
30f1492
Compare
Choose a tag to compare

1.16.1 (2021-07-27)

Bug Fixes

  • docker: add go for golangci-lint (30f1492)

v1.16.0

27 Jul 14:30
34ffc19
Compare
Choose a tag to compare

1.16.0 (2021-07-27)

Features

  • lint: add some logs to debug on prod (34ffc19)

v1.15.2

27 Jul 14:07
0ff55cf
Compare
Choose a tag to compare

1.15.2 (2021-07-27)

Bug Fixes

v1.15.1

27 Jul 09:47
4aecc60
Compare
Choose a tag to compare

1.15.1 (2021-07-27)

Bug Fixes

  • docker: use Debian buster base for node image (4aecc60)

v1.15.0

27 Jul 09:01
Compare
Choose a tag to compare

1.15.0 (2021-07-27)

Features

  • lint: add clang-tidy support (5e94a79)
  • lint: fix pylint, add support for golangci-lint (2d94145)
  • lint: save and return linter violations (6c4cd18)

v1.14.0

25 Jul 08:47
Compare
Choose a tag to compare

1.14.0 (2021-07-25)

Bug Fixes

  • apply self reference for duplicated submissions (7a7effe)
  • fixing typo (4a774f1)
  • init cyclo complexity to 1 (ebcbb08)

Features

  • add duplicated submission to leaderboard (10761b3)
  • code tokenization (d73233f)
  • cyclomatic complexity computation (653ab60)
  • else and else if (9a27c2f)
  • find duplicated submission (b0f1673)
  • hash code at submission (5ea3edc)
  • implement cpp tokenization (8eefc07)
  • implement golang and fix empty lines (c4b26f2)
  • rework code hash handling (60324eb)
  • tokenize comments (bbbccb4)

v1.13.0

21 Jul 13:13
d365187
Compare
Choose a tag to compare

1.13.0 (2021-07-21)

Features

  • submission: add memory usage support (#105) (d365187)

v1.12.0

20 Jul 15:03
Compare
Choose a tag to compare

1.12.0 (2021-07-20)

Features

  • leaderboard: add leadboard for benchmark (da74cb9)