Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
REPO_URL: ${{ github.event.pull_request.head.repo.clone_url }}
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
IS_PRIVATE_REPO: true
CODESPHERE_PLAN_ID: ${{ vars.CODESPHERE_DEFAULT_PLAN_ID || '8' }}
WORKSPACE_TIMEOUT: '5m'
CODESPHERE_PLAN_ID: ${{ vars.CODESPHERE_DEFAULT_PLAN_ID || '202' }}
WORKSPACE_TIMEOUT: '20m'

steps:
- name: Checkout repository (optional, for context)
Expand Down
9 changes: 0 additions & 9 deletions backend/analysis_options.yaml

This file was deleted.

80 changes: 0 additions & 80 deletions backend/bin/server.dart

This file was deleted.

17 changes: 0 additions & 17 deletions backend/pubspec.yaml

This file was deleted.

17 changes: 8 additions & 9 deletions ci.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ prepare:
steps:
- name: Prepare Flutter Environment
command: nix-env -i -f ~/app/configuration.nix
- name: Install Frontend Dependencies
command: cd /home/user/app/demo_app/ && flutter pub get
- name: Build Flutter Web App
command: cd /home/user/app/demo_app/ && flutter clean && flutter build web
- name: Check Dart Version
command: dart --version
- name: Install Dependencies
command: cd /home/user/app/demo_app/ && flutter clean && flutter pub get
test:
steps: []
run:
app:
steps:
- name: Install Dependencies
command: cd /home/user/app/demo_app/ && flutter clean && flutter pub get
- name: Run App in Debug
command: cd /home/user/app/demo_app/build/web && python3 -m http.server 3000
plan: 8
command: cd /home/user/app/demo_app/ && flutter run -d web-server
--web-hostname=0.0.0.0 --web-port=3000
plan: 201
replicas: 1
network:
ports:
Expand All @@ -25,4 +24,4 @@ run:
paths:
- port: 3000
path: /
stripPath: false
stripPath: false
30 changes: 15 additions & 15 deletions demo_app/.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file should be version controlled and should not be manually edited.

version:
revision: "9f455d2486bcb28cad87b062475f42edc959f636"
revision: "nixpkgs000000000000000000000000000000000"
channel: "stable"

project_type: app
Expand All @@ -13,26 +13,26 @@ project_type: app
migration:
platforms:
- platform: root
create_revision: 9f455d2486bcb28cad87b062475f42edc959f636
base_revision: 9f455d2486bcb28cad87b062475f42edc959f636
create_revision: nixpkgs000000000000000000000000000000000
base_revision: nixpkgs000000000000000000000000000000000
- platform: android
create_revision: 9f455d2486bcb28cad87b062475f42edc959f636
base_revision: 9f455d2486bcb28cad87b062475f42edc959f636
create_revision: nixpkgs000000000000000000000000000000000
base_revision: nixpkgs000000000000000000000000000000000
- platform: ios
create_revision: 9f455d2486bcb28cad87b062475f42edc959f636
base_revision: 9f455d2486bcb28cad87b062475f42edc959f636
create_revision: nixpkgs000000000000000000000000000000000
base_revision: nixpkgs000000000000000000000000000000000
- platform: linux
create_revision: 9f455d2486bcb28cad87b062475f42edc959f636
base_revision: 9f455d2486bcb28cad87b062475f42edc959f636
create_revision: nixpkgs000000000000000000000000000000000
base_revision: nixpkgs000000000000000000000000000000000
- platform: macos
create_revision: 9f455d2486bcb28cad87b062475f42edc959f636
base_revision: 9f455d2486bcb28cad87b062475f42edc959f636
create_revision: nixpkgs000000000000000000000000000000000
base_revision: nixpkgs000000000000000000000000000000000
- platform: web
create_revision: 9f455d2486bcb28cad87b062475f42edc959f636
base_revision: 9f455d2486bcb28cad87b062475f42edc959f636
create_revision: nixpkgs000000000000000000000000000000000
base_revision: nixpkgs000000000000000000000000000000000
- platform: windows
create_revision: 9f455d2486bcb28cad87b062475f42edc959f636
base_revision: 9f455d2486bcb28cad87b062475f42edc959f636
create_revision: nixpkgs000000000000000000000000000000000
base_revision: nixpkgs000000000000000000000000000000000

# User provided section

Expand Down
45 changes: 0 additions & 45 deletions demo_app_ws/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions demo_app_ws/.metadata

This file was deleted.

16 changes: 0 additions & 16 deletions demo_app_ws/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions demo_app_ws/analysis_options.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions demo_app_ws/android/.gitignore

This file was deleted.

Loading
Loading