Skip to content

Commit

Permalink
Feature/any2json to archery (#19)
Browse files Browse the repository at this point in the history
* 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
RomualdRousseau and Romuald Rousseau authored Oct 4, 2024
1 parent 54ec73c commit 1c8d023
Show file tree
Hide file tree
Showing 423 changed files with 7,964 additions and 2,034 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/any2json-layex-parser.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/any2json-net-classifier.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/any2json-parquet.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/any2json-pdf.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/any2json.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/archery-commons.yml
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
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
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
23 changes: 23 additions & 0 deletions .github/workflows/archery-examples.yml
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
23 changes: 23 additions & 0 deletions .github/workflows/archery-excel.yml
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
23 changes: 23 additions & 0 deletions .github/workflows/archery-layex-parser.yml
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
23 changes: 23 additions & 0 deletions .github/workflows/archery-llm-classifier.yml
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: any2json-monorepo-release
name: archery-monorepo-release

on:
release:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: any2json-monorepo-snapshot
name: archery-monorepo-snapshot

on:
push:
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/archery-net-classifier.yml
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
23 changes: 23 additions & 0 deletions .github/workflows/archery-parquet.yml
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
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
Loading

0 comments on commit 1c8d023

Please sign in to comment.