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

Show task recommendation based on project lang/tooling #591

Merged
merged 5 commits into from
Jul 9, 2021

Conversation

evidolob
Copy link
Collaborator

@evidolob evidolob commented Jun 8, 2021

To do:

  • Proper handle alize cli tool
  • Change Task search to use fuzzy search on name and displayName fields

Some demos:

Screenshot 2021-06-08 at 11 36 21

Screenshot 2021-06-08 at 11 39 56

Resolve #451

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
@codecov-commenter
Copy link

codecov-commenter commented Jun 8, 2021

Codecov Report

Merging #591 (f257b14) into master (8f0fb8e) will decrease coverage by 0.00%.
The diff coverage is 35.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #591      +/-   ##
==========================================
- Coverage   68.21%   68.20%   -0.01%     
==========================================
  Files         101      103       +2     
  Lines        6260     6316      +56     
  Branches     1134     1146      +12     
==========================================
+ Hits         4270     4308      +38     
- Misses       1990     2008      +18     
Impacted Files Coverage Δ
src/hub/hub-common.ts 50.00% <ø> (ø)
src/hub/hub-client.ts 34.00% <20.00%> (-0.79%) ⬇️
src/hub/hub-view.ts 25.83% <28.94%> (+0.59%) ⬆️
src/hub/hub-recommendation.ts 45.00% <45.00%> (ø)
...roject-analizer/language-recongnizer/recognazer.ts 50.00% <50.00%> (ø)
src/hub/install-task.ts 68.31% <66.66%> (-0.38%) ⬇️
src/yaml-support/tkn-yaml.ts 92.92% <0.00%> (-0.17%) ⬇️
src/pipeline/pipeline-graph.ts 75.52% <0.00%> (+9.58%) ⬆️

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 8f0fb8e...f257b14. Read the comment docs.

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
@evidolob evidolob marked this pull request as ready for review July 9, 2021 08:15
@evidolob evidolob requested a review from sudhirverma July 9, 2021 08:15
@evidolob evidolob merged commit 6fbc5ef into master Jul 9, 2021
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.

TektonHub: recommend task based on user project/devfile
3 participants