-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1056 from datalad-handbook/more-filters
Add more log filters
- Loading branch information
Showing
56 changed files
with
49 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
$ datalad unlock recordings/salt_logo_small.jpg | ||
[INFO] Unlocking files | ||
unlock(ok): recordings/salt_logo_small.jpg (file) | ||
[INFO] Recording unlocked state in git | ||
[INFO] Completed unlocking files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
$ cd mock_user | ||
$ datalad clone --description "DataLad-101 in mock_user" ../DataLad-101 | ||
[INFO] Attempting a clone into /home/me/dl-101/mock_user/DataLad-101 | ||
install(ok): /home/me/dl-101/mock_user/DataLad-101 (dataset) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
$ datalad get -n recordings/longnow | ||
[INFO] Attempting a clone into /home/me/dl-101/mock_user/DataLad-101/recordings/longnow | ||
[INFO] Remote origin not usable by git-annex; setting annex-ignore | ||
install(ok): /home/me/dl-101/mock_user/DataLad-101/recordings/longnow (dataset) [Installed subdataset in order to get /home/me/dl-101/mock_user/DataLad-101/recordings/longnow] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
$ datalad update --how merge | ||
[INFO] Fetching updates for Dataset(/home/me/dl-101/mock_user/DataLad-101) | ||
merge(ok): . (dataset) [Merged origin/main] | ||
update.annex_merge(ok): . (dataset) [Merged annex branch] | ||
update(ok): . (dataset) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
$ datalad update -s roommate | ||
[INFO] Fetching updates for Dataset(/home/me/dl-101/DataLad-101) | ||
update(ok): . (dataset) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
$ datalad update --how merge -s roommate | ||
[INFO] Fetching updates for Dataset(/home/me/dl-101/DataLad-101) | ||
merge(ok): . (dataset) [Merged roommate/main] | ||
update.annex_merge(ok): . (dataset) [Merged annex branch] | ||
update(ok): . (dataset) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
$ cd iris_data | ||
$ datalad download-url https://gist.githubusercontent.com/netj/8836201/raw/6f9306ad21398ea43cba4f7d537619d0e07d5ae3/iris.csv | ||
[INFO] Downloading 'https://gist.githubusercontent.com/netj/8836201/raw/6f9306ad✂SHA1/iris.csv' into '/home/me/dl-101/iris_data/' | ||
download_url(ok): /home/me/dl-101/iris_data/iris.csv (file) | ||
add(ok): iris.csv (file) | ||
save(ok): . (dataset) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
$ datalad push --to github | ||
[INFO] Determine push target | ||
copy(ok): pairwise_relationships.png (file) [to github...] | ||
copy(ok): prediction_report.csv (file) [to github...] | ||
publish(ok): . (dataset) [refs/heads/git-annex->github:refs/heads/git-annex ✂FROM✂..✂TO✂] | ||
publish(ok): . (dataset) [refs/heads/main->github:refs/heads/main [new branch]] | ||
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101/midterm_project) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
$ cd ../../ | ||
$ datalad clone "https://github.com/adswa/midtermproject.git" | ||
[INFO] Attempting a clone into /home/me/dl-101/midtermproject | ||
[INFO] Remote origin not usable by git-annex; setting annex-ignore | ||
install(ok): /home/me/dl-101/midtermproject (dataset) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
$ cd midtermproject | ||
$ datalad get input/iris.csv | ||
[INFO] Attempting a clone into /home/me/dl-101/midtermproject/input | ||
[INFO] Remote origin not usable by git-annex; setting annex-ignore | ||
install(ok): /home/me/dl-101/midtermproject/input (dataset) [Installed subdataset in order to get /home/me/dl-101/midtermproject/input/iris.csv] | ||
get(ok): input/iris.csv (file) [from web...] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
$ datalad get prediction_report.csv pairwise_relationships.png | ||
get(error): pairwise_relationships.png (file) [not available; (Note that these git remotes have annex-ignore set: origin)] | ||
get(error): prediction_report.csv (file) [not available; (Note that these git remotes have annex-ignore set: origin)] | ||
get(error): pairwise_relationships.png (file) [not available; (Note that these git remotes have annex-ignore set: origin)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
$ datalad update | ||
[INFO] Fetching updates for Dataset(/home/me/dl-101/DataLad-101) | ||
update(ok): . (dataset) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
$ datalad get -n cloud | ||
[INFO] Attempting a clone into /home/me/dl-101/DataLad-101/cloud | ||
[INFO] Remote origin not usable by git-annex; setting annex-ignore | ||
install(ok): /home/me/dl-101/DataLad-101/cloud (dataset) [Installed subdataset in order to get /home/me/dl-101/DataLad-101/cloud] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$ ls -l apdffile.pdf | ||
lrwxrwxrwx 1 elena elena 122 2019-06-18 16:13 apdffile.pdf -> .git/annex/objects/W8/PK/✂/MD5E-s1216--8bddf647✂MD5.pdf | ||
lrwxrwxrwx 1 elena elena 122 2019-06-18 16:13 apdffile.pdf -> .git/annex/objects/JQ/ZF/✂/MD5E-s1216--e18f278f✂MD5.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
$ datalad unlock apdffile.pdf | ||
[INFO] Unlocking files | ||
unlock(ok): apdffile.pdf (file) | ||
[INFO] Recording unlocked state in git | ||
[INFO] Completed unlocking files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$ git log -n 3 --oneline | ||
98eb974 [DATALAD] Recorded changes | ||
ecab714 [DATALAD] Recorded changes | ||
4bdb06c save my favorite Git joke | ||
996f459 remove obsolete subds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
$ datalad push --to gin | ||
[INFO] Determine push target | ||
copy(ok): books/TLCL.pdf (file) [to gin...] | ||
copy(ok): books/bash_guide.pdf (file) [to gin...] | ||
copy(ok): books/byte-of-python.pdf (file) [to gin...] | ||
copy(ok): books/progit.pdf (file) [to gin...] | ||
publish(ok): . (dataset) [refs/heads/git-annex->gin:refs/heads/git-annex ✂FROM✂..✂TO✂] | ||
publish(ok): . (dataset) [refs/heads/main->gin:refs/heads/main [new branch]] | ||
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
$ datalad push --to gin | ||
[INFO] Determine push target | ||
publish(ok): . (dataset) [refs/heads/main->gin:refs/heads/main 6d3d93b..344b0ec] | ||
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101) | ||
action summary: | ||
publish (notneeded: 1, ok: 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
$ datalad clone https://gin.g-node.org/adswa/DataLad-101 | ||
[INFO] Attempting a clone into /home/me/dl-101/clone_of_dl-101/DataLad-101 | ||
install(ok): /home/me/dl-101/clone_of_dl-101/DataLad-101 (dataset) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
$ datalad push --to roommate | ||
[INFO] Determine push target | ||
copy(ok): books/TLCL.pdf (file) [to roommate...] | ||
copy(ok): books/bash_guide.pdf (file) [to roommate...] | ||
copy(ok): books/byte-of-python.pdf (file) [to roommate...] | ||
[INFO] Finished | ||
publish(ok): . (dataset) [refs/heads/git-annex->roommate:refs/heads/git-annex ✂FROM✂..✂TO✂] | ||
publish(error): . (dataset) [refs/heads/main->roommate:refs/heads/main [remote rejected] (branch is currently checked out)] | ||
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101) | ||
action summary: | ||
copy (ok: 3) | ||
publish (error: 1, ok: 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$ datalad siblings | ||
.: here(+) [git] | ||
.: ria-backup-storage(+) [ora] | ||
.: gin(+) [/home/me/pushes/DataLad-101 (git)] | ||
.: roommate(+) [../mock_user/DataLad-101 (git)] | ||
.: ria-backup(-) [/home/me/myriastore/e3e/70682-c209-4cac-629f-6fbed82c07cd (git)] | ||
.: gin(+) [/home/me/pushes/DataLad-101 (git)] | ||
.: ria-backup-storage(+) [ora] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
$ datalad push --to ria-backup | ||
[INFO] Determine push target | ||
copy(ok): books/TLCL.pdf (file) [to ria-backup-storage...] | ||
copy(ok): books/bash_guide.pdf (file) [to ria-backup-storage...] | ||
copy(ok): books/byte-of-python.pdf (file) [to ria-backup-storage...] | ||
copy(ok): books/progit.pdf (file) [to ria-backup-storage...] | ||
publish(ok): . (dataset) [refs/heads/main->ria-backup:refs/heads/main [new branch]] | ||
publish(ok): . (dataset) [refs/heads/git-annex->ria-backup:refs/heads/git-annex [new branch]] | ||
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101) | ||
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
$ datalad push --to ria-backup | ||
[INFO] Determine push target | ||
copy(ok): .datalad/environments/midterm-software/image (file) [to ria-backup-storage...] | ||
copy(ok): pairwise_relationships.png (file) [to ria-backup-storage...] | ||
copy(ok): prediction_report.csv (file) [to ria-backup-storage...] | ||
publish(ok): . (dataset) [refs/heads/main->ria-backup:refs/heads/main [new branch]] | ||
publish(ok): . (dataset) [refs/heads/git-annex->ria-backup:refs/heads/git-annex [new branch]] | ||
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101/midterm_project) | ||
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101/midterm_project) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
datalad clone ria+file:///home/me/myriastore#~midterm_project | ||
[INFO] Attempting a clone into /home/me/beyond_basics/midterm_project | ||
[INFO] Configure additional publication dependency on "ria-backup-storage" | ||
configure-sibling(ok): . (sibling) | ||
install(ok): /home/me/beyond_basics/midterm_project (dataset) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
$ datalad get -n midterm_project | ||
[INFO] Attempting a clone into /home/me/beyond_basics/myclone/midterm_project | ||
[INFO] Configure additional publication dependency on "ria-backup-storage" | ||
install(ok): /home/me/beyond_basics/myclone/midterm_project (dataset) [Installed subdataset in order to get /home/me/beyond_basics/myclone/midterm_project] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
$ datalad clone https://github.com/datalad-datasets/human-connectome-project-openaccess.git hcp | ||
[INFO] Attempting a clone into /home/me/beyond_basics/HPC/hcp | ||
install(ok): /home/me/beyond_basics/HPC/hcp (dataset) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$ cd dataset-to-copy-to | ||
$ datalad get bvals anothercopyofbvecs 130114/T1w/Diffusion/eddylogs/eddy_unwarped_images.eddy_parameters | ||
get(ok): 130114/T1w/Diffusion/eddylogs/eddy_unwarped_images.eddy_parameters (file) [from datalad...] | ||
get(ok): bvals (file) [from datalad...] | ||
get(ok): anothercopyofbvecs (file) [from datalad...] | ||
get(ok): bvals (file) [from datalad...] | ||
get(ok): 130114/T1w/Diffusion/eddylogs/eddy_unwarped_images.eddy_parameters (file) [from datalad...] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
### DVC-DataLad | ||
$ datalad push --to mysibling | ||
[INFO] Determine push target | ||
[INFO] Finished push of Dataset(/home/me/DVCvsDL/DVC-DataLad) | ||
publish(ok): . (dataset) [refs/heads/git-annex->mysibling:refs/heads/git-annex eed90ebd..3e75bdaa] | ||
publish(ok): . (dataset) [refs/heads/git-annex->mysibling:refs/heads/git-annex 4d0fc528..3c522222] | ||
publish(ok): . (dataset) [refs/heads/main->mysibling:refs/heads/main [new branch]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
### DVC | ||
$ dvc metrics show | ||
Path accuracy | ||
metrics/accuracy.json 0.75919 | ||
metrics/accuracy.json 0.67934 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.