Skip to content

Commit

Permalink
chore: Rename all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Romuald Rousseau committed Oct 2, 2024
1 parent 230d471 commit 81117c5
Show file tree
Hide file tree
Showing 390 changed files with 1,386 additions and 1,386 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/any2json-layex-parser.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/any2json-llm-classifier.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: any2json-csv
name: archery-csv

on:
push:
branches:
- '**'
- "!main"
paths:
- any2json/**
- .github/workflows/any2json-csv.yml
- archery/**
- .github/workflows/archery-csv.yml

jobs:
build:
uses: ./.github/workflows/maven-build.yml
with:
service: any2json-csv
service: archery-csv

test:
needs: [build]
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-csv
service: archery-csv
secrets: inherit
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: any2json-dbf
name: archery-dbf

on:
push:
branches:
- '**'
- "!main"
paths:
- any2json/**
- .github/workflows/any2json-dbf.yml
- archery/**
- .github/workflows/archery-dbf.yml

jobs:
build:
uses: ./.github/workflows/maven-build.yml
with:
service: any2json-dbf
service: archery-dbf

test:
needs: [build]
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-dbf
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
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: any2json-examples
name: archery-layex-parser

on:
push:
branches:
- '**'
- "!main"
paths:
- any2json/**
- .github/workflows/any2json-examples.yml
- archery/**
- .github/workflows/archery-layex-parser.yml

jobs:
build:
uses: ./.github/workflows/maven-build.yml
with:
service: any2json-examples
service: archery-layex-parser

test:
needs: [build]
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-examples
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
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: any2json-excel
name: archery-parquet

on:
push:
branches:
- '**'
- "!main"
paths:
- any2json/**
- .github/workflows/any2json-excel.yml
- archery/**
- .github/workflows/archery-parquet.yml

jobs:
build:
uses: ./.github/workflows/maven-build.yml
with:
service: any2json-excel
service: archery-parquet

test:
needs: [build]
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-excel
service: archery-parquet
secrets: inherit
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: any2json-pdf
name: archery-pdf

on:
push:
branches:
- '**'
- "!main"
paths:
- any2json/**
- .github/workflows/any2json-pdf.yml
- archery/**
- .github/workflows/archery-pdf.yml

jobs:
build:
uses: ./.github/workflows/maven-build.yml
with:
service: any2json-pdf
service: archery-pdf

test:
needs: [build]
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-pdf
service: archery-pdf
secrets: inherit
10 changes: 5 additions & 5 deletions .github/workflows/any2json.yml → .github/workflows/archery.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: any2json
name: archery

on:
push:
branches:
- '**'
- "!main"
paths:
- any2json/**
- .github/workflows/any2json.yml
- archery/**
- .github/workflows/archery.yml

jobs:
build:
uses: ./.github/workflows/maven-build.yml
with:
service: any2json
service: archery

test:
needs: [build]
uses: ./.github/workflows/maven-test.yml
with:
service: any2json
service: archery
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/maven-deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Build documentation
run: |
mkdocs build --config-file ./any2json-documents/mkdocs.yml --site-dir ../target/docs
mkdocs build --config-file ./archery-documents/mkdocs.yml --site-dir ../target/docs
mvn -B -P documentation site site:stage
- name: Setup pages
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ buildNumber.properties
.venv/

# mkdoc
any2json-documents/**/misc/
any2json-documents/**/svg-inkscape/
any2json-documents/site/
archery-documents/**/misc/
archery-documents/**/svg-inkscape/
archery-documents/site/

# env
.env
Loading

0 comments on commit 81117c5

Please sign in to comment.