-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Removed Bluebird and Promisify-Any #107
Conversation
@jankapunkt CodeQL is picking up a hardcoded password in the test suite. Is there a way to ignore tests? What is the best solution for this? |
You can mark it as "used in test". Or make a variable for the authorization header. |
I always use |
@jwerre this is a great step towards modern JS but I'd like to delay it until we merged the open PRs that fix code and/or compliance issues otherwise we will have to resolve lots of merge conflicts what do you think? |
@jankapunkt Yes, I was watching all the PRs coming in and thinking the same thing. No rush on this. |
If we merge #109 then this whole branch will be unmergeable. |
@Uzlopak partially yes but it already needs refactoring/merging work so I think we should just set a cut after the recent 5 or 6 open PRs and exclusively focus on this one all together then it will be fixed fast and we can continue |
@jankapunkt Is this still valid? can it be merged? |
@esatterwhite this is still to be done, however there are a few things blocking:
I'm currently allocating more time but support from the community is also highly appreciated. Please watch the progress in #70, once merged we will definitely continue here. |
Hey @jwerre I struggled hard to merge this and by the time I realized that the merge lost some code from I used your impl. as blueprint for creating #190 which I started from scratch, based on the latest I will close this as superseded by #190 please don't feel bad about it, the merge was too risky to loose recent fixes. |
Summary
Removed support for callbacks and removed
bluebird
andpromisify-any
dependencies. I'm not sure how you want to merge this since this is a major version update (v5).Linked issue(s)
Involved parts of the project
Added tests?
No tests added but many are refactored and changed.
OAuth2 standard
Reproduction