Commit Graph

557 Commits (jsonDiff)

Author SHA1 Message Date
Konstantin Zudov b4f2c27017 Provide JSON representation of the diff 2015-10-17 20:29:35 +03:00
Konstantin Zudov 62434f29c5 ToJSON for SnapshotDiff 2015-10-17 20:29:14 +03:00
Konstantin Zudov 1e1e875bd0 Refactor snapshot diffs
- do not leak the HashMap out
- use existing types (Version, PackageName)
2015-10-17 17:20:41 +03:00
Konstantin Zudov 49828b012f Do not use nightlyBefore/ltsBefore 2015-10-17 17:15:36 +03:00
Konstantin Zudov 22a1df30e0 Bump the resolver 2015-10-17 16:26:35 +03:00
Konstantin Zudov 3f8bc821dd Merge pull request #132 from fpco/badges
Badges
2015-10-17 10:50:10 +03:00
Konstantin Zudov b798ac8236 Badges 2015-10-16 17:27:37 +03:00
Konstantin Zudov b0ec509d9e Added newestSnapshot 2015-10-16 16:40:08 +03:00
Konstantin Zudov c3a59798cb Merge pull request #133 from fpco/stackageBranch
SnapshotBranch
2015-10-16 15:03:17 +03:00
Konstantin Zudov c2fb5b1fa5 StackageBranch -> SnapshotBranch 2015-10-16 15:01:40 +03:00
Konstantin Zudov e4a9880fde Remove obsolete TODO 2015-10-16 13:03:45 +03:00
Konstantin Zudov 0fc5bbbf43 Removed LtsMajor 2015-10-16 10:56:04 +03:00
Konstantin Zudov 5133a38006 Use StackageBranch in OldLinks 2015-10-16 10:01:31 +03:00
Konstantin Zudov e66813be9f Use StackageBranch in Stackage.Database 2015-10-16 09:46:28 +03:00
Konstantin Zudov 62c0789ca6 Use StackageBranch for Feed 2015-10-16 07:14:45 +03:00
Konstantin Zudov be32c1a177 Added StackageBranch 2015-10-16 05:39:13 +03:00
Michael Snoyman 90cc9ea5c1 Fix Haddocks 2015-10-15 18:42:04 +00:00
Michael Snoyman 1e5614ca59 Don't use wildcards 2015-10-15 17:32:59 +00:00
Michael Snoyman e2f4c0c30a Fix Stack download link 2015-10-15 17:22:43 +00:00
Michael Snoyman 86b4b7b964 Upgrade to stack 0.1.6.0 2015-10-15 17:14:35 +00:00
Michael Snoyman 4b7bfb4e78 Less Haddocks 2015-10-15 16:01:26 +00:00
Michael Snoyman b98bcfcf4a Add missing files 2015-10-15 04:29:50 +00:00
Michael Snoyman bef289a8c3 Download links for latest Stack (fixes commercialhaskell/stack#532) 2015-10-15 04:20:52 +00:00
Michael Snoyman 1bf967903f Merge pull request #131 from fpco/previous-snapshot
Query database to get the preceding SnapName
2015-10-13 18:27:16 +03:00
Konstantin Zudov 0e9164e5d6 Query database to get the preceding SnapName
That's much better than what I did before
2015-10-13 17:58:03 +03:00
Michael Snoyman a2f2fb79ce Merge pull request #130 from fpco/more-feeds
Add /feed/lts and /feed/nightly
2015-10-13 15:12:03 +03:00
Konstantin Zudov 5d1d97c46d Reflect the branch in the feed title/description 2015-10-13 14:58:21 +03:00
Konstantin Zudov 5c2e8ecf68 Add /feed/#LtsMajor (e.g /feed/lts-3) 2015-10-13 13:36:37 +03:00
Konstantin Zudov 8c9c916491 Add /feed/lts and /feed/nightly 2015-10-13 13:07:22 +03:00
Michael Snoyman fcc36a3a81 Show snapshot diff on feed 2015-10-12 14:03:43 +00:00
Michael Snoyman e74080d5c8 Merge pull request #129 from fpco/snapshot-diff-sort
Sort packages in snapshot diff
2015-10-11 15:34:15 +03:00
Konstantin Zudov 240b0316bb Sort packages in snapshot diff 2015-10-11 14:41:41 +03:00
Michael Snoyman fb481b02f7 Update gitignore 2015-10-11 14:38:56 +03:00
Michael Snoyman 20d08ffa31 /feed 2015-10-11 14:16:10 +03:00
Michael Snoyman 2fae2cde89 Merge remote-tracking branch 'origin/master' 2015-10-11 05:28:54 +03:00
Konstantin Zudov c43340d40d Documented VersionChange type 2015-10-11 06:21:02 +03:00
Konstantin Zudov a192dcf1d2 Wildcarded unused names 2015-10-11 03:36:23 +03:00
Konstantin Zudov 734e3b60b3 Group snapshot list using <optgroup> 2015-10-11 01:59:01 +03:00
Konstantin Zudov c538927aba Do not export Version and PackageName type synonyms 2015-10-11 01:30:17 +03:00
Konstantin Zudov 1ab01273bc Provide a link to snapshot's changes 2015-10-10 10:58:15 +03:00
Konstantin Zudov 160f2b02f9 Added UI for snapshot diffs 2015-10-10 10:44:06 +03:00
Konstantin Zudov fabb3979d4 Implemented snapshot diffing 2015-10-08 21:55:40 +03:00
Michael Snoyman 32de0b00a9 Merge pull request #127 from zudov/cleanup
Small Cleanup
2015-10-06 17:02:21 +03:00
Konstantin Zudov 5308096be0 More bounds in cabal file 2015-10-06 13:24:16 +03:00
Konstantin Zudov 3fa3df3c4f Got rid of trivial ghc warnings 2015-10-06 13:03:31 +03:00
Konstantin Zudov 57fd6b8a1b Remove !MIN_VERSION_time(1,5,0) conditional
The cabal file and stackage resolver says that time is `>= 1.5.0` anyway.
2015-10-06 12:04:50 +03:00
Michael Snoyman d364a5d0a7 Avoid OOM on haskell-src-exts 2015-10-06 08:55:45 +03:00
Michael Snoyman 9fe4618044 Merge branch 'ghc-7.10' of https://github.com/zudov/stackage-server into zudov-ghc-7.10 2015-10-06 08:12:18 +03:00
Konstantin Zudov 22f326cc60 Remove persistent-postgres from dependencies 2015-10-06 08:09:25 +03:00
Michael Snoyman 1d0cad2e0a Merge branch 'ghc-7.10' of https://github.com/zudov/stackage-server into zudov-ghc-7.10
Conflicts:
	stack.yaml
2015-10-06 07:30:13 +03:00