mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2025-12-05 17:18:16 +01:00
Compare commits
45 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50394faab5 | ||
|
|
e9a1a41fb7 | ||
|
|
dd1b4762fd | ||
|
|
67369a065b | ||
|
|
8079366b08 | ||
|
|
6dadc281d5 | ||
|
|
f42af13b28 | ||
|
|
f08e837a41 | ||
|
|
19c5f21d71 | ||
|
|
f239ea4d6c | ||
|
|
424fd4e17f | ||
|
|
7cf47c4617 | ||
|
|
e722148b0e | ||
|
|
b44bc179b6 | ||
|
|
facda6e492 | ||
|
|
6c3504e6ef | ||
|
|
0ba3033944 | ||
|
|
bd00af7911 | ||
|
|
f8ee436045 | ||
|
|
60959d0e00 | ||
|
|
697d62cfa7 | ||
|
|
7c7621a37b | ||
|
|
c3dca4f3d7 | ||
|
|
f3d5ef1c4a | ||
|
|
3f2b33d836 | ||
|
|
2ffc864139 | ||
|
|
6c7af09072 | ||
|
|
d8c39b54ab | ||
|
|
a1287ea789 | ||
|
|
54d84cab68 | ||
|
|
147ae08008 | ||
|
|
f88ebfcd99 | ||
|
|
49b9c979a5 | ||
|
|
141db9be39 | ||
|
|
2ee6d38196 | ||
|
|
1ce8321393 | ||
|
|
f7bd3164e9 | ||
|
|
6327a2e0b8 | ||
|
|
7b4a77f083 | ||
|
|
406f8e7f47 | ||
|
|
2765d07a60 | ||
|
|
958737c5af | ||
|
|
ac30ea766f | ||
|
|
696c9327f6 | ||
|
|
41bd808592 |
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
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. Click 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.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
10
.github/workflows/constraints.txt
vendored
10
.github/workflows/constraints.txt
vendored
@@ -1,6 +1,6 @@
|
||||
pip==22.0.4
|
||||
pip==22.1.2
|
||||
nox==2022.1.7
|
||||
nox-poetry==0.9.0
|
||||
poetry==1.1.13
|
||||
virtualenv==20.14.1
|
||||
poetry-dynamic-versioning==0.16.0
|
||||
nox-poetry==1.0.1
|
||||
poetry==1.1.14
|
||||
virtualenv==20.15.1
|
||||
poetry-dynamic-versioning==0.17.1
|
||||
|
||||
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Labeler
|
||||
uses: crazy-max/ghaction-github-labeler@v3.1.1
|
||||
uses: crazy-max/ghaction-github-labeler@v4.0.0
|
||||
with:
|
||||
skip-delete: true
|
||||
|
||||
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3.1.2
|
||||
uses: actions/setup-python@v4.0.0
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3.1.2
|
||||
uses: actions/setup-python@v4.0.0
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
|
||||
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python ${{ matrix.python }}
|
||||
uses: actions/setup-python@v3.1.2
|
||||
uses: actions/setup-python@v4.0.0
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
@@ -83,7 +83,7 @@ jobs:
|
||||
print("::set-output name=result::{}".format(result))
|
||||
|
||||
- name: Restore pre-commit cache
|
||||
uses: actions/cache@v3.0.2
|
||||
uses: actions/cache@v3.0.4
|
||||
if: matrix.session == 'pre-commit'
|
||||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
@@ -117,7 +117,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3.1.2
|
||||
uses: actions/setup-python@v4.0.0
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
|
||||
@@ -54,6 +54,6 @@ repos:
|
||||
types: [text]
|
||||
stages: [commit, push, manual]
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v2.5.1
|
||||
rev: v2.7.1
|
||||
hooks:
|
||||
- id: prettier
|
||||
|
||||
1
.prettierignore
Normal file
1
.prettierignore
Normal file
@@ -0,0 +1 @@
|
||||
.github/*
|
||||
@@ -8,7 +8,6 @@ copyright = f"{datetime.now().year}, {author}"
|
||||
extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.napoleon",
|
||||
"sphinx_click",
|
||||
]
|
||||
autodoc_typehints = "description"
|
||||
html_theme = "furo"
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
furo==2022.4.7
|
||||
sphinx==4.5.0
|
||||
sphinx-click==4.0.3
|
||||
furo==2022.6.21
|
||||
sphinx==5.0.2
|
||||
|
||||
806
poetry.lock
generated
806
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,16 @@ homepage = "https://github.com/andrewthetechie/py-healthchecks.io"
|
||||
repository = "https://github.com/andrewthetechie/py-healthchecks.io"
|
||||
documentation = "https://py-healthchecks.io.readthedocs.io"
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Framework :: AsyncIO"
|
||||
]
|
||||
|
||||
[tool.poetry.urls]
|
||||
@@ -17,17 +26,16 @@ Changelog = "https://github.com/andrewthetechie/py-healthchecks.io/releases"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
click = "^8.0.1"
|
||||
pydantic = "^1.8.2"
|
||||
httpx = ">=0.21.1,<0.23.0"
|
||||
pydantic = "^1.9.1"
|
||||
httpx = ">=0.23.0,<0.24.0"
|
||||
croniter = "^1.1.0"
|
||||
pytz = ">=2021.3,<2023.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^7.1.2"
|
||||
coverage = {extras = ["toml"], version = "^6.3"}
|
||||
safety = "^1.10.3"
|
||||
mypy = "^0.950"
|
||||
coverage = {extras = ["toml"], version = "^6.4"}
|
||||
safety = "^2.0.0"
|
||||
mypy = "^0.961"
|
||||
typeguard = "^2.13.2"
|
||||
xdoctest = {extras = ["colors"], version = "^1.0.0"}
|
||||
sphinx = "^4.3.2"
|
||||
@@ -39,17 +47,16 @@ flake8-bandit = "^3.0.0"
|
||||
flake8-bugbear = ">=21.9.2"
|
||||
flake8-docstrings = "^1.6.0"
|
||||
flake8-rst-docstrings = "^0.2.3"
|
||||
pep8-naming = "^0.12.1"
|
||||
pep8-naming = "^0.13.0"
|
||||
darglint = "^1.8.1"
|
||||
reorder-python-imports = "^3.1.0"
|
||||
pre-commit-hooks = "^4.2.0"
|
||||
sphinx-click = "^4.0.3"
|
||||
Pygments = "^2.12.0"
|
||||
pyupgrade = "^2.32.0"
|
||||
pyupgrade = "^2.32.1"
|
||||
furo = ">=2021.11.12"
|
||||
pytest-cov = "^3.0.0"
|
||||
types-croniter = "^1.0.10"
|
||||
types-pytz = "^2021.3.8"
|
||||
types-pytz = "^2022.1.1"
|
||||
pytest_async = "^0.1.1"
|
||||
pytest-asyncio = "^0.18.3"
|
||||
respx = "^0.19.2"
|
||||
|
||||
Reference in New Issue
Block a user