]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src
Add a shelltestrunner test suite.
[dead/htsn-import.git] / src /
2014-01-22 Michael OrlitzkyChange "imported" to "processed" in some output.
2014-01-22 Michael OrlitzkyAdd some tests for the ON DELETE CASCADE behavior.
2014-01-22 Michael OrlitzkyRemove an unused import.
2014-01-22 Michael OrlitzkyMinor indentation fix.
2014-01-22 Michael OrlitzkyRemove unused dbimport_generic function.
2014-01-22 Michael OrlitzkyFix two typos that broke cascading delete.
2014-01-21 Michael OrlitzkyFix some docs in Odds and Weather.
2014-01-21 Michael OrlitzkyAdd a new module, TSN.Database, and use it to clean...
2014-01-21 Michael OrlitzkyUpdate docs in TSN.XML.Injuries.
2014-01-21 Michael OrlitzkyUpdate docs in TSN.XML.InjuriesDetail.
2014-01-21 Michael OrlitzkyFix an error message in TSN.XML.Heartbeat.
2014-01-21 Michael OrlitzkyFix a News test.
2014-01-21 Michael OrlitzkyUpdate TSN.XML.Weather for the new typeclass hierarchy.
2014-01-21 Michael OrlitzkyAdd time_stamp and xml_file_id to Weather.
2014-01-21 Michael OrlitzkyRewrite TSN.XML.Odds for the new typeclass hierarchy.
2014-01-21 Michael OrlitzkyAdd a unique xml_file_id to News.
2014-01-21 Michael OrlitzkyAdd a unique xml_file_id to InjuriesDetail.
2014-01-21 Michael OrlitzkyAdd a unique xml_file_id to Injuries.
2014-01-21 Michael OrlitzkySet "withSubstDTDEntities no" for now.
2014-01-21 Michael OrlitzkyUpdate TSN.XML.InjuriesDetail for the new typeclass...
2014-01-21 Michael OrlitzkyUpdate TSN.XML.Injuries for the new typeclass hierarchy.
2014-01-21 Michael OrlitzkyAdd XmlImportFk, a total copy of XmlImport for instance...
2014-01-21 Michael OrlitzkyAdd the FromXmlFk class, like FromXml except it require...
2014-01-20 Michael OrlitzkyAdd a top-level injuries table for TSN.XML.Injuries.
2014-01-20 Michael OrlitzkyAdd the FromXmlFk class which allows us to construct...
2014-01-20 Michael OrlitzkyFix doc typo.
2014-01-20 Michael OrlitzkyUpdate the schema documentation.
2014-01-20 Michael OrlitzkyUse the timestamp pickler in TSN.XML.News.
2014-01-20 Michael OrlitzkyAdd a pickler for the <time_stamp> elements.
2014-01-19 Michael OrlitzkyAdd docs for TSN.XML.Weather.
2014-01-16 Michael OrlitzkyFix hlint suggestion.
2014-01-16 Michael OrlitzkyMinimal undocumented implementation of TSN.XML.Weather.
2014-01-16 Michael OrlitzkyAdd a pickler for the forecast gamedate attribute.
2014-01-15 Michael OrlitzkyAdd the TSN.XML.Weather module (passing pickle/unpickle...
2014-01-15 Michael OrlitzkyFix typos and use xpAttrImplies where appropriate ...
2014-01-15 Michael OrlitzkyCombine the odds game date/time into one DB field.
2014-01-15 Michael OrlitzkyDon't bother with the three-character limit on team_id...
2014-01-14 Michael OrlitzkyAdd docs for Injuries/InjuriesDetail.
2014-01-14 Michael OrlitzkyFix a comment.
2014-01-14 Michael OrlitzkyUn-haddock two comments that wound up in the wrong...
2014-01-14 Michael OrlitzkyUpdate (or add) a bunch of documentation.
2014-01-14 Michael OrlitzkyFix remaining compiler warnings.
2014-01-14 Michael OrlitzkyFixing compiler warnings by exporting stuff that should...
2014-01-14 Michael OrlitzkyAdd some more documentation to News.hs.
2014-01-13 Michael OrlitzkyFinish documenting TSN.XML.News and fix all compiler...
2014-01-13 Michael OrlitzkyAdd a test for unpickling large Odds_XML files.
2014-01-13 Michael OrlitzkyRemove unused import.
2014-01-13 Michael OrlitzkyFix unpickling of non-integer team_ids in TSN.XML.Odds...
2014-01-13 Michael OrlitzkyFix unpickling of texttual over/under lines.
2014-01-13 Michael OrlitzkyRemove unused imports.
2014-01-13 Michael OrlitzkyUse (xpOption xpText) instead of xpText0.
2014-01-13 Michael OrlitzkyMake the text of a news URL optional.
2014-01-13 Michael OrlitzkyFix pickle/unpickle of non-interger team_ids and add...
2014-01-13 Michael OrlitzkyRemove an unused import.
2014-01-13 Michael OrlitzkyUpdate documentation.
2014-01-13 Michael OrlitzkyRemove unused XmlPickler instances (this might need...
2014-01-13 Michael OrlitzkySimplify some tests by passing a pickler instead of...
2014-01-12 Michael OrlitzkyAdd and update documentation.
2014-01-12 Michael OrlitzkyRename the "injuries" and "injuries_detail" tables...
2014-01-12 Michael OrlitzkyUSe lowerCaseSuffixNamingStyle as our base in TSN.Codegen.
2014-01-12 Michael OrlitzkyDon't remove imported files by default.
2014-01-11 Michael OrlitzkyBeat TSN.XML.Odds into relational submission; file...
2014-01-11 Michael OrlitzkyAdd some more customization to our codegen config.
2014-01-11 Michael OrlitzkyUse run_dbmigrate instead of runMigration... everywhere.
2014-01-11 Michael OrlitzkyAdd the insert_xml_or_select function to TSN.XmlImport...
2014-01-11 Michael OrlitzkyAdd run_dbmigrate to TSN.DbImport.
2014-01-11 Michael OrlitzkyGet the Odds module to compile and pass tests under...
2014-01-11 Michael OrlitzkyAdd missing TSN.XmlImport module.
2014-01-11 Michael OrlitzkyRewrite everything to use XmlImport/DbImport classes...
2014-01-10 Michael OrlitzkyBegin reworking TSN.XML.Odds for the new inferred DTDs.
2014-01-10 Michael OrlitzkySimplify parse_opts now that we can validate against...
2014-01-10 Michael OrlitzkyChange the Odds database type to 'Odds' in Main.hs.
2014-01-10 Michael OrlitzkyBegin validating the XML.
2014-01-10 Michael OrlitzkyAdd an embedded type to TSN.XML.Injuries to allow it...
2014-01-10 Michael OrlitzkyRemove unused BangPatterns pragmas.
2014-01-10 Michael OrlitzkyMake NewsTeams and NewsLocations unique.
2014-01-10 Michael OrlitzkyChange the order of init_logging's arguments.
2014-01-02 Michael OrlitzkyFix hlint suggestions.
2014-01-02 Michael OrlitzkyUpdate the newsxml DTD to make the Editor optional.
2014-01-02 Michael OrlitzkyAdd tests for Odds pickle/unpickle.
2014-01-02 Michael OrlitzkyUse 'def' in a few places where default values are...
2014-01-02 Michael OrlitzkyAdd separate 'unpickleable' tests to the existing XML...
2014-01-02 Michael OrlitzkyAdd 'unpickleable' to Xml for use in tests.
2014-01-02 Michael OrlitzkyAdd TSN.XML.Odds which can (only, for the moment) parse...
2014-01-02 Michael OrlitzkyRemove the XmlPickler instance for Bool.
2014-01-01 Michael OrlitzkyRename doctypeA to dtdnameA.
2014-01-01 Michael OrlitzkyRename the ImportResult constructors.
2014-01-01 Michael OrlitzkyCreate an ImportResult type and refactor things around it.
2014-01-01 Michael OrlitzkyAdd code to main to delete successfully imported files.
2013-12-31 Michael OrlitzkyAdd a test for the correct field names in TSN.Xml.News.
2013-12-31 Michael OrlitzkyMove the XML modules into the XML subdirectory.
2013-12-31 Michael OrlitzkyGet the news import working more or less how it's suppo...
2013-12-31 Michael OrlitzkyAdd the TSN.Codegen module to help Groundhog out.
2013-12-31 Michael OrlitzkyReplace the FromXml class with ToFromXml and add a...
2013-12-31 Michael OrlitzkyAdd the FromXml type family.
2013-12-31 Michael OrlitzkyAdd a DbImport class implementing the import interface.
2013-12-30 Michael OrlitzkyReorganize the import_foo functions so that the databas...
2013-12-30 Michael OrlitzkyGet pickling (but not insertion) working for TSN.News.
2013-12-30 Michael OrlitzkyAdd a TSN.News module and get it to compile.
2013-12-30 Michael OrlitzkyAdd a tasty test suite and two tests for the existing...
next