Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.01 KB

Gitblit Slack plugin

1.4.0-SNAPSHOT

  • Update to Gitblit 1.7.0
  • Add slack.url config setting
  • Remove slack.team
  • Remove slack.token

1.3.0

  • Post events using user identity & gravatar, may be disabled
  • Fix patchset review events

1.2.1

  • Fix Markdown->SlackMarkup transforms for ordered
      and unordered
        lists. This defaults to an dash-based list.

      1.2.0

      • Allow specifying an emoji for git events and an emoji for ticket events
      • Partial transformation from Markdown->Slack markup for ticket descriptions and comments
      • Improve ticket branch push logging by listing up to 5 commits and linking to the compare pages.
      • Switch to a cached thread pool

      1.1.0

      • Improve push logging by listing up to 5 commits per push and linking to the log & compare pages. This now feels more like the Gitblit reflog.
      • Added setting to disable ticket comment logging
      • Fixed project-channel sharding to work as described

      1.0.1

      • Stop threadpool when the plugin is stopped

      1.0.0

      • Initial release