Commit Graph

2229 Commits

Author SHA1 Message Date
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
Eduard Heimbuch
9271da85a5 fix svn browse command external directory 2020-10-07 17:37:59 +02:00
Florian Scholdei
90580e902d Fix review finding 2020-10-07 16:39:26 +02:00
Florian Scholdei
10549ae214 Fix detection for externals in SVN 2020-10-07 10:04:54 +02:00
Florian Scholdei
a7b8a02fa5 Fix bug prevent hg subRepository from being printed 2020-10-05 15:32:26 +02:00
CES Marvin
bc7d4ed9f6 prepare for next development iteration 2020-09-30 08:15:47 +00:00
CES Marvin
5887c5c268 release version 2.6.1 2020-09-30 07:32:54 +00:00
René Pfeuffer
a6af1d0e34 Fix not found error when reading empty hg repository 2020-09-29 10:43:41 +02:00
CES Marvin
4e7d62ce2f prepare for next development iteration 2020-09-25 10:05:04 +00:00
CES Marvin
e2f8566a8b release version 2.6.0 2020-09-25 09:25:13 +00:00
Eduard Heimbuch
a39abcdbe9 enhance mergeCommandBuilder API with setMessage to avoid templating commit messages 2020-09-25 10:30:45 +02:00
Eduard Heimbuch
f0db57faed update CHANGELOG.md 2020-09-25 10:05:33 +02:00
Eduard Heimbuch
f5060f9d16 fix message templating 2020-09-25 09:46:52 +02:00
René Pfeuffer
cd9da7e658 Determine correct revision for tags in hooks
The former code only resolved the object id of the tags, when those were
annotated tags (for "simple" tags the code worked fine). Now we even can
handle nested tags (tags that reference other tags).
2020-09-24 08:28:52 +02:00
René Pfeuffer
059482f8ab Detect missing paths in hg fileview command
If a not existing path is request in the fileview command, it will
be treated as an empty directory. But such a thing does not exist in hg.
Therefore we handle this result as what it is: a not existing path -
and we throw a not found exception.
2020-09-22 17:31:57 +02:00
Eduard Heimbuch
1cad9c3fbc Merge branch 'develop' into feature/rebase 2020-09-21 14:01:34 +02:00
Konstantin Schaper
48419aa656 Merge pull request #1331 from scm-manager/feature/tag_overview
Feature/tag overview
2020-09-18 11:16:55 +02:00
Eduard Heimbuch
b2a204dda0 fix review findings 2020-09-18 10:12:56 +02:00
Konstantin Schaper
3e96d89480 implement requested review changes 2020-09-18 08:47:04 +02:00
Sebastian Sdorra
ec19291393 Fire missing BranchCreatedEvent for mercurial
The event is now fired in the builder instead of command implementation
2020-09-17 11:03:13 +02:00
Konstantin Schaper
2d024fe210 update head of scm-git-spi-test.zip back to master 2020-09-17 09:15:53 +02:00
Eduard Heimbuch
89b6829108 cleanup 2020-09-16 15:23:32 +02:00
Eduard Heimbuch
909f5ebec9 add instructions to checkout tags 2020-09-16 14:11:27 +02:00
Konstantin Schaper
b30a97948e implement git rebase 2020-09-15 15:48:22 +02:00
CES Marvin
93f240e087 prepare for next development iteration 2020-09-11 06:21:29 +00:00
CES Marvin
fab108c3b7 release version 2.5.0 2020-09-11 05:46:15 +00:00
René Pfeuffer
a4bd251f90 Accept git change type 'copy', too
This one was not expected to exist, though praxis proves otherwise.
So we simply accept this one here, too.
2020-09-10 08:21:15 +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
René Pfeuffer
2cfd3faf34 Set version to 2.5.0-SNAPSHOT globally 2020-09-03 07:56:01 +02:00
Sebastian Sdorra
d12572f765 Merge branch 'develop' into feature/tag-dates 2020-09-02 10:43:08 +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 2020-09-01 13:52:15 +00:00
René Pfeuffer
96d16fe4cc "Unpeel" annotated tags to get correct changeset
If we just parse the object id of the reference for annotated tags, we
get the annotated tag object and not the reference the tag refers to.
2020-08-27 11:15:13 +02:00
René Pfeuffer
565ec3ff3c Cleanup 2020-08-27 10:48:54 +02:00
Konstantin Schaper
15fac8ba2c remove ref usage and directly use objectId 2020-08-26 15:06:00 +02:00
Konstantin Schaper
ecfc70eb77 wip refactoring 2020-08-26 10:01:51 +02:00
Konstantin Schaper
36231d077a cleanup and update tests 2020-08-25 18:08:31 +02:00
Konstantin Schaper
6d409c65c0 initial implementation 2020-08-25 14:45:48 +02:00