Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6bb4220
ENG-1989 Remove sconification API & deployment from iapp
Christophe-iExec Aug 24, 2026
10884a3
ENG-1989 Remove api-deploy-rollback workflow
Christophe-iExec Aug 24, 2026
944c427
ENG-1989 Remove reusable-api-deploy workflow
Christophe-iExec Aug 24, 2026
63d8d7f
ENG-1989 Remove sconification constants
Christophe-iExec Aug 24, 2026
1c71a14
ENG-1989 Remove sconify handler and service
Christophe-iExec Aug 24, 2026
4b2e447
ENG-1989 Remove sconify service
Christophe-iExec Aug 24, 2026
0dde541
ENG-1989 Remove singleFunction/checkPushToken
Christophe-iExec Aug 24, 2026
f18773b
ENG-1989 Remove singleFunction/getSconifiedImageFingerprint
Christophe-iExec Aug 24, 2026
d7827e0
ENG-1989 Remove singleFunction/inspectImage
Christophe-iExec Aug 24, 2026
4a2afc1
ENG-1989 Remove singleFunction/pruneBuilderCache
Christophe-iExec Aug 24, 2026
570a873
ENG-1989 Remove singleFunction/pullPublicImage
Christophe-iExec Aug 24, 2026
a9fa3cc
ENG-1989 Remove singleFunction/pullSconeImage
Christophe-iExec Aug 24, 2026
e7785e2
ENG-1989 Remove singleFunction/pushImage
Christophe-iExec Aug 24, 2026
f35d287
ENG-1989 Remove singleFunction/removeContainer
Christophe-iExec Aug 24, 2026
f128c0a
ENG-1989 Remove singleFunction/removeImage
Christophe-iExec Aug 24, 2026
14e3ecb
ENG-1989 Remove singleFunction/sconifyImage
Christophe-iExec Aug 24, 2026
6d9f922
ENG-1989 Remove utils/ethereumAddressZodSchema
Christophe-iExec Aug 24, 2026
6f00961
ENG-1989 Remove utils/parseImagePath
Christophe-iExec Aug 24, 2026
2ed2aa0
ENG-1989 Remove utils/utils (sleep helper)
Christophe-iExec Aug 24, 2026
3ff13ba
ENG-1989 Remove utils/websocket
Christophe-iExec Aug 24, 2026
c62e3ee
ENG-1989 Update package-lock.json after removing sconification depend…
Christophe-iExec Aug 24, 2026
fc104d6
ENG-1989 Update package-lock.json with full dependency tree
Christophe-iExec Aug 24, 2026
9a7152f
ENG-1989 Note: package-lock.json needs npm install regeneration
Christophe-iExec Aug 24, 2026
251432a
ENG-1989 Stub package-lock.json — run npm install in api/ to regenerate
Christophe-iExec Aug 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/api-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,3 @@ jobs:
secrets:
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
docker-password: ${{ secrets.DOCKERHUB_PAT }}

deploy:
if: startsWith(github.ref_name,'iapp-api-v')
needs: [get-version, docker-publish]
uses: ./.github/workflows/reusable-api-deploy.yml
with:
tag: ${{ needs.get-version.outputs.version }}
secrets:
host: ${{ secrets.API_HOST }}
30 changes: 0 additions & 30 deletions .github/workflows/api-deploy-rollback.yml

This file was deleted.

110 changes: 0 additions & 110 deletions .github/workflows/reusable-api-deploy.yml

This file was deleted.

2 changes: 0 additions & 2 deletions api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ services:
- ./.env.app:/app/.env:ro
environment:
- LOG_LEVEL=${LOG_LEVEL:-info}
# enclave key already on the server in sig/enclave-key.pem
- ENCLAVE_KEY_PATH=${ENCLAVE_KEY_PATH}
healthcheck:
test: ['CMD', 'curl', '-f', 'http://localhost:3000/health']
interval: 30s
Expand Down
Loading
Loading