-
Notifications
You must be signed in to change notification settings - Fork 44
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
The Robot Evolution #46
Open
diegodorgam
wants to merge
10
commits into
master
Choose a base branch
from
javascript
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On branch javascript Changes to be committed: modified: package.json deleted: scripts/actions/configure.coffee deleted: scripts/actions/error.coffee deleted: scripts/actions/respond.coffee deleted: scripts/bot/action-handler.coffee deleted: scripts/bot/classifier.coffee deleted: scripts/bot/index.coffee deleted: scripts/index.coffee deleted: scripts/lib/common.coffee deleted: scripts/lib/security.coffee
On branch javascript Your branch is up-to-date with 'origin/javascript'. Changes to be committed: new file: scripts/actions/configure.js new file: scripts/actions/error.js new file: scripts/actions/respond.js new file: scripts/bot/action-handler.js new file: scripts/bot/classifier.js new file: scripts/bot/index.js new file: scripts/index.js new file: scripts/lib/common.js new file: scripts/lib/security.js
On branch javascript Your branch is ahead of 'origin/javascript' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: Dockerfile
Updating package.json On branch javascript Your branch is up-to-date with 'origin/javascript'. Changes to be committed: modified: Dockerfile modified: docker-compose.yml new file: package-lock.json modified: package.json
adding new structure and animated gifs to README.md On branch javascript Your branch is up-to-date with 'origin/javascript'. Changes to be committed: modified: README.md
…CORPUS and NATURAL_LANG. Those are not variables of the hubot set of configurations, but of the NaturalNode functions set.
Merge branch 'master' into javascript
chenged to scripts folder TODO: change it to JS too. Your branch is up-to-date with 'origin/javascript'. Changes to be committed: new file: bot_config.py
Diego Dorgam seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[WIP]
This PR starts a new phase in HubotNatural development, please give some attention.
It takes out all coffeescript files and replaces them for Javascript EC2015 files.
That's right, from now on, no more coffeescript. And of course, welcome to ASYNC/AWAIT.
It also upgrades Hubot to v3.0.1, Rocket.Chat adapter to 2.0.0 (with async, thanks @timkinnane), upgrades the docker image to node:8-alpine, and finally gives a better package.json info.
Still missing:
Please feel free to colaborate.