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

Issue 487: Add ignored comment types to comments connector #488

Merged
merged 7 commits into from
May 9, 2014

Conversation

lukecarbis
Copy link
Contributor

Resolves #487

@lukecarbis lukecarbis changed the title Add ignored comment types to comments connector Issue 487: Add ignored comment types to comments connector May 1, 2014
Luke Carbis added 3 commits May 2, 2014 08:34
b88ad0b Merge pull request #35 from x-team/develop
2ad10ee Add sample .ci-env.sh to readme
ffbe9ea Add built-in VVV support to pre-commit hook
98f6174 Fix PHPCS issues new from WordPress:core-extra
54f710a Use same WP_VERSION in .travis.yml as WP-CLI's template
d8e6928 Fetch and use latest install-wp-tests.sh from wp-cli GitHub repo
d6c29fc Use .ci-env.sh (nee .travis.before_script.sh) in pre-commit hook
3344571 Fix .travis.yml syntax error
fb5d1cc Allow PHPCS and WPCS to pull from different locations
4529787 Improve URL regex for readme builder
dab2ab1 Merge commit '025f3510009d530e4313d4c94a714e555f467288'
e73f2d6 Updating readme parser
02cb910 Post connector tests
ce084cf Append branch param to Travis CI status image URL
91dd266 Changelog for 0.3 release

git-subtree-dir: bin
git-subtree-split: b88ad0bfa62d87c050b14984a4e01ca3b4f06228
@lukecarbis
Copy link
Contributor Author

This can be tested using WooCommerce and https://github.com/x-team/wp-stream-connector-woocommerce/.

WooCommerce adds 'notes' to an order when the status changes, using comments. The Stream WooCommerce Connector tries to exclude these from appearing in Stream under the Comments connector, in favour of handling them differently.

So, if you're on this branch, you shouldn't see any Comments Stream records when you change the status of an order in WooCommerce.

@frankiejarrett frankiejarrett self-assigned this May 8, 2014
@frankiejarrett
Copy link
Contributor

@lukecarbis Nice work. I went ahead and also applied this to the duplicated comment method as well, since it might be desired for another purpose other than WooCommerce.

frankiejarrett added a commit that referenced this pull request May 9, 2014
Issue 487: Add ignored comment types to comments connector
@frankiejarrett frankiejarrett merged commit 61f7d59 into develop May 9, 2014
@frankiejarrett frankiejarrett deleted the issue-487 branch May 9, 2014 16:32
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.

Support for excluded comment types in the comment connector
2 participants