Commit Graph

10306 Commits

Author SHA1 Message Date
Sebastian Sdorra
08aa6fafff fixed typo 2020-07-02 10:53:48 +02:00
Sebastian Sdorra
e5df265b3d merge with develop 2020-07-02 10:24:04 +02:00
René Pfeuffer
af2c062c6c Merge pull request #1229 from scm-manager/feature/update_metadata
update project metadata in order to fix deb and rpm package information
2020-07-02 09:25:55 +02:00
eheimbuch
359543fc48 Merge pull request #1218 from scm-manager/feature/rename_repo
Feature/rename repo
2020-07-02 08:25:30 +02:00
René Pfeuffer
0387b7aa5e Describe changed extension point 2020-07-02 08:14:26 +02:00
René Pfeuffer
5baf3bd9c0 Use namespace strategy to set new namespace 2020-07-01 20:25:36 +02:00
René Pfeuffer
3e0638f852 Fix imports 2020-07-01 18:02:32 +02:00
René Pfeuffer
846ddd5047 Add missing translation 2020-07-01 17:58:35 +02:00
René Pfeuffer
a0d9bacd80 Use default implementation to keep compatibility 2020-07-01 17:58:35 +02:00
René Pfeuffer
1c71e9e689 Log changes 2020-07-01 15:44:13 +02:00
eheimbuch
aef7a581c6 Merge pull request #1227 from scm-manager/bugfix/restart_with_jsvc
Fixes restart on deb or rpm installations
2020-07-01 14:26:37 +02:00
eheimbuch
ea65f9698f Merge branch 'develop' into bugfix/restart_with_jsvc 2020-07-01 14:26:26 +02:00
René Pfeuffer
19cf6be4c6 Adapt to valid characters for namespace and name 2020-07-01 11:17:28 +02:00
René Pfeuffer
8a0e0a3cc5 Add extension point for changeset short links. 2020-07-01 10:43:17 +02:00
Sebastian Sdorra
1f061266e2 update project metadata in order to fix deb and rpm package information 2020-07-01 07:53:41 +02:00
René Pfeuffer
5935e1b49b Merge pull request #1230 from scm-manager/bugfix/debian_installation
adds missing architecture to debian installation documentation
2020-07-01 07:37:28 +02:00
Sebastian Sdorra
d26873f9c6 adds missing architecture to debian installation documentation 2020-07-01 07:12:32 +02:00
René Pfeuffer
53993cfee7 Introduce new extension point for changeset description
This new extension point will only be rendered when the old extension
point is not bound.
2020-06-30 18:18:09 +02:00
eheimbuch
bc2403903a Merge pull request #1221 from scm-manager/bugfix/migration_with_empty_security_xml
fixes broken migration with an empty security.xml
2020-06-30 15:43:19 +02:00
René Pfeuffer
f62683e528 Create split and replace component 2020-06-30 15:21:19 +02:00
René Pfeuffer
6df62788a1 Handle overlapping replacements 2020-06-30 15:21:19 +02:00
René Pfeuffer
a95ececec9 Add method to replace parts in texts 2020-06-30 15:21:19 +02:00
Eduard Heimbuch
63692d497a fix sonar findings 2020-06-30 11:25:36 +02:00
Sebastian Sdorra
9f1d1f85ec added pr link to changelog 2020-06-30 11:18:32 +02:00
Sebastian Sdorra
dac25f5456 restart service on rpm or deb package upgrade 2020-06-30 11:13:06 +02:00
Sebastian Sdorra
8165032e43 fixes restart on rpm or deb installations
Removes jsvc from rpm and deb package and makes more use of systemd
2020-06-30 10:55:22 +02:00
Florian Scholdei
f0aac8db11 Correct default develop branch in README.md 2020-06-30 09:20:11 +02:00
eheimbuch
4e5d3067c8 Merge pull request #1226 from scm-manager/bugfix/readme
Fix links in README.md
2020-06-30 08:59:03 +02:00
René Pfeuffer
4438ff712a Fix links 2020-06-30 08:01:06 +02:00
René Pfeuffer
528432c2be Fix versions 2020-06-30 07:48:36 +02:00
Eduard Heimbuch
19adcd22f1 update storyshots 2020-06-29 14:56:00 +02:00
Sebastian Sdorra
64df54e601 fixes broken migration with an empty security.xml 2020-06-29 14:22:31 +02:00
Eduard Heimbuch
f8640d300e enhance NamespaceStrategy API / improve frontend validation and use namespace extension point in RenameRepository component 2020-06-29 13:23:42 +02:00
eheimbuch
3eae7cf813 Merge pull request #1215 from scm-manager/feature/indeterminate_checkbox
Modify checkboxes so that they can be indeterminate
2020-06-29 11:47:10 +02:00
Eduard Heimbuch
52e1eb4008 merge with develop 2020-06-29 11:46:10 +02:00
Sebastian Sdorra
dd5c381db0 added pre-commit hook which lints js and ts files 2020-06-29 08:33:46 +02:00
Sebastian Sdorra
995a59ccd8 added ca-certificates to fix mercurial hooks in some cases 2020-06-29 07:37:06 +02:00
René Pfeuffer
20c6628c02 Merge pull request #1217 from scm-manager/bugfix/missing_at_package_on_debian
fix installation of debian packages on distros without preinstalled "at"
2020-06-26 15:33:56 +02:00
Eduard Heimbuch
7fa256bedb move rename logic to repository manager 2020-06-26 14:19:06 +02:00
Sebastian Sdorra
3d7254260f update changelog 2020-06-26 10:00:44 +02:00
Sebastian Sdorra
3405ad4203 fix installation of debian packages on distros without preinstalled "at"
This fix will replace the use of "at" with a "nohup" in background.
"nohup" is part of coreutils and should be installed on all debian
based distributions.
2020-06-26 10:00:44 +02:00
Eduard Heimbuch
cc9be30065 Merge branch 'feature/rename_repo' of github.com:scm-manager/scm-manager into feature/rename_repo 2020-06-25 13:27:25 +02:00
Eduard Heimbuch
67b19b96ba merge with develop 2020-06-25 13:26:10 +02:00
Eduard Heimbuch
c18719e573 fix unit test 2020-06-25 13:24:48 +02:00
eheimbuch
4122ba859d Merge branch 'develop' into feature/rename_repo 2020-06-25 12:39:20 +02:00
Eduard Heimbuch
1000cbc113 update CHANGELOG.md 2020-06-25 12:37:55 +02:00
Eduard Heimbuch
73aed0c610 inject scmEventBus with constructor injection 2020-06-25 12:28:26 +02:00
Eduard Heimbuch
cd8a9873a9 - add global rename repositories permission
- add api call on rename action
2020-06-25 10:49:59 +02:00
René Pfeuffer
0623f039cc Heed review comments 2020-06-24 17:44:30 +02:00
René Pfeuffer
c5a2d04789 Modify checkboxes so that they can be indeterminate
To add the third state, we create our own checkboxes using font awesome
icons.
2020-06-24 17:44:26 +02:00