Commit Graph

370 Commits

Author SHA1 Message Date
Dan Burton
ad091514a7 sitemap now streams from the database 2015-03-23 14:35:54 -07:00
Dan Burton
980cf46690 Add sitemap #20 2015-03-23 12:02:05 -07:00
Michael Snoyman
7385dd16b6 Fix typo 2015-03-22 17:15:36 +02:00
Michael Snoyman
abe270c1ea Try to overcome memory issues on Travis 2015-03-22 16:46:38 +02:00
Michael Snoyman
8b27ad835a Install yesod-bin 2015-03-22 16:30:10 +02:00
Michael Snoyman
e9aec442e9 stackage-types, simpler travis 2015-03-22 16:16:28 +02:00
Michael Snoyman
ed0d2a8c49 Remove scriptlet 2015-03-22 15:16:21 +02:00
Michael Snoyman
495b5a9576 Try single threaded build to avoid memory exhaustion 2015-03-22 15:15:27 +02:00
Michael Snoyman
749a2d9533 More deploy tweaks 2015-03-22 15:12:19 +02:00
Michael Snoyman
9592ef47d7 Attempt an S3 deployment 2015-03-22 14:55:58 +02:00
Michael Snoyman
ec57908a63 Fix a build failure
Pinging @DanBurton @chrisdone
2015-03-19 13:45:32 +02:00
Michael Snoyman
706a977e19 Fix upload v2 core packages fpco/stackage#481
Simple fix: was only adding packages from the build plan, not from the
core libraries list. Most of the annoyance in the patch is just dealing
with the multiple PackageName and Version types.
2015-03-19 13:42:31 +02:00
Dan Burton
5c3e4adf10 cabal.config links should always be http; cabal doesn't support https. #83 2015-03-18 14:28:18 -07:00
Dan Burton
9112ac4440 Small step towards accommodating https, see #83 2015-03-18 13:06:53 -07:00
Dan Burton
980aa4c484 Use persistent count instead of esqueleto countRows, as suggested by @chrisdone. 2015-03-18 11:10:39 -07:00
Dan Burton
54198b5560 Fix footer alignment on mobile #74 2015-03-18 09:58:09 -07:00
Dan Burton
3c6a2c7516 With tracking code given in #76 2015-03-18 09:38:37 -07:00
Dan Burton
44df030334 Add google analytics #76 2015-03-18 09:36:59 -07:00
Dan Burton
450ec9562a Add a .container over the widget in defaultLayout 2015-03-18 13:59:19 +01:00
Michael Snoyman
fd89710c69 Better support for pre-existing snapshots 2015-03-18 13:00:58 +02:00
Michael Snoyman
caebdbd30c Fix bound on stackage package 2015-03-18 10:56:18 +02:00
Michael Snoyman
67a04a6803 Install alex and happy 2015-03-18 10:42:09 +02:00
Michael Snoyman
500835c960 README improvements 2015-03-18 10:33:38 +02:00
Michael Snoyman
68f08adb89 Remove Stackage snapshot info (cabal.config addresses this) 2015-03-18 10:30:15 +02:00
Michael Snoyman
d65e19cb05 Travis code 2015-03-18 10:29:14 +02:00
Michael Snoyman
2b4d9a667b Merge branch 'new-upload-v2'
Conflicts:
	Application.hs
2015-03-18 09:06:56 +02:00
Michael Snoyman
8d5774b097 Merge branch 'master' of github.com:fpco/stackage-server 2015-03-17 22:23:21 +02:00
Michael Snoyman
c074e638f2 Upgrade persistent version to avoid SQL connection bug 2015-03-17 22:23:07 +02:00
Dan Burton
ed23d5edc7 Hooked DeprecationInfo update procedure into appLoadCabalFiles 2015-03-17 12:42:50 -07:00
Dan Burton
07fb2c9290 Snapshot list pagination now correctly uses row count to determine whether the last page has been reached. 2015-03-17 11:20:09 -07:00
Michael Snoyman
ff02a8368a Fix some warnings 2015-03-16 15:54:58 +02:00
Michael Snoyman
f52c0010dc Replace runUploadState with mapM liftIO 2015-03-16 15:37:10 +02:00
Michael Snoyman
70a59af6c1 Stop tracking upload times from Hackage 2015-03-16 14:33:57 +02:00
Michael Snoyman
3f4e86e5fe Hide a record accessor 2015-03-16 14:20:09 +02:00
Michael Snoyman
0bf235760b Complete (but untested) UploadV2 2015-03-16 14:20:01 +02:00
Michael Snoyman
3c4e132774 Remove some dead code 2015-03-16 13:36:31 +02:00
Michael Snoyman
6cf5be6ff1 Remove bundle links in preparation of much larger v2 bundles 2015-03-16 13:34:10 +02:00
Michael Snoyman
93f91708ca Make it compile 2015-03-16 11:40:44 +02:00
Michael Snoyman
c6800fd7aa Temp: upload v2 2015-03-16 09:47:25 +02:00
Michael Snoyman
4e4362f19b Remove unnecessary if hasBundle 2015-03-15 19:05:56 +02:00
Michael Snoyman
ef1b8de969 Remove unnecessary update loop 2015-03-15 19:03:45 +02:00
Michael Snoyman
041d3aed21 Remove view code (fixes #79) 2015-03-15 18:27:35 +02:00
Michael Snoyman
e2b7ce7d62 Merge pull request #80 from ketzacoatl/patch-1
Drop `copy-to` www.stackage.org from keter.yaml
2015-03-12 01:06:08 +02:00
ketzacoatl
be789b04e7 Drop copy-to www.stackage.org from keter.yaml 2015-03-11 18:34:11 -04:00
Michael Snoyman
1567029075 Disable out-of-file static content to allow horizontal scaling 2015-02-25 06:55:11 +02:00
Michael Snoyman
0abc55d76e Store progress info in database (fixes #78) 2015-02-20 09:41:05 +02:00
Michael Snoyman
d50a6181f5 Require yesod-gitrepo 0.1.1 2015-01-08 18:26:41 +02:00
Michael Snoyman
829b107eb9 Don't let a SQL connection failure be a problem during defaultLayout 2015-01-08 18:18:47 +02:00
ketzacoatl
e87156a059 Add fpbuild.config 2015-01-07 16:00:36 +00:00
Michael Snoyman
af28229971 Add /package-counts 2015-01-07 12:05:12 +02:00