Sebastian Sdorra
eba260f812
Add windows packaging
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
251bd25fd3
Add unix packaging
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
b26a687508
Fix missing assets in webapp
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
224e9eabe5
Fix ui on serve
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
02e8e3795a
Move scm-core module.xml
...
We move module.xml from scm-core to scm-annotations to avoid conflict with the annotation processor.
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
9d27c12de3
Read version from build-info.properties instead of pom.properties
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
acd8eb3a9a
Add build information (version) to scm-core.jar
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
fa7edc55b2
Implemented serve task for development mode
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
6430c811e2
Add scm-ui assets to scm-webapp war file
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
4fd136fea2
Add core plugins to scm-webapp war
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
95e183fe0a
Do not exclude top level build folder
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
c1aa851c72
Migrate plugins
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
51281d5e30
Migrate module scm-server
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
7e6257ec48
Compile and test scm-webapp
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
290e7decd8
Migrate module scm-dao-xml
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
18a0bcb317
Migrate module scm-test
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
f749a71aea
Migrate module scm-core
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
eaaface61b
Migrate module scm-annotation-processor to gradle
2021-01-14 11:55:27 +01:00
Sebastian Sdorra
ae50017e42
Migrate module scm-annontations to gradle
2021-01-14 11:55:27 +01:00
Eduard Heimbuch
b993b8aff3
Merge branch 'develop' of github.com:scm-manager/scm-manager into develop
2021-01-14 09:43:49 +01:00
Eduard Heimbuch
87ade09361
Fix documentation for repository export
2021-01-14 09:42:52 +01:00
Florian Scholdei
f4d4d3a8c6
Add missing subtitles ( #1496 )
...
Add the last missing subtitles in the scmm core.
2021-01-13 09:25:58 +01:00
René Pfeuffer
c58bd2f664
Include JRE version in plugin center url ( #1494 )
2021-01-13 09:18:28 +01:00
Snyk bot
94a112a9f9
Update resteasy Version
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGJBOSSRESTEASY-1009963
- https://snyk.io/vuln/SNYK-JAVA-ORGJBOSSRESTEASY-1058913
2021-01-12 08:26:02 +01:00
Eduard Heimbuch
adf7bac665
Subversion repository export
...
Add the repository export function for Subversion repositories. The repository will be exported as dump file which can be downloaded directly or inside a gzip compressed archive.
2021-01-08 09:19:33 +01:00
Sebastian Sdorra
badcf3ecb4
Update helm chart documentation
2021-01-07 15:46:41 +01:00
schnatterer
3118d843d3
Provide more options for Helm chart ( #1485 )
...
Add more configuration options to the helm chart including:
* lifecycleHooks
* extraEnv
* extraEnvFrom
* extraVolumes
* extraVolumeMounts
* Node port option for the service
It is now possible to define plugin versions as YAML variables for better maintainability.
This change will also disable the default helm repository in order to fix the build.
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com >
2021-01-07 15:34:11 +01:00
Florian Scholdei
c579de108f
Option to create a permanent link to a source file
...
Adds a new button next to the breadcrumbs in the source view that allows users to create a permanent link to the active path (file or folder).
2021-01-07 10:15:50 +01:00
Konstantin Schaper
831c8b0271
add markdown codeblock renderer extension point ( #1492 )
...
Introduces a new extension point that allows developers to overwrite the default syntax highlighting renderer for specific code blocks defined in markdown. The extension point is dynamic and follows the pattern "markdown-renderer.code.{language}".
This feature lays the groundwork for the scm-markdown-plantuml-plugin.
2021-01-07 09:25:31 +01:00
Florian Scholdei
8eb599ff94
Remove empty space in title section on admin pages ( #1490 )
2021-01-06 09:17:40 +01:00
Snyk bot
5f0825b031
fix: upgrade com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.11.3 to 2.12.0 ( #1484 )
...
Snyk has created this PR to upgrade com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.11.3 to 2.12.0.
See this package in Maven Repository:
https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e67572ee-5940-4f2b-93b0-dced62d7ed85?utm_source=github&utm_medium=upgrade-pr
2021-01-04 07:59:43 +01:00
Sebastian Sdorra
dda761ffc2
Fix unit tests on Java 11 ( #1483 )
...
The unit test I18nServlet and MultiParentClassLoaderTest are failing on Java 11.
This is because they mock ClassLoaders which cause a jvm error.
The following tickets describe the problem in more detail:
- https://bugs.openjdk.java.net/browse/JDK-8254969
- https://github.com/mockito/mockito/issues/2043
- https://github.com/mockito/mockito/issues/1696
2020-12-18 14:23:36 +01:00
Snyk bot
43e6bffeca
fix: upgrade org.mockito:mockito-core from 3.6.0 to 3.6.28 ( #1481 )
...
Snyk has created this PR to upgrade org.mockito:mockito-core from 3.6.0 to 3.6.28.
See this package in Maven Repository:
https://mvnrepository.com/artifact/org.mockito/mockito-core/
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/c575ed09-e310-44e7-afc8-22b77c5873cf?utm_source=github&utm_medium=upgrade-pr
2020-12-18 10:51:02 +01:00
snyk-bot
77f74f8fbb
fix: upgrade org.apache.tika:tika-core from 1.24.1 to 1.25
...
Snyk has created this PR to upgrade org.apache.tika:tika-core from 1.24.1 to 1.25.
See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.tika/tika-core/
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e67572ee-5940-4f2b-93b0-dced62d7ed85?utm_source=github&utm_medium=upgrade-pr
2020-12-18 08:35:24 +01:00
Sebastian Sdorra
2dcb099d49
Fix broken frontmatter in repo settings documentation
2020-12-17 21:46:17 +01:00
CES Marvin
374d085fdd
prepare for next development iteration
2020-12-17 15:24:34 +00:00
CES Marvin
38a7ff6acb
release version 2.12.0
2.12.0
2020-12-17 14:55:08 +00:00
René Pfeuffer
61225f4a9c
Adjust changelog for release 2.12.0
2020-12-17 15:01:44 +01:00
Eduard Heimbuch
7fb3ab58f4
Merge branch 'develop' of github.com:scm-manager/scm-manager into develop
2020-12-17 12:12:33 +01:00
Eduard Heimbuch
769f047b0f
Fix timing problem on jumping to linked line number in source view
2020-12-17 12:12:10 +01:00
Sebastian Sdorra
07ec042f22
Fix accidentally blocked requests with non ascii characters ( #1480 )
2020-12-17 12:03:31 +01:00
Eduard Heimbuch
d9af69b1c2
Append location hash on session expired link
2020-12-17 10:42:33 +01:00
Eduard Heimbuch
54605161e5
Merge branch 'develop' of github.com:scm-manager/scm-manager into develop
2020-12-17 10:15:50 +01:00
Eduard Heimbuch
678e66514e
Fix timing problem on jumping to linked line number in source view
2020-12-17 10:15:08 +01:00
Sebastian Sdorra
b61d817c9c
Implement mercurial cgi protocol as extension ( #1458 )
...
* Handle mercurial cgi protocol with an hg extension
* Refactor CGI executor to allow command arguments
* Unify python scripts and hg extensions
* Implement new auto configuration
* Use HKEY_LOCAL_MACHINE instead of
HKEY_CURRENT_USER registry keys to find mercurial
installations on windows
2020-12-17 10:07:20 +01:00
Florian Scholdei
99d389b2af
Fix tooltip arrow height in firefox ( #1479 )
...
Quickfix tooltip arrow height in firefox for bulma-tooltip v3.0.0
For bulma-tooltip v3.0.0, can be removed as soon as we switch to succession framework
2020-12-17 08:25:04 +01:00
Eduard Heimbuch
92232c0b4c
fix jumping ui in repository settings actions
2020-12-16 11:52:24 +01:00
Florian Scholdei
214cf527d4
Feature/harmonize translation keys ( #1478 )
...
Harmonize translation keys
Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com >
2020-12-16 11:24:13 +01:00
René Pfeuffer
1041faf8f9
Fix storyshots
2020-12-16 11:19:33 +01:00
René Pfeuffer
8e3b0e4145
Archive repository ( #1477 )
...
This adds a flag "archived" to repositories. Repositories marked with this can no longer be modified in any way. To do this, we switch to a new version of Shiro Static Permissions (sdorra/shiro-static-permissions#4 ) and specify a permission guard to check for every permission request, whether the repository in question is archived or not. Further we implement checks in stores and other activies so that no writing request may be executed by mistake.
Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com >
2020-12-16 10:58:29 +01:00