Commit Graph

309 Commits

Author SHA1 Message Date
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
de405bfa3b Merge pull request #11 from TheLovinator1/dependabot/pip/fastapi-0.74.1
Bump fastapi from 0.74.0 to 0.74.1
2022-02-22 12:08:05 +01:00
c9758315c9 Bump fastapi from 0.74.0 to 0.74.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.74.0 to 0.74.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.74.0...0.74.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 06:19:46 +00:00
7e6b7519b6 Merge pull request #10 from TheLovinator1/dependabot/pip/fastapi-0.74.0
Bump fastapi from 0.73.0 to 0.74.0
2022-02-18 13:30:07 +01:00
b1079484d3 Bump fastapi from 0.73.0 to 0.74.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.73.0 to 0.74.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.73.0...0.74.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-02-18 06:28:01 +00:00
20e9fdb0fd Create codeql-analysis.yml 2022-02-12 00:56:37 +01:00
c7f9f74726 Update poetry.lock 2022-02-12 00:31:48 +01:00
22461337d0 Merge remote-tracking branch 'origin/master' 2022-02-12 00:31:30 +01:00
170896af6e Add test for checking if domain ends with slash 2022-02-12 00:31:26 +01:00
642126053a Create dependabot.yml 2022-02-11 21:01:45 +01:00
4d0988dda2 Update poetry.lock
Package operations: 0 installs, 3 updates, 0 removals

  • Updating asgiref (3.4.1 -> 3.5.0)
  • Updating pyparsing (3.0.6 -> 3.0.7)
  • Updating orjson (3.6.5 -> 3.6.6)
2022-01-22 19:10:59 +01:00
3b654681e1 Update poetry.lock
Package operations: 0 installs, 15 updates, 0 removals

  • Updating astroid (2.9.1 -> 2.9.3)
  • Updating frozenlist (1.2.0 -> 1.3.0)
  • Updating anyio (3.4.0 -> 3.5.0)
  • Updating charset-normalizer (2.0.9 -> 2.0.10)
  • Updating dnspython (2.1.0 -> 2.2.0)
  • Updating pylint-plugin-utils (0.6 -> 0.7)
  • Updating h11 (0.12.0 -> 0.13.0)
  • Updating urllib3 (1.26.7 -> 1.26.8)
  • Updating gitpython (3.1.24 -> 3.1.26)
  • Updating pylint-django (2.4.4 -> 2.5.0)
  • Updating requests (2.27.0 -> 2.27.1)
  • Updating prospector (1.5.3.1 -> 1.6.0)
  • Updating pygments (2.11.1 -> 2.11.2)
  • Updating starlette (0.16.0 -> 0.17.1)
  • Updating fastapi (0.70.1 -> 0.72.0
2022-01-20 14:00:53 +01:00
41f7bf01cf Update poetry.lock 2022-01-03 20:41:41 +01:00
576b38fa4f Make webhook_url KeyError more helpful 2022-01-03 20:41:33 +01:00
a993abce39 Create upload folder if it does not exist 2022-01-03 20:40:57 +01:00
d060c67197 Move files to folders 2022-01-03 20:40:02 +01:00
1e0da31c99 Move Black line length to pyproject.toml 2022-01-03 19:29:00 +01:00
981afea72e Rename project 2022-01-03 19:12:18 +01:00
50731512dd Use - instead of * in lists 2022-01-03 19:11:55 +01:00