ohloh_scm / branches / master / test / unit

Description: source control management adapters for ohloh.net

git clone git@thechaw.com:ohloh_scm.gitview commitsview forks

Name Author Message Date Commit
abstract_adapter_test.rb Robin Luckey [CHANGE] Svn: Increase the maximum length of a branch_name to 80 characters June 12 2009 148f...65e8
adapter_factory_test.rb Michael Adam [NEW] Adding Bazaar support: add bzr to the adapter factory. Add test_factory_bzr to the FactoryTest. And add validation.rb adapter module: Needed for adapter factory. Add bzr validation unit test. February 04 2009 da72...5003
array_writer_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
bzr_cat_file_test.rb Michael Adam [NEW] Adding Bazaar support: add cat_file.rb adapter module with unit tests February 04 2009 e13f...ab4e
bzr_commits_test.rb Robin Luckey [FIX] Bzr should not return directory names in its diffs, only actual files February 06 2009 4502...ceb3
bzr_head_test.rb Robin Luckey [FIX] All other Bzr functions (cat_file, head, ls_tree, etc) all now work with revision-id February 05 2009 b576...63b2
bzr_misc_test.rb Robin Luckey [NEW] Bzr: Implement export April 23 2009 0f25...3653
bzr_parser_test.rb Robin Luckey [FIX] Use Bzr Author name when available October 27 2009 43c1...d920
bzr_pull_test.rb Michael Adam [NEW] Adding Bazaar support: add misc, pull and push adapter modules with tests February 04 2009 a234...98ed
bzr_push_test.rb Robin Luckey [FIX] Bazaar uses 'bzr+ssh://', not 'ssh://' February 05 2009 f9d2...1d68
bzr_validation_test.rb Robin Luckey [FIX] Fixes ticket 3. "bzr://" is now a valid protocol for a Bazaar URL. February 10 2009 6f0e...e0bb
cvs_branch_number_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
cvs_commits_test.rb Robin Luckey [NEW] Conversion to git now supports svn chaining. We achieve this by passing a pointer to the "current" link in the svn chain along with the commit itself. So when we want to check out a particular commit from Subversion, we can determine the appropriate branch/URL to check out from. February 12 2009 d145...57e2
cvs_convert_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
cvs_misc_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
cvs_parser_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
cvs_validation_test.rb Robin Luckey [FIX] Hg and Git: better SourceForge detection in guess_forge() May 19 2009 59ba...7355
git_cat_file_test.rb Michael Adam [FIX] fix typo in git_cat_file_test.rb : wrong class name February 04 2009 0346...aa30
git_commit_all_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
git_commits_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
git_head_test.rb Robin Luckey [NEW] adapter.head(), adapter.parents() methods allow us to walk the commit tree properly instead of using a (linear) log January 26 2009 ccee...fca2
git_log_parser_test.rb Robin Luckey [NEW] adapter.head(), adapter.parents() methods allow us to walk the commit tree properly instead of using a (linear) log January 26 2009 ccee...fca2
git_misc_test.rb Robin Luckey [CHANGE] stop passing the --no-merges flag to git. Ohloh is going to import merges now. [NEW] is_merge_commit? method helps Ohloh decide what to do with commits February 03 2009 c8e4...7bea
git_parser_test.rb Robin Luckey [NEW] GitParser can parse a generic git log (that is, doesn't require our custom formatter). May 13 2009 c4f0...90b4
git_patch_test.rb Lennon Day-Reynolds added testing data + unit tests for patch behavior February 06 2009 5a2b...bd75
git_pull_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
git_push_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
git_rev_list_test.rb Robin Luckey [CHANGE] Ensure that the hg logs are ordered in the desired way: 1. oldest first (parents before children) 2. first parent before branch parents 3. use the --follow behavior so that only actual ancestors are returned February 04 2009 4a5f...49c2
git_token_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
git_validation_test.rb Robin Luckey [FIX] Hg and Git: better SourceForge detection in guess_forge() May 19 2009 59ba...7355
hg_cat_file_test.rb Robin Luckey [FIX] Escape "|" character in Hg filenames May 20 2010 5d5d...efe5
hg_commits_test.rb Robin Luckey [CHANGE] Speed compromise. Stop calculation SHA1 hashes for Svn and Hg by default. Ohloh isn't currently using them for anything, and they are expensive to compute. This should greatly speed up ImportJobs on Ohloh. January 26 2009 35f6...c7f9
hg_head_test.rb Robin Luckey [NEW] adapter.head(), adapter.parents() methods allow us to walk the commit tree properly instead of using a (linear) log January 26 2009 ccee...fca2
hg_misc_test.rb Robin Luckey [NEW] Hg: Implement export April 23 2009 6e41...e5d4
hg_parser_test.rb Michael Adam [FIX] Make HgParserTest tests pass by using a rfc2822 time format February 02 2009 5306...aff5
hg_patch_test.rb Lennon Day-Reynolds added testing data + unit tests for patch behavior February 06 2009 5a2b...bd75
hg_pull_test.rb Robin Luckey [NEW] hg.push(), hg.pull() [FIX] Subversion wasn't cleaning up its log files January 21 2009 4667...d1e7
hg_push_test.rb Robin Luckey [FIX] Incorrect syntax for hg via ssh://... not the same as git... January 22 2009 f355...129f
hg_rev_list_test.rb Robin Luckey [CHANGE] Ensure that the hg logs are ordered in the desired way: 1. oldest first (parents before children) 2. first parent before branch parents 3. use the --follow behavior so that only actual ancestors are returned February 04 2009 4a5f...49c2
hg_validation_test.rb Robin Luckey [FIX] Hg and Git: better SourceForge detection in guess_forge() May 19 2009 59ba...7355
ohlog_command_line_test.rb Robin Luckey [NEW] The beginnings of a Mercurial adapter. Basic log parser, validation skeleton. January 20 2009 a75d...c6f2
svn_cat_file_test.rb Robin Luckey [CHANGE] Move the Subversion chaining functionality into a dedicated subclass. This preserves the original --stop-on-copy basic behavior in its own class. * This keeps the base SvnAdapter class uncomplicated. * The base SvnAdapter can still be used if desired. * I can foresee another, better Subversion importer built around svnsync that will not require chaining. February 17 2009 5d63...2a4d
svn_chain_cat_file_test.rb Robin Luckey [CHANGE] Move the Subversion chaining functionality into a dedicated subclass. This preserves the original --stop-on-copy basic behavior in its own class. * This keeps the base SvnAdapter class uncomplicated. * The base SvnAdapter can still be used if desired. * I can foresee another, better Subversion importer built around svnsync that will not require chaining. February 17 2009 5d63...2a4d
svn_chain_commits_test.rb Robin Luckey [CHANGE] Move the Subversion chaining functionality into a dedicated subclass. This preserves the original --stop-on-copy basic behavior in its own class. * This keeps the base SvnAdapter class uncomplicated. * The base SvnAdapter can still be used if desired. * I can foresee another, better Subversion importer built around svnsync that will not require chaining. February 17 2009 5d63...2a4d
svn_chain_test.rb Robin Luckey [CHANGE] Move the Subversion chaining functionality into a dedicated subclass. This preserves the original --stop-on-copy basic behavior in its own class. * This keeps the base SvnAdapter class uncomplicated. * The base SvnAdapter can still be used if desired. * I can foresee another, better Subversion importer built around svnsync that will not require chaining. February 17 2009 5d63...2a4d
svn_commits_test.rb Robin Luckey [CHANGE] Move the Subversion chaining functionality into a dedicated subclass. This preserves the original --stop-on-copy basic behavior in its own class. * This keeps the base SvnAdapter class uncomplicated. * The base SvnAdapter can still be used if desired. * I can foresee another, better Subversion importer built around svnsync that will not require chaining. February 17 2009 5d63...2a4d
svn_convert_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
svn_head_test.rb Robin Luckey [NEW] adapter.head(), adapter.parents() methods allow us to walk the commit tree properly instead of using a (linear) log January 26 2009 ccee...fca2
svn_misc_test.rb Andy Verprauskus OH-104 Dont auto-descend beyond /trunk directories November 02 2009 9533...3d92
svn_parser_test.rb Robin Luckey [NEW] Extend the Subversion parsers to get the copyfrom-rev and copyfrom-path. February 05 2009 3a2a...157b
svn_patch_test.rb Lennon Day-Reynolds added testing data + unit tests for patch behavior February 06 2009 5a2b...bd75
svn_pull_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
svn_push_test.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
svn_validation_test.rb Andy Verprauskus [FIX] forge detection failing if svn url terminates without a trailing / November 02 2009 e5a1...a45e
svn_xml_parser_test.rb Robin Luckey [NEW] Extend the Subversion parsers to get the copyfrom-rev and copyfrom-path. February 05 2009 3a2a...157b