Commit Graph

127 Commits

Author SHA1 Message Date
078b83da3a Lock file maintenance 2022-05-02 00:30:56 +00:00
4929b4c04d Update docker-compose.yml 2022-04-21 16:39:20 +02:00
6737de65df Update README.md 2022-04-21 16:36:12 +02:00
9345b706e5 Bump version to 1.0.0 2022-04-20 20:38:06 +02:00
070cd77bd2 Add tests 2022-04-20 20:36:39 +02:00
1676186e2f Rename the domain environment variable and use urljoin when joining URLs 2022-04-20 16:47:47 +02:00
506670e4de Move renovate.json and fill it out with more things 2022-04-20 14:58:53 +02:00
d981077f9c Add Pytest 2022-04-20 14:58:25 +02:00
5122a87259 Update Dockerfile 2022-04-19 19:50:48 +02:00
34d90fb885 Install uvicorn[standard] instead of uvicorn 2022-04-19 17:12:39 +02:00
64afda5662 Remove exception 2022-04-19 17:10:52 +02:00
2702703e13 Add CSS 2022-04-19 17:03:39 +02:00
fec6ccec0a Add docstrings to tests 2022-04-19 16:39:07 +02:00
b40895e691 Move HTML to own file instead of inline with the code 2022-04-19 16:38:55 +02:00
07944342df Update dependencies 2022-04-19 16:31:14 +02:00
6fb50b8a2c Git is no longer needed in the Dockerfile 2022-04-13 02:36:52 +02:00
d85f23740d Move everything to own file 2022-04-13 02:36:39 +02:00
a2af09075f Remove extras folder 2022-04-13 01:48:59 +02:00
49da82ed33 Remove version from docker-compose.yml 2022-04-13 01:48:25 +02:00
387d5e3842 Use python-discord-webhook instead of dhooks 2022-04-13 01:48:12 +02:00
501af6be12 Remove text_file_uploaded 2022-04-13 01:39:17 +02:00
34ce9e0a61 Replace spaces with dots 2022-04-13 01:38:16 +02:00
7ba2553698 Format code 2022-04-13 01:34:34 +02:00
104101bc54 Remove unused function 2022-04-13 01:27:55 +02:00
31cb5dbf81 Make things async 2022-04-13 01:27:24 +02:00
71a57da59b Change f to file 2022-04-13 01:24:38 +02:00
170236da53 Merge pull request #19 from TheLovinator1/renovate/python-dotenv-0.x
Update dependency python-dotenv to ^0.20.0
2022-03-25 01:12:18 +01:00
0226713117 Update dependency python-dotenv to ^0.20.0 2022-03-25 00:08:33 +00:00
0edbb1518e Don't make a volume for /var/log/discord-embed 2022-03-24 02:22:55 +01:00
297308397c Update docker-compose.yml 2022-03-23 04:16:54 +01:00
97bc24827a Remove install instructions and add environment variables 2022-03-23 02:24:05 +01:00
020a52eed0 Create docker-publish.yml 2022-03-23 01:56:20 +01:00
e091f08e2c Fix Dockerfile 2022-03-23 01:53:52 +01:00
4bc51ad68a Use fastapi instead of fastapi[all], install gunicorn separately 2022-03-23 01:53:06 +01:00
f21f088adc Delete docker-publish.yml
Sadge
2022-03-21 02:29:31 +01:00
07d25575f8 Update Dockerfile 2022-03-21 02:25:30 +01:00
fdde4b7472 Create docker-publish.yml 2022-03-21 02:20:17 +01:00
00e8ddfb9a Merge pull request #15 from TheLovinator1/renovate/configure
Configure Renovate
2022-03-07 12:41:17 +01:00
86308153cb Merge pull request #16 from TheLovinator1/dependabot/pip/fastapi-0.75.0
Bump fastapi from 0.74.1 to 0.75.0
2022-03-07 12:40:51 +01:00
7b4f408440 Delete dependabot.yml 2022-03-07 12:37:55 +01:00
772005b3ae Bump fastapi from 0.74.1 to 0.75.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.74.1 to 0.75.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.74.1...0.75.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 06:27:07 +00:00
a797b14e1f Add renovate.json 2022-03-06 23:04:05 +00:00
d9f2f9662e Merge pull request #14 from TheLovinator1/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-03-03 00:25:56 +01:00
145ef19561 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 07:16:44 +00:00
100da53031 Fix line length, use os.path.join and other small things 2022-03-01 04:22:42 +01:00
5c909af597 Update packages and remove developer dependencies 2022-03-01 02:22:52 +01:00
39337a1d30 Merge pull request #12 from TheLovinator1/dependabot/pip/bandit-1.7.3
Bump bandit from 1.7.2 to 1.7.3
2022-03-01 01:05:37 +01:00
a82a92cbf1 Bump bandit from 1.7.2 to 1.7.3
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](https://github.com/PyCQA/bandit/compare/1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 13:07:06 +00:00
699339bce5 Merge pull request #13 from TheLovinator1/dependabot/pip/prospector-1.7.2
Bump prospector from 1.6.0 to 1.7.2
2022-02-28 14:00:06 +01:00
f5cc328b05 Bump prospector from 1.6.0 to 1.7.2
Bumps [prospector](https://github.com/PyCQA/prospector) from 1.6.0 to 1.7.2.
- [Release notes](https://github.com/PyCQA/prospector/releases)
- [Changelog](https://github.com/PyCQA/prospector/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/prospector/compare/1.6.0...1.7.2)

---
updated-dependencies:
- dependency-name: prospector
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 06:24:57 +00:00