Dmitrii Orlov
61e44871d4
feat: add extremely basic /health endpoint ( #396 )
...
* Add extremely basic /health endpoint
* Replace robot-sounds with Ok.
* add test case for /health endpoint
* Apply suggestion to _app.py:
- remove dot from Ok response in health endpoint
* Fix tests for the health endpoint
* Formatting _app.py
2 weeks ago
Dmitrii Orlov
640a74872b
Add traefik/ and auth/ dirs to gitignore ( #398 )
3 weeks ago
Kian-Meng Ang
a67829eea6
chore: Fix typos ( #431 )
3 months ago
Dmitrii Orlov
388658e624
chore(ver): bump 1.5.0-->1.5.0
3 months ago
Dmitrii Orlov
c36fc51da2
fix package script usage
3 months ago
Dmitrii Orlov
6502f031d4
chore(ver): bump 2.0.0dev1-->1.5.0
3 months ago
Dmitrii Orlov
28959cfdbc
change RC date
3 months ago
Dmitrii Orlov
5308fba405
add tag ref for GH action
4 months ago
Dmitrii Orlov
c63b2b1337
Revert "chore(ver): bump 2.0.0dev1-->1.5.0"
...
This reverts commit 0e8a49dd1c
.
4 months ago
Dmitrii Orlov
0e8a49dd1c
chore(ver): bump 2.0.0dev1-->1.5.0
4 months ago
Dmitrii Orlov
4538014127
Fix CHANGES.rst date
4 months ago
Dmitrii Orlov
fd97b465dd
Update changelog
4 months ago
Dmitrii Orlov
1f26b20421
fix(simplify-release-gh-actions): release in CI.yml ( #428 )
...
* get the release jobs back in ci.yml
* Delete unnecessary RLS workflow
* make both jobs depend on tests
4 months ago
Dmitrii Orlov
04a1826b9a
Revert "chore(ver): bump 2.0.0dev1-->1.5.0"
...
This reverts commit e675ab71fd
.
4 months ago
Dmitrii Orlov
e675ab71fd
chore(ver): bump 2.0.0dev1-->1.5.0
4 months ago
github-actions[bot]
4485902b6d
chore(auto-release-candidate-04-01-2022): 1.5.0 rc ( #426 )
...
* chore(rc-changes): update Changes.rst
* Adjust logs in CHANGES.rst
* Bump RC version to 1.5.0
* adjust RC candidate date
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Dmitrii Orlov <dmtree.dev@yahoo.com>
4 months ago
Dmitrii Orlov
4d81ea7124
chore(package-release-from-gh-actions): Adding release management to GitHub actions ( #423 )
...
* Basic attempt for a release workflow in GH Actions
* move docker release to `release.yml`
* return the docker steps to ci.yml
* return the deploy-docker step to release.yml
* add wait for tests GA
4 months ago
Dmitrii Orlov
eb3d6941b1
remove the `tmp` directory & add to gitignore ( #424 )
4 months ago
Dmitrii Orlov
cd1e17cc26
fix(setuptools-in-tests): add `packages=[]` in test setup ( #425 )
...
* fix: add `packages=[]` in test setup
* pin setuptools below 62 for tests
4 months ago
Dmitrii Orlov
3ba17777da
chore(release-candidate-from-github-actions): add github action for release management ( #417 )
5 months ago
Dmitrii Orlov
e039f4011f
fix(typing-checks): fix small typing and lint errors in config.py ( #421 )
5 months ago
Dmitrii Orlov
3950cdc4bc
Merge pull request #415 from dee-me-tree-or-love/chore-adjust-contributors-entry-in-readme-rst
...
chore(new-people-readme): adjust maintainers & add call for new people
6 months ago
Dmitrii Orlov
f2330fa95e
Merge branch 'master' into chore-adjust-contributors-entry-in-readme-rst
6 months ago
Dmitrii Orlov
e608e8645f
Merge pull request #416 from dee-me-tree-or-love/fix-small-styling-fixes
...
fix(small-black-format-fixes): small styling fixes
6 months ago
Dmitrii Orlov
3b1a0f828d
Merge branch 'master' into fix-small-styling-fixes
6 months ago
Dmitrii Orlov
22d47a53db
Merge pull request #413 from domdfcoding/patch-1
...
Specify doctype for generated pages.
6 months ago
Dmitrii Orlov
cd4bff5785
Merge pull request #414 from luismsgomes/master
...
Fixed violation of PEP 503 warning with pip>=22
6 months ago
Dmitrii Orlov
a10cdcead3
Fix black errors on test_server.py
6 months ago
Dmitrii Orlov
049ae42b1a
Fix black errors on backend.py
6 months ago
Dmitrii Orlov
050bc9e17c
Merge branch 'master' into chore-adjust-contributors-entry-in-readme-rst
6 months ago
Dmitrii Orlov
ee912cf1d3
chore(new-people): adjust maintainers & add call for new people
6 months ago
Luís Gomes
64b4d21318
Fixed violation of PEP 503 warning with pip>=22
...
When using pip >=22, we get the following warning:
"DEPRECATION: The HTML index page being used (https://....) is not a proper
HTML 5 document. This is in violation of PEP 503 which requires these pages
to be well-formed HTML 5 documents. Please reach out to the owners of this
index page, and ask them to update this index page to a valid HTML 5
document. pip 22.2 will enforce this behaviour change. Discussion can be
found at https://github.com/pypa/pip/issues/10825 "
6 months ago
Dominic Davis-Foster
057d3b469d
Specify doctype for generated pages.
...
This ensures compliance with PEP 503
6 months ago
Dmitrii Orlov
bdbd839a1b
Merge pull request #407 from dee-me-tree-or-love/tp-temporarily-disable-cpython39-tests
...
Temporary disable tests for python3.9
9 months ago
Dmitrii Orlov
652a7171a6
disable tests for python3.9
9 months ago
Dmitrii Orlov
d34c99269a
Merge pull request #400 from dee-me-tree-or-love/tp-fix-mypy-check-dependencies-for-CI
10 months ago
Dmitrii Orlov
a1d7264e03
Include Black Formatter fix
11 months ago
Dmitrii Orlov
48688d7e4c
Merge branch 'master' into tp-fix-mypy-check-dependencies-for-CI
11 months ago
Dmitrii Orlov
2885ac2e6d
Merge pull request #401 from dee-me-tree-or-love/tp-allow-gh-actions-for-fork-pull-requests
...
Allow GH actions to run on pull requests for forks
11 months ago
Dmitrii Orlov
be39eb2f05
Allow GH actions to run on pull requests for forks
12 months ago
Dmitrii Orlov
a1002c5e99
Install requires stub types for mypy in ci.yml
12 months ago
Dmitrii Orlov
3713da9d66
Merge pull request #395 from awachtler/master
...
added JSON Topic for use with micropython-upip
12 months ago
awachtler
7693c03485
json_info/doc: fixed typo in README.rst
...
<
1 year ago
awachtler
4e189aec9c
json_info/doc: fix formatting
1 year ago
awachtler
fb81ab767a
doc/json_info: added usage description with micropython.
1 year ago
awachtler
e7bc2bb75d
test_app.py/json_info: added tests for the json_info endpoint
1 year ago
awachtler
c205355253
_app.py/json_info: improved error handling
...
- added redirect if package name is not normalized
- raise 404 error if package is not found
1 year ago
awachtler
a9414fb964
renamed max_version to latest_version
1 year ago
awachtler
1ae9f20e3f
rollback version info
1 year ago
awachtler
d28fc966af
rework json_info, made url generic, restructured code
1 year ago