Skip to content

tc-email-service release #70

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

Merged
merged 7 commits into from
Mar 19, 2018
Merged

tc-email-service release #70

merged 7 commits into from
Mar 19, 2018

Conversation

sachin-maheshwari
Copy link
Contributor

Merge pull request #69 from Colinh84/issue_1740
Issue 1740: No notification triggered for active status
fix url regex url
adding notifications prefix in topic name to decouple it from event bus.

};

export const REGEX = {
URL: /^(http(s?):\/\/)?(www\.)?[a-zA-Z0-9\.\-\_]+(\.[a-zA-Z]{2,15})+(\:[0-9]{2,5})?(\/[a-zA-Z0-9\_\-\s\.\/\?\%\#\&\=]*)?$/, // eslint-disable-line
URL: /^(http(s?):\/\/)?(www\.)?[a-zA-Z0-9\.\-\_]+(\.[a-zA-Z]{2,15})+(\:[0-9]{2,5})?(\/[a-zA-Z0-9\_\-\s\.\/\?\%\#\&\=;]*)?$/, // eslint-disable-line

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gondzo I am not sure why it is showing this change in this PR as well while the change is already in master. I think it okay because at least it showing the correct changes being propagated again to master.

@sachin-maheshwari sachin-maheshwari merged commit a9e4168 into master Mar 19, 2018
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.

5 participants