Verified Commit 8eaa9146 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

chore: dtt-transit changelog links and configuration

parent 9c92e6cf
{
"tagPrefix": "",
"commitUrlFormat": "https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/commit/{{hash}}",
"compareUrlFormat": "https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/issues/{{id}}"
"commitUrlFormat": "https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/{{hash}}",
"compareUrlFormat": "https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/issues/{{id}}"
}
......@@ -2,19 +2,19 @@
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.
### [2.1.1](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/compare/2.1.0...2.1.1) (2021-01-03)
### [2.1.1](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/compare/2.1.0...2.1.1) (2021-01-03)
## [2.1.0](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/compare/2.0.0...2.1.0) (2020-12-30)
## [2.1.0](https://transfer.hft-stuttgart.de/gitlab/dtt/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))
* **rest/taskupload:** add reporting to ticket systems given ([9df50c2](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/9df50c2b90120cfbbd0409a9c149c5e92232e7c3))
* **taskupload:** enable processing of submissions directly uploaded as zip ([326861d](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/326861df8dd2e956ba83925a072a682c4d6accd4))
* **util:** add archive extraction utility ([5632b49](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/5632b49124f1e1c39a84224d6e116a88c3de1228))
* **util:** add unified-ticketing utility class ([088c30b](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/088c30b12de1f86b853b5e1c21ecabc0ee38d637))
## [2.0.0](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/MoDoCoT-Backend/-/compare/1.2.0...2.0.0) (2020-12-21)
## [2.0.0](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/compare/1.2.0...2.0.0) (2020-12-21)
### ⚠ BREAKING CHANGES
......@@ -34,19 +34,19 @@ All notable changes to this project will be documented in this file. See [standa
### 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))
* add debug profile activateable through the common ways to show trace levels of logger ([d285f60](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/d285f604f9d47e2aa511b089a3b71b7de948b62b))
* major rework of MoDoCoT ([7c10b57](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/7c10b571d6039838c1cdda11812bc1eb485f5e30))
* **config:** add global proxy configuration ([3a59600](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/3a59600dfb9517348560d9be18a030bdf77fddad))
* **dev-templates:** add compose file to build and run locally ([73816f7](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/73816f7f2ca4da3b01b948d9ca6893125b2250d8))
* **model:** add back model structure for moodle feedback ([528d78e](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/528d78ec32be0b88103a1c84f375fc924d65d529))
* **model:** add new definition for a result file ([d11a941](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/d11a941b1082f3c1aac099a12156e5e4d79d9c34))
* **util:** added Docker Util ([eebb44c](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/eebb44ce8809ebc710be8af654500f51a03e2e07))
* **util/FileUtil:** add method for recursive folder copy ([3042e11](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/3042e116522e23b8c3c0ada2769543ae6bb62887))
* **pom:** bump version to 2.0.0 ([aeed78a](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/aeed78aa0a64a4590f6b95e76e747a224241c769))
* remove all old stuff, no longer used ([1df2f5e](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/1df2f5e6d265212082c27f474b334d927faa6c88))
* removed custom serializer definition ([ca3e0c7](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/ca3e0c78a6cfb6d722ef7806b65d1a5e186c7e51))
* **rest:** refactor TaskUpload to V2 ([db826d5](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/db826d5db87bee07d5d1de691dcd06da46ca66cb))
* **rest:** refactor UnitTestUpload to v2 ([13d3ce3](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/13d3ce30f16fea913a9fac84ef12834fa231bdc5))
* **util:** refactor JGitUtil for V2 ([1547ce0](https://transfer.hft-stuttgart.de/gitlab/dtt/backend/-/commit/1547ce007a76f996f4a21f26e9c1de74c2e509c2))
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment