]> gitweb.michael.orlitzky.com - dead/htsn-import.git/shortlog
dead/htsn-import.git
2014-01-22 Michael OrlitzkyAdd extra docs to the source tarball. 0.0.1
2014-01-22 Michael OrlitzkyUpdate TODO.
2014-01-22 Michael OrlitzkyUpdate all of the schema diagrams again.
2014-01-21 Michael OrlitzkyDocument the weird weather sample.
2014-01-21 Michael OrlitzkyFix some docs in Odds and Weather.
2014-01-21 Michael OrlitzkyAdd a new weatherxml sample that messes everything up.
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 OrlitzkyUpdate the database schema docs.
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 OrlitzkyUpdate the Odds db schema diagram, but it's outdated...
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-21 Michael OrlitzkyUpdate the DB schema diagram for injuriesxml.
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 example connection string.
2014-01-20 Michael OrlitzkyAdd required test DTDs to the source distribution.
2014-01-20 Michael OrlitzkyAdd the TSN.XML.Weather module to the cabal file.
2014-01-20 Michael OrlitzkyAdd the example config file.
2014-01-20 Michael OrlitzkyRemove errant man page option and fix a typo.
2014-01-20 Michael OrlitzkyFix paths in cabal file.
2014-01-20 Michael OrlitzkyFix doc typo.
2014-01-20 Michael OrlitzkyUpdate the schema documentation.
2014-01-20 Michael OrlitzkyUpdate the TODO again.
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-20 Michael OrlitzkyAdd another TODO.
2014-01-20 Michael OrlitzkyFix a typo.
2014-01-20 Michael OrlitzkyUpdate makefile/cabalfile with better profiling support.
2014-01-20 Michael OrlitzkyUpdate the TODO file.
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-16 Michael OrlitzkyAdd the schema diagram for weatherxml.
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 OrlitzkyRemove two completed TODO items.
2014-01-15 Michael OrlitzkyAdd a README for the generated dbschema diagrams.
2014-01-15 Michael OrlitzkyRemove old and busted PDF diagrams, add a new hotness...
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 OrlitzkyAdd some TODOs.
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 OrlitzkyIgnore export lists for docs.
2014-01-14 Michael OrlitzkyUpdate (or add) a bunch of documentation.
2014-01-14 Michael OrlitzkyTry to clean up the makefile 'doc' target.
2014-01-14 Michael OrlitzkyFix remaining compiler warnings.
2014-01-14 Michael OrlitzkyFixing compiler warnings by exporting stuff that should...
2014-01-14 Michael OrlitzkyMinor makefile fix.
2014-01-14 Michael OrlitzkyAdd the newsxml DB schema PDF.
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 the test file needed by the previous commit.
2014-01-13 Michael OrlitzkyAdd a test for unpickling large Odds_XML files.
2014-01-13 Michael OrlitzkyAdd the PDF of the injuries_detail DB schema.
2014-01-13 Michael OrlitzkyAdd more files to 'make clean'.
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 OrlitzkyAdd a sample Injuries_Detail_XML with a noninteger...
2014-01-13 Michael OrlitzkyAdd the DB schema PDF for injuries documents.
2014-01-13 Michael OrlitzkyUpdate the schemagen README.
2014-01-13 Michael OrlitzkyAdd "correct" versions of all DTDs under schema/.
2014-01-13 Michael OrlitzkyRemove an unused import.
2014-01-13 Michael OrlitzkyAdd a doctest suite with a big-ass caveat.
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 OrlitzkyAdd a description to the cabal file, and begin to defin...
2014-01-12 Michael OrlitzkyAdd a preliminary man page.
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.
next