Releases: codebench-dev/api
Releases · codebench-dev/api
v1.18.0
1.18.0 (2021-07-28)
Bug Fixes
Features
- user: get user benchmarks (55b0365)
v1.17.0
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
1.16.1 (2021-07-27)
Bug Fixes
- docker: add go for golangci-lint (30f1492)
v1.16.0
1.16.0 (2021-07-27)
Features
- lint: add some logs to debug on prod (34ffc19)
v1.15.1
1.15.1 (2021-07-27)
Bug Fixes
- docker: use Debian buster base for node image (4aecc60)
v1.15.0
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
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.12.0
1.12.0 (2021-07-20)
Features
- leaderboard: add leadboard for benchmark (da74cb9)