]> gitweb.michael.orlitzky.com - dead/htsn-import.git/shortlog
dead/htsn-import.git
2015-01-13 Michael OrlitzkyDisable TSN.XML.MLBBoxScore in preparation for a release. 0.2.1
2015-01-13 Michael OrlitzkyBump version to v0.2.1.
2015-01-13 Michael OrlitzkyBump groundhog dependencies in cabal file.
2015-01-13 Michael OrlitzkyUpdate all silent migrations for groundhog-0.7.
2015-01-13 Michael OrlitzkyRewrite TSN.DbImport.run_dbmigrate for groundhog-0.7.
2015-01-13 Michael OrlitzkyAdd containers dependency for Data.Map.
2015-01-08 Michael OrlitzkyFix hlint suggestions.
2015-01-08 Michael OrlitzkyUse real fixed-vector-hetero dependency.
2015-01-02 Michael OrlitzkyRemove completed TODOs
2015-01-02 Michael OrlitzkyRemove the Generics module and the generics-sop dependency.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.Heartbeat to fixed-vector-hetero.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.EarlyLine to fixed-vector-hetero.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.Weather to fixed-vector-hetero.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.Scores to fixed-vector-hetero.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.ScheduleChanges to fixed-vector-hetero.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.Odds to fixed-vector-hetero.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.News to fixed-vector-hetero.
2015-01-02 Michael OrlitzkyRemove more boilerplate in TSN.XML.MLBBoxScore.
2015-01-02 Michael OrlitzkyAdd a selector namer (that handles leading underscores...
2015-01-02 Michael OrlitzkyMigrate TSN.Team and TSN.XML.MLBBoxScore to fixed-vecto...
2015-01-02 Michael OrlitzkyMigrate TSN.XML.JFile to fixed-vector-hetero.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.InjuriesDetail to fixed-vector-hetero.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.Injuries to fixed-vector-hetero.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.AutoRacingSchedule to fixed-vector...
2015-01-02 Michael OrlitzkyMigrate TSN.XML.AutoRacingResults to fixed-vector-hetero.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.AutoRacingDriverList to fixed-vector...
2015-01-02 Michael OrlitzkyRemove the Generics module from .ghci; it's going away.
2015-01-02 Michael OrlitzkyUse Generics.prepend in TSN.XML.AutoRacingSchedule.
2015-01-02 Michael OrlitzkyFix unused field warnings in TSN.XML.AutoRacingResults.
2015-01-02 Michael OrlitzkyFix unused field warnings in TSN.XML.AutoRacingDriverList.
2015-01-02 Michael OrlitzkyStrip leading underscores in our Groundhog codegen.
2015-01-02 Michael OrlitzkyUse Generics.prepend in TSN.XML.AutoRacingResults.
2015-01-02 Michael OrlitzkyUse Generics.prepend in TSN.XML.AutoRacingDriverList.
2015-01-02 Michael OrlitzkyAdd the generic 'prepend' function to the Generics...
2015-01-02 Michael OrlitzkyTSN.XML.MLBBoxScore: Add database code for the miscella...
2015-01-01 Michael OrlitzkyAdd database code for some existing TSN.XML.MLBBoxScore...
2015-01-01 Michael OrlitzkyAdd more DB code to TSN.XML.MLBBoxScore.
2014-12-31 Michael OrlitzkyAdd SportInfo support for Cbask_Team_Shooting_Pct_XML...
2014-12-31 Michael OrlitzkyAdd SportInfo support for Cbask_Team_Scoring_XML.dtd.
2014-12-31 Michael OrlitzkyAdd SportInfo support for Cbask_Team_Scoring_Rebound_Ma...
2014-12-31 Michael OrlitzkyAdd SportInfo support for Cbask_Indv_Shooting_XML.dtd.
2014-12-31 Michael OrlitzkyAdd another TODO (broken doctests in Generics.hs).
2014-12-31 Michael OrlitzkyAdd SportInfo support for Cbask_Indv_No_Avg_XML.dtd.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.MLBBoxScore.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.Weather.
2014-12-30 Michael OrlitzkyWhitespace.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.Scores.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.ScheduleChanges.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.Odds.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.News.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.JFile.
2014-12-30 Michael OrlitzkyAdd Generic instance for TSN.Team.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.InjuriesDetail.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.Injuries.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.Heartbeat.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.EarlyLine.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.AutoRacingSchedule.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.AutoRacingResults.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.AutoRacingDriverList.
2014-12-30 Michael OrlitzkyAdd a Generics module with a generic to_tuple function.
2014-12-29 Michael OrlitzkyAdd a Generics module with a generic to_tuple function.
2014-12-26 Michael OrlitzkyImplement a few more (un)picklers.
2014-11-19 Michael OrlitzkyAdd sample XML and DTDs for MLB_Boxscore_XML.dtd.
2014-11-07 Michael OrlitzkyAdd stub for TSN.XML.MLBBoxScore.
2014-11-07 Michael OrlitzkyAdd generated schema for MLB_Boxscore_XML.dtd.
2014-11-07 Michael OrlitzkyComplete TSN.XML.AutoRacingDriverList.
2014-11-06 Michael OrlitzkyCreate a stub for TSN.XML.AutoRacingDriverList.
2014-11-06 Michael OrlitzkyAdd all recent SportInfo additions to the man page.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFL_PuntingLeaders_XML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLYardsXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLTopPuntReturnXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLTopKickoffReturnXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLTackleFFLeadersXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLRushingLeadersXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLReceivingLeadersXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLPassingLeadersXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLInterceptionLeadersXML...
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLGrassTurfDomeOutsideXML...
2014-10-29 Michael OrlitzkyMake the team rotation number optional in TSN.XML.Early...
2014-10-29 Michael OrlitzkyAllow empty game <time> elements (with a test case...
2014-10-25 Michael OrlitzkyBump to version 0.2.0. 0.2.0
2014-10-25 Michael OrlitzkyAdd a new newsxml sample with the new required team...
2014-10-25 Michael OrlitzkyUpdate a comment in import-duplicates.test.
2014-10-18 Michael OrlitzkyBump version to 0.1.3 in the cabal file.
2014-10-17 Michael OrlitzkyUpdate the scoresxml schema diagram.
2014-10-17 Michael OrlitzkyMake the Scores status numeral optional.
2014-10-17 Michael OrlitzkyAdd two more samples of weird scoresxml.
2014-10-17 Michael OrlitzkyHandle (ignore) empty casinos in TSN.XML.Odds.
2014-10-17 Michael OrlitzkyFix an hlint suggestion.
2014-10-17 Michael OrlitzkyAdd sample of Odds_XML with an empty casino.
2014-10-06 Michael OrlitzkyMake the JFile <Game_Time> elements optional (they... 0.1.2
2014-10-06 Michael OrlitzkyUpdate dbschema diagrams for Odds and News.
2014-10-03 Michael OrlitzkyBump cabal version to 0.1.2.
2014-10-03 Michael OrlitzkyMake the News SMS field optional.
2014-10-03 Michael OrlitzkyMake the Odds game_time optional for when the <Game_Tim...
2014-09-24 Michael OrlitzkyBump version to 0.1.1. 0.1.1
2014-09-24 Michael OrlitzkyBump to v0.1.0 in the cabal file.
2014-09-24 Michael OrlitzkyMake <weather> and <Description> elements optional...
2014-09-24 Michael OrlitzkyMake the MostLapsLeading embedded fields of AutoRacingR...
2014-09-24 Michael OrlitzkyAdd a new AutoRacingResultsXML sample and test case.
next