-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from a-mabe/interval-type
Refactor with ephemeral DB
- Loading branch information
Showing
142 changed files
with
2,081 additions
and
4,515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Tap on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Device and Operating System (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Integration test | ||
about: Create a new integration test to verify a specific scenario | ||
title: "[Integration Test]" | ||
labels: enhancement, help wanted, test | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Test:** | ||
|
||
**Scenario outline:** | ||
|
||
**Verify that:** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: New feature/improvement | ||
about: New feature or improvement to be implemented | ||
title: "[Feature/Improvement]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Purpose:** As a user, I... | ||
|
||
**More details:** Some more details on the feature/improvement | ||
|
||
**Acceptance Criteria:** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Refactor/refine | ||
about: Refactor or refinement to improve code quality. | ||
title: "[Refactor]" | ||
labels: refine | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: Test | ||
|
||
run-name: ${{ github.actor }} is testing the app | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
types: | ||
- opened | ||
- reopened | ||
- synchronize | ||
- ready_for_review | ||
branches: | ||
- 'main' | ||
paths-ignore: | ||
- '**.md' | ||
- '**.yaml' | ||
- 'doc/**' | ||
- '.git/' | ||
- '.vscode/' | ||
|
||
jobs: | ||
Build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '17' | ||
distribution: 'temurin' | ||
- uses: subosito/flutter-action@v2 | ||
with: | ||
channel: 'stable' | ||
- name: Check Version | ||
run: flutter --version | ||
- name: Flutter Doctor | ||
run: flutter doctor -v | ||
- name: Enable KVM | ||
run: | | ||
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules | ||
sudo udevadm control --reload-rules | ||
sudo udevadm trigger --name-match=kvm | ||
- name: run tests | ||
uses: reactivecircus/android-emulator-runner@v2 | ||
with: | ||
api-level: 34 | ||
arch: x86_64 | ||
script: flutter drive -d emulator-5554 | ||
working-directory: example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Background HIIT Timer Code of Conduct | ||
|
||
## Purpose | ||
|
||
The community is built on the dedication of volunteers who contribute their time and expertise. We are committed to fostering a respectful and inclusive environment for all contributors. This Code of Conduct outlines our expectations to ensure a positive and collaborative experience. | ||
|
||
## Our Pledge | ||
|
||
In the spirit of acknowledging the voluntary contributions made by individuals, we pledge to respect and value the time and effort our contributors invest in the project. Additionally, we are resolute in our stance against rude behavior, ensuring a welcoming community for all. | ||
|
||
## Code of Conduct | ||
|
||
### 1. Acknowledge Voluntary Contributions | ||
|
||
Recognize that all contributors to this project are volunteers who generously offer their time. Appreciate and respect the dedication they bring to the community. | ||
|
||
### 2. Zero Tolerance for Rudeness | ||
|
||
Rude or disrespectful behavior will not be tolerated. This includes but is not limited to personal attacks, offensive language, and any behavior that disrupts the positive and collaborative atmosphere of the project. | ||
|
||
### 3. Be Inclusive | ||
|
||
We welcome and encourage participation from individuals of all backgrounds. Be respectful and considerate of differing viewpoints, experiences, and opinions. Treat everyone with kindness and empathy. | ||
|
||
### 4. Be Collaborative | ||
|
||
Open source thrives on collaboration. Work together to resolve issues, improve code, and enhance the project. Give and receive constructive feedback with a focus on improvement. | ||
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be addressed by the project maintainer, who has the right to remove, edit, or reject comments, commits, code, issues, and other contributions that are not aligned with this Code of Conduct. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Contributing to background_hiit_timer | ||
|
||
Thank you for considering contributing! Contributions of all kinds are welcome, including bug reports, feature suggestions, code contributions, documentation improvements, and more. By participating in this project, you agree to abide by the [Code of Conduct](./CODE_OF_CONDUCT.md). | ||
|
||
## How to Contribute | ||
|
||
### Reporting Bugs | ||
|
||
1. Check the existing [issues](https://github.com/a-mabe/background_hiit_timer/issues) to make sure the bug hasn't been reported yet. | ||
2. Open a new issue and include: | ||
A clear title and description. | ||
Steps to reproduce the issue. | ||
Expected behavior vs. what actually happens. | ||
Screenshots or logs, if applicable. | ||
|
||
### Suggesting Features | ||
1. Open an issue labeled as a "feature request". | ||
1. Clearly describe the proposed feature and its benefits. | ||
1. If applicable, include examples or references. | ||
|
||
### Code Contributions | ||
|
||
1. Fork the repository on GitHub. | ||
|
||
2. Create a new branch with a descriptive name for your feature or bug fix. | ||
|
||
3. Make your changes and ensure they follow the project's coding style and guidelines. | ||
|
||
4. Commit your changes and push them to your forked repository. | ||
|
||
5. Test your changes following the [testing documentation](./doc/testing.md). | ||
|
||
6. Submit a pull request, detailing the changes you made and explaining their purpose. Please be sure to list what you have tested, as well as the device and OS details you performed tests on. | ||
|
||
## License | ||
|
||
By contributing, you agree that your contributions will be licensed under the MIT License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.