-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync with wasp 0.14 version from studio
- Loading branch information
1 parent
3420327
commit e66ee78
Showing
231 changed files
with
34,323 additions
and
125 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
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
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
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
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
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 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: 'Bug:' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
Provide a clear and concise description of the bug. | ||
|
||
**How to reproduce** | ||
Include source code: | ||
|
||
```python | ||
from fastagency import FastAgency | ||
... | ||
``` | ||
|
||
And/Or steps to reproduce the behavior: | ||
|
||
1. ... | ||
|
||
**Expected behavior** | ||
Explain what you expected to happen clearly and concisely. | ||
|
||
**Observed behavior** | ||
Describe what is actually happening clearly and concisely. | ||
|
||
**Screenshots** | ||
If applicable, attach screenshots to help illustrate the problem. | ||
|
||
**Environment** | ||
Include the output of the `fastagency -v` command to display your current project and system environment. | ||
|
||
**Additional context** | ||
Provide any other relevant context or information 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,8 @@ | ||
blank_issues_enabled: true | ||
|
||
contact_links: | ||
- name: Security Contact | ||
about: Please report security vulnerabilities to [email protected] | ||
- name: Question or Problem | ||
about: Ask a question or ask about a problem in GitHub Discussions. | ||
url: https://github.com/airtai/fastagency/discussions/categories/questions |
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,29 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: 'Feature:' | ||
labels: enhancement | ||
assignees: '' | ||
--- | ||
|
||
To suggest an idea or inquire about a new Message Broker supporting feature or any other enhancement, please follow this template: | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
Provide a clear and concise description of the problem you've encountered. For example: "I'm always frustrated when..." | ||
|
||
**Describe the solution you'd like** | ||
Clearly and concisely describe the desired outcome or solution. | ||
|
||
**Feature code example** | ||
To help others understand the proposed feature, illustrate it with a **FastAgency** code example: | ||
|
||
```python | ||
from fastagency import FastAgency | ||
... | ||
``` | ||
|
||
**Describe alternatives you've considered** | ||
Provide a clear and concise description of any alternative solutions or features you've thought about. | ||
|
||
**Additional context** | ||
Include any other relevant context or screenshots related to the feature request. |
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,26 @@ | ||
# Description | ||
|
||
Please include a summary of the change and specify which issue is being addressed. Additionally, provide relevant motivation and context. | ||
|
||
Fixes # (issue number) | ||
|
||
## Type of change | ||
|
||
Please delete options that are not relevant. | ||
|
||
- [ ] Documentation (typos, code examples, or any documentation updates) | ||
- [ ] Bug fix (a non-breaking change that resolves an issue) | ||
- [ ] New feature (a non-breaking change that adds functionality) | ||
- [ ] Breaking change (a fix or feature that would disrupt existing functionality) | ||
- [ ] This change requires a documentation update | ||
|
||
## Checklist | ||
|
||
- [ ] My code adheres to the style guidelines of this project (`scripts/lint.sh` shows no errors) | ||
- [ ] I have conducted a self-review of my own code | ||
- [ ] I have made the necessary changes to the documentation | ||
- [ ] My changes do not generate any new warnings | ||
- [ ] I have added tests to validate the effectiveness of my fix or the functionality of my new feature | ||
- [ ] Both new and existing unit tests pass successfully on my local environment by running `scripts/test-cov.sh` | ||
- [ ] I have ensured that static analysis tests are passing by running `scripts/static-anaylysis.sh` | ||
- [ ] I have included code examples to illustrate the modifications |
Oops, something went wrong.