[Pkg-haskell-commits] [SCM] Github API for haskell branch, upstream, created. debian/0.2.1-1-2-g65299f0

Joey Hess joeyh at debian.org
Thu Jun 28 01:35:56 UTC 2012


The branch, upstream has been created
        at  65299f0dec7b368e2697af1cfd5f9215a97c473e (commit)

- Shortlog ------------------------------------------------------------
commit 65299f0dec7b368e2697af1cfd5f9215a97c473e
Author: Joey Hess <joeyh at debian.org>
Date:   Mon May 14 20:58:25 2012 -0400

    Further loosen too-tight cabal version constraints
    
    And set build deps to the same versions.
    
    These are quite likely still too tight.

commit a10b022ce77388179b344bb51a1e9f0f9a764046
Author: Joey Hess <joeyh at debian.org>
Date:   Fri Apr 20 11:18:27 2012 -0400

    Adjust cabal dependency on aeson so 0.6.0.1 can be used. Closes: #669498
    
    Tested, works ok.

commit fec7e8613992943be488e9eaaa5124c4b32153d9
Author: Joey Hess <joey at kitenet.net>
Date:   Tue Mar 13 20:32:03 2012 -0400

    releasing version 0.2.1-1

commit dca22c110bfa05240e5b829bc700787a2272b59a
Author: Joey Hess <joey at kitenet.net>
Date:   Tue Mar 13 20:22:04 2012 -0400

    patch to build with current versions

commit 46ec6daa5c687c979cfdf9937bda4dc1f10602d3
Author: Joey Hess <joey at kitenet.net>
Date:   Tue Mar 13 18:49:29 2012 -0400

    debianization

commit f900df20f42ac5e8b9ef7c55afaaf65edfafa046
Author: Joey Hess <joey at kitenet.net>
Date:   Tue Mar 13 18:45:56 2012 -0400

    sync tree to look just like released tarball
    
    Removing omitted files, NEWS file with my name in it, and all. This hurts.
    Silly Debian with its tarball fixation!

commit a6ee2d12e6c0d9bbcc5664e99f843c93dc4a13da
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Feb 15 21:57:35 2012 -0500

    Bump to 0.2.1: depend on a wider range of unordered-containers.

commit b574ca2c35a65f02104b6f63aec1af8eb82c17e6
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Feb 14 21:18:37 2012 -0500

    Bump to 0.2.0.

