Skip to content

Releases: YappyBots/YappyGitLab

1.5.2 (2018-06-19)

19 Jun 19:34
b355a28
Compare
Choose a tag to compare

Bug Fixes

  • discord: commands: init/remove: fix showing 'false' if embeds are enabled (9796079)
  • gitlab: parser: fix double backslash if no subgroup (67f7cbc)

v1.5.1 (2018-06-17)

17 Jun 23:09
0e1ac1d
Compare
Choose a tag to compare

Bug Fixes

  • gitlab: parser: include subgroup(s) in full repo name (9263b1f)

v1.5.0 (2018-06-17)

17 Jun 23:08
104f715
Compare
Choose a tag to compare

Bug Fixes

  • dependencies: update discordjs/discord.js to latest master (0198e1e)
  • discord: commands: fix initorg using project name instead of path (6934709)
  • discord: commands: include private repos in initorg (a1c2bcb)
  • discord: commands: initorg: fix e undefined (568cad0)
  • discord: commands: initorg: fix success message error (ff03906)
  • discord: commands: update texts with 'github' to 'gitlab' (5053987)
  • gitlab: move embed description limit into handler parser (e5e7155)
  • gitlab: rework regex parser to accept more url variations (e85d845)
  • gitlab: events: merge_request/merge: fix error if merge commit sha is undefined (2ec858a), closes #26
  • gitlab: events: wiki_page/create: fix error in text mode (7e79df6)
  • log: remove binding of #message in Log (e132410)
  • models: channelconfig: don't add channel config if it's missing a value (d4e8522)
  • web: fix error if an error occurs when generating eventResponse (8c4e633), closes #27
  • web: fix webhooks without action not working... ? (1246cb4), closes #31
  • web: increase body limit to 500kb (02fb01e), closes #24
  • web: set body limit to 5mb (1fff9cb)

Features

  • discord: use addons command, allows for commands page (0e53dcd)
  • gitlab: events: add issue (#31) (8bfc74f)

Performance Improvements

  • models: serverconfig: only save server config into cache for servers where messages are being (7ca752d)

v1.4.2 (2018-02-17)

17 Jun 23:07
Compare
Choose a tag to compare

Bug Fixes

  • gitlab: fix repo using input and not parsed output (7797844)
  • gitlab: rework parser to support .git and multiple organization groups (eb49c5c)
  • gitlab: rework parser url to allow urls starting with git@ (101ab7a)

v1.4.1 (2018-02-17)

17 Feb 14:49
Compare
Choose a tag to compare

Bug Fixes

  • dependencies: update bufferutil, chalk, moment1, snekfetch, snyk, eslint, dotenv (c274ed7)
  • discord: fix DM's not working (ab54c6b)
  • models: serverconfig: don't add server config if guild is unavailable (d9a20da)
  • models: serverconfig: hopefully fix adding guild that is already in config (7d87ac9)
  • snyk: update policy (b01390c)

v1.4.0 (2017-12-16)

16 Dec 21:43
Compare
Choose a tag to compare

Bug Fixes

  • models: channelconfig: maybe fix e.repos not being defined, set e.repos to [] if null (e927229)

Features

  • gitlab: events: add pipeline (#21) (7e8a790)
  • logging: add discord logging with yappybots-addons (5c944c7)

v1.3.8 (2017-10-21)

16 Dec 21:42
Compare
Choose a tag to compare

Bug Fixes

  • discord: commands: make reboot require owner (6bac3d5)

1.3.7 (2017-10-14)

14 Oct 17:26
Compare
Choose a tag to compare

Bug Fixes

  • discord: commands: invite - set client id to user ID (9c72d7d)
  • models: fix no config found errors by creating config on the spot (0098d23)
  • snyk: fix new vulnerabilities (17ebc6b)

v1.3.6 (2017-10-12)

12 Oct 23:02
Compare
Choose a tag to compare

Bug Fixes

  • discord: commands: init - fix allowing multiple inits of same repo (a2a3fdf)
  • discord: commands: update - show "no output" if no NPM stdout (4644c7e)
  • gitlab: fix something with parser get repo thing (c62d258)
  • gitlab: parser - fix wrong type in repository typedef (169e91f)

v1.3.5 (2017-10-12)

12 Oct 00:09
Compare
Choose a tag to compare

Bug Fixes

  • models: try to keep alive db connection (6657d0a)
  • models: serverconfig: fix this.delete causing error bc it's #deleteGuild (d84e0fe)