Skip to content

Commit

Permalink
Merge pull request #4 from cloudmine/develop
Browse files Browse the repository at this point in the history
Parity for local beanstalk snippet testing
  • Loading branch information
spectorar authored Jun 14, 2016
2 parents 80d6943 + c0557a2 commit 941891b
Show file tree
Hide file tree
Showing 14 changed files with 888 additions and 70 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 1.0.0
- [CM-2909](https://jira.cloudmine.me/browse/CM-2909) Improve parity between user facing payloads and endpoints to faciliate easier local testing of snippets.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test:
$(MAKE) integration
$(MAKE) travis-cov
$(MAKE) lint
$(MAKE) check-dependencies
$(MAKE) check-dependencies || true #Can't always update deps. Allow build to pass.


compile:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Node Code-Runner

![Build Status](https://travis-ci.org/cloudmine/node-coderunner.svg)
This package provides the raw interface for CloudMine's Javascript Server Snippets.

This package provides the interface for CloudMine's Javascript Server Snippets.
**Unless you are looking to modify this directly and submit a pull request, you are most likely looking for our local [CLI testing tool](https://github.com/cloudmine/node-snippet-base).**

# Usage #

Expand Down
31 changes: 31 additions & 0 deletions bin/local_reply.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 96 additions & 0 deletions bin/payload.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 105 additions & 0 deletions bin/remote_payload.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 941891b

Please sign in to comment.