Skip to content

Commit

Permalink
refactor: rename project and binaries (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez authored Jan 27, 2025
1 parent b21b5e1 commit 3b6ecd2
Show file tree
Hide file tree
Showing 322 changed files with 1,207 additions and 6,279 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"
paths:
- .github/workflows/build-api.yaml
- "integrationos-api/**"
- "integrationos-cache/**"
- "integrationos-domain/**"
- "integrationos-unified/**"
- "api/**"
- "cache/**"
- "entities/**"
- "unified/**"
- Cargo.lock
- Dockerfile.common
- integrationos-api/Dockerfile
- api/Dockerfile

env:
docker_image_tag: ${{ github.ref == 'refs/heads/main' && github.sha || github.ref_name }}
Expand All @@ -32,7 +32,7 @@ jobs:
image: "us-docker.pkg.dev/integrationos/docker-oss/api:${{ env.docker_image_tag }}"
service_account: [email protected]
workload_identity_provider: projects/356173785332/locations/global/workloadIdentityPools/github-actions/providers/github-actions
file: integrationos-api/Dockerfile
file: api/Dockerfile
context: .
build-args: |
"EXECUTABLE=integrationos-api"
"EXECUTABLE=api"
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"
paths:
- .github/workflows/build-archiver.yaml
- "integrationos-domain/**"
- "integrationos-archiver/**"
- "domain/**"
- "archiver/**"
- Cargo.lock
- Dockerfile.common
- integrationos-archiver/Dockerfile
- archiver/Dockerfile

env:
docker_image_tag: ${{ github.ref == 'refs/heads/main' && github.sha || github.ref_name }}
Expand All @@ -31,7 +31,7 @@ jobs:
image: "us-docker.pkg.dev/integrationos/docker-oss/archiver:${{ env.docker_image_tag }}"
service_account: [email protected]
workload_identity_provider: projects/356173785332/locations/global/workloadIdentityPools/github-actions/providers/github-actions
file: integrationos-archiver/Dockerfile
file: archiver/Dockerfile
context: .
build-args: |
"EXECUTABLE=integrationos-archiver"
"EXECUTABLE=archiver"
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"
paths:
- .github/workflows/build-database.yaml
- "integrationos-domain/**"
- "integrationos-database/**"
- "domain/**"
- "database/**"
- Cargo.lock
- Dockerfile.common
- integrationos-database/Dockerfile
- database/Dockerfile

env:
docker_image_tag: ${{ github.ref == 'refs/heads/main' && github.sha || github.ref_name }}
Expand All @@ -30,7 +30,7 @@ jobs:
image: "us-docker.pkg.dev/integrationos/docker-oss/database:${{ env.docker_image_tag }}"
service_account: [email protected]
workload_identity_provider: projects/356173785332/locations/global/workloadIdentityPools/github-actions/providers/github-actions
file: integrationos-database/Dockerfile
file: database/Dockerfile
context: .
build-args: |
"EXECUTABLE=integrationos-database"
"EXECUTABLE=database"
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"
paths:
- .github/workflows/build-platform-oauth.yaml
- "integrationos-oauth/**"
- "oauth/**"

env:
docker_image_tag: ${{ github.ref == 'refs/heads/main' && github.sha || github.ref_name }}
Expand All @@ -23,8 +23,8 @@ jobs:
- uses: actions/checkout@v3
- uses: integration-os/google-artifact-registry-action@v2
with:
context: integrationos-oauth
file: integrationos-oauth/Dockerfile
context: oauth
file: oauth/Dockerfile
image: "us-docker.pkg.dev/integrationos/docker-oss/platform-oauth:${{ env.docker_image_tag }}"
service_account: [email protected]
workload_identity_provider: projects/356173785332/locations/global/workloadIdentityPools/github-actions/providers/github-actions
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"
paths:
- .github/workflows/build-watchdog.yaml
- "integrationos-cache/**"
- "integrationos-domain/**"
- "integrationos-watchdog/**"
- "cache/**"
- "domain/**"
- "watchdog/**"
- Cargo.lock
- Dockerfile.common
- integrationos-watchdog/Dockerfile
- watchdog/Dockerfile

env:
docker_image_tag: ${{ github.ref == 'refs/heads/main' && github.sha || github.ref_name }}
Expand All @@ -31,7 +31,7 @@ jobs:
image: "us-docker.pkg.dev/integrationos/docker-oss/watchdog:${{ env.docker_image_tag }}"
service_account: [email protected]
workload_identity_provider: projects/356173785332/locations/global/workloadIdentityPools/github-actions/providers/github-actions
file: integrationos-watchdog/Dockerfile
file: watchdog/Dockerfile
context: .
build-args: |
"EXECUTABLE=integrationos-watchdog"
"EXECUTABLE=watchdog"
38 changes: 0 additions & 38 deletions .github/workflows/build-event.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/build-gateway.yaml

This file was deleted.

1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @moekatib
* @sagojez
Loading

0 comments on commit 3b6ecd2

Please sign in to comment.