Commit Graph

12416 Commits

Author SHA1 Message Date
Sebastian Sdorra
8ee8c8b351 Merge branch 'develop' into feature/hg_hooks_over_tcp
# Conflicts:
#	CHANGELOG.md
2020-11-27 08:57:09 +01:00
René Pfeuffer
c442d9271e Merge pull request #1451 from scm-manager/snyk-upgrade-a3ff3c60d389420077910272327f99b5
[Snyk] Upgrade org.assertj:assertj-core from 3.17.2 to 3.18.0
2020-11-27 08:54:30 +01:00
Eduard Heimbuch
74fc70e942 add repository import event 2020-11-27 08:53:50 +01:00
Sebastian Sdorra
3e19f28cc0 Do not use socket.MSG_WAITALL 2020-11-27 08:50:22 +01:00
Konstantin Schaper
7895da0a2a implement frontend for creating tags 2020-11-27 08:49:10 +01:00
Sebastian Sdorra
7357d83b73 Use DataInputStream and DataOutputStream instead of manual reading and writing 2020-11-27 08:10:18 +01:00
snyk-bot
2a2324bbc3 fix: upgrade org.assertj:assertj-core from 3.17.2 to 3.18.0
Snyk has created this PR to upgrade org.assertj:assertj-core from 3.17.2 to 3.18.0.

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

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/4ac22872-f5a6-4220-bfe8-e6e5bf4c5fcb?utm_source=github&utm_medium=upgrade-pr
2020-11-27 01:00:30 +00:00
Sebastian Sdorra
79a9b56135 Fix language detection of files with interpreter parameters
Update spotter to version 3.0.1 in order to fix language detection of
files with a shebang which contains a parameter e.g. /usr/bin/make -f
2020-11-26 16:06:33 +01:00
Sebastian Sdorra
aaeeed0ea5 Update smp plugin to version 1.4.0 2020-11-26 15:33:04 +01:00
Sebastian Sdorra
490b566066 Merge pull request #1447 from scm-manager/feature/validate_translation_files
Validate translation files
2020-11-26 15:18:52 +01:00
Eduard Heimbuch
76cf2d801a Merge branch 'develop' into feature/import_git_from_url 2020-11-26 14:01:19 +01:00
Eduard Heimbuch
9a06bc7d8a add repository import event 2020-11-26 13:58:34 +01:00
Konstantin Schaper
280f3e005e work on getting signatures running 2020-11-26 13:08:10 +01:00
Eduard Heimbuch
a7c4d41e4e improve error handling on repository import if the credentials were wrong or missing 2020-11-26 12:57:40 +01:00
Eduard Heimbuch
0682118879 Cleanup 2020-11-26 11:31:33 +01:00
Konstantin Schaper
b64d34afa4 add hook events to tag command and update unit tests 2020-11-26 11:15:26 +01:00
Eduard Heimbuch
485138e5f2 add unit tests 2020-11-26 11:06:35 +01:00
René Pfeuffer
ac9804004a Merge pull request #1440 from scm-manager/feature/unify_key_views
Feature/unify key views
2020-11-26 11:03:30 +01:00
René Pfeuffer
c476b3757b Clarify texts 2020-11-26 11:01:01 +01:00
Florian Scholdei
1402e377f2 Update CHANGELOG.md 2020-11-26 09:37:58 +01:00
Florian Scholdei
db31f72658 Small typo in documentation 2020-11-26 09:37:40 +01:00
Florian Scholdei
dc4bc2b32b Update documentation 2020-11-26 09:37:40 +01:00
Florian Scholdei
ba9143d78e Unify key views across all user settings 2020-11-26 09:37:40 +01:00
René Pfeuffer
f390830e83 Merge pull request #1439 from scm-manager/feature/commit_date_for_branch
Feature "Commit Date for Branch"
2020-11-26 09:37:23 +01:00
René Pfeuffer
bbd9160b18 Clean up imports 2020-11-26 09:24:09 +01:00
René Pfeuffer
58cbe1a535 Improve readability 2020-11-26 09:00:40 +01:00
René Pfeuffer
dcc848eb4b Update docs
Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
2020-11-26 09:00:23 +01:00
Eduard Heimbuch
713b57a212 Merge pull request #1444 from scm-manager/dependabot/maven/scm-webapp/com.cronutils-cron-utils-9.1.3
Bump cron-utils from 8.1.1 to 9.1.3 in /scm-webapp
2020-11-26 08:59:13 +01:00
René Pfeuffer
9119d2c075 Adapt documentation 2020-11-26 08:32:06 +01:00
René Pfeuffer
07cf290370 Do not render last commit date when it's missing 2020-11-26 08:32:06 +01:00
René Pfeuffer
7a47e68707 Make stale state computation configurable 2020-11-26 08:32:06 +01:00
René Pfeuffer
518a1118fc Log change 2020-11-26 08:32:03 +01:00
René Pfeuffer
0988ec5c7b Compute stale flag depending on default branch
A branch should be considered as stale, when it's commit wai more than
30 days older than the commit of the default branch.
2020-11-26 08:31:14 +01:00
René Pfeuffer
a2341f3ce2 Do not mark default branch as stale 2020-11-26 08:31:14 +01:00
René Pfeuffer
9d25a93558 Distinct between active and stale branches 2020-11-26 08:31:14 +01:00
René Pfeuffer
541933a03a Show last commit of branch in ui 2020-11-26 08:31:14 +01:00
René Pfeuffer
4d4f89dc7e Read last commit date for hg branches 2020-11-26 08:31:14 +01:00
René Pfeuffer
f0f7ddc444 Add test for hg branches command 2020-11-26 08:31:14 +01:00
René Pfeuffer
181806f84b Read last commit date for git branches 2020-11-26 08:31:14 +01:00
René Pfeuffer
6adba1bad2 Add lastCommitDate to branch 2020-11-26 08:31:14 +01:00
Eduard Heimbuch
b59616572a Merge pull request #1413 from scm-manager/snyk-upgrade-8c5af34ae9866fb87ba851f86530a074
[Snyk] Upgrade com.github.spullara.mustache.java:compiler from 0.9.6-scm1 to 0.9.7
2020-11-26 08:03:08 +01:00
Eduard Heimbuch
e87df7c359 Enable repository import with credentials 2020-11-25 17:15:31 +01:00
Konstantin Schaper
e3170543cb add frontend for deleting tags 2020-11-25 15:51:44 +01:00
René Pfeuffer
14659a47a0 Merge pull request #1441 from scm-manager/feature/repository_overview_tooltips
Feature/repository overview tooltips
2020-11-25 15:47:55 +01:00
Eduard Heimbuch
d1dc2e04e2 refactor UI 2020-11-25 15:08:30 +01:00
René Pfeuffer
dce761d017 Add test to validate translation files in ui 2020-11-25 14:58:00 +01:00
Eduard Heimbuch
4e1e51d1b9 Add Loading Spinner while waiting for repository import 2020-11-25 14:01:45 +01:00
Konstantin Schaper
84ea159741 add unit test for rest endpoints 2020-11-25 12:08:51 +01:00
Konstantin Schaper
d0feb7c22c implement hg tag command and add rest endpoints 2020-11-25 11:29:06 +01:00
Eduard Heimbuch
10ed51733c Integrate import repository function into ui 2020-11-25 11:23:43 +01:00