Skip to content

Commit

Permalink
Package splitting for redesign (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGoiana authored Jul 23, 2024
2 parents eda484b + 1ef6309 commit 47c42da
Show file tree
Hide file tree
Showing 485 changed files with 637 additions and 122 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ version: 2

updates:
- package-ecosystem: "pub"
directory: "/uni"
directory: "/packages/uni_app"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

2 changes: 1 addition & 1 deletion .github/workflows/app_version_integrity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: "Version integrity"
runs-on: ubuntu-latest
env:
APP_VERSION_PATH: "uni/app_version.txt"
APP_VERSION_PATH: "packages/uni_app/app_version.txt"
steps:
- uses: actions/checkout@v4

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/format_lint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./uni
working-directory: ./packages/uni_app
steps:
- name: Clone repository
uses: actions/checkout@v4
Expand All @@ -21,7 +21,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: uni/pubspec.yaml
flutter-version-file: packages/uni_app/pubspec.yaml
cache: true

- run: dart format $(find . -type f -name "*.dart" -a -not -name "*.g.dart" -a -not -name "*.mocks.dart") --set-exit-if-changed
Expand All @@ -32,7 +32,7 @@ jobs:
needs: format
defaults:
run:
working-directory: ./uni
working-directory: ./packages/uni_app
steps:
- name: Clone repository
uses: actions/checkout@v4
Expand All @@ -46,7 +46,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: uni/pubspec.yaml
flutter-version-file: packages/uni_app/pubspec.yaml
cache: true

- run: flutter pub get
Expand All @@ -61,7 +61,7 @@ jobs:
needs: lint
defaults:
run:
working-directory: ./uni
working-directory: ./packages/uni_app
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand All @@ -73,7 +73,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: uni/pubspec.yaml
flutter-version-file: packages/uni_app/pubspec.yaml
cache: true

- name: Test with coverage
Expand Down
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
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
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 47c42da

Please sign in to comment.