Commit Graph

10723 Commits

Author SHA1 Message Date
Sebastian Sdorra
e64ddccb13 Rename creationContext to contextEntries 2020-09-10 09:23:32 +02:00
Sebastian Sdorra
04eb3ade7c ensure creation context map is not null 2020-09-09 15:11:40 +02:00
Sebastian Sdorra
aa76af4d41 Add optional url to ExceptionWithContext 2020-09-09 15:08:23 +02:00
Sebastian Sdorra
01e3732c24 Rename getCreationContext to oneByType and make the implementation more robust 2020-09-09 14:42:07 +02:00
Eduard Heimbuch
0abe47f666 simplify core api 2020-09-09 10:17:47 +02:00
Eduard Heimbuch
80a822932c update CHANGELOG.md 2020-09-08 15:46:33 +02:00
Eduard Heimbuch
a655ab1b86 Merge branch 'develop' into feature/template_plugin 2020-09-08 15:44:47 +02:00
Eduard Heimbuch
e6c31ec0e1 add indexResources to extensionProps 2020-09-07 15:40:14 +02:00
Konstantin Schaper
ee12e5ceec add new extension point for repository initialization 2020-09-07 13:12:10 +02:00
eheimbuch
4ee7ba4641 Merge pull request #1321 from scm-manager/feature/plugin_migration_in_docs
Describe how data and plugins are migrated to v2
2020-09-07 08:56:57 +02:00
René Pfeuffer
1876c5f00d Merge pull request #1319 from scm-manager/snyk-upgrade-6881f734db3435ebce01f3ec5ed1f6d5
[Snyk] Upgrade org.apache.shiro:shiro-core from 1.5.3 to 1.6.0
2020-09-04 07:54:32 +02:00
René Pfeuffer
a7491ea45f Describe how data and plugins are migrated to v2 2020-09-04 07:47:01 +02:00
Sebastian Sdorra
8ec782bc93 Update jdk to 11.0.8 for docker installations 2020-09-04 07:20:56 +02:00
René Pfeuffer
a9a30a3db1 Merge pull request #1320 from galinette-34/patch-1
Update ProtocolInformation.tsx
2020-09-03 18:21:26 +02:00
galinette-34
89aa1dbe16 Update ProtocolInformation.tsx
Second output redirection to file .hg/hgrc need operator ">>"
2020-09-03 14:56:04 +02:00
snyk-bot
bc13d715cc fix: upgrade org.apache.shiro:shiro-core from 1.5.3 to 1.6.0
Snyk has created this PR to upgrade org.apache.shiro:shiro-core from 1.5.3 to 1.6.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.shiro/shiro-core/

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/0397d943-538d-483e-9c87-a3f7e7665d7b?utm_source=github&utm_medium=upgrade-pr
2020-09-03 14:31:05 +02:00
René Pfeuffer
af9e2529ca Adapt test to additional 'date' attribute in tag object 2020-09-03 14:26:58 +02:00
René Pfeuffer
2cfd3faf34 Set version to 2.5.0-SNAPSHOT globally 2020-09-03 07:56:01 +02:00
Eduard Heimbuch
a30721876e enhance repository initializer api with creation context 2020-09-02 11:06:29 +02:00
Sebastian Sdorra
d3a8623794 Merge pull request #1305 from scm-manager/feature/tag-dates
Feature/tag dates
2020-09-02 10:43:17 +02:00
Sebastian Sdorra
d12572f765 Merge branch 'develop' into feature/tag-dates 2020-09-02 10:43:08 +02:00
Sebastian Sdorra
421066a093 Merge pull request #1304 from scm-manager/feature/diff-anchor-links
Feature/diff anchor links
2020-09-02 10:42:40 +02:00
Sebastian Sdorra
0729fe3ecb Merge branch 'develop' into feature/diff-anchor-links 2020-09-02 10:42:30 +02:00
René Pfeuffer
43b1c7e2d9 Set new version in all package.json files 2020-09-02 10:41:02 +02:00
René Pfeuffer
b60b737712 Log chage 2020-09-02 10:25:56 +02:00
René Pfeuffer
abedebda10 Fix redirect to requested location in anonymous mode
If anonymous mode is enabled, the user should be redirected to the
requested location after login, when he entered a restricted URL.
Therefore we have to append the requested location to the login link
here.
2020-09-02 10:18:42 +02:00
Sebastian Sdorra
964f82bd09 Merge with develop 2020-09-02 07:45:44 +02:00
Sebastian Sdorra
95dde51bba Move escapeWhitespace to diffs and add small test 2020-09-02 07:40:52 +02:00
Sebastian Sdorra
055081db9f added missing hash to pull request link in changelog 2020-09-02 07:24:43 +02:00
CES Marvin
a66ae32b61 prepare for next development iteration 2020-09-01 14:26:34 +00:00
CES Marvin
6913f642a1 release version 2.4.1 2.4.1 2020-09-01 13:52:15 +00:00
Sebastian Sdorra
b34cd7e442 Adjust yarn lock file 2020-09-01 15:51:16 +02:00
Sebastian Sdorra
65f91d5bc7 Prepare changelog for release 2.4.1 2020-09-01 15:43:08 +02:00
Sebastian Sdorra
1d319e5001 Update CHANGELOG.md 2020-09-01 15:40:33 +02:00
Sebastian Sdorra
ed197c97de Merge pull request #1308 from scm-manager/bugfix/wait_before_restart
wait before restart if system property "sonia.scm.restart.wait" is set
2020-09-01 15:39:10 +02:00
Eduard Heimbuch
2ab5696da0 wait before restart if system property "sonia.scm.restart.wait" is set 2020-09-01 15:13:09 +02:00
René Pfeuffer
44ed7c1a33 Merge pull request #1309 from scm-manager/bugfix/checkbox_not_accessible_from_keyboard
Make checkbox accessible from keyboard
2020-09-01 14:52:04 +02:00
René Pfeuffer
36b8f667bf Make checkboxes changeable with key press 2020-09-01 14:06:26 +02:00
Sebastian Sdorra
6ba090b82e Make checkbox accessible from keyboard 2020-09-01 13:38:12 +02:00
René Pfeuffer
be0c190f10 Merge pull request #1317 from scm-manager/bugfix/markdown-linewrap
Bugfix/markdown linewrap
2020-09-01 13:36:25 +02:00
Konstantin Schaper
23404364ab Update changelog 2020-09-01 13:30:03 +02:00
Konstantin Schaper
f6bb7e7b57 Always break on whitespace 2020-09-01 13:29:28 +02:00
Konstantin Schaper
9fba2f301e fix default word break behaviour 2020-09-01 13:29:28 +02:00
eheimbuch
7a0395253f Merge pull request #1314 from scm-manager/bugfix/tag_layout_overflow
Fix layout overflow on changesets with multiple tags
2020-09-01 13:06:59 +02:00
eheimbuch
b5cd12e9be Merge branch 'develop' into bugfix/tag_layout_overflow 2020-09-01 13:06:51 +02:00
Sebastian Sdorra
bf15c2d6ba Merge pull request #1318 from scm-manager/bugfix/catch_web_application_exception
Map WebApplicationExceptions from JaxRS to appropriate response
2020-09-01 12:47:04 +02:00
René Pfeuffer
b9aa8ac5a4 Map WebApplicationExceptions from JaxRS to appropriate response 2020-09-01 12:09:49 +02:00
Konstantin Schaper
61da1c1b62 Merge pull request #1313 from scm-manager/bugfix/reduce_logging
Fix logging of large stacktrace for unknown language
2020-09-01 11:55:17 +02:00
Sebastian Sdorra
35aaf4dcdd Merge pull request #1311 from scm-manager/snyk-upgrade-99e34576d65d3e0b95ce9502f597f584
[Snyk] Upgrade mini-css-extract-plugin from 0.9.0 to 0.10.0
2020-09-01 11:22:59 +02:00
Konstantin Schaper
c8a00d3e77 Merge pull request #1316 from scm-manager/bugfix/apiclient_undefined_this
Fix undefined this in ApiClient
2020-09-01 10:50:18 +02:00