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
13 changes: 12 additions & 1 deletion .github/workflows/Development-PipeLine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ env:
on:
push:
branches: [ developer ]
paths:
- Flutter_Demo/**/*
pull_request:
branches: [ developer ]
paths:
- Flutter_Demo/**/*

jobs:
linter:
Expand All @@ -25,7 +29,9 @@ jobs:
# Setup Flutter
- name: Set up Flutter
uses: subosito/flutter-action@v1

# Change directory to the project
- run: cd Flutter_Demo

# Add formating standards
- run: flutter pub add --dev effective_dart
- run: flutter pub get
Expand All @@ -45,6 +51,9 @@ jobs:

- name: Set up Flutter
uses: subosito/flutter-action@v1

# Change directory to the project
- run: cd Flutter_Demo
- run: flutter pub get

- name: Run tests
Expand All @@ -71,6 +80,8 @@ jobs:

- name: Set up Flutter
uses: subosito/flutter-action@v1
# Change directory to the project
- run: cd Flutter_Demo
- run: flutter pub get

- name: Build APK
Expand Down
15 changes: 14 additions & 1 deletion .github/workflows/Stable-PipeLine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ env:
on:
push:
branches: [ main ]
paths:
- Flutter_Demo/**/*
pull_request:
branches: [ main ]
paths:
- Flutter_Demo/**/*

jobs:
linter:
Expand All @@ -25,6 +29,9 @@ jobs:
# Setup Flutter
- name: Set up Flutter
uses: subosito/flutter-action@v1

# Change directory to the project
- run: cd Flutter_Demo

# Add formating standards
- run: flutter pub add --dev effective_dart
Expand All @@ -47,6 +54,9 @@ jobs:

- name: Set up Flutter
uses: subosito/flutter-action@v1

# Change directory to the project
- run: cd Flutter_Demo
- run: flutter pub get

- name: Build APK
Expand All @@ -72,7 +82,7 @@ jobs:
with:
name: hello-flutter-web-${{env.FLUTTER_VERSION}}
path: build/web/**/*.*

test:
name: Run Unit Tests
runs-on: ubuntu-latest
Expand All @@ -82,6 +92,9 @@ jobs:

- name: Set up Flutter
uses: subosito/flutter-action@v1

# Change directory to the project
- run: cd Flutter_Demo
- run: flutter pub get

- name: Run tests
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/developer_ppe-umgc-cappms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,34 @@ on:
push:
branches:
- developer
paths:
- CaPPMS*/**/*
pull_request:
branches:
- developer
paths:
- CaPPMS*/**/*
workflow_dispatch:

jobs:
test:
runs-on: windows-latest
permissions:
contents: read #This is required for actions/checkout

steps:
- uses: actions/checkout@v4

- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'

- name: Test CAPPMS with dotnet
run: |
cd cappms
dotnet test --configuration Release

build:
runs-on: windows-latest
permissions:
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/website_cappms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,34 @@ name: Build and Deploy CaPPMS Container
on:
push:
branches: [ main ]
paths:
- CaPPMS*/**/*
pull_request:
branches: [ main ]
paths:
- CaPPMS*/**/*

workflow_dispatch:

jobs:
test:
runs-on: windows-latest
permissions:
contents: read #This is required for actions/checkout

steps:
- uses: actions/checkout@v4

- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'

- name: Test CAPPMS with dotnet
run: |
cd cappms
dotnet test --configuration Release

build-and-deploy:
runs-on: windows-latest

Expand Down
19 changes: 0 additions & 19 deletions .idea/libraries/Dart_SDK.xml

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/libraries/KotlinJavaRuntime.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/runConfigurations/main_dart.xml

This file was deleted.

36 changes: 0 additions & 36 deletions .idea/workspace.xml

This file was deleted.

35 changes: 0 additions & 35 deletions .vscode/launch.json

This file was deleted.

42 changes: 0 additions & 42 deletions .vscode/tasks.json

This file was deleted.

Binary file not shown.
Binary file removed Blazor_Server/.vs/Blazor_Server/v16/.suo
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions android/app/src/profile/AndroidManifest.xml

This file was deleted.

Binary file not shown.
Loading