CHANGELOG.md 4.32 KB
Newer Older
Lukas Wiest's avatar
Lukas Wiest committed
1
2
3
4
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

Lukas Wiest's avatar
Lukas Wiest committed
5
6
7
8
9
10
11
12
13
14
## [2.1.0](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/compare/2.0.0...2.1.0) (2020-12-30)


### Features

* **rest/taskupload:** add reporting to ticket systems given ([9df50c2](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/9df50c2b90120cfbbd0409a9c149c5e92232e7c3))
* **taskupload:** enable processing of submissions directly uploaded as zip ([326861d](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/326861df8dd2e956ba83925a072a682c4d6accd4))
* **util:** add archive extraction utility ([5632b49](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/5632b49124f1e1c39a84224d6e116a88c3de1228))
* **util:** add unified-ticketing utility class ([088c30b](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/088c30b12de1f86b853b5e1c21ecabc0ee38d637))

Lukas Wiest's avatar
Lukas Wiest committed
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## [2.0.0](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/compare/1.2.0...2.0.0) (2020-12-21)


### ⚠ BREAKING CHANGES

* **pom:** pom version bump to 2.0.0
* serializer def for Failure and Diagnostics removed
* removed lots of code, templates, etc
* **rest:** Gitea eliminated
* **rest:** Jenkins eliminated
* **rest:** expected file type changed from zip to text
* **rest:** textfile has to conform new modocot URI
* **rest:** no Jenkins pipe needed in submission repo
* **rest:** no Dockerfile needed in submission repo
* **rest:** file to be uploaded changed from zip to text
* **rest:** no longer uses Gitea
* **util:** method signature for cloneRepository changed

### Features

* add debug profile activateable through the common ways to show trace levels of logger ([d285f60](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/d285f604f9d47e2aa511b089a3b71b7de948b62b))
* major rework of MoDoCoT ([7c10b57](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/7c10b571d6039838c1cdda11812bc1eb485f5e30))
* **config:** add global proxy configuration ([3a59600](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/3a59600dfb9517348560d9be18a030bdf77fddad))
* **dev-templates:** add compose file to build and run locally ([73816f7](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/73816f7f2ca4da3b01b948d9ca6893125b2250d8))
* **model:** add back model structure for moodle feedback ([528d78e](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/528d78ec32be0b88103a1c84f375fc924d65d529))
* **model:** add new definition for a result file ([d11a941](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/d11a941b1082f3c1aac099a12156e5e4d79d9c34))
* **util:** added Docker Util ([eebb44c](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/eebb44ce8809ebc710be8af654500f51a03e2e07))
* **util/FileUtil:** add method for recursive folder copy ([3042e11](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/3042e116522e23b8c3c0ada2769543ae6bb62887))


* **pom:** bump version to 2.0.0 ([aeed78a](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/aeed78aa0a64a4590f6b95e76e747a224241c769))
* remove all old stuff, no longer used ([1df2f5e](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/1df2f5e6d265212082c27f474b334d927faa6c88))
* removed custom serializer definition ([ca3e0c7](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/ca3e0c78a6cfb6d722ef7806b65d1a5e186c7e51))
* **rest:** refactor TaskUpload to V2 ([db826d5](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/db826d5db87bee07d5d1de691dcd06da46ca66cb))
* **rest:** refactor UnitTestUpload to v2 ([13d3ce3](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/13d3ce30f16fea913a9fac84ef12834fa231bdc5))
* **util:** refactor JGitUtil for V2 ([1547ce0](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/1547ce007a76f996f4a21f26e9c1de74c2e509c2))