-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BREAK] Internal hubot does not load hubot-scripts anymore, it loads scripts from custom folders #7095
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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