Commit Graph

  • 68f08adb89 Remove Stackage snapshot info (cabal.config addresses this) Michael Snoyman 2015-03-18 10:30:15 +0200
  • d65e19cb05 Travis code Michael Snoyman 2015-03-18 10:29:14 +0200
  • 2b4d9a667b Merge branch 'new-upload-v2' Michael Snoyman 2015-03-18 09:06:56 +0200
  • 8d5774b097 Merge branch 'master' of github.com:fpco/stackage-server Michael Snoyman 2015-03-17 22:23:21 +0200
  • c074e638f2 Upgrade persistent version to avoid SQL connection bug Michael Snoyman 2015-03-17 22:23:07 +0200
  • ed23d5edc7 Hooked DeprecationInfo update procedure into appLoadCabalFiles Dan Burton 2015-03-17 12:42:50 -0700
  • 07fb2c9290 Snapshot list pagination now correctly uses row count to determine whether the last page has been reached. Dan Burton 2015-03-17 11:20:09 -0700
  • ff02a8368a Fix some warnings Michael Snoyman 2015-03-16 15:54:58 +0200
  • f52c0010dc Replace runUploadState with mapM liftIO Michael Snoyman 2015-03-16 15:37:10 +0200
  • 70a59af6c1 Stop tracking upload times from Hackage Michael Snoyman 2015-03-16 14:33:57 +0200
  • 3f4e86e5fe Hide a record accessor Michael Snoyman 2015-03-16 14:20:09 +0200
  • 0bf235760b Complete (but untested) UploadV2 Michael Snoyman 2015-03-16 14:20:01 +0200
  • 3c4e132774 Remove some dead code Michael Snoyman 2015-03-16 13:36:31 +0200
  • 6cf5be6ff1 Remove bundle links in preparation of much larger v2 bundles Michael Snoyman 2015-03-16 13:34:10 +0200
  • 93f91708ca Make it compile Michael Snoyman 2015-03-16 11:40:44 +0200
  • c6800fd7aa Temp: upload v2 Michael Snoyman 2015-03-16 09:47:25 +0200
  • 4e4362f19b Remove unnecessary if hasBundle Michael Snoyman 2015-03-15 19:05:56 +0200
  • ef1b8de969 Remove unnecessary update loop Michael Snoyman 2015-03-15 19:03:45 +0200
  • 13325dc06f Merge branch 'master' into new-upload dead/2015-03-18-new-upload Michael Snoyman 2015-03-15 18:30:01 +0200
  • 041d3aed21 Remove view code (fixes #79) Michael Snoyman 2015-03-15 18:27:35 +0200
  • f4a0d6d61e Merge branch 'master' into new-upload Michael Snoyman 2015-03-13 14:44:41 +0200
  • e2b7ce7d62 Merge pull request #80 from ketzacoatl/patch-1 Michael Snoyman 2015-03-12 01:06:08 +0200
  • be789b04e7 Drop copy-to www.stackage.org from keter.yaml ketzacoatl 2015-03-11 18:34:11 -0400
  • 1567029075 Disable out-of-file static content to allow horizontal scaling Michael Snoyman 2015-02-25 06:55:11 +0200
  • 0abc55d76e Store progress info in database (fixes #78) Michael Snoyman 2015-02-20 09:41:05 +0200
  • d50a6181f5 Require yesod-gitrepo 0.1.1 Michael Snoyman 2015-01-08 18:26:41 +0200
  • 829b107eb9 Don't let a SQL connection failure be a problem during defaultLayout Michael Snoyman 2015-01-08 18:18:47 +0200
  • e87156a059 Add fpbuild.config ketzacoatl 2015-01-07 16:00:36 +0000
  • af28229971 Add /package-counts Michael Snoyman 2015-01-07 12:04:53 +0200
  • dc773eef0a Remove scrolling height due to ipads (#59) Chris Done 2015-01-06 13:55:30 +0100
  • a980c31371 Fix warnings; unused things mostly Chris Done 2015-01-06 13:41:09 +0100
  • 123c69c00d Add -webkit-overflow-scrolling: touch Chris Done 2015-01-06 12:25:21 +0100
  • 8bbe6cf65b Fix: Scrollbars on package view #59 Chris Done 2015-01-06 12:11:26 +0100
  • e93aac1f74 Add missing environment variable Michael Snoyman 2015-01-06 11:36:21 +0200
  • e1f844b399 Don't generate Hoogle databases on server (should have already been there...) Michael Snoyman 2015-01-06 11:16:25 +0200
  • 2f0b328614 Add Handler.BuildVersion Michael Snoyman 2015-01-06 10:10:47 +0200
  • c5920c7a95 Fix unpack file writing Michael Snoyman 2015-01-05 11:06:10 +0200
  • 522406b66a Disallow crawling Haddocks #20 Michael Snoyman 2015-01-05 11:00:11 +0200
  • cb9736f50b Improve styling a bit Michael Snoyman 2015-01-05 10:46:36 +0200
  • a9131a7cdd Fix a stupid typo Michael Snoyman 2015-01-05 10:43:09 +0200
  • 3fc4609210 Make sure compressor is run during idle times too Michael Snoyman 2015-01-05 10:40:24 +0200
  • 52aece6557 Stop compressor when there is more work to do Michael Snoyman 2015-01-05 10:25:27 +0200
  • de4f8e6f63 Start showing docs as soon as they are unpacked Michael Snoyman 2015-01-05 09:13:18 +0200
  • cb2ef331e6 Do Hoogle database generation as a cron job #70 Michael Snoyman 2015-01-05 09:00:45 +0200
  • 3b8e3f596b STACKAGE_HOOGLE_LOADER Michael Snoyman 2015-01-04 21:38:57 +0200
  • 7c94b008aa Persist Hoogle DBs Michael Snoyman 2015-01-04 21:28:30 +0200
  • 08ab874ae9 Turn compressing back on, temporarily disable Hoogle generation Michael Snoyman 2015-01-04 18:44:40 +0200
  • 4ef73a66c4 Update database before doing Hoogle Michael Snoyman 2015-01-04 18:20:18 +0200
  • ad28109f46 Disable cachedWidget to avoid memory exhaustion Michael Snoyman 2015-01-04 16:51:46 +0200
  • 137453d9a2 Better unpacking code Michael Snoyman 2015-01-04 16:43:11 +0200
  • 0b7d1e4bd0 Make Hoogle URLs more consistent with other URLs Michael Snoyman 2015-01-04 14:13:47 +0200
  • 10e255c3cc Remove unnecessary dropExtension Michael Snoyman 2015-01-04 14:01:47 +0200
  • 86f3add286 Merge branch '47-hoogle' Michael Snoyman 2015-01-04 12:06:22 +0200
  • 3c718a38ba Mark Hoogle as experimental Michael Snoyman 2015-01-04 12:06:17 +0200
  • 2f107a2423 Merge remote-tracking branch 'origin/master' into 47-hoogle Michael Snoyman 2015-01-04 12:04:58 +0200
  • 95c5835266 Write hoogle DB generation errors to a file #47 Michael Sloan 2015-01-02 20:18:01 -0800
  • d7a4175fde Upgrade to LTS Haskell 1.0 snapshot Michael Snoyman 2015-01-02 11:48:53 +0200
  • b007d36631 WIP changes to do Hoogle stuff in background Michael Snoyman 2014-12-30 08:51:57 +0200
  • 6d709c2e82 Add link to module documentation Michael Snoyman 2014-12-29 13:00:25 +0200
  • 1739a0917a Minor improvements to docs list Michael Snoyman 2014-12-29 12:50:28 +0200
  • 2421b98cb4 Put the cursor at the end of the hoogle search box #47 Michael Sloan 2014-12-27 23:36:56 -0800
  • 3229c1ef56 Create Hoogle DB on demand, if necessary #47 Michael Sloan 2014-12-27 23:24:11 -0800
  • eeb0aae9d9 Avoid unnecessarily looking up StackageId in haddock unpacker Michael Sloan 2014-12-27 20:40:05 -0800
  • f635977b02 Tweak hoogle style and behavior #47 Michael Sloan 2014-12-27 19:57:24 -0800
  • c791c81ede Copy + modify code from fpcomplete.com for hoogle #47 Michael Sloan 2014-12-27 17:49:08 -0800
  • c0fed800cc Generate Hoogle DB when haddocks are unpacked #47 Michael Sloan 2014-12-22 19:28:41 -0800
  • e516b6a4f3 Avoid unnecessary background thread Michael Snoyman 2014-12-27 19:27:59 +0200
  • bb52f7b319 More SnapshotInfo changes Michael Snoyman 2014-12-27 19:27:47 +0200
  • ef9e5cc7ce More WIP Michael Snoyman 2014-12-26 16:13:08 +0200
  • 7672603fcb WIP new upload procedure Michael Snoyman 2014-12-26 13:43:25 +0200
  • 125e7ea130 removeTreeIfExists Michael Snoyman 2014-12-26 10:16:11 +0200
  • cb36a196ba Module listing Michael Snoyman 2014-12-25 15:01:14 +0200
  • 5cb2a6a296 Docs fallback Michael Snoyman 2014-12-24 09:23:38 +0200
  • a7254a0140 Workaround for non-present base Michael Snoyman 2014-12-24 09:07:08 +0200
  • 7ac0fd8dbc Package pages per snapshot Michael Snoyman 2014-12-24 08:44:52 +0200
  • 3edb017d50 Upgrade Stackage snapshots Michael Snoyman 2014-12-23 12:10:33 +0200
  • af2ea0952a Use a nullable column to speed up migration Michael Snoyman 2014-12-23 11:30:55 +0200
  • 9b3425d3e3 Back-fill core packages for homebrew users #68 Michael Snoyman 2014-12-23 10:41:24 +0200
  • f0a8848456 Global configuration instructions #67 Michael Snoyman 2014-12-23 10:36:51 +0200
  • 9d745c9c42 Support for "installed" core packages #68 Michael Snoyman 2014-12-22 23:04:13 +0200
  • b06424463e Add deprecation info to stackage (#42) Dan Burton 2014-12-21 13:48:15 -0800
  • b4578da0ba Add note for homebrew users #66 Chris Done 2014-12-21 20:29:21 +0100
  • 9b4b7c0786 Remove the base restriction from cabal.conf Chris Done 2014-12-21 20:29:11 +0100
  • edb4b93b49 Paginate 'all snapshots' list. (#41) Dan Burton 2014-12-19 18:33:58 -0800
  • a554c308ac copy-to line for keter Michael Snoyman 2014-12-19 10:13:04 +0200
  • d8925a9fed Clip package list to 5000 to avoid memory exhaustion Michael Snoyman 2014-12-19 10:12:55 +0200
  • 3d36e2dc28 Don't read files textually, force explicit UTF8-decoding Michael Snoyman 2014-12-18 18:44:22 +0200
  • 3ee2110602 More sanity in docmap uploading Michael Snoyman 2014-12-18 10:24:19 +0200
  • bc147c85e2 Clicking doesn't expand (pinging @chrisdone, right?) Michael Snoyman 2014-12-18 08:14:50 +0200
  • e4937fca5d Include overwrite packages in cabal.config #65 Michael Snoyman 2014-12-17 07:32:54 +0200
  • 002192aed7 Add newline at end of cabal.config #63 Michael Snoyman 2014-12-16 14:39:36 +0200
  • 2499b7b390 Fix compiler warnings Chris Done 2014-12-16 12:03:25 +0100
  • 6ac46c12b7 Remove incomplete pattern Chris Done 2014-12-15 14:44:12 +0100
  • 673a176b93 Add a heading and version to module section (#58) Chris Done 2014-12-16 11:45:59 +0100
  • c39cd34765 Don't make a README section if the content's empty Chris Done 2014-12-16 11:44:38 +0100
  • 46c1b6e97f Initial older releases code Michael Snoyman 2014-12-15 18:13:48 +0200
  • f56119fc18 Add back nav-collapse Chris Done 2014-12-15 14:24:11 +0100
  • 216f2b8106 Fix double login problem (closes #56) Michael Snoyman 2014-12-15 15:17:10 +0200
  • a1c9abbdb5 Ignore stackage-content Michael Snoyman 2014-12-15 15:13:06 +0200
  • 9abc609427 Merge branch 'master' into 48-new-homepage Michael Snoyman 2014-12-15 15:03:04 +0200