Sebastian Sdorra
d86b2f70c3
Disable xsrf for mercurial hook tokens
2020-11-10 10:03:53 +01:00
Sebastian Sdorra
d518af4ccc
Refactor nearly the whole scm-hg-plugin for new hook implementation
2020-11-10 10:03:53 +01:00
Sebastian Sdorra
23317662f2
Implement mercurial hooks over sockets
2020-11-10 10:03:53 +01:00
CES Marvin
9930d82d32
prepare for next development iteration
2020-11-06 08:40:11 +00:00
CES Marvin
ea6e24c212
release version 2.9.0
2020-11-06 08:05:48 +00:00
Sebastian Sdorra
c2ef568e54
Disable request tracing for mercurial hook manager
2020-11-04 09:51:13 +01:00
René Pfeuffer
4b15468e67
Merge remote-tracking branch 'origin/develop' into bugfix/rest-download
2020-11-03 10:23:00 +01:00
René Pfeuffer
836e48c895
Remove deprecated api calls
2020-11-03 09:58:55 +01:00
Sebastian Sdorra
9fe065f796
Merge pull request #1399 from scm-manager/feature/default_branch
...
Make default branch for git configurable
2020-11-03 08:23:03 +01:00
Konstantin Schaper
578e028d5b
Merge branch 'develop' into bugfix/rest-download
2020-11-02 13:28:44 +01:00
Konstantin Schaper
22e0944377
fix review findings
2020-11-02 13:27:18 +01:00
Sebastian Sdorra
5de4b49392
Improve display of binary values in svn diff
2020-11-02 09:16:47 +01:00
Sebastian Sdorra
7e575036a3
Exclude SCMSvnDiffGenerator from SonarQube duplication report
...
SCMSvnDiffGenerator is a copy of an internal SVNKit class, with small changes for SCM-Manger.
If we refactor the class, it could become very hard to merge it with upstream.
So we decided to stop duplication reports for this class.
2020-11-02 08:41:30 +01:00
Sebastian Sdorra
a336d2c676
Fix svn diff with property changes
2020-11-02 08:41:27 +01:00
René Pfeuffer
91d1e7a46d
Fix validation
2020-10-30 14:24:31 +01:00
René Pfeuffer
5eea6e430e
Remove code redundancies
2020-10-30 14:24:31 +01:00
René Pfeuffer
6195e4a290
Cleanup
2020-10-30 14:24:31 +01:00
René Pfeuffer
94b65e0e3a
Cleanup order of class components
2020-10-30 14:24:31 +01:00
René Pfeuffer
c3baf274d1
Set default branch for repository on init
2020-10-30 14:24:31 +01:00
René Pfeuffer
8429b62cc3
Clean up class
2020-10-30 14:24:31 +01:00
René Pfeuffer
854940a514
Fix unit test
2020-10-30 14:24:31 +01:00
René Pfeuffer
351e6de05d
Harmonize branch validations
2020-10-30 14:24:31 +01:00
René Pfeuffer
e9a173616b
Use branch from request if specified
2020-10-30 14:24:31 +01:00
René Pfeuffer
c2a7ed8869
Validate banch names
2020-10-30 14:24:31 +01:00
René Pfeuffer
5f21f1a97d
Add help text
2020-10-30 14:24:31 +01:00
René Pfeuffer
39e521a8d4
Set default branch after initial commit
2020-10-30 14:12:56 +01:00
René Pfeuffer
c4735e7097
Show configured branch in case of error with competing modifications
2020-10-30 14:12:56 +01:00
Florian Scholdei
196ea227d2
Add new default branch option with 'main' as default
2020-10-30 14:12:56 +01:00
Konstantin Schaper
62a7ebd4dd
user agents are not longer set to be browsers by default
2020-10-29 19:51:40 +01:00
Sebastian Sdorra
a9dac9b1a2
Fix some SonarQube warnings
2020-10-28 17:03:30 +01:00
Sebastian Sdorra
ecab3ce13b
Fix internal server error for git sub modules without tree object
2020-10-28 17:00:12 +01:00
Sebastian Sdorra
6ebc131a42
Suppress non fixable SonarQube issue
2020-10-28 11:46:39 +01:00
Sebastian Sdorra
d9b5d86c05
Do not expose subversion commit with id 0
2020-10-28 11:44:35 +01:00
CES Marvin
520db79a38
prepare for next development iteration
2020-10-27 08:35:13 +00:00
CES Marvin
1db75f4cf3
release version 2.8.0
2020-10-27 08:00:25 +00:00
CES Marvin
bb9f1adc52
prepare for next development iteration
2020-10-14 12:38:13 +00:00
CES Marvin
eb126a5bbe
release version 2.7.1
2020-10-14 12:03:24 +00:00
Eduard Heimbuch
0847a3eda0
add unit tests
2020-10-14 12:44:23 +02:00
Eduard Heimbuch
d273b19f68
add null check on parsing svn properties in browsecommand
2020-10-14 10:50:08 +02:00
René Pfeuffer
c5f8d975a3
Remove unnecessary null check
...
The function RevWalk#parseAny indeed never returns null. This check only
was there to satisfy the (therefore wrong) unit test.
2020-10-12 19:02:28 +02:00
CES Marvin
befd50eeef
prepare for next development iteration
2020-10-12 13:26:08 +00:00
CES Marvin
abe8413802
release version 2.7.0
2020-10-12 12:41:15 +00:00
Eduard Heimbuch
3d8dc0ed05
Revert "Fix sonar issue"
...
This reverts commit 0b0df4ed
2020-10-12 14:24:11 +02:00
René Pfeuffer
0b0df4ed5f
Fix sonar issue
2020-10-12 08:28:39 +02:00
René Pfeuffer
18412d67a3
Merge branch 'bugfix/git_browse_recursive' into develop
2020-10-08 09:30:25 +02:00
René Pfeuffer
805f0894fb
Fix sonar finding
2020-10-08 09:24:59 +02:00
René Pfeuffer
e8506ff14d
Fix recursive iteration
...
Due to the api of TreeWalk we have no real change to iterate this
recursively, so we get back to good old loops.
2020-10-08 09:24:56 +02:00
Eduard Heimbuch
5cbe3298e4
rm obsolete check
2020-10-08 09:23:12 +02:00
Florian Scholdei
622a9a0427
Add multiple svn externals support
2020-10-08 00:43:17 +02:00
Florian Scholdei
a2f1c88bfd
Add explanatory text in logic part, rename some variables
2020-10-07 20:33:09 +02:00