latest 9 messages by eparis

+ [2015-09-03T20:45:46Z] eparis is it possible, given an org with multiple teams, some teams having push access to a repo, but not all teams, to get the list of all users with write access to a given repo? https://developer.github.com/v3/repos/collaborators/#list doesn't give all users on all teams with push permissions....
+ [2015-09-03T19:59:49Z] eparis go-github seems to make it pretty easy, if you use go.
+ [2015-09-03T18:50:37Z] eparis doesn't even know how to walk all users in the org and see if they have push permission to the repo....
+ [2015-09-03T18:49:48Z] eparis is there some way to get all users with push permission to a repo?
+ [2015-09-03T18:49:39Z] eparis I've got an organization with multiple teams. One team has write/push permission on the repo. Another team has only read/pull. I'm using https://developer.github.com/v3/repos/collaborators/#list but i'm only getting users from that second team (some of which are also in the first and thus have permision=push and some of which are not)
+ [2014-11-13T15:30:52Z] eparis what happened?
+ [2014-11-13T15:30:48Z] eparis two days ago wget https://guthub.com/$project/$repo/archive/$full_git_commit/$repo-$short-commit.tar.gz worked. yesterday it stopped working.
+ [2014-11-12T22:05:12Z] eparis s/releases/commits/
+ [2014-11-12T22:05:05Z] eparis I was using the following to get tarballs of releases. today that started 404-ing. Was working for months. What happened? wget https://github.com/GoogleCloudPlatform/kubernetes/archive/1be56fa91bb84e03267c18c071c7a4251b059ad4/kubernetes-1be56fa.tar.gz