]> gitweb.michael.orlitzky.com - dead/htsn-import.git/shortlog
dead/htsn-import.git
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 OrlitzkyAdd the hand-crafted Odds_XML.dtd.
2014-01-10 Michael OrlitzkyAdd a note to the README about the hand-crafted schemas.
2014-01-10 Michael OrlitzkyReplace the auto-generated Odds_XML.dtd used in tests...
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 OrlitzkyUpdate the test TSN DTDs with the inferred ones.
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 OrlitzkyAdd an empty man page.
2014-01-10 Michael OrlitzkyMake NewsTeams and NewsLocations unique.
2014-01-10 Michael OrlitzkyChange the order of init_logging's arguments.
2014-01-09 Michael OrlitzkyChange the XML-Schema-learner executable name.
2014-01-08 Michael OrlitzkyAdd a new example of newsxml.
2014-01-07 Michael OrlitzkyAdd more newsxml samples required for an accurate DTD.
2014-01-07 Michael OrlitzkyAdd two new injuriesxml files needed to generate a...
2014-01-06 Michael OrlitzkyBegin work on the automatic schema generation.
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-02 Michael OrlitzkyDon't call clean before every compile (they're getting...
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 Heartbeat XML and DTD.
2013-12-31 Michael OrlitzkyAdd an Odds_XML.xml example.
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 weatherxml file from the feed.
2013-12-30 Michael OrlitzkyAdd two more DTDs for tables we'll create in the future.
2013-12-30 Michael OrlitzkyAdd DTDs for the three existing XML files.
2013-12-30 Michael OrlitzkyAdd a tasty test suite and two tests for the existing...
2013-12-30 Michael OrlitzkyAdd a special pickler for the wacky team_ids.
2013-12-29 Michael OrlitzkyProvide a default connection string (for sqlite).
2013-12-29 Michael OrlitzkyMake it really import the XML files from the command...
2013-12-29 Michael OrlitzkyAdd a backend configuration option.
2013-12-28 Michael OrlitzkyAdd a TODO.
2013-12-28 Michael OrlitzkyAdd copies of htsn's Logging and Terminal modules ...
2013-12-28 Michael OrlitzkyBump the cabal file with new deps.
2013-12-28 Michael OrlitzkyAdd (Optional)Configuration modules.
2013-12-28 Michael OrlitzkyRename to htsn-import for simplicity.
2013-12-28 Michael OrlitzkyImplement database insertion (generically!).
2013-12-28 Michael OrlitzkyUncomment DTDs for test XML.
2013-12-28 Michael OrlitzkyRemove pretty-show and transformers dependencies.
2013-12-27 Michael OrlitzkyComment out the DTD in Injuries_Detail_XML.xml.
2013-12-26 Michael OrlitzkyCommit persistent stuff.
2013-12-26 Michael OrlitzkyAdd two more test XML files.
2013-12-26 Michael OrlitzkyAdd Uncurry.hs.
2013-12-25 Michael OrlitzkyInitial commit, proof-of-concept with Persistent and...