Commit Graph

1817 Commits

Author SHA1 Message Date
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
Philippe Miossec add6ea772a Remove obsolete which add too much warnings! 2015-06-21 14:09:29 +02:00
Philippe Miossec effa69cd00 Fix warnings... 2015-06-21 14:07:10 +02:00
Philippe Miossec 69eed793ba Complete release note 2015-06-21 11:25:19 +02:00
Philippe Miossec af50b045f1 Merge pull request #790 from pmiossec/update_repo_description
Add a repository description when cloning
2015-06-21 11:01:13 +02:00
Philippe Miossec 3c8064228d release note 2015-06-21 10:59:45 +02:00
Philippe Miossec ef106b93ba Hide user credentials 2015-06-21 10:57:40 +02:00
Philippe Miossec c00de217b0 Add a description to the git repository 2015-06-21 10:57:40 +02:00
Philippe Miossec a200a0f96d Merge pull request #789 from pmiossec/init_branch_without_base
Initialize a branch when not finding the root commit in the repository
2015-06-21 00:20:49 +02:00
Philippe Miossec 7f2cd66137 Documentation 2015-06-21 00:16:43 +02:00
Philippe Miossec afcc24d20f Use lower bound to NOT fetch before the initial changeset
...from where we cloned
2015-06-20 11:22:50 +02:00
Philippe Miossec af64efb44e Persist initial changeset id 2015-06-20 11:22:49 +02:00
Philippe Miossec 481e8bd0ad Creating a parentless branch when no root changeset found 2015-06-20 11:22:49 +02:00
Philippe Miossec e11f9b01b5 Merge pull request #796 from pmiossec/appveyor
Build with AppVeyor
2015-06-20 11:08:13 +02:00
Philippe Miossec 783d53b7da Build with AppVeyor
Lines commented are for the future where we want to build
 also the GitTfs.VS201x projects (but it's long :( )
2015-06-20 10:28:54 +02:00
Philippe Miossec 5e756b1ab0 Merge pull request #723 from pmiossec/fix_workitems_export
Fix workitems export
2015-06-18 22:58:34 +02:00
Philippe Miossec 54fba0d7a3 refactoring 2015-06-18 22:52:03 +02:00
Michal 13dfe2c5d2 bugfix
- workitems could be translated to a new Id and then this new Id could be translated again and again
- furthermore only initial substring of "#" + Id.ToString() could be translated in the case that Id.ToString() had different lengths
2015-06-18 22:52:02 +02:00
Thomas Bolon 47d06b2cdb Remove extra whitespace 2015-06-18 22:39:13 +02:00
Philippe Miossec 2b54f2632e Merge pull request #792 from pmiossec/fix_initial_empty_commit
Fix initial empty commit
2015-06-18 22:32:32 +02:00
Philippe Miossec 7c7b38974d Cleaning... 2015-06-18 22:30:06 +02:00
Philippe Miossec 3ded1e691b Merge pull request #605 from pmiossec/rcheckin_with_libgit2sharp
Rcheckin with libgit2sharp
2015-06-18 21:51:32 +02:00
Philippe Miossec 519f694783 Update release note 2015-06-18 21:46:48 +02:00
Philippe Miossec bf16297772 Unit test 2015-06-11 12:21:55 +02:00
Philippe Miossec bf301e6e30 Adapt FindParentCommits() to return nothing when commits are not parents 2015-06-11 12:21:55 +02:00
Philippe Miossec f7ff64d3c3 Use libgit2sharp to find commits to checkin 2015-06-11 12:21:54 +02:00
Philippe Miossec 2d31d7e57f Merge pull request #784 from pmiossec/clone_from_specific_changeset
Being able to clone from a specific changeset
2015-06-11 12:20:32 +02:00
Philippe Miossec 84246854b4 Being able to clone from a specific changeset
...like what could be done with quick-clone
2015-06-11 10:33:34 +02:00
Philippe Miossec 0cb4deeb0e Update release note
for already commites changes
2015-06-11 10:30:28 +02:00
Philippe Miossec 5a1256414f Merge pull request #760 from pmiossec/vs2015
Add Vs2015 (and TFS2015) support
2015-06-05 23:41:31 +02:00
Matt Burke 18d41be632 Merge pull request #782 from git-tfs/slack
replace irc with slack
2015-06-03 12:12:45 -04:00
Matt Burke 0b8a549fcb 💀 irc 🚀 slack 2015-06-03 12:10:21 -04:00
Zabavnov, Vadim a586dcbe2c 772 - fix the issue when first change set is branch in newly initiated repository 2015-06-02 10:41:41 -04:00
Philippe Miossec 7bc3b99798 Merge pull request #718 from git-tfs/rename_branch_and_add_file_With_test
Rename branch and add file with test
2015-06-02 09:36:09 +02:00