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

fix(plugins/plugin-git): kui's git branch command fails if the underl… #6536

Merged
merged 1 commit into from
Jan 11, 2021

Conversation

starpit
Copy link
Contributor

@starpit starpit commented Jan 11, 2021

…ying git command decides to paginate

Fixes #6535

Description of what you did:

My PR is a:

  • 💥 Breaking change
  • 🐛 Bug fix
  • 💅 Enhancement
  • 🚀 New feature

Please confirm that your PR fulfills these requirements

  • Multiple commits are squashed into one commit.
  • The commit message follows Conventional Commits, which allows us to autogenerate release notes; e.g. fix(plugins/plugin-k8s): fixed annoying bugs
  • All npm dependencies are pinned.

@codecov
Copy link

codecov bot commented Jan 11, 2021

Codecov Report

Merging #6536 (f34c966) into master (18ab6a1) will increase coverage by 0.77%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6536      +/-   ##
==========================================
+ Coverage   61.79%   62.57%   +0.77%     
==========================================
  Files          86       86              
  Lines        2704     2704              
  Branches      673      673              
==========================================
+ Hits         1671     1692      +21     
+ Misses        787      769      -18     
+ Partials      246      243       -3     
Impacted Files Coverage Δ
packages/core/src/commands/typeahead.ts 90.90% <0.00%> (+63.63%) ⬆️

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 18ab6a1...804bf96. Read the comment docs.

@starpit starpit merged commit 47e1616 into kubernetes-sigs:master Jan 11, 2021
@starpit starpit deleted the fix-6535 branch January 11, 2021 23:52
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.

kui's git branch command fails if the underlying git command decides to paginate
1 participant