Michel Boudreau

Results 24 issues of Michel Boudreau

I just upgrade pact-node to the latest version of the pact-mock-service, where it was using 0.7.2 before. It seems that the exit signal has changed since I used a to...

In our case, we need to be able to make sure that the json schema returned back by an API is current (right properties, right data types), but the data...

**What's in this PR?** Adding character limit of 256 to the issue key regex to stop sending overly long issue keys to jira API **Why** Because it was breaking something...

**What's in this PR?** **Why** **Added feature flags** **Affected issues** _Jira Issues_ **How has this been tested?** _Include how to test if applicable_ **Whats Next?**

Currently, it's either HTTP or HTTPS, but there isn't a redirect to one or the other, which isn't a critical issue, but simply annoying when trying to type in the...

Was looking at the codebase for some stuff I've done in the past and [noticed this](https://github.com/atlassian/github-for-jira/blob/main/src/app.ts#L99): ``` setupFrontendApp(app); secureHeaders(app); ``` Since it's using the express `use` concept, and that it's...

Hey dude, Thanks for your commits, they were really helpful for me. I just wanted to suggest that you might want to separate your projects into their own repositories because...

In current version 0.1.2, only these following operators have been implemented: LT,LE,GT,GE and BETWEEN The rest needs to be added.

enhancement

Current validators validate, but gives very generic error description which would make debugging very hard. Need to be much more specific.

enhancement