Commit Graph

14 Commits

Author SHA1 Message Date
Alexey Kuleshevich
f5e147ab97
Integration with Pantry and usage of new stackage-snapshots:
* Moved all extensions into modules that are using them, rather than globally,
  since they mess up ghci session and introduce conflicts among
  packages. Removed those from `.ghci` file as well
* Redesigned the schema to use Pantry and moved it into it's own module
* Switched all of the db and cron related stuff to RIO. Yesod part is
  still on classy-prelude
* Got pantry to update stackage-server database from hackage
* Got import of stackage-snapshots implemented
* Moved some logic from all-cabal-tool
* Switched everything to `PackageNameP`, `VersionP`, etc. from a la Text.
* Fixed haddock, so it now does proper redirects and pipes the docs
  correctly. Also implemented piping of json files from S3 bucket,
  so index-doc.json is also served by stackage-server thus making
  Ctrl+S feature work properly on haddock. Fix for commercialhaskell/stackage#4301
* Import of modules is done through cabal file parsing, which slows
  down the initial import process drastically, but incremental update
  is not a problem.
* Just as with modules, dependencies are also imported from cabal file.
* In general improved type safety by introducing a few data types:
  eg. `ModuleNameP`, `HackageCabalInfo`, and many more.
* Implemented pulling of deprecation map from hackages and storing it in db
* Implementation of forward/backward dependencies within a snapshot only.
* Drastically improved performance of cron import job, by checking which
  snapshots are not up to date
* Implemented pulling haddock list from S3 bucket. Modules that have
  documentation are marked from the availability of actual haddock. This
  process happens concurrently with snapshots loading.
* Rearranged modules a bit:
  * github related functions went into it's own module
  * cron related functions where moved from Database to Cron module
  * Split up some functions to reduce individual complexity
* Parallelized package loading in cron job
* Implemented parsed cabal file caching.
* All queries where reqritten with esqueleto
* Syntactic improvements:
  * Added stylish-haskell config
  * Formatted all imports and extensions with stylish-haskell.
  * Fixed inconsistent indentation across all modules
* Many improvements to the package page as well as few others.
* Reimplemented hoogledb creation.
* Dropped dependency on tar in favor of tar-conduit
* Added cli for stackage-server-cron
* Add cabal sha and size to the package page
* Fixed links in hoogle searches. Improved type safety for a hoogle handler
* satckage-server-cron is customizable with cli arguments

Final adjustments for the new stackage server release:

* Upgrade to lts-13.16.
* Stackage server related code has been merged to pantry. Made the code
  compatible with the newer version pantry
* Added cli '--snapshots-repo'
* Add readme to package page
* Adjust snapshots expected format:
  * Added `publish-time`
  * Removed name `field`
  * `compiler` field is now in the `resolver` field with fallback to
    the root
2019-04-30 17:10:33 +03:00
Michael Snoyman
77e345b6f2
Convert to hpack 2017-12-11 19:05:53 +02:00
Michael Snoyman
a211a148b9
Ignore more files 2017-07-14 09:48:35 +03:00
Michael Snoyman
fb481b02f7 Update gitignore 2015-10-11 14:38:56 +03:00
Michael Snoyman
ddd8734604 Remove some unneeded files 2015-10-06 06:48:55 +03:00
Michael Snoyman
34886ca21a Add in settings.yml 2015-10-06 06:47:48 +03:00
Chris Done
7f62b5b8f6 Add stack.yaml and ignore .stack-work 2015-06-17 17:20:17 +02:00
Michael Snoyman
59fac14f73 Include docker stuff 2015-05-21 09:54:57 +03:00
Michael Snoyman
a1c9abbdb5 Ignore stackage-content 2014-12-15 15:13:06 +02:00
Michael Snoyman
881e7076fa Create -sample config files to avoid credentials in repo 2014-10-24 13:57:40 +03:00
Chris Done
3e17fb00df Ignore TAGS 2014-05-20 17:32:19 +02:00
Michael Snoyman
95250c5b09 Blob storage and downloading from Hackage 2014-04-10 10:59:58 +03:00
Michael Snoyman
714ee2b272 Scaffolding 2014-04-09 10:52:04 +03:00
Michael Snoyman
921629e9ff Initial commit 2014-04-09 00:37:17 -07:00