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

feat(client): delete none and warning from clientLogLevel #1998

Merged
merged 1 commit into from Jun 10, 2019

Conversation

hiroppy
Copy link
Member

@hiroppy hiroppy commented Jun 8, 2019

ISSUE: #1901

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

yes

Motivation / Use-Case

See the title.

Breaking Changes

yes

Additional Info

@hiroppy

This comment has been minimized.

@codecov
Copy link

codecov bot commented Jun 8, 2019

Codecov Report

Merging #1998 into next will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            next    #1998      +/-   ##
=========================================
- Coverage   92.4%   92.36%   -0.05%     
=========================================
  Files         28       28              
  Lines       1067     1061       -6     
  Branches     324      322       -2     
=========================================
- Hits         986      980       -6     
  Misses        77       77              
  Partials       4        4
Impacted Files Coverage Δ
client-src/default/utils/log.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4558b1e...c226f5c. Read the comment docs.

@hiroppy hiroppy changed the title feat(client): delete none and warning because they are deprecated feat(client): delete none and warning from clientLogLevel Jun 8, 2019
case SILENT:
log.disableAll();
break;
default:
if (level === 'none' || level === 'warning') {
log.error('[WDS] "none" and "warning" have been deprecated.');
}
Copy link
Member

Choose a reason for hiding this comment

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

Remove this, no need this in next release, it is major release

Copy link
Member Author

Choose a reason for hiding this comment

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

fm, I want to avoid receiving many issues about these changes from everyone.😞

Copy link
Member Author

@hiroppy hiroppy Jun 8, 2019

Choose a reason for hiding this comment

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

ok, I'll delete here but I'll add warn to master maybe. what do you think?

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

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

Good work, one note!

@hiroppy hiroppy merged commit 97fd275 into next Jun 10, 2019
@hiroppy hiroppy deleted the feature/modify-loglevel branch June 10, 2019 14:48
hiroppy added a commit that referenced this pull request Jun 10, 2019
hiroppy added a commit that referenced this pull request Jun 15, 2019
hiroppy added a commit that referenced this pull request Jun 15, 2019
hiroppy added a commit that referenced this pull request Jun 15, 2019
hiroppy added a commit that referenced this pull request Jun 15, 2019
hiroppy added a commit that referenced this pull request Jun 24, 2019
hiroppy added a commit that referenced this pull request Jun 24, 2019
knagaitsev pushed a commit to knagaitsev/webpack-dev-server that referenced this pull request Jul 31, 2019
hiroppy added a commit that referenced this pull request Aug 1, 2019
hiroppy added a commit that referenced this pull request Aug 2, 2019
hiroppy added a commit that referenced this pull request Aug 5, 2019
hiroppy added a commit that referenced this pull request Sep 10, 2019
hiroppy added a commit that referenced this pull request Dec 12, 2019
hiroppy added a commit that referenced this pull request Dec 18, 2019
hiroppy added a commit that referenced this pull request Dec 19, 2019
hiroppy added a commit that referenced this pull request Dec 23, 2019
hiroppy added a commit that referenced this pull request Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants