Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

39 lines (32 loc) · 2.79 KB

Changelog

ALl releases can be found at https://github.com/mattermost/mattermost-plugin-gitlab/releases.

0.3.0 - 2019-06-05

  • Give feedback to user when subscription has unknown feature #47
  • Implement OnConfigurationChange to have configuration changes without reload #22
  • Give feedback to user when deleting an unknown subscription #48
  • Fix Reject private group subscription when Enable Private repository is False #52
  • Fix settings.notifications=off was not implemented #50
  • /gitlab help is accessible before user is logged #49
  • Clean configuration for plugin #51
  • Breaking Configuration EnterpriseBaseURL become GitlabURL with https://gitlab.com as de fault value #34
  • Use a bot account #9
  • Rewrite all pull request to merge request
  • Display coverage with codecov #37
  • Add screenshot in README.md #26
  • Backport mattermost-plugin-sample infra code : use go mod, rework makefile to use sub-module, repair coverage #27
  • From Gitlab to GitLab #31

0.2.0 - 2019-05-06

  • Send refresh to webapp of the author of events received by webhook #25
  • Add all webhook events for pipeline (run, fail, success) #24
  • Finish group restriction #21
  • Finish private repositories on/off #18
  • Finish all webhook implementation #16:
    • MergeEvent
    • IssueEvent
    • IssueCommentEvent
    • MergeCommentEvent
    • PushEvent
    • PipelineEvent
    • TagEvent

0.1.0 - 2019-04-17