Skip to content

Commit

Permalink
Merge pull request #3 from bacalhau-project/main
Browse files Browse the repository at this point in the history
[pull] main from bacalhau-project:main
  • Loading branch information
Hiro authored Feb 14, 2024
2 parents 849dab5 + 490fe24 commit 56d57f1
Show file tree
Hide file tree
Showing 604 changed files with 35,809 additions and 24,795 deletions.
1,186 changes: 669 additions & 517 deletions .circleci/config.yml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .circleci/trigger_pipeline.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
curl -X POST --header "Content-Type: application/json" --header "Circle-Token: ${CIRCLE_TOKEN}" -d "{
\"parameters\": {
\"GHA_Action\": \"trigger_pipeline\"
},
\"branch\": \"${BRANCH}\"
}" https://circleci.com/api/v2/project/gh/bacalhau-project/bacalhau/pipeline
12 changes: 6 additions & 6 deletions .cspell-code.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"allowCompoundWords": true,
"dictionaryDefinitions": [
{
"name": "custom-words",
"path": ".gitprecommit/codespell_ignore_words.txt",
"name": "custom-dictionary",
"path": "./.cspell/custom-dictionary.txt",
"addWords": true
}
],
"dictionaries": [
"en",
"custom-words"
"custom-words",
"custom-dictionary"
],
"ignorePaths": [
"**/package.json",
"**/docs/package-lock.json",
"**/docs/docs/examples/model-training/Stable-Diffusion-Dreambooth/index.md",
"docs/docs/examples/model-training/Training-Tensorflow-Model/index.md",
"./webui/build",
"./webui/node_modules",
"./webui/package.json",
"./webui/package-lock.json",
"./webui/pnpm-lock.yaml",
"./.gitprecommit",
"./pnpm-lock.yaml",
"./webui/tsconfig.json",
"./vendor",
"go.sum",
Expand All @@ -49,4 +49,4 @@
"/github.com.*/",
"/\\w+{12,}/"
]
}
}
18 changes: 15 additions & 3 deletions .cspell-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"allowCompoundWords": true,
"dictionaryDefinitions": [
{
"name": "custom-words",
"path": ".gitprecommit/codespell_ignore_words.txt",
"name": "custom-dictionary",
"path": "./.cspell/custom-dictionary.txt",
"addWords": true
}
],
Expand All @@ -14,16 +14,28 @@
"custom-words"
],
"ignorePaths": [
"**/package.json",
"**/docs/package-lock.json",
"**/docs/docs/examples/model-training/Stable-Diffusion-Dreambooth/index.md",
"docs/docs/examples/model-training/Training-Tensorflow-Model/index.md",
"./docs/swagger.json",
"./docs/docusaurus.config.js",
"./docs/sidebars.js",
"**/*.css"
"./docs/docs/dev/cli-reference/all-flags.md",
"./docs/docs/dev/api/jobs.md",
"**/*.css",
"**/cli-reference/**",
"**/api/**",
"./docs/docs/dev/databases.md",
"./docs/docs/dev/setting_up_development.md"
],
"ignoreRegExpList": [
"Urls",
"saturnia",
"Niels",
"TKNG",
"runc",
"Kernighan",
"Email",
"RsaCert",
"SshRsa",
Expand Down
Loading

0 comments on commit 56d57f1

Please sign in to comment.