patch applied (/home/srv/code/hackage-server): "Rename the HackageModule/Feature type and some members" and 3 others

duncan at lun.haskell.org duncan at lun.haskell.org
Sat Aug 13 12:59:43 CEST 2011


Sun Aug  7 23:27:09 BST 2011  Duncan Coutts <duncan at community.haskell.org>
  * Rename the HackageModule/Feature type and some members
  Ignore-this: 12950620308852e004706f06099e5165

    M ./Distribution/Server.hs -3 +3
    M ./Distribution/Server/Features.hs -6 +6
    M ./Distribution/Server/Features/BuildReports.hs -4 +3
    M ./Distribution/Server/Features/Check.hs -6 +3
    M ./Distribution/Server/Features/Core.hs -4 +3
    M ./Distribution/Server/Features/Distro.hs -4 +3
    M ./Distribution/Server/Features/Documentation.hs -4 +3
    M ./Distribution/Server/Features/DownloadCount.hs -4 +3
    M ./Distribution/Server/Features/HaskellPlatform.hs -4 +3
    M ./Distribution/Server/Features/Html.hs -6 +3
    M ./Distribution/Server/Features/Json.hs -7 +2
    M ./Distribution/Server/Features/LegacyRedirects.hs -6 +3
    M ./Distribution/Server/Features/Mirror.hs -4 +3
    M ./Distribution/Server/Features/NameSearch.hs -6 +3
    M ./Distribution/Server/Features/PackageList.hs -7 +2
    M ./Distribution/Server/Features/Packages.hs -6 +3
    M ./Distribution/Server/Features/PreferredVersions.hs -6 +3
    M ./Distribution/Server/Features/ReverseDependencies.hs -4 +3
    M ./Distribution/Server/Features/Tags.hs -4 +3
    M ./Distribution/Server/Features/Upload.hs -4 +3
    M ./Distribution/Server/Features/Users.hs -4 +3
    M ./Distribution/Server/Framework/Feature.hs -18 +31
Mon Aug  8 00:20:33 BST 2011  Duncan Coutts <duncan at community.haskell.org>
  * Move the feature initHooks from the class into the HackageFeature record
  Ignore-this: 2a97cc172c6f8d4a78f38bda8c6a8be3

    M ./Distribution/Server/Features.hs -36 +23
    M ./Distribution/Server/Features/Core.hs -1 +1
    M ./Distribution/Server/Features/DownloadCount.hs -4 +5
    M ./Distribution/Server/Features/Html.hs -1 +1
    M ./Distribution/Server/Features/NameSearch.hs -1 +1
    M ./Distribution/Server/Features/PackageList.hs -2 +5
    M ./Distribution/Server/Features/PreferredVersions.hs -1 +1
    M ./Distribution/Server/Features/ReverseDependencies.hs -3 +3
    M ./Distribution/Server/Features/Tags.hs -1 +1
    M ./Distribution/Server/Framework/Feature.hs -8 +7
Sat Aug 13 11:54:14 BST 2011  Duncan Coutts <duncan at community.haskell.org>
  * Remove digest authentication qop=auth-int support
  Ignore-this: e049e49aa82c8fae715c98bce2189461
  The fact that it needs to consume the whole HTTP message body makes it
  problematic. We can perhaps reintroduce it later to secure uploading of
  package tarballs.

    M ./Distribution/Server/Auth/Basic.hs -17 +8
Sat Aug 13 11:56:07 BST 2011  Duncan Coutts <duncan at community.haskell.org>
  * Stop passing the blob storage to dump/restoreBackup
  Ignore-this: fb2512db8bba1dc81b6051cdeac317e0
  Features that need it can use it themselves since it's part of the ServerEnv
  that they are initialised with.

    M ./Distribution/Server.hs -4 +2
    M ./Distribution/Server/Features/BuildReports.hs -17 +20
    M ./Distribution/Server/Features/Core.hs -22 +25
    M ./Distribution/Server/Features/Distro.hs -2 +2
    M ./Distribution/Server/Features/Documentation.hs -14 +15
    M ./Distribution/Server/Features/Mirror.hs -2 +2
    M ./Distribution/Server/Features/ReverseDependencies.hs -1 +1
    M ./Distribution/Server/Features/Tags.hs -2 +2
    M ./Distribution/Server/Features/Upload.hs -2 +2
    M ./Distribution/Server/Framework/Feature.hs -3 +2



More information about the cabal-devel mailing list