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

Update to latest Openshift Rest Client #398

Merged

Conversation

lholmquist
Copy link
Member

@lholmquist lholmquist commented Jan 14, 2020

feat: remove deprecation warnings from openshift rest client

BREAKING CHANGE: The api for the openshift rest client has changed slightly, but there should be no nodeshift api changes

While this doesn't have to be a semver-major release, there might be some unexpected bugs. One known issue, is we are no longer passing a custom config to the rest client. If this removal causes issues we can work on a way to put it back in

fixes #377
fixes #375

BREAKING CHANGE: The api for the openshift rest client has changed slightly, but there should be no nodeshift api changes

While this doesn't have to be a semver-major release, there might be some unexpected bugs.  One known issue, is we are no longer passing a custom config to the rest client.  If this removal causes issues we can work on a way to put it back in

fixes nodeshift#377
@coveralls
Copy link

coveralls commented Jan 14, 2020

Pull Request Test Coverage Report for Build 1054

  • 7 of 8 (87.5%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 96.674%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/build-watcher.js 0 1 0.0%
Totals Coverage Status
Change from base Build 620: 0.01%
Covered Lines: 641
Relevant Lines: 666

💛 - Coveralls

Copy link
Member

@helio-frota helio-frota left a comment

Choose a reason for hiding this comment

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

While it's good to remove those warnings, sometimes I still don't feel comfortable with the code
due going back and forth. So LGTM related to remove the warnings 👍

@lholmquist lholmquist marked this pull request as ready for review January 15, 2020 15:27
@lholmquist lholmquist merged commit 2b97f49 into nodeshift:master Jan 15, 2020
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.

Update to Openshift rest Client 3.0.0
4 participants