Commit Graph

2290 Commits

Author SHA1 Message Date
Philippe Miossec 4df6b97d73 Merge pull request #1173 from vzabavnov/B1167-Fetch
Fix errors during fetch #1167
2018-04-18 01:28:32 +02:00
Vadim Zabavnov 1f49daa2c6 implements support of parallel loading items for the workspace 2018-03-14 13:21:47 -04:00
Vadim Zabavnov 2ac50c434a Added method extensions ToBatch, DoParallel and DoParallelRetry 2018-03-14 13:21:47 -04:00
Vadim Zabavnov c9dffb7175 stop downloading an item's URL 2018-03-14 13:21:47 -04:00
Philippe Miossec dfa8d8509e Merge pull request #1179 from pmiossec/1125-find-labels-without-branch-folder
Pick up labels that don't specifically have the branch folder listed.…
2018-03-02 14:16:07 +01:00
Philippe Miossec ba55b655c3 Pick up labels that don't specifically have the branch folder listed. Fixes #1125. 2018-03-02 14:11:15 +01:00
Philippe Miossec 8d97bc4072 Update paket bootstrapper to fix download of paket download
following deprecating of security protocol by github
2018-02-25 00:37:41 +01:00
Philippe Miossec c89e8ddc43 Update README.md following remove of Vs2010 support (and dead links) 2018-02-13 20:44:40 +01:00
Matt ↺ Burke e2471162e8 Merge pull request #1172 from mems/patch-1
Fix Git book anchors
2018-02-12 09:34:45 -05:00
Memmie Lenglet 1c182cb280 Fix Git book anchors 2018-02-12 14:53:11 +01:00
Philippe Miossec 085dd19eeb Merge pull request #1144 from lukas-ais/fix_StackOverflowException
fixed StackOverflowException in complex branch history (#848)
2018-01-28 23:40:57 +01:00
Git-tfs release bot 1c086c4d35 Prepare release v0.28 v0.28 v0.28.0 2018-01-28 17:46:54 +00:00
Philippe Miossec 8addcfa7e4 forgotten release note 2018-01-28 18:36:44 +01:00
Philippe Miossec fe7f5b51e8 Merge pull request #1166 from pmiossec/remove_vs2010_support
Remove support of VS2010
2018-01-28 18:31:54 +01:00
Philippe Miossec a684165381 Remove support of VS2010
because I can't build it anymore (On my machine and on AppVeyor)
2018-01-28 18:18:25 +01:00
Philippe Miossec a6e43887f3 Build script (fix path toward git repository) 2018-01-28 01:50:24 +01:00
Philippe Miossec 0430176f5e Fix minor release build script 2018-01-28 01:41:06 +01:00
Philippe Miossec e3e13d64bd fix build script (bad doc path) 2018-01-28 01:22:03 +01:00
Philippe Miossec 00930d8d48 Looking also for git-tfs metadata into git notes 2018-01-28 00:56:34 +01:00
Philippe Miossec 02a557c743 Disable use of .gitignore file by git-tfs after the clone
Improve #1147
2018-01-27 13:21:51 +01:00
Philippe Miossec 5f479a211f Prevent a error message when author file is not specified
Little fix on #1148
2018-01-27 13:21:51 +01:00
Philippe Miossec 445722e702 Add a method to set bool config
and refactoring
2018-01-27 13:21:51 +01:00
Philippe Miossec 81bb9de628 Update release note and doc 2018-01-27 13:21:51 +01:00
Philippe Miossec 315b2dc2b9 Disable Gitignore Support 2018-01-26 02:18:21 +01:00
Philippe Miossec bfe4f6a15b Merge pull request #1148 from pmiossec/fix_author_file_copy_on_init_repo
Fix author file copy on init repo
2018-01-26 02:06:58 +01:00
Philippe Miossec 0b091d4db4 Add support for vsts build 2018-01-26 01:59:59 +01:00
Philippe Miossec 89e893a4cc set git user config to run config on every build CI providers 2018-01-26 01:18:06 +01:00
Philippe Miossec c6c6e551bd Better copy the author file just after the creation of the repository 2018-01-18 00:20:34 +01:00
Philippe Miossec d3366ad155 Fix failing copy of author file when repository still not initialized
(`clone` and `init` commands)

We now try to copy the file after the command is run.

+ refactor AuthorFile.cs

Should fix #1094
2018-01-18 00:19:47 +01:00
Philippe Miossec 7769c42f76 Verify that git user config is set
because libgit2sharp requires it (even if not used by git-tfs)

Should fix #1119
2018-01-18 00:16:38 +01:00
Philippe Miossec 3c02a6fe50 Copy NewtonSoft for Vs2015
to fix Alternative credentials support

Should fix #1122
2018-01-16 11:37:53 +01:00
Baskar Lingam 20027056b6 To work for --branches=all option (#1150)
With StringComparer.InvariantCultureIgnoreCase the fetching of changes with clone command works fine for --branches=none, however not for complex branching. With StringComparer.OrdinalIgnoreCase, even for complex branching the tool is able to fetch changes across branches.
2018-01-10 17:43:39 +01:00
Philippe Miossec f0bb5942f4 Disable Smoke tests (#1146)
because CodePlex doesn't provide an access to a TFVC repository anymore
2018-01-05 12:47:40 +01:00
Philippe Miossec 5b3808350a Merge pull request #1138 from pmiossec/fix_out_of_memory
Fix out of memory (and permitting support of checkin policies)
2018-01-05 12:02:50 +01:00
Lukas Grützmacher 9dea278f7e fixed StackOverflowException in complex branch history 2017-12-18 14:57:29 +01:00
Philippe Miossec 825fd51985 doc on enabling Checkin policies support 2017-11-30 01:34:34 +01:00
Philippe Miossec b9af5de113 Add script to set the flag at its original state 2017-11-30 01:34:34 +01:00
Philippe Miossec be554c56a1 Add an help message when checkin ploicies failed 2017-11-30 01:34:33 +01:00
Philippe Miossec 63142fd43e Example of cake command line... 2017-11-30 01:34:33 +01:00
Philippe Miossec 2de3c7234d Add files to enable checkin policies support (by launching git-tfs in x86 mode) 2017-11-30 01:34:33 +01:00
Philippe Miossec 3821aee516 Remove Prefer32Bit flag in GitTfs.csproj 2017-11-30 01:34:32 +01:00
Philippe Miossec 3317759cb5 Build all projects as AnyCPU 2017-11-30 01:34:32 +01:00
Philippe Miossec 26ed6a7d93 Add doc to package (#1139) 2017-11-30 01:32:53 +01:00
Philippe Miossec 545d552e2a Improve documentation (#1133) 2017-11-16 16:10:50 +01:00
Philippe Miossec e36d4b2c1f Merge pull request #1124 from andyrooger/1123-export-when-resuming-non-trunk
Initialize remote for export where needed whenever they are read from…
2017-11-13 22:37:51 +01:00
Philippe Miossec ae49b2bd87 Merge branch 'master' into 1123-export-when-resuming-non-trunk 2017-11-13 22:36:24 +01:00
Philippe Miossec 8f4ede9e89 Merge pull request #1132 from pmiossec/use_octokit_nuget
Use octokit nuget package
2017-11-13 22:27:42 +01:00
Philippe Miossec f38056aa53 Use octokit nuget package
...now that I fix it upstream ;)
2017-11-13 22:01:25 +01:00
Andy Gurden 57708cfcd3 Initialize remote for export where needed whenever they are read from the repository. Fixes #1123 2017-11-07 19:34:16 +00:00
Philippe Miossec 800169a4fb Fix discover of unit tests in Visual Studio
https://fsprojects.github.io/Paket/nuget-dependencies.html#Putting-the-version-number-in-the-path
2017-10-18 13:24:33 +02:00