I wish more companies were doing this.
What could be the factor that would prevent all companies to do the same, apart from laziness?
Am I the only one interested by the changes that are made on the tools that I like? I'm the kind of guy who reads all release notes.
There's a matrix-style screensaver for OSX that uses something similar (global events via API) to populate the 'matrix characters' with actual code. Useless, but conceptually rather fitting.
I wish we could subscribe to Pubsubhubbub notifications without needing to register a webhook. Or rather without needing admin privileges to the repo... At least if it's public.
As far as I know, it's not like the pushed notifications include data that isn't available via painful and expensive /scraping. And with PuSH, there could be third party hubs.
I guess I've answered my own questions. Is anyone aware of folks running PuSH hubbubs for GH repos and letting other folks publicly freely subscribe to those notifications? If not, maybe a new item to add to my list...
We use Github Enterprise at my workplace, and I actually subscribe to each organization's RSS feed and get updates on when pull requests are opened, commits are pushed, etc. Though there are some events that aren't published (like pull request review events).
[+] [-] robinhood|8 years ago|reply
[+] [-] itsderek23|8 years ago|reply
1. Create a GitHub Repo dedicated to user-facing issues (https://github.com/scoutapp/roadmap)
2. Customers can subscribe to issues they are interested.
3. When resolving an issue, we reference it in the git commit, which closes the issue and notifies the issue subscribers.
We're a developer tool, so it's a familar flow for our customers.
[+] [-] pluc|8 years ago|reply
https://github.com/winterbe/github-matrix-screensaver
[+] [-] mgiannopoulos|8 years ago|reply
[+] [-] dguo|8 years ago|reply
[+] [-] testplzignore|8 years ago|reply
<link type="application/atom+xml" rel="alternate" href="https://blog.github.com/feed.xml" title="The GitHub Blog" />
To this:
<link type="application/atom+xml" rel="alternate" href="https://blog.github.com/changelog/all.atom" title="The GitHub Blog" />
Right now there's 3 different RSS things on the page, and 2 of them go to the wrong place.
[+] [-] bswinnerton|8 years ago|reply
[+] [-] kevinSuttle|8 years ago|reply
[+] [-] colemickens|8 years ago|reply
As far as I know, it's not like the pushed notifications include data that isn't available via painful and expensive /scraping. And with PuSH, there could be third party hubs.
I guess I've answered my own questions. Is anyone aware of folks running PuSH hubbubs for GH repos and letting other folks publicly freely subscribe to those notifications? If not, maybe a new item to add to my list...
[+] [-] robinhood|8 years ago|reply
[+] [-] anonfunction|8 years ago|reply
[+] [-] u801e|8 years ago|reply
[+] [-] derefr|8 years ago|reply
[+] [-] dethos|8 years ago|reply
Will take this idea/example into consideration for some of my projects.
[+] [-] cJ0th|8 years ago|reply