Commit Graph

1851 Commits

Author SHA1 Message Date
Philippe Miossec b77a8ff813 Add other interesting links for development 2015-07-18 19:51:25 +02:00
Philippe Miossec 98d6414f18 Fix no working link 2015-07-18 19:50:33 +02:00
Philippe Miossec 0928ec5097 Merge pull request #795 from mb3m/enhance-branch-detection
[wip] Enhance branch detection during cloning
2015-07-18 19:35:13 +02:00
Philippe Miossec d664797055 Merge pull request #817 from pmiossec/appveyor
Appveyor improvements
2015-07-17 01:14:57 +02:00
Philippe Miossec 576d29110f Build VS2012 & 2013 versions of git-tfs
...instead of just 2015 because they are more used!
2015-07-17 00:57:03 +02:00
Philippe Miossec ce08ab0c3b Try the new AppVeyor VM
http://www.appveyor.com/blog/2015/06/23/new-oss-build-environment-and-xamarin-support
2015-07-17 00:37:13 +02:00
Philippe Miossec 70291ec562 Fix copy of "NativeBinaries" to the wrong place 2015-07-17 00:37:11 +02:00
Philippe Miossec a0eeb8037b Merge pull request #815 from pmiossec/fix_bare_repository
Fix bare repository
2015-07-17 00:32:37 +02:00
Alexander Zaytsev 0d68821873 For bare repositories try to move remote ref forward if needed. 2015-07-17 00:30:27 +02:00
Alexander Zaytsev d157f8ad92 Update heads when we are fetching dependent remote, closes #743 2015-07-17 00:30:25 +02:00
Alexander Zaytsev 3f157a278e Make sure that workspace's local directory is a full path when work with bare repositories, re-fixes #285 2015-07-17 00:30:23 +02:00
Alexander Zaytsev 5ec8001fb0 Do not throw exception if we are in a bare repository and we do not have target head, closes #704 2015-07-17 00:30:21 +02:00
Alexander Zaytsev e3cd309bae Default --bare-branch to remote.Id, closes #744 2015-07-17 00:30:19 +02:00
Philippe Miossec 1d75c527ba Merge pull request #814 from pmiossec/fix_subtree_cmd
Fix subtree cmd
2015-07-17 00:27:34 +02:00
Philippe Miossec 2b39dec781 Remove the ToList() to prevent performance problems 2015-07-16 23:58:14 +02:00
sb185219 8b38c8eb30 #775 - Added release notes 2015-07-16 23:58:12 +02:00
sb185219 98227f7042 #775 - Fixes bug in git tfs pull with subtrees 2015-07-16 23:58:10 +02:00
Matt Burke 93ba1765b2 Merge pull request #812 from avidigmi/master
Support repositories which have the character ']' in their name
2015-07-14 16:24:07 -07:00
adigmi 40e4ab539a Adding Tests for TfsCommitInfoRegex. 2015-07-14 19:05:12 +03:00
adigmi cdabc07f12 Fixing the regex to support repositories that contain the character ']' in their name. 2015-07-14 14:31:11 +03:00
Philippe Miossec 47ea776240 Merge pull request #807 from pmiossec/build_artefact
Build a zip file as artifact in the AppVeyor build
2015-07-07 00:27:20 +02:00
Philippe Miossec 2f7066d8f9 Push artifact only when test succeed 2015-07-06 23:36:39 +02:00
Philippe Miossec 0c4bce7722 Merge pull request #809 from pmiossec/improve_gittfs_info
Improve gittfs info by adding repository description
2015-07-04 13:54:00 +02:00
Philippe Miossec b9f149bd5d Merge pull request #808 from pmiossec/update_description_at_init_repository
Update the repository description during the creation of the repository (everytime!)
2015-07-04 13:07:42 +02:00
Philippe Miossec 20f3c58927 Try{} catch{} because that's needed ;) 2015-07-04 12:57:49 +02:00
Philippe Miossec dc6be58e12 Refactoring 2015-07-04 12:51:00 +02:00
Philippe Miossec b538370866 Add repository description in info command 2015-07-04 12:48:00 +02:00
Philippe Miossec 4f95812fc4 Update the repository description during the creation of the repository
...by moving the update in the init class.
Fix one case where the description was not updated
2015-07-04 12:27:12 +02:00
Philippe Miossec ce1eaa4b47 Fix libgit2sharp "NativeBinaries" not always copied :( 2015-07-03 13:51:30 +02:00
Philippe Miossec 1329e4f7fd Build a zip file as artifact 2015-07-03 12:50:34 +02:00
Philippe Miossec 1da84ce9c7 Merge pull request #806 from pmiossec/display_build_result
Display build results
2015-07-03 10:48:55 +02:00
Philippe Miossec d7c91a167b Display build results 2015-07-03 09:58:46 +02:00
Matt Burke e66af57a8a Merge pull request #803 from pmiossec/functional-testing
Functional/Smoke tests!
2015-07-02 19:16:13 -04:00
Philippe Miossec 18e70d2a8e Run script in the "GitTfs" folder (instead of "GitTfs.Vs2015")
and remove uneeded file copy!
2015-07-03 00:49:10 +02:00
Philippe Miossec 58da5c1e2a One build to do UnitTests AND Smoke tests 2015-07-02 11:34:42 +02:00
Philippe Miossec ae15d5d149 Functional/Smoke tests!
* Add a powerShell script to do smoke/functional tests on a tfs repository
* Add another AppVeyor script to run smoke tests
* Introduce a new ConfigurationBuild to build on AppVeyor
without being obliged to install external dependencies

PS: We could run the script locally (to verify your version of git-tfs) with the command:

	.\FunctionalTesting\smoke_tests.ps1 c:\path\to\your\custom\git-tfs\
2015-07-01 16:42:18 +02:00
Philippe Miossec a2af02e0e9 Merge pull request #791 from pmiossec/remove_old_slow_rcheckin
Remove old (slow) rcheckin algorithm
2015-06-28 21:52:53 +02:00
Philippe Miossec 4558a90af4 Remove old (slow) rcheckin algorithm 2015-06-28 21:50:50 +02:00
Philippe Miossec 9226d53910 Merge pull request #804 from pmiossec/revert_use_of_TeamFoundationIdentity
Revert TeamFoundationIdentity because it changes the identity received
2015-06-28 21:32:36 +02:00
Philippe Miossec 2b8eaecd99 Revert TeamFoundationIdentity because it changes the identity received
(and we don't want to do this change now!)
For exemple it changes from:
vtccds_cp <b8d46dada4dd62d2ab98a2bda7310285c42e46f6qvabajY2>
to:
SND\vtccds_cp <SND\vtccds_cp>
2015-06-28 16:58:02 +02:00
Philippe Miossec 0cec2091d9 Merge pull request #802 from pmiossec/revert_authentication
Revert The use of Post TFS2010 authentication method
2015-06-27 20:23:13 +02:00
Philippe Miossec 510187a14a Revert The use of Post TFS2010 authentication method
because it doesn't work.
It introduce a regression!!!
2015-06-27 20:08:52 +02:00
Philippe Miossec 0f42823c28 Merge pull request #800 from pmiossec/warnings_as_errors
Enable build option in csproj to treat all the warnings as errors
2015-06-24 14:01:54 +02:00
Philippe Miossec 3c60672bca Enable build option in csproj to treat all the warnings as errors 2015-06-24 10:58:56 +02:00
Philippe Miossec 945deacfcc Merge pull request #797 from pmiossec/update_tfs_authentication
Use recommended authentication for TFS post-2010
2015-06-23 15:16:20 +02:00
Philippe Miossec 87c62d786d Implement the authentication in the good classes ;) 2015-06-23 14:48:11 +02:00
Philippe Miossec fe26b62959 Use recommended authentication for TFS post-2010 2015-06-22 19:45:35 +02:00
Philippe Miossec 59eb901a73 Merge pull request #798 from pmiossec/fix_warnings
Fix some warnings
2015-06-22 15:55:30 +02:00
Philippe Miossec e92c16dca8 Merge pull request #799 from pmiossec/remove_skipped_unittests
Remove skipped tests
2015-06-21 16:43:13 +02:00
Philippe Miossec ca88bc8c06 Remove skip tests 2015-06-21 16:29:12 +02:00