From f393226f312d04611f9ab1726d703aa9ce8cbe00 Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Thu, 16 Jan 2020 12:16:40 +0100 Subject: [PATCH 1/3] Add changelog --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..4ac2c03d9a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased +### Added +- Set individual page title +- Copy on write + +### Changed +- Stop fetching commits when this takes too long +- Unification of source and commits become "code" + +### Fixed +- Classloader leak which caused problems when restarting +- Failing git push does not lead to an GitAPIException +- Subversion revision 0 leads to error +- Create mock subject to satisfy legman +- Mutliple versions of hibernate-validator caused problems when starting from plugins + +## 2.0.0-rc1 - 2019-12-02 +### Added +- Namespace concept and endpoints +- File history +- Global permission concept +- Completely translated into German with all the text and controls of the UI +- Frontend provides further details on corresponding errors +- Repository branch overview, detailed view and create branch functionality +- Search and filter for repos, users and groups +- Repository Permissions roles +- Migration step framework and wizzard +- Plugin center integration +- Plugins can be installed (even without restart), updated and uninstalled using the new plugins overview +- Git-LFS support (with SSH authentication) +- Anonymous access via git-clone and API access with anonymous user +- Cache and x-requested-with header to bundle requests +- Public flag migration From ec20722047036d3a37eeb7921609614439182ff7 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Thu, 16 Jan 2020 12:43:17 +0100 Subject: [PATCH 2/3] small fixes in CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac2c03d9a..38cf1ee569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Copy on write ### Changed -- Stop fetching commits when this takes too long +- Stop fetching commits when it takes too long - Unification of source and commits become "code" ### Fixed @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Failing git push does not lead to an GitAPIException - Subversion revision 0 leads to error - Create mock subject to satisfy legman -- Mutliple versions of hibernate-validator caused problems when starting from plugins +- Multiple versions of hibernate-validator caused problems when starting from plugins ## 2.0.0-rc1 - 2019-12-02 ### Added @@ -30,10 +30,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Repository branch overview, detailed view and create branch functionality - Search and filter for repos, users and groups - Repository Permissions roles -- Migration step framework and wizzard +- Migration step framework and wizard - Plugin center integration - Plugins can be installed (even without restart), updated and uninstalled using the new plugins overview - Git-LFS support (with SSH authentication) - Anonymous access via git-clone and API access with anonymous user - Cache and x-requested-with header to bundle requests -- Public flag migration +- remove public flag from repository and migrate permissions to anonymous user From 67e90145da92a7aec90a38509b5a7a116c15afc3 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Thu, 16 Jan 2020 11:43:56 +0000 Subject: [PATCH 3/3] Close branch feature/add_changelog