Skip to content

Releases: YappyBots/YappyGitLab

v1.3.4 (2017-10-11)

12 Oct 00:09
Compare
Choose a tag to compare

Bug Fixes

  • dependencies: update body-parser, moment, winston, snekfetch, snyk, express, mongoose, jsdoc, e (b65963d)
  • discord: commands: init - explain how to init private repo (c1afb94), closes #13
  • gitlab: use regex for parser, support groups (79f4f27), closes #14
  • gitlab: events: push - return null if 0 commits, then gets ignored (d92ab36)
  • models: fix bot not adding new channels/guilds if none in cache (1c7fd72)
  • web: fix parsing project namespace, therefore not supporting groups (c372011)

v1.3.3 (2017-09-09)

12 Oct 00:08
Compare
Choose a tag to compare

Bug Fixes

  • dependencies: update express, mongoose, jsdoc, body-parser, bugsnag, chalk, snekfetch, snyk, es (a0b7f12)
  • discord: commands: fix update - move to NPM and limit stdout to 1000 chars (78d3df9)

v1.3.2 (2017-09-09)

12 Oct 00:08
Compare
Choose a tag to compare

Bug Fixes

  • dependencies: update dependencies (discord.js#master) (d86b710)
  • discord: commands: change init to use new domain (ab65fd3)
  • discord: commands: change initorg to use new domain (8e106a0)
  • discord: commands: fix clean: change to msg.channel.messages.fetch (f5810b8)
  • discord: modules: change casual help to use new domain (e593d37)
  • web: fix login button link, removed '/' (c3e1f1c)

1.3.1 (2017-08-23)

23 Aug 13:06
Compare
Choose a tag to compare

Bug Fixes

  • web: fix url encoded not working (4822eb9)

1.3.0 (2017-07-21)

22 Jul 20:44
Compare
Choose a tag to compare

Bug Fixes

  • dependencies: add yappy-bots package from github (5abf681)
  • dependencies: remove unused dependency from package-lock.json (561aed0)
  • discord: fix references to RichEmbed instead of MessageEmbed (ec3ed4c)
  • web: allow repos in groups to work properly (d290ada)
  • web: fix another wrong require path (6fe24fe)
  • web: fix some wrong local dendencies paths (94a308a)

Features

  • web: add basic discord oAuth (418ebd5)

1.2.1 (2017-07-16)

16 Jul 12:53
Compare
Choose a tag to compare

Bug Fixes

  • gitlab: fix undef var and comma dangle (fc0b30b)

1.2.0 (2017-07-16)

16 Jul 12:42
Compare
Choose a tag to compare

Bug Fixes

  • discord: fix commands not working in DMs (8775292)
  • discord: guild-only commands error in DM and don't show in help now (8e28ea7)
  • discord: commands: fix command usage of invite (1ea56ad)

Features

  • discord: commands: add initorg command (8f48842)

1.1.2 (2017-07-15)

15 Jul 23:54
Compare
Choose a tag to compare

Bug Fixes

  • models: channelconfig: fix ChannelConfig#setChannel setting map w/ undefined property (35aebc7)

1.1.1 (2017-07-13)

13 Jul 19:37
Compare
Choose a tag to compare

Bug Fixes

  • discord: remove CHANNEL_CREATE from disabled events ffs (b656754)
  • gitlab: events: fix event handler author icon_url erroring (9c03f81)
  • web: fix disabledEvents looking for event name rather than shortname (4dac4aa)

1.1.0 (2017-05-22)

22 May 00:03
Compare
Choose a tag to compare

Features

  • gitlab: events: add ability to ignore branch(es) & user(s) via conf (6d572c1), closes #11 #12