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

Update Readme and add its commands to tests #240

Merged
merged 51 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
ea99211
added Readme.md
iesahin Oct 18, 2023
9111fea
updated dir
iesahin Oct 18, 2023
2499ceb
update
iesahin Oct 18, 2023
4bcd5e6
added intro dir
iesahin Oct 18, 2023
672ec41
Updated README with new pipeline links
iesahin Oct 20, 2023
35ba973
Update README with commands
iesahin Oct 20, 2023
c883946
Update readme
iesahin Oct 20, 2023
1331a91
Update
iesahin Oct 20, 2023
afbc676
update
iesahin Oct 20, 2023
02d115d
fix command process outputs
iesahin Oct 21, 2023
3f58892
update
iesahin Oct 21, 2023
0be70e1
Update readme
iesahin Oct 21, 2023
9a2adc4
Updated worfklow to install lsd
iesahin Oct 21, 2023
8a0606d
add LSD
iesahin Oct 21, 2023
060d83c
Check if step output is empty before sending to out
iesahin Oct 21, 2023
7a8c97d
update dependencies
iesahin Oct 21, 2023
bd8fa74
Check if output is empty
iesahin Oct 21, 2023
bc019e5
Added [DONE] to pipeline step outputs
iesahin Oct 21, 2023
86d0779
Updated pipeline outputs
iesahin Oct 21, 2023
457ca51
Updated pipeline output
iesahin Oct 21, 2023
d04ca0b
Update
iesahin Oct 21, 2023
1ee7897
copy
iesahin Oct 22, 2023
68c0140
copy
iesahin Oct 22, 2023
77e8db7
updates
iesahin Oct 22, 2023
b48cf5a
Readme update
iesahin Oct 22, 2023
f83921b
update Readme
iesahin Oct 22, 2023
080e471
Update generate data script
iesahin Oct 22, 2023
3cf8249
Update command
iesahin Oct 22, 2023
540b8f1
Update
iesahin Oct 22, 2023
32d6ecd
Added more to IQ scores
iesahin Oct 22, 2023
6a4d6ae
Update
iesahin Oct 22, 2023
5f60beb
Update
iesahin Oct 22, 2023
10c1edf
Added script
iesahin Oct 22, 2023
5f73afc
update requirements to have seaborn
iesahin Oct 22, 2023
543be47
Update README
iesahin Oct 23, 2023
f59d5d9
Update to add export and import
iesahin Oct 23, 2023
430f0f3
export updated
iesahin Oct 23, 2023
71c03c0
UPdate
iesahin Oct 23, 2023
fa2b55a
Update code
iesahin Oct 23, 2023
786fb97
Update
iesahin Oct 23, 2023
b567f8b
Update code
iesahin Oct 23, 2023
574a7ab
update times
iesahin Oct 23, 2023
6b4e993
Updated Readme
iesahin Oct 24, 2023
84745c4
Update readme
iesahin Oct 26, 2023
fe6f4f1
Add python3 to installed packages
iesahin Oct 26, 2023
1bbb0e1
Update docs
iesahin Oct 28, 2023
ee641e9
Update untrack
iesahin Oct 28, 2023
0991e34
Update docs
iesahin Oct 30, 2023
ef354a7
update
iesahin Oct 30, 2023
2ebb878
Update test selection
iesahin Oct 31, 2023
7bc13d6
Fixing tests
iesahin Nov 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
MINIO_ACCESS_KEY_ID: ${{ secrets.MINIO_ACCESS_KEY_ID }}
MINIO_SECRET_ACCESS_KEY: ${{ secrets.MINIO_SECRET_ACCESS_KEY }}
XVC_TEST_ONE_EMRESULT_COM_KEY: ${{ secrets.XVC_TEST_ONE_EMRESULT_COM_KEY }}

# We don't run xvc-storage tests here
XVC_TRYCMD_TESTS: core,file,pipeline,intro,howto,start
steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -62,6 +63,8 @@ jobs:
brew install s3cmd
brew install ripgrep
brew install tree
brew install lsd
brew install python3

- name: Git config for automated Git tests
run: git config --global user.name 'Xvc Rabbit' && git config --global user.email '[email protected]' && git config --global init.defaultBranch main
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tree, and subtasks are marked with indentation.
- Fixed `--skip-git` option not working correctly
- Added documentation for turning off automated Git operations
- PR: <https://github.com/iesahin/xvc/pull/238>
- Updated Readme and added it to tests

## 0.6.1 (2023-10-05)

Expand Down
Loading
Loading