Skip to content
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

Remove 'fork' method and use 'from' as an implicit fork call. #24

Merged
merged 1 commit into from
Oct 28, 2015

Conversation

nathanielc
Copy link
Contributor

With this change tasks (stream and batch) are now scoped to their defined DBRP pairs.

Stream taskd will not be able to receive anything outside of their scope.
Batch tasks will not be able to query any other DBs or RPs.

Remove 'fork' method and use 'from' as an implicit fork call.
nathanielc pushed a commit that referenced this pull request Oct 28, 2015
Remove 'fork' method and use 'from' as an implicit fork call.
@nathanielc nathanielc merged commit 5d713b9 into master Oct 28, 2015
@nathanielc nathanielc deleted the nc-issue#20 branch October 28, 2015 18:17
nathanielc added a commit that referenced this pull request Jun 9, 2016
…..818f50d

818f50d Don't use terminal styling when writing to file.
45e6ea2 markdown: Refactor to keep runewidth.StringWidth as more default.
90b50d6 Use ANSI escape codes for bold text, when available.
820bca1 markdown: Delete commented out code.
f9ece38 Remove ./markdown/debug package.
b38f26a Merge pull request #24 from slang800/patch-1
9af8690 add tidy-markdown to list of alternatives
b191517 README: Clarify type of front matter support.
68e440a Update .travis.yml.
8e3d069 README: Mention a fork that adds support for YAML headers.
6fa206a Merge pull request #22 from moorereason/vim-markdownfmt
d6d65a1 Add vim-markdownfmt editor plugin to README
c13537f Apply list-only NormalText behavior only for lists.
15a77a9 Remove runtime.GOMAXPROCS(runtime.NumCPU()).
7e22e58 markdown: Improve example naming style.
7fddf56 markdown: Fix style issues.
a8a8598 markdown: Simplify code.
ae02c24 Update README.md and .travis.yml.
3a222ad Make permissive license more visible.
c6ad3c6 Travis: Update for Go 1.5.
4ba0068 Clean up debug package.
fb15991 Document when Process error can occur.
d6fae10 Use go/format since blocking issue is fixed in Go 1.4.
9d5361d Travis: Update import path for cmd/vet.
0ae6aac Update Travis to use Go 1.4.
5618223 Remove Godeps file.
d996910 Support backslash escaping more characters.
ef52707 Update Godeps.
ce1ca34 Merge pull request #14 from shurcooL/improve-nested-list-support
6c9ac26 Update Godeps.
3d1d7f1 More general solution for indenting list items, with better nested support.
21bece4 Update README.md.
79fd9cc Add failing test case for nested lists.
47b83b9 For lists, use tab instead of space for indent.
4cd4887 Replace gofmt3b with format.Source.
8bde13d Support backslash escaping of backticks.
a160c2d Update Godeps.
3d6da8e Add support for line breaks.
387cf08 Improve debug renderer to wrap around a real renderer.
fafb2e3 Use more idiomatic receiver name.
e950bb5 Update to blackfriday.Renderer API change.
000e1b0 Update to new gist import paths.

git-subtree-dir: vendor/github.com/shurcooL/markdownfmt
git-subtree-split: 818f50da77ed6ad125554fbb38f56e6ca4498963
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant