[BREAK] Internal hubot does not load hubot-scripts anymore, it loads scripts from custom folders#7095
[BREAK] Internal hubot does not load hubot-scripts anymore, it loads scripts from custom folders#7095sampaiodiego merged 9 commits intodevelopfrom
Conversation
|
I think we need to add a @RocketChat/core what you think? |
| @@ -0,0 +1,242 @@ | |||
| /* eslint-disable no-use-before-define no-unused-vars */ | |||
There was a problem hiding this comment.
can you fix the issues instead of disabling it?
|
@sampaiodiego agreed! If the scripts aren't there and it tries to load them what happens? If hubot breaks badly... then we may want to add a migration that either turns off the internal hubot if scripts that used to be there are referenced... or remove them from the field. |
|
@geekgonecrazy the |
|
@ggazzo 👍 ok awesome probably safe to leave then. Actually maybe we can add [Break] separately on the release notes. Since this is a [New] Feature. |
…nto clarapy-v4 * 'develop' of https://github.com/RocketChat/Rocket.Chat: (102 commits) Fix forbidden error on setAvatar REST endpoint (RocketChat#7159) Fix migration version Switch logic of artifact name (RocketChat#7158) fix reactions Remove missing CoffeeScript dependencies Update server.js Update server.js Update server.js [FIX] Fix highlightjs bug (RocketChat#6991) Convert hipchat importer to js Convert file unsubscribe.coffee to js Fix migration if email already exists [NEW] Internal Hubot load scripts from custom folders (RocketChat#7095) Unit: Fix mentions tests Unit: Fix mentions tests Fix tests remove the missing coffee files fix eslint Bump Update oauth2-client.js ... # Conflicts: # packages/rocketchat-ui-master/.npm/package/npm-shrinkwrap.json
@RocketChat/core