Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- refactor: remove shinkai-app #429

Merged
merged 6 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
66 changes: 0 additions & 66 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,69 +423,3 @@ jobs:
}
]
}

# At the moment we are not releasing android (CI was working)
# release-shinkai-app-android:
# runs-on: ubuntu-latest
# environment: development
# steps:
# - name: Check out repository
# uses: actions/checkout@v4
# with:
# fetch-depth: 0

# - name: Use nx set shas
# uses: nrwl/nx-set-shas@v3

# - name: Setup Node version
# uses: actions/setup-node@v4
# with:
# node-version-file: '.nvmrc'
# check-latest: false
# cache: "npm"
# cache-dependency-path: package-lock.json

# - name: Install dependencies
# run: |
# npm cache verify
# npm ci --no-audit --prefer-offline

# - uses: actions/setup-java@v3
# with:
# java-version: '17'
# distribution: 'temurin'

# - name: Set mobile apps version
# run: |
# npx capacitor-set-version -v $VERSION -b $BUILD $APP_PATH
# env:
# VERSION: 0.0.0
# BUILD: ${{ github.run_number }}
# APP_PATH: ./apps/shinkai-app

# - name: Mount shinkai android keystore from secret
# run: |
# echo $KEYSTORE_BASE_64_STRING > $KEYSTORE_BASE_64_FILE_NAME
# base64 -d $KEYSTORE_BASE_64_FILE_NAME > $KEYSTORE_FILE_PATH
# env:
# KEYSTORE_BASE_64_STRING: ${{ secrets.ANDROID_KEYSTORE_BASE_64 }}
# KEYSTORE_BASE_64_FILE_NAME: shinkai-keystore-android-upload-base-64
# KEYSTORE_FILE_PATH: ./apps/shinkai-app/android/shinkai-keystore-android

# - name: Run NX build on shinkai-app-android
# run: |
# npx nx build:android shinkai-app
# env:
# ANDROID_KEYSTORE_FILE_PATH: shinkai-keystore-android
# ANDROID_KEYSTORE_PASS: ${{ secrets.ANDROID_KEYSTORE_PASS }}
# ANDROID_KEYSTORE_ALIAS: ${{ secrets.ANDROID_KEYSTORE_ALIAS }}
# ANDROID_KEYSTORE_ALIAS_PASS: ${{ secrets.ANDROID_KEYSTORE_ALIAS_PASS }}

# - name: Upload signed android .AAB file to Google Play Store
# uses: r0adkll/upload-google-play@v1
# with:
# serviceAccountJsonPlainText: ${{ secrets.ANDROID_SERVICE_ACCOUNT_JSON }}
# packageName: com.shinkai.app
# releaseFiles: ./dist/apps/shinkai-app-android/app-release-signed.aab
# track: internal
# status: draft
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ More In Depth Codebase Documentation (Mutable.ai): [https://wiki.mutable.ai/dcSp
### Apps

- shinkai-visor: Shinkai Visor is a chrome extension to interact with shinkai-node.
- shinkai-app: Shinkai App is a mobile app to interact with shinkai-node.
- shinkai-desktop: Shinkai Desktop is a desktop app to interact with shinkai-node.

### Libs
Expand Down Expand Up @@ -110,7 +109,7 @@ Every command, if it's needed, build projects and it's dependencies according to
- `npx nx build shinkai-visor`
- `npx nx lint shinkai-message-ts`
- `npx nx e2e shinkai-visor`
- `npx nx serve shinkai-app`
- `npx nx serve shinkai-desktop`

- Run many tasks

Expand Down
20 changes: 0 additions & 20 deletions apps/shinkai-app-e2e/.eslintrc.json

This file was deleted.

10 changes: 0 additions & 10 deletions apps/shinkai-app-e2e/cypress.config.ts

This file was deleted.

39 changes: 0 additions & 39 deletions apps/shinkai-app-e2e/project.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/shinkai-app-e2e/src/e2e/connect.cy.ts

This file was deleted.

4 changes: 0 additions & 4 deletions apps/shinkai-app-e2e/src/fixtures/example.json

This file was deleted.

1 change: 0 additions & 1 deletion apps/shinkai-app-e2e/src/support/app.po.ts

This file was deleted.

32 changes: 0 additions & 32 deletions apps/shinkai-app-e2e/src/support/commands.ts

This file was deleted.

17 changes: 0 additions & 17 deletions apps/shinkai-app-e2e/src/support/e2e.ts

This file was deleted.

10 changes: 0 additions & 10 deletions apps/shinkai-app-e2e/tsconfig.json

This file was deleted.

6 changes: 0 additions & 6 deletions apps/shinkai-app/.browserslistrc

This file was deleted.

34 changes: 0 additions & 34 deletions apps/shinkai-app/.eslintrc.json

This file was deleted.

101 changes: 0 additions & 101 deletions apps/shinkai-app/android/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions apps/shinkai-app/android/.idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions apps/shinkai-app/android/.idea/compiler.xml

This file was deleted.

Loading