commit 573a634399625b5f54d2077200e1f43e7783353f
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Feb 14 20:36:16 2012 -0500

    [closes #16] The Blobs API now 404s, so remove it until they fix it.

commit c36b52ee394c5a559a3eec9b5d881c2074da9645
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Feb 14 20:12:41 2012 -0500

    [#17] A Github Issue is closed by a GithubOwner type.

commit ad366274a8fc1fb679939dd80931c3663b85af73
Author: Simon Hengel <sol at typeful.net>
Date:   Fri Feb 10 15:20:10 2012 +0100

    Make sure, that no exceptions escape doHttps (see #7)

commit 9a399fb30644c4ed884d3cba73822b71ba7889e9
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Feb 14 19:48:10 2012 -0500

    Revert b6ec0b3efdb6ac6a30430f164e3ed566e00615c6: 'Derive Read for each data type except Error.'

commit 638face424d542aed37e2fa65c35db1a54897010
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Feb 14 19:46:23 2012 -0500

    Revert b0f16716404c01dbd4f2c268e1242f01a1eabb81: All functions now take a GithubConfig parameter. So far this is just a container for http-conduit's Manager.

commit cca689f55aab70cd33de8bd3f54c7775a2dbb65d
Merge: b2ae9ce 7a96fbd
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Feb 12 18:55:47 2012 -0500

    Re-merge that, apparently.

commit b2ae9ce8482e1933eb399ec2264926b29cc78c04
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Feb 12 18:53:28 2012 -0500

    Remove unused Control.Failure.

commit 42420d67720f064a009f5a1bc281900ebee45a49
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Feb 12 16:20:38 2012 -0500

    Was missing a dependency on conduit.

commit 7a96fbd5c436ad03bf9bdfe42aad37074c7b1d9d
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Feb 12 16:20:38 2012 -0500

    Was missing a dependency on conduit.

commit 32ffe69581561d1a3d91234dcf428c3d00ee374d
Author: Joey Hess <joey at kitenet.net>
Date:   Sun Feb 12 13:10:04 2012 -0400

    update some more dependencies to current versions
    
    Once again I kept the tight versioned dependencies rather than using a
    range, but I don't really know why they're used.

commit 5a190c5c0928d2ff52290bfaf8d5ce0194d8251a
Author: Joey Hess <joey at kitenet.net>
Date:   Sun Feb 12 13:06:32 2012 -0400

    update cabal dependencies for http-conduit 1.2.6
    
    Needed to add a dep on conduit to get Control.Monad.Trans.Resource.
    
    Note: I kept the very tight versioned dependency, but I don't know that it's
    correct. 1.2.5 should still work too, I guess.

commit 3c30e121d2bf044869e93deb4aed2e83919c40db
Author: Joey Hess <joey at kitenet.net>
Date:   Sun Feb 12 13:01:49 2012 -0400

    fix build failure on ambiguous definition of Error

commit b0f16716404c01dbd4f2c268e1242f01a1eabb81
Author: Mike Burns <mike at mike-burns.com>
Date:   Sat Feb 11 16:24:15 2012 -0500

    All functions now take a GithubConfig parameter. So far this is just a container for http-conduit's Manager.

commit 2caf0f478675531ad83f9042edacb3a82b432e67
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Feb 5 13:11:39 2012 -0500

    Some samples no longer worked due to references to the removed githubUserLogin function.

commit cb51332d017f302c989956ace1edf707ee7f19cb
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Feb 5 13:08:17 2012 -0500

    [#3] The DetailedUser can actually be either a DetailedUser or a DetailedOrganization, with subtle differences.

commit be28f16f6dd27deee91ee0f7e27e182c903614d6
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Feb 5 12:55:09 2012 -0500

    [#3] Repo owners can be either GithubUser or GithubOrganization. An Organization does not have a gravatar_id.

commit 9b85743d0cbad940bd884daaa9223e30eff1c42e
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Jan 31 19:39:41 2012 -0500

    Update samples to reflect the API change to milestoneDueOn and repoLanguage.

commit 270ef5f9e34dd3f01cc616e38a929448c38e5354
Author: Joey Hess <joey at kitenet.net>
Date:   Tue Jan 31 17:04:06 2012 -0400

    two robustness fixes
    
    Add Maybe to milestoneDueOn and repoLanguage types, as both can be null
    in the API.
    
    https://github.com/mike-burns/github/issues/12
    https://github.com/mike-burns/github/issues/13

commit b6ec0b3efdb6ac6a30430f164e3ed566e00615c6
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Jan 29 18:35:05 2012 -0500

    Derive Read for each data type except Error.

commit c6a3239cbd026a0b730578885454c226c0838533
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Jan 29 18:31:59 2012 -0500

    Revert "Derive Read for each data type."
    There is no Read for IOException.
    
    This reverts commit b16d9458c43e3d49cfbe4cade3abaede44bb8c7c.

commit b16d9458c43e3d49cfbe4cade3abaede44bb8c7c
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Jan 29 18:22:53 2012 -0500

    Derive Read for each data type.

commit 652982f7fe70fdd9771bb9401ce46fbf3a6d573f
Author: Mike Burns <mike at mike-burns.com>
Date:   Fri Jan 20 19:06:59 2012 -0500

    Depend on the http-conduit without the security hole.

commit 6830800c4cb27fdf98169993eb8cf6f41d8e2a88
Author: Mike Burns <mike at mike-burns.com>
Date:   Sat Jan 7 21:46:41 2012 -0500

    Switch to http-conduit from http-enumerator.

commit 3d1c84c8db63dc23cf1c1f7602bd3487a9eda29e
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Dec 28 22:20:53 2011 -0500

    Fix formatting of the description in the cabal spec.

commit 1c72bfefd42c14617aa98b256e7b90b81f3f48a8
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Dec 28 13:28:27 2011 -0500

    0.1.2 - should fix the build on other people's computers.

commit fcd6ef9aa2f623c4bd5b4f9c86e4a88ba040f0fe
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Dec 28 13:27:57 2011 -0500

    Hardcode version numbers for aeson, attoparsec, http-enumerator, and unordered-containers. Upgrade to the newest version for each of those. Don't convert Lazy ByteString to ByteString to Lazy ByteString again.

commit e2218828235d2d1b52b3128b2cfd8f9ed09dca2e
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Dec 27 12:42:26 2011 -0500

    Fix the license.

commit 76be2b34ae4dc87a1fb87452d550bce7cbb0aeae
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Dec 27 12:01:07 2011 -0500

    Link to the Github repo and the README, and mention that it only supports the read-only API.

commit 8741b521463a1bddc43967954023f0f9855e68e8
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Dec 27 11:52:31 2011 -0500

    Re-structure some documentation so Haddock parses it properly.

commit 470d6670f390c1ec33a86643775fe116e549a70f
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Dec 27 11:28:54 2011 -0500

    Spruce up the cabal description.

commit c323354d46ea6b7d090ab4a06b92ae995ab4c715
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Dec 27 11:16:32 2011 -0500

    Documentation.

commit e663cdba49bef6d4039b3617504e644c76f641f3
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Dec 27 10:02:39 2011 -0500

    The pull request review comment functions belong in Github.PullRequests.ReviewComments.

commit 099f7b40056e3cb54250cda4d28e439c2de7f94f
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Dec 27 09:38:44 2011 -0500

    Refactor doHttps to move the body pre-processing and the success/failure post-processing out.

commit b5470a40dcc9d3edc9647f8cb7536a14909f9cf7
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 20:11:44 2011 -0500

    Remove a stray file. No idea what that was.

commit 76f6883bd2407799eccb9969bfb7823de52ccbc3
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 20:10:31 2011 -0500

    Github.Users.Followers.usersFollowedBy - all the users followed by a given user.

commit fc2307712fd28dd11cb8cb83eb2d40a6e4c2706f
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 20:09:14 2011 -0500

    Github.Users.Followers.usersFollowing - all the users following a given user.

commit 727d3370f73f04c220da8bb91dfdd35828c5289d
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 19:59:03 2011 -0500

    Github.Users.userInfoFor - detailed information for a specific user.

commit 1c296a678264ed3a4bd1a97892d0f935588ebeaf
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 19:26:05 2011 -0500

    Github.Repos.Watching.reposWatchedBy - all the repos watched by a given user.

commit 5bc9ac72d01135f193c84518caa729be60b2358e
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 19:23:23 2011 -0500

    Github.Repos.Watching.watchersFor - all the watchers for a repo.

commit 4aa32537393221be4e84dcf3a2c62d2214e675a6
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 19:15:51 2011 -0500

    Github.Repos.Forks.forksFor - all the forks for a repo.

commit 9bac9640797465c5de5f7a96c1cbdd8c6a90a3b0
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 13:29:41 2011 -0500

    Expose all the modules I had forgotten to expose.

commit d803f53a8e53b05329d7b174d17b0ed96410d93d
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 13:14:20 2011 -0500

    Github.Repos.Collaborators.isCollaboratorOn - true if the given login is a collaborator for the specified repo. This forced an abstraction around the HTTP call.

commit 2f01126cbbf7a0ffc1cddb536d15e8247c60066c
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 12:01:42 2011 -0500

    Github.Repos.Collaborators.collaboratorsOn - all the collaborating users for a repo.

commit 60ad8b545303aad7c180fc94993425f55fe028ce
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 11:36:11 2011 -0500

    Github.Repos.branchesFor - the branches for a repo.

commit 4fc1ee9d62d4d9e13721d5eef7be050a892da2f4
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 11:24:30 2011 -0500

    Github.Repos.tagsFor - the tags for a repo.

commit 0962f1af82b612c1bf8239c93d075b440066913b
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 11:08:41 2011 -0500

    Github.Repos.languagesFor - all the languages for a repo, with their character count.

commit b06bc40474cb01a3e34938fd9e4efaff165fb0ce
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 10:45:11 2011 -0500

    Github.Repos.contributorsWithAnonymous - anonymous and public contributors to a repo. Change Contributor record to KnownContributor and AnonymousContributor sum types. Introduce  obj  key  for producing the value of an object in a FromJSON.

commit 3a5651b4d251196111fa8fc649c22757c547c43b
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 10:23:59 2011 -0500

    Github.Repos.contributors - all public contributors for a repo.

commit 274c70c4198609f17578042f34e9768cabb72722
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 09:29:25 2011 -0500

    Github.Repos.userRepo - a specific repo for a user. Adds repoHasWiki, repoHasIssues, repoHasDownloads :: Maybe Bool to the Repo record.

commit c69d8b97318e5c1f7a9bb18ed432dbee9ece6948
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 09:22:43 2011 -0500

    Github.Repos.organizationRepos . Changes the Repo record such that repoHomepage is now a Maybe String instead of String. Doesn't support the access types because Github doesn't seem to support those.

commit 2b7228374350ef82f361d9aa5f84d3aa4b55e339
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 09:08:27 2011 -0500

    Github.Repos.userRepos - all repos for a user.

commit fd8bfd0ef39a7f2c263ae470d13cf55a152f12f1
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 08:38:03 2011 -0500

    Github.PullRequests.pullRequestReviewComment - get a single comment by ID.

commit ef9ea4d600d1c6743e5c6b7b2cff3cc10aa11eb5
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Dec 26 08:35:18 2011 -0500

    Github.PullReqests.pullRequestReviewComments . Change the Comment record to handle this, adding another Maybe where there was once a String (commentHtmlUrl).

commit 0d8ed5b79bba60f7a5f784d86dd2870483d8b1ee
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Dec 25 07:25:45 2011 -0500

    Pull request diff: Github.PullRequests.pullRequestFiles .

commit 95c996499a13b8ce3500d2653a0619b2b29df307
Author: Mike Burns <mike at mike-burns.com>
Date:   Sat Dec 24 07:48:35 2011 -0500

    Commits for a pull request.

commit 446e8ffc1cd6891fce226976bb7cc2623c07e1ea
Author: Mike Burns <mike at mike-burns.com>
Date:   Fri Dec 23 20:30:59 2011 -0500

    Show an individual pull request's details. There is some duplication here that I'd like to clean up before a public release.

commit 39ea178950e126a03654c4eb81b22f2235aa5624
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Dec 11 20:25:12 2011 -0500

    Show all pull requests for a repo.

commit a2e4e26dcfd737f63e62433dbb45572beb957e7f
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Dec 11 18:43:56 2011 -0500

    Skipping Org.Teams for now

commit 0af387d3fe8b1f86539e2107fed00f5ace42a881
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Nov 14 22:27:37 2011 -0500

    Github.Organizations.Members.membersOf - the members of an organization.

commit 88295cbef9434fd4cb118e78f1f875e63cac7c58
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Nov 13 18:56:21 2011 -0500

    Github.Organizations.publicOrganization - details on one public organization.

commit 3d3906b1b2d0f31f4431945dd02deb7a3ccd6577
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Nov 13 18:39:04 2011 -0500

    Github.Organizations.publicOrganizationsFor - all the public organizations for a user.

commit 018a20c68de81b64d39177fc4c5f0f88f9c41384
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Nov 13 18:18:16 2011 -0500

    Github.Issues.Milestones.* - all milestones for a repo, and get a single milestone.

commit 60365911b6f1319bafe975a10182f828f8c2f96f
Author: Mike Burns <mike at mike-burns.com>
Date:   Sat Nov 12 20:08:39 2011 -0500

    A few things at once: Add modules to cabal metadata; Rename IssueLimitation Closed to OnlyClosed; rename Labels.repoLabels to labelsOnRepo for consistency.

commit 6318e2e38ab839abc2b91256a36f6f4990b1546c
Author: Mike Burns <mike at mike-burns.com>
Date:   Sat Nov 12 20:04:11 2011 -0500

    Github.Issues.Labels.labelsOnMilestone - all the labels for a milestone.

commit 4993145fe7a76e2c4c08f96d4b7fde6792c10058
Author: Mike Burns <mike at mike-burns.com>
Date:   Sat Nov 12 19:58:41 2011 -0500

    Github.Issues.Labels.labelsOnIssue - the labels on one Github Issue.

commit 6f720342aaa6abd5f1ce9090be0931d0a4b42f1c
Author: Mike Burns <mike at mike-burns.com>
Date:   Sat Nov 12 19:55:55 2011 -0500

    Github.Issues.Labels.label - an individual label.

commit e5835eddddd777fcbe1656c5510e342b3fd4902f
Author: Mike Burns <mike at mike-burns.com>
Date:   Sat Nov 12 19:52:16 2011 -0500

    Github.Issues.Labels.repoLabels - all the issue labels for a repo.

commit a3124c7dcb529b7f1f95a7f175898a21afe9311e
Author: Mike Burns <mike at mike-burns.com>
Date:   Sat Nov 12 19:42:44 2011 -0500

    Github.Issues.Events.event - one specific Issue event.

commit d5937623e6322c5473dd7b2f49ff3dc21993566c
Author: Mike Burns <mike at mike-burns.com>
Date:   Sat Nov 12 17:19:31 2011 -0500

    Github.Issues.Events.eventsForRepo - All events for the repo's issues. Discovered the undocumented 'unsubscribed' event type.

commit 4bfecf7a811a58dd7a370c92a2606c7458cd8fd7
Author: Mike Burns <mike at mike-burns.com>
Date:   Sat Nov 12 17:05:19 2011 -0500

    Github.Issues.Events.eventsForIssue - show all logged events for a specific Github Issue.

commit 918112b13ab8797a3a569cd067672eccea36b9f3
Author: Mike Burns <mike at mike-burns.com>
Date:   Thu Nov 10 21:31:45 2011 -0500

    Github.Issues.Comments.comments - all comments on an Issue.

commit 28067f1668a5d6d56f60a2db567f59ef85e70c1d
Author: Mike Burns <mike at mike-burns.com>
Date:   Thu Nov 10 21:27:46 2011 -0500

    Github.Issues.Comments.comment - get one comment on an issue, by ID.

commit eed831051496531c09d1b429d8ccc93c76d7e3eb
Author: Mike Burns <mike at mike-burns.com>
Date:   Thu Nov 10 21:09:40 2011 -0500

    Github.Issues.issuesForRepo along with the IssueLimitation data type for limiting which issues are produced.

commit 06cfca8868470e268855da6cea77a743eade42a9
Author: Mike Burns <mike at mike-burns.com>
Date:   Thu Nov 10 20:32:18 2011 -0500

    Github.Issues.issue - one specific Github Issue.

commit 4658b4f404b5aae832632f9e907287f3d76e1214
Author: Mike Burns <mike at mike-burns.com>
Date:   Thu Nov 10 19:44:50 2011 -0500

    Github.GitData.Trees.nestedTree - the API version of 'git ls-tree -r'.

commit 6b102f6e7e29090f770fe06ee2b203d07c064280
Author: Mike Burns <mike at mike-burns.com>
Date:   Thu Nov 10 19:30:06 2011 -0500

    Github.GitData.Trees.tree - the API version of 'git ls-tree'.

commit afbb7926f0245f9a69e8ab57eed1c62590ee628f
Author: Mike Burns <mike at mike-burns.com>
Date:   Thu Nov 10 19:04:48 2011 -0500

    Github.GitData.References.namespacedReferences - implements 'git ls-remote -h' and 'git ls-remote -v'.

commit f135e38ddae8fbab1e1adb7d746a6c50265a66db
Author: Mike Burns <mike at mike-burns.com>
Date:   Thu Nov 10 18:58:51 2011 -0500

    Github.GitData.References.references - aka git ls-remote

commit 997952e04310f4a0a9d361375295e9839d5ad0f3
Author: Mike Burns <mike at mike-burns.com>
Date:   Thu Nov 10 18:51:24 2011 -0500

    Forgot to expose the modules.

commit 6c9888e75086e5874ac1f0d0cef38d914ced1f9f
Author: Mike Burns <mike at mike-burns.com>
Date:   Thu Nov 10 18:47:11 2011 -0500

    Github.GitData.References.reference - the API version of 'git ls-remote origin refs/heads/master'.

commit 3895199c49a2e22ae0744bf1ddc84b6b1f1f7bce
Author: Mike Burns <mike at mike-burns.com>
Date:   Thu Nov 10 17:54:50 2011 -0500

    Github.GitData.Commits.commit - one GitCommit from the API.

commit 4eb09aa2bedbd512a98958f1bea075ff684d7cd9
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Nov 9 20:29:28 2011 -0500

    Github.GitData.Blobs.blob - get the blob details for the underlying git object.

commit f92930a00f64191ea4f133a197f9695bd818fb97
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Nov 9 20:03:52 2011 -0500

    Github.Gists.Comments.comment - retrieve a specific Gist comment.

commit 5525c75163212e9002a3fedf0fde8992e8b81576
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Nov 9 20:01:44 2011 -0500

    Github.Gists.Comments.commentsOn - all the comments for a specified Gist.

commit b619f10972bd3e99f3d18f86a49caf2a21f944f5
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Nov 9 19:16:41 2011 -0500

    Show a single gist: Github.Gists.gist

commit 8ed2a18a8a5888f994bd696a7688b9b487998d1e
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Nov 9 19:05:26 2011 -0500

    Github.Gists.gists - listing all gists for a user. This caused the proper amount of internal reorganization.

commit ea9a1252d0183221ee8d26770b673756402340a8
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Nov 9 07:26:15 2011 -0500

    The git repo commit diff API, as Github.diff .

commit 74beb63316ec1d0531c17aab51eeb7525491df7b
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Nov 9 07:09:01 2011 -0500

    Move the writeable API to a separate branch until we figure out auth.

commit 54de7008eb3bb6e15cd531ba99e46c921ca50b76
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Nov 9 07:01:30 2011 -0500

    Fix the incorrectly-used sample app that shows a specific comment.

commit ef052177f06a7cbb99dcd0bdc36363c66b0f5721
Author: Mike Burns <mike at mike-burns.com>
Date:   Wed Nov 9 06:54:33 2011 -0500

    A tiny bit more progress on a POST, only to discover that I'm blocked on auth.

commit 135e69a72885ab6b3b5307e52bf9faa07775c595
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Nov 8 23:40:24 2011 -0500

    Whew, GET requests are working again. Maybe others, too.

commit 91e641e906c99733398f8bc6f274d5a00fffc310
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Nov 1 01:29:33 2011 -0400

    Sketch out what GitDiff would look like.

commit 23b63e73dfb804b73e327b3e57d18ec2d67c95e3
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Nov 1 00:54:21 2011 -0400

    Github.Repos.Commits.deleteComment - remove a Comment.

commit 62a9d16c5a3c77a6206d26013388f623ac3885e7
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Nov 1 00:47:53 2011 -0400

    Refactoring: rename fullGithub* to github*, introduce a githubAPI function that does the HTTP lifting, and remove the now-unused download-curl package including the error that it can return.

commit daaf8555f68c238a6b2f700049b6c3bc9fcfc6c8
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Nov 1 00:37:42 2011 -0400

    Github.Repos.Commits.updateCommentWith - update the body of a comment.

commit 1eff4c3ccf4376b0cd8bdd057dfbe95b36000b44
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Nov 1 00:30:41 2011 -0400

    Github.Repos.Commits.commitCommentFor - get an individual Comment. The sample app is not right.

commit 776d46792e7172a73753058050f7cc71388f05e1
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Nov 1 00:27:04 2011 -0400

    A proper Error data type.

commit 2d1652e0eacff389155886f45d6e91f5103607ac
Author: Mike Burns <mike at mike-burns.com>
Date:   Tue Nov 1 00:06:17 2011 -0400

    I have no Internet but I think this will POST a new Comment. Github.Repos.Commits.postCommentOn .

commit 746779d28dbbeece2593ba37a30a1b457edf3f6e
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Oct 31 18:23:46 2011 -0400

    Get the comments for a specific commit with Github.Repos.Commits.commitCommentsFor .

commit 7ede10bf6b0c2d36704676854a96d0ad993e6650
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Oct 31 17:18:40 2011 -0400

    Refactor and remove a bunch of private methods that only differed in type.

commit 3f4681410b7d0c17462cb189bb51ebb06cb67033
Author: Mike Burns <mike at mike-burns.com>
Date:   Mon Oct 31 00:32:10 2011 -0400

    Github.Repos.Commits.commentsFor, which produces all the comments for a repo.

commit a3659e1aec3a0470f2ee57559e06edb06cfa8874
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Oct 30 23:47:09 2011 -0400

    Github.Repos.Commits.commit, for looking at exactly one commit's details. Added a git-show sample.

commit 736dd6b8a29876b90bdf57e48c40e5c39cfe117c
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Oct 30 22:57:02 2011 -0400

    Add Eq and Ord instances for the data, and expose the Private module.

commit c6c91a9c2502f7bc8042ec5331f3bd0dbdaaaea5
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Oct 30 21:09:15 2011 -0400

    Update the Commits code to match the actual API instead of what the docs say. This introduces a ton more data structures and nesting, which means I'll absolutely need to add a convenience module.

commit e74907d6ff95c34d1b01aeb67aea02792c7e0bf9
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Oct 30 19:48:09 2011 -0400

    De-cuteify the README.

commit f04996725b0d9f827578761c7e19728ba68f5b69
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Oct 30 18:37:44 2011 -0400

    Update the example usage to be more accurate.

commit 23356a8b36d6ba8edabef84cb6d863d8dfbf85e5
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Oct 30 18:36:14 2011 -0400

    The sample git-log program now works completely.

commit 4abe7dc990b97ea30e8c239b335e08f1db75275a
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Oct 30 18:28:01 2011 -0400

    Parses JSON properly but still does not hit the Internet. Uses the GithubDate newtype, for now.

commit 9d1a9a361266c3c890b1108ad2fdf52f824b1b81
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Oct 30 11:39:39 2011 -0400

    Start the Github.Repos.Commits module. Include a sample app to help me and possibly others.

commit 287f7276e45ef4a4752b667503a8cb8a1e21ef9a
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Oct 30 11:18:09 2011 -0400

    Update the README to reflect a more realistic API.

commit da6c366fe9188df4c499a5c6a2c4f4c9ce16e1ff
Author: Mike Burns <mike at mike-burns.com>
Date:   Sun Oct 30 11:15:40 2011 -0400

    Initial project.

-----------------------------------------------------------------------

-- 
Github API for haskell



More information about the Pkg-haskell-commits mailing list