-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refacto: Version up and Add llm classsifier * chore: Bring back code * chore: Bring back code * chore: Bring back code * chore: Bring back code * chore: Bring more code * fix: Fix threats * fix: Fix prompt and contract * fix: Fix threats * fix: Add OPENAI_KEY as secret * fix: Add OPENAI_KEY as secret * test: Do tests * fix: Revise prompt * fix: Revise prompt * chore: Add tests * chore: Add tests * Fix: fix iterable to stream * chore: Update dependencies * refacto: Remove dependencies to ShuJu * chore: Add jSON and YAML implementations * chore: Add tests * chore: Remove all traces of ShuJu * chore: Rename all files * chore: Rename all files * chore: Add Test Suites * chore: Prepapre version 3.0.0 * refactor: Implement DSF interfaces * chore: Extract libs from modules * chore: Update docs * chore: Update docs * chore: Update docs * chore: Version 1.0.0-SNAPSHOT * chore: Add archery-commons github actions --------- Co-authored-by: Romuald Rousseau <[email protected]>
- Loading branch information
1 parent
54ec73c
commit 1c8d023
Showing
423 changed files
with
7,964 additions
and
2,034 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: archery-commons | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
- "!main" | ||
paths: | ||
- archery/** | ||
- .github/workflows/archery-commons.yml | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/maven-build.yml | ||
with: | ||
service: archery-commons | ||
|
||
test: | ||
needs: [build] | ||
uses: ./.github/workflows/maven-test.yml | ||
with: | ||
service: archery-commons | ||
secrets: inherit |
11 changes: 6 additions & 5 deletions
11
.github/workflows/any2json-dbf.yml → .github/workflows/archery-csv.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
name: any2json-dbf | ||
name: archery-csv | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
- "!main" | ||
paths: | ||
- shuju/** | ||
- .github/workflows/any2json-dbf.yml | ||
- archery/** | ||
- .github/workflows/archery-csv.yml | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/maven-build.yml | ||
with: | ||
service: any2json-dbf | ||
service: archery-csv | ||
|
||
test: | ||
needs: [build] | ||
uses: ./.github/workflows/maven-test.yml | ||
with: | ||
service: any2json-dbf | ||
service: archery-csv | ||
secrets: inherit |
11 changes: 6 additions & 5 deletions
11
.github/workflows/any2json-examples.yml → .github/workflows/archery-dbf.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
name: any2json-examples | ||
name: archery-dbf | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
- "!main" | ||
paths: | ||
- shuju/** | ||
- .github/workflows/any2json-examples.yml | ||
- archery/** | ||
- .github/workflows/archery-dbf.yml | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/maven-build.yml | ||
with: | ||
service: any2json-examples | ||
service: archery-dbf | ||
|
||
test: | ||
needs: [build] | ||
uses: ./.github/workflows/maven-test.yml | ||
with: | ||
service: any2json-examples | ||
service: archery-dbf | ||
secrets: inherit |
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,23 @@ | ||
name: archery-examples | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
- "!main" | ||
paths: | ||
- archery/** | ||
- .github/workflows/archery-examples.yml | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/maven-build.yml | ||
with: | ||
service: archery-examples | ||
|
||
test: | ||
needs: [build] | ||
uses: ./.github/workflows/maven-test.yml | ||
with: | ||
service: archery-examples | ||
secrets: inherit |
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,23 @@ | ||
name: archery-excel | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
- "!main" | ||
paths: | ||
- archery/** | ||
- .github/workflows/archery-excel.yml | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/maven-build.yml | ||
with: | ||
service: archery-excel | ||
|
||
test: | ||
needs: [build] | ||
uses: ./.github/workflows/maven-test.yml | ||
with: | ||
service: archery-excel | ||
secrets: inherit |
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,23 @@ | ||
name: archery-layex-parser | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
- "!main" | ||
paths: | ||
- archery/** | ||
- .github/workflows/archery-layex-parser.yml | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/maven-build.yml | ||
with: | ||
service: archery-layex-parser | ||
|
||
test: | ||
needs: [build] | ||
uses: ./.github/workflows/maven-test.yml | ||
with: | ||
service: archery-layex-parser | ||
secrets: inherit |
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,23 @@ | ||
name: archery-llm-classifier | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
- "!main" | ||
paths: | ||
- archery/** | ||
- .github/workflows/archery-llm-classifier.yml | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/maven-build.yml | ||
with: | ||
service: archery-llm-classifier | ||
|
||
test: | ||
needs: [build] | ||
uses: ./.github/workflows/maven-test.yml | ||
with: | ||
service: archery-llm-classifier | ||
secrets: inherit |
2 changes: 1 addition & 1 deletion
2
...b/workflows/any2json-monorepo-release.yml → ...ub/workflows/archery-monorepo-release.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: any2json-monorepo-release | ||
name: archery-monorepo-release | ||
|
||
on: | ||
release: | ||
|
2 changes: 1 addition & 1 deletion
2
.../workflows/any2json-monorepo-snapshot.yml → ...b/workflows/archery-monorepo-snapshot.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: any2json-monorepo-snapshot | ||
name: archery-monorepo-snapshot | ||
|
||
on: | ||
push: | ||
|
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,23 @@ | ||
name: archery-net-classifier | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
- "!main" | ||
paths: | ||
- archery/** | ||
- .github/workflows/archery-net-classifier.yml | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/maven-build.yml | ||
with: | ||
service: archery-net-classifier | ||
|
||
test: | ||
needs: [build] | ||
uses: ./.github/workflows/maven-test.yml | ||
with: | ||
service: archery-net-classifier | ||
secrets: inherit |
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,23 @@ | ||
name: archery-parquet | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
- "!main" | ||
paths: | ||
- archery/** | ||
- .github/workflows/archery-parquet.yml | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/maven-build.yml | ||
with: | ||
service: archery-parquet | ||
|
||
test: | ||
needs: [build] | ||
uses: ./.github/workflows/maven-test.yml | ||
with: | ||
service: archery-parquet | ||
secrets: inherit |
11 changes: 6 additions & 5 deletions
11
.github/workflows/any2json-excel.yml → .github/workflows/archery-pdf.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
name: any2json-excel | ||
name: archery-pdf | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
- "!main" | ||
paths: | ||
- shuju/** | ||
- .github/workflows/any2json-excel.yml | ||
- archery/** | ||
- .github/workflows/archery-pdf.yml | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/maven-build.yml | ||
with: | ||
service: any2json-excel | ||
service: archery-pdf | ||
|
||
test: | ||
needs: [build] | ||
uses: ./.github/workflows/maven-test.yml | ||
with: | ||
service: any2json-excel | ||
service: archery-pdf | ||
secrets: inherit |
Oops, something went wrong.