log mod_pubsub_github/mod_pubsub_github.lua @ 3529:6ac98c4dbbd3

age author description
Sun, 31 Mar 2019 19:07:22 +0200 Kim Alvefur mod_pubsub_github: Get event type from payload (should work with gitlab)
Sun, 31 Mar 2019 19:02:56 +0200 Kim Alvefur mod_pubsub_github: Reorder code to prepare for more code reordering
Sun, 31 Mar 2019 18:31:57 +0200 Kim Alvefur mod_pubsub_github: Rename variable to avoid name clash [luacheck]
Sun, 31 Mar 2019 18:24:49 +0200 Kim Alvefur mod_pubsub_github: Include a summary field in payload
Sun, 31 Mar 2019 18:22:35 +0200 Kim Alvefur mod_pubsub_github: Add some spacing to improve readability
Sun, 31 Mar 2019 18:21:22 +0200 Kim Alvefur mod_pubsub_github: Lift signature validation from mod_pubsub_post
Sun, 31 Mar 2019 18:16:49 +0200 Kim Alvefur mod_pubsub_github: Only put first line of commit message in title, rest in content
Sun, 31 Mar 2019 18:14:59 +0200 Kim Alvefur mod_pubsub_github: Fix publish date
Sun, 31 Mar 2019 18:10:12 +0200 Kim Alvefur mod_pubsub_github: Add support for publishing to multiple node based on repository
Sun, 31 Mar 2019 18:08:50 +0200 Kim Alvefur mod_pubsub_github: Publish with item id set to commit hash (BC)
Sun, 31 Mar 2019 18:04:11 +0200 Kim Alvefur mod_pubsub_github: Require a secret to be set (BC)
Sun, 31 Mar 2019 17:59:17 +0200 Kim Alvefur mod_pubsub_github: Add support for specifying an actor with less privileges
Sun, 31 Mar 2019 17:47:45 +0200 Kim Alvefur mod_pubsub_github: Abort on unknown github events
Sun, 31 Mar 2019 16:11:37 +0200 Kim Alvefur mod_pubsub_github: Log debug message before attempting to publish
Sun, 31 Mar 2019 16:07:11 +0200 Kim Alvefur mod_pubsub_github: Return appropriate status code on failure to publish
Sun, 31 Mar 2019 16:05:24 +0200 Kim Alvefur mod_pubsub_github: Send sensible status codes
Fri, 24 Aug 2018 18:05:52 +0200 Kim Alvefur mod_pubsub_github: Remove unused import [luacheck]
Fri, 24 Aug 2018 17:49:53 +0200 Kim Alvefur mod_pubsub_github: Add support for signed requests
Fri, 24 Aug 2018 17:46:47 +0200 Kim Alvefur mod_pubsub_github: Unpack request from event
Fri, 27 Feb 2015 16:42:36 +0000 Matthew Wild mod_pubsub_github: Update for new Github webhook format
Tue, 11 Mar 2014 18:44:01 +0100 Florian Zeitz all the things: Remove trailing whitespace
Thu, 22 Nov 2012 00:02:28 -0500 Matthew Wild mod_pubsub_github: Receive Github web hooks (generated on pushes to a repository) and forward to a local pubsub node