Skip to content

Commit 169d61d

Browse files
authored
Merge branch 'main' into dependabot/pip/pre-commit-gte-2.17.0-and-lt-5.0.0
2 parents 908fa49 + cc536ee commit 169d61d

40 files changed

+1137
-491
lines changed

.github/DISCUSSION_TEMPLATE/questions.yml

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,9 @@ body:
77
88
Please follow these instructions, fill every question, and do every step. 🙏
99
10-
I'm asking this because answering questions and solving problems in GitHub is what consumes most of the time.
11-
12-
I end up not being able to add new features, fix bugs, review pull requests, etc. as fast as I wish because I have to spend too much time handling questions.
13-
14-
All that, on top of all the incredible help provided by a bunch of community members, that give a lot of their time to come here and help others.
15-
16-
That's a lot of work, but if more users came to help others like them just a little bit more, it would be much less effort for them (and you and me 😅).
17-
1810
By asking questions in a structured way (following this) it will be much easier to help you.
1911
2012
And there's a high chance that you will find the solution along the way and you won't even have to submit it and wait for an answer. 😎
21-
22-
As there are too many questions, I'll have to discard and close the incomplete ones. That will allow me (and others) to focus on helping people like you that follow the whole process and help us help you. 🤓
2313
- type: checkboxes
2414
id: checks
2515
attributes:
@@ -36,19 +26,6 @@ body:
3626
required: true
3727
- label: I already read and followed all the tutorial in the docs/README and didn't find an answer.
3828
required: true
39-
- type: checkboxes
40-
id: help
41-
attributes:
42-
label: Commit to Help
43-
description: |
44-
After submitting this, I commit to one of:
45-
46-
* Read open questions until I find 2 where I can help someone and add a comment to help there.
47-
* I already hit the "watch" button in this repository to receive notifications and I commit to help at least 2 people that ask questions in the future.
48-
49-
options:
50-
- label: I commit to help with one of those options 👆
51-
required: true
5229
- type: textarea
5330
id: example
5431
attributes:
@@ -73,8 +50,8 @@ body:
7350
Write a short description telling me what you are doing, what you expect to happen, and what is currently happening.
7451
placeholder: |
7552
* Create a Django app.
76-
* Run `fastapi dev`.
77-
* I expected it to run the Django app, but it didn't.
53+
* Run `fastapi deploy`.
54+
* I expected it to deploy the Django app, but it didn't.
7855
validations:
7956
required: true
8057
- type: dropdown
@@ -111,6 +88,20 @@ body:
11188
```
11289
validations:
11390
required: true
91+
- type: input
92+
id: fastapi-cli-version
93+
attributes:
94+
label: FastAPI ClI Version
95+
description: |
96+
What version of FastAPI CLI are you using?
97+
98+
You can find it with:
99+
100+
```bash
101+
fastapi --version
102+
```
103+
validations:
104+
required: true
114105
- type: textarea
115106
id: context
116107
attributes:

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security Contact
4-
about: Please report security vulnerabilities to security@tiangolo.com
4+
about: Please report security vulnerabilities to security@fastapicloud.com
55
- name: Question or Problem
66
about: Ask a question or ask about a problem in GitHub Discussions.
7-
url: https://github.com/fastapi/fastapi-cli/discussions/categories/questions
7+
url: https://github.com/fastapilabs/fastapi-cloud-cli/discussions/categories/questions
88
- name: Feature Request
99
about: To suggest an idea or ask about a feature, please start with a question saying what you would like to achieve. There might be a way to do it already.
10-
url: https://github.com/fastapi/fastapi-cli/discussions/categories/questions
10+
url: https://github.com/fastapilabs/fastapi-cloud-cli/discussions/categories/questions

.github/ISSUE_TEMPLATE/privileged.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: Privileged
2-
description: You are @tiangolo or he asked you directly to create an issue here. If not, check the other options. 👇
2+
description: You are part of the @fastapilabs team. If not, check the other options. 👇
33
body:
44
- type: markdown
55
attributes:
66
value: |
77
Thanks for your interest in this project! 🚀
88
9-
If you are not @tiangolo or he didn't ask you directly to create an issue here, please start the conversation in a [Question in GitHub Discussions](https://github.com/tiangolo/fastapi-cli/discussions/categories/questions) instead.
9+
If you are not part of the @fastapilabs team, please start the conversation in a [Question in GitHub Discussions](https://github.com/fastapilabs/fastapi-cloud-cli/discussions/categories/questions) instead.
1010
- type: checkboxes
1111
id: privileged
1212
attributes:
1313
label: Privileged issue
1414
description: Confirm that you are allowed to create an issue here.
1515
options:
16-
- label: I'm @tiangolo or he asked me directly to create an issue here.
16+
- label: I'm part of the @fastapilabs team.
1717
required: true
1818
- type: textarea
1919
id: content

.github/workflows/add-to-project.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/issue-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
issue-manager:
23-
if: github.repository_owner == 'fastapi'
23+
if: github.repository_owner == 'fastapilabs'
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Dump GitHub context

.github/workflows/publish-private.yml

Lines changed: 0 additions & 123 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ jobs:
2020
uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.10"
23-
# Issue ref: https://github.com/actions/setup-python/issues/436
24-
# cache: "pip"
25-
# cache-dependency-path: pyproject.toml
2623
- name: Install build dependencies
2724
run: pip install build
2825
- name: Build distribution
2926
run: python -m build
3027
- name: Publish
3128
uses: pypa/[email protected]
32-
if: false

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.5.5
17+
rev: v0.12.0
1818
hooks:
1919
- id: ruff
2020
args:

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# FastAPI Cloud CLI
22

3-
<a href="https://github.com/fastapi/fastapi-cloud-cli/actions/workflows/test.yml" target="_blank">
4-
<img src="https://github.com/fastapi/fastapi-cloud-cli/actions/workflows/test.yml/badge.svg" alt="Test">
3+
<a href="https://github.com/fastapilabs/fastapi-cloud-cli/actions/workflows/test.yml" target="_blank">
4+
<img src="https://github.com/fastapilabs/fastapi-cloud-cli/actions/workflows/test.yml/badge.svg" alt="Test">
55
</a>
6-
<a href="https://github.com/fastapi/fastapi-cloud-cli/actions/workflows/publish.yml" target="_blank">
7-
<img src="https://github.com/fastapi/fastapi-cloud-cli/actions/workflows/publish.yml/badge.svg" alt="Publish">
6+
<a href="https://github.com/fastapilabs/fastapi-cloud-cli/actions/workflows/publish.yml" target="_blank">
7+
<img src="https://github.com/fastapilabs/fastapi-cloud-cli/actions/workflows/publish.yml/badge.svg" alt="Publish">
88
</a>
9-
<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapi/fastapi-cloud-cli" target="_blank">
10-
<img src="https://coverage-badge.samuelcolvin.workers.dev/fastapi/fastapi-cloud-cli.svg" alt="Coverage">
9+
<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapilabs/fastapi-cloud-cli" target="_blank">
10+
<img src="https://coverage-badge.samuelcolvin.workers.dev/fastapilabs/fastapi-cloud-cli.svg" alt="Coverage">
1111
<a href="https://pypi.org/project/fastapi-cloud-cli" target="_blank">
1212
<img src="https://img.shields.io/pypi/v/fastapi-cloud-cli?color=%2334D058&label=pypi%20package" alt="Package version">
1313
</a>
1414

1515
---
1616

17-
**Source Code**: <a href="https://github.com/fastapi/fastapi-cloud-cli" target="_blank">https://github.com/fastapi/fastapi-cloud-cli</a>
17+
**Source Code**: <a href="https://github.com/fastapilabs/fastapi-cloud-cli" target="_blank">https://github.com/fastapilabs/fastapi-cloud-cli</a>
1818

1919
---
2020

0 commit comments

Comments
 (0)