Skip to content

Commit

Permalink
Merge branch 'develop-postgres' into xkaper001/issue2622
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante291 authored Dec 2, 2024
2 parents df89179 + 5354a88 commit ab4a708
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
23 changes: 14 additions & 9 deletions .github/workflows/pull-request-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,21 @@ jobs:
message: |
## Our Pull Request Approval Process
We have these basic policies to make the approval process smoother for our volunteer team.
Thanks for contributing!
### Testing Your Code
Please make sure your code passes all tests. Our test code coverage system will fail if either of these two conditions occur:
1. The overall code coverage drops below the target threshold of the repository
2. Any file in the pull request has code coverage levels below the repository threshold
The process helps maintain the overall reliability of the code base and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing.
Remember, your PRs won't be reviewed until these criteria are met:
1. We don't merge PRs with poor code quality.
1. Follow coding best practices such that CodeRabbit.ai approves your PR.
1. We don't merge PRs with failed tests.
1. When tests fail, click on the `Details` link to learn more.
1. Write sufficient tests for your changes (CodeCov Patch Test). Your testing level must be better than the target threshold of the repository
1. Tests may fail if you edit sensitive files. Ask to add the `ignore-sensitive-files-pr` label if the edits are necessary.
1. We cannot merge PRs with conflicting files. These must be fixed.
Our policies make our code better.
### Reviewers
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -511,10 +511,10 @@ packages:
dependency: "direct main"
description:
name: flutter_svg
sha256: "578bd8c508144fdaffd4f77b8ef2d8c523602275cd697cc3db284dbd762ef4ce"
sha256: "54900a1a1243f3c4a5506d853a2b5c2dbc38d5f27e52a52618a8054401431123"
url: "https://pub.dev"
source: hosted
version: "2.0.14"
version: "2.0.16"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -1390,26 +1390,26 @@ packages:
dependency: "direct main"
description:
name: syncfusion_flutter_calendar
sha256: "00703dd2e154ad534e7e898958f1e4c1573b15a19448c0b183365f4b9779f054"
sha256: "948934cecada4fd977a1097a3ac6c69857b1838b26438da1b2d58e667fa81f45"
url: "https://pub.dev"
source: hosted
version: "27.2.2"
version: "27.2.4"
syncfusion_flutter_core:
dependency: transitive
description:
name: syncfusion_flutter_core
sha256: "225b1cc135549bb4eef096d63b7323c30ee61c4b095c7e8a14bf9333e243d84b"
sha256: "795530addc930b3b06f4f2fe99a039de276860af505fcf54c4516fbcb838a3cb"
url: "https://pub.dev"
source: hosted
version: "27.2.2"
version: "27.2.4"
syncfusion_flutter_datepicker:
dependency: "direct main"
description:
name: syncfusion_flutter_datepicker
sha256: e2e2a97b033390f0791316c6019743991aa598563d09f603ba13230cd50b8905
sha256: eafdcb6084a3c50d482cf846a59dac86bee3cc3511f62f3b69fea14133ab57be
url: "https://pub.dev"
source: hosted
version: "27.2.2"
version: "27.2.4"
synchronized:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
sdk: flutter
flutter_reaction_button: ^3.0.0+3
flutter_speed_dial: ^7.0.0
flutter_svg: ^2.0.14
flutter_svg: ^2.0.16
font_awesome_flutter: ^10.8.0
get_it: ^8.0.2
graphql_flutter: ^5.1.2
Expand All @@ -67,8 +67,8 @@ dependencies:
shared_preferences: ^2.3.3
shimmer: ^3.0.0
social_share: ^2.2.1
syncfusion_flutter_calendar: ^27.2.2
syncfusion_flutter_datepicker: ^27.2.2
syncfusion_flutter_calendar: ^27.2.4
syncfusion_flutter_datepicker: ^27.2.4
timelines: ^0.1.0
tutorial_coach_mark: ^1.2.12
uni_links: ^0.5.1
Expand Down

0 comments on commit ab4a708

Please sign in to comment.