Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

41 lines (32 loc) · 2.38 KB

Change Log

2019-11-01

  • #322 Added an option to hide experimental recommendations.

2019-10-27

  • #320 Refactoring of LanguageOwners.
  • #319 Enabled to choose the number of shown language owners.
  • #318 Difficulty estimation for old contests.

2019-10-24

  • #316 Stop aggregating before-contest submissions.
  • #314 Ported aggregation functions from Rust to SQL.

2019-10-23

  • #313 Added error::Error.
  • #312 Created SQL updater for AWS Lambda.
  • #310 Removed unused AWS Lambda functions.

2019-10-20

  • #308 Created a new Docker container for backend.
  • #307 Compressed submissions.csv.

2019-10-19

  • #306 Added ts-lint check into CI.
  • #305 Removed unused python scripts.

2019-10-18

  • #304 Fixed the margins.
  • #303 Installed ts-lint and Prettier.

2019-10-15

  • #300 Removed corrupted difficulty.
  • #299 Updated Docker.crawler to reduce the image size.

2019-10-14

  • #297 Updated Docker.crawler to fix the compile errors in DockerHub.
  • #296 Updated rusoto to fix the compile errors.
  • #294 Updated the difficulty estimation algorithm.
  • #293 Updated the sql backup script to compress the CSV file.
  • #291 Updated crawler to handle DB connection errors.