Skip to content

Remove recursive search from binary component selection#1115

Merged
mohitsuman merged 1 commit intoredhat-developer:masterfrom
jrichter1:binary-glob
Sep 4, 2019
Merged

Remove recursive search from binary component selection#1115
mohitsuman merged 1 commit intoredhat-developer:masterfrom
jrichter1:binary-glob

Conversation

@jrichter1
Copy link
Copy Markdown
Member

Searching for jar/war files recursively doesn't make much sense when you specifically select the folder they are in. And it is especially insane when searching from, say, the user home (that actually crashed vscode after it reached ~8GB of memory allocated).

Also, the URI style path didn't work for windows, so I just took the standard fsPath and replaced backslashes with forward ones.

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 3, 2019

Codecov Report

Merging #1115 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1115      +/-   ##
==========================================
+ Coverage   84.11%   84.12%   +<.01%     
==========================================
  Files          31       31              
  Lines        2147     2148       +1     
  Branches      375      376       +1     
==========================================
+ Hits         1806     1807       +1     
  Misses        341      341
Impacted Files Coverage Δ
src/openshift/component.ts 90.93% <100%> (+0.03%) ⬆️

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 9226577...d2e4cbd. Read the comment docs.

1 similar comment
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 3, 2019

Codecov Report

Merging #1115 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1115      +/-   ##
==========================================
+ Coverage   84.11%   84.12%   +<.01%     
==========================================
  Files          31       31              
  Lines        2147     2148       +1     
  Branches      375      376       +1     
==========================================
+ Hits         1806     1807       +1     
  Misses        341      341
Impacted Files Coverage Δ
src/openshift/component.ts 90.93% <100%> (+0.03%) ⬆️

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 9226577...d2e4cbd. Read the comment docs.

@mohitsuman mohitsuman merged commit d51a983 into redhat-developer:master Sep 4, 2019
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.

2 participants