datalad / datalad-deprecated

DataLad extension for functionality that has been phased out of the core package
Other
0 stars 3 forks source link

Added links to the names of directories and files #26

Closed dereklu888 closed 3 years ago

dereklu888 commented 3 years ago

Added hyperlinks to names of directories and files in the datalad web UI, which allows one to right-click the name to copy the link.

yarikoptic commented 3 years ago

FTR: appveyor test failure -- known/filed issue in git-annex, github actions on cripped FS -- it seems that they were never running cleanly upon their extraction from datalad core (attn @mih), and never ran on master (the same in datalad core): https://github.com/datalad/datalad-deprecated/actions/workflows/test_crippledfs.yml .... uff

codecov-commenter commented 3 years ago

Codecov Report

Merging #26 (52213e4) into master (a3d2d7c) will decrease coverage by 34.75%. The diff coverage is n/a.

:exclamation: Current head 52213e4 differs from pull request most recent head d996f7b. Consider uploading reports for the commit d996f7b to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           master      #26       +/-   ##
===========================================
- Coverage   84.43%   49.67%   -34.76%     
===========================================
  Files          13       13               
  Lines        1246     1246               
===========================================
- Hits         1052      619      -433     
- Misses        194      627      +433     
Impacted Files Coverage Δ
datalad_deprecated/tests/test_auto.py 19.52% <0.00%> (-76.93%) :arrow_down:
...alad_deprecated/tests/test_create_sibling_webui.py 31.81% <0.00%> (-68.19%) :arrow_down:
datalad_deprecated/auto.py 21.25% <0.00%> (-63.77%) :arrow_down:
datalad_deprecated/sibling_webui.py 30.95% <0.00%> (-57.15%) :arrow_down:
datalad_deprecated/tests/test_ls_webui.py 47.69% <0.00%> (-52.31%) :arrow_down:
datalad_deprecated/tests/test__main__.py 47.61% <0.00%> (-47.62%) :arrow_down:
datalad_deprecated/ls_webui.py 64.45% <0.00%> (-30.13%) :arrow_down:
datalad_deprecated/ls.py 62.70% <0.00%> (-1.09%) :arrow_down:

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 a3d2d7c...d996f7b. Read the comment docs.