-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into guide/data-mgmt/remote-config
- Loading branch information
Showing
108 changed files
with
1,845 additions
and
1,727 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: 'Linting and Testing' | ||
|
||
on: pull_request | ||
|
||
concurrency: | ||
group: lint-${{ github.head_ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
run-tests: | ||
name: 'Run Tests' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Install Node.js and use yarn | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '18.x' | ||
cache: 'yarn' | ||
|
||
- name: Install All Dependencies | ||
run: yarn | ||
|
||
- name: Check Formatting with Prettier | ||
run: yarn format-check-all | ||
|
||
- name: Lint JS with ESLint | ||
run: yarn lint | ||
|
||
- name: Lint CSS with Stylelint | ||
run: yarn lint-css | ||
|
||
- name: Check TypeScript compilation | ||
run: yarn lint-ts | ||
|
||
- name: Run tests | ||
run: yarn test |
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 +1,4 @@ | ||
yarn format-staged && yarn lint-staged | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
yarn exec lint-staged |
This file was deleted.
Oops, something went wrong.
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,21 +1,14 @@ | ||
restylers: | ||
- name: prettier | ||
arguments: | ||
[ | ||
'--write', | ||
'--arrow-parens=avoid', | ||
'--print-width=80', | ||
'--prose-wrap=always', | ||
'--no-semi', | ||
'--single-quote=true', | ||
'--tab-width=2', | ||
'--trailing-comma=none', | ||
'--use-tabs=false' | ||
] | ||
include: # matching '**/*.{js,jsx,md,tsx,ts,json}' | ||
- '**/*.md' | ||
- '**/*.jsx' | ||
- '**/*.tsx' | ||
arguments: ['--config=./.prettierrc', '--ignore-path=./.prettierignore'] | ||
include: | ||
- '**/*.css' | ||
- '**/*.js' | ||
- '**/*.ts' | ||
- '**/*.json' | ||
- '**/*.jsx' | ||
- '**/*.md' | ||
- '**/*.mdx' | ||
- '**/*.ts' | ||
- '**/*.tsx' | ||
- '**/*.yaml' | ||
- '**/*.yml' |
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,20 +1,14 @@ | ||
- 'http://localhost:8000**' | ||
- 'http://millionsongdataset.com/pages/getting-dataset/#subset' | ||
- 'https://marketplace.visualstudio.com/items?itemName=stkb.rewrap' | ||
- 'https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml' | ||
- 'https://remote.dvc.org/get-started' | ||
- 'https://dvc.us10.list-manage.com/subscribe/post?u=a08bf93caae4063c4e6a351f6&id=24c0ecc49a' | ||
- 'https://www.meetup.com/San-Francisco-Machine-Learning-Meetup/events/264846847/' | ||
- 'https://www.reddit.com/r/MachineLearning/comments/bx0apm/d_how_do_you_manage_your_machine_learning/' | ||
- 'https://www.amazon.com/DevOps-Handbook-World-Class-Reliability-Organizations-ebook/dp/B01M9ASFQ3' | ||
- '**linkedin.com/in/**' | ||
- '**linkedin.com/company/**' | ||
- 'link' | ||
- '/img/<filename>.gif' | ||
- '/uploads/images/2020-02-10/image.png' | ||
- 'https://portal.aws.amazon.com/gp/aws/developer/registration/index.html' | ||
- 'https://github.com/iterative/dvc/releases/download/' | ||
- 'https://www.kaggle.com/kurianbenoy/introduction-to-data-version-control-dvc' | ||
- 'https://timheuer.com/blog/skipping-ci-github-actions-workflows/' | ||
- 'https://www.zazzle.com/t_shirt-235920696568133954' | ||
- 'https://medium.com**' | ||
- 'src/*' | ||
- 'data/*' | ||
- 'models/*' | ||
- 'mailto:*' | ||
- 'https://machinelearningmastery.com/*' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: 'DVC Project' | ||
match: | ||
[ | ||
'DVC project', | ||
'DVC projects', | ||
project, | ||
projects, | ||
'DVC repository', | ||
'DVC repositories', | ||
repository, | ||
repositories | ||
] | ||
tooltip: >- | ||
Initialized by running `dvc init` in the **workspace** (typically a Git | ||
repository). It will contain the `.dvc/` directory, as well as `dvc.yaml` and | ||
`.dvc` files created with commands such as `dvc add` or `dvc stage add`. | ||
[More info](/doc/user-guide/basic-concepts/dvc-project) | ||
--- |
10 changes: 1 addition & 9 deletions
10
...s/user-guide/basic-concepts/experiment.md β content/basic-concepts/experiment.md
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Workspace | ||
match: [workspace] | ||
tooltip: >- | ||
Directory containing all your DVC project files, e.g. raw data, source code, | ||
ML models. One project version at a time is visible in the workspace. | ||
[More info](/doc/user-guide/basic-concepts/workspace) | ||
--- |
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.