pjhyett / github-services
- Source
- Commits
- Network (61)
- Issues (12)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Link to commit:
http://github.com/mrvdb/github-services/commit/c2c3989fec2fc0456f941d1c222844f999f043eeChange is next to trivial.
Comments
-
Links to commits:
http://github.com/jessmartin/github-services/commit/aca15d7a158adb4799ea767e15abde164f6f69bb
http://github.com/jessmartin/github-services/commit/ae7e947a77c00af562ab960297762b135e9014afThanks!
Jess
Comments
jessmartin
Wed Aug 26 08:08:16 -0700 2009
| link
And one more commit please. Added a bit more documentation:
http://github.com/jessmartin/github-services/commit/bbdc6dde182660c7e55f743316264c98c67c8389
jessmartin
Thu Aug 27 06:31:47 -0700 2009
| link
Please hold off on including this commit hook. We're trying to test the configuration locally to make sure the json comes through properly before turning this on.
runcoderun
Fri Sep 11 11:48:42 -0700 2009
| link
We're ready for the RunCodeRun service to be enabled. We've also included a script and documentation on how a developer can test a GitHub service. Everything's in the following repo:
ttp://github.com/karnowski/github-services/tree/master
Thanks,
Larry & Jess & Rob & the all the other RunCodeRun folks at Relevance -
http://github.com/tekkub/github-services/tree/utf8_email
Seems that non-english commit email are getting butchered by email clients.
Comments
Unless TMail::Mail is more magical than it appears, I suspect that will fix the body but not the subject. For headers it is not enough to set a charset in the Content-Type; you need to use use MIME encoded-word syntax (RFC 2047).
-
Fogbugz shouldn't force ssl if url is not "https://"
0 comments Created 4 months ago by tekkub -
The Jabber Service Hook should be able to send messages to MUCs
0 comments Created 4 months ago by postmodernThe Jabber Service Hook should be able to send messages to single users or to Multi-User-Channels. I've discovered the Jabber::Simple#deliver supports specifying the type of message to send (:normal, :chat or :groupchat).
Comments
-
This needs two additional options in the FogBugz Service Hook configuration.
- fb_version with valid choices 6.1 or 7.0.
- fb_repoid
Commits:
http://github.com/glimberg/github-services/commit/fa22bcfea606939c83ad2dccf20499d03c834a94
http://github.com/glimberg/github-services/commit/e8150cc7aa58dfa43a2adef1f8bc71ba64a7856dComments
- fb_version with valid choices 6.1 or 7.0.
-
About as simple as it could possibly be (literally a one-liner). Thanks for providing the web hooks and OSS'ing the services stuff. Made it super easy to add support for this!
http://github.com/zapnap/github-services/commit/bf488d2d9666d2ede0d9ed05c1ae600554410303
Comments
jamesgolick
Thu Oct 08 17:05:37 -0700 2009
| link
+1 - super awesome service
jeffrafter
Thu Oct 08 17:07:18 -0700 2009
| link
+1 rdoc.info matters!
+1 It's not done until the docs are generated. Grab this one!
-
Allow Campfire to play a rimshot after a pack of commits
0 comments Created 2 months ago by yaroslavHere's a patch:
http://github.com/yaroslav/github-services/commit/e02c49660a46aca3d32f2f14b3298de85276059b
Comments
-
It looks like when you have more than 1 jabber ID's in jabber service hook. The ID's cannot have space in it. For example if the ID is "john@jabber.org, mike@jabber.org" then only John will get the notification. If we could just strip the ID's after jabber.rb split the input by comma.
Cheers,
AndyComments
-
Please include instructions for gtalk users--what is the jabber user?
0 comments Created 9 days ago by aaronjensenI can't seem to find the name of the jabber user github uses for the service hooks. Without it, I can't add that user as a friend so I can't see the messages. Ideally it would be in the docs for the Jabber hook. Thanks!
Comments
-
Don't connect to IRC unless there are any commits to report
0 comments Created 9 days ago by cmelbyeThe IRC bot shouldn't connect and join the channel(s) unless there are any commits to report. This has been fixed in this commit in my fork:
http://github.com/cmelbye/github-services/commit/4f1559a82c9aa710baa3497f913ed3d9a666ced7
Comments
-
Use correct command for playing sound in campfire
0 comments Created about 11 hours ago by guitsaru/play rimshot should be /plays rimshot in the campfire service.
http://github.com/guitsaru/github-services/commit/b8795e309515fc7ee1b43ea073ec4833d857f523
Comments





This patch is for all statusnet platforms.
http://github.com/shashi/github-services/commit/96649662c7909b72e8e165dc779ac6156b0f2c6d
Please include this patch into the running instance of github.