Commit Graph

127 Commits

Author SHA1 Message Date
2a499eecfa Use new Poetry installer 2022-02-19 02:07:07 +01:00
ec9b4059f0 Fix Dockerfile location 2022-02-19 01:55:14 +01:00
28da36d920 Bump version to v0.3.0 2022-02-19 01:50:57 +01:00
98bcf5b0ee Publish image to Docker Hub with GitHub Actions 2022-02-19 01:47:29 +01:00
ef6207b5bf Remove dependencies to CHANGELOG 2022-02-19 01:46:01 +01:00
daaa3e2c07 Add VOLUME to Dockerfile 2022-02-19 01:45:40 +01:00
c70ce7d8c3 Merge pull request #8 from TheLovinator1/dependabot/pip/types-pytz-2021.3.5
Bump types-pytz from 2021.3.4 to 2021.3.5
2022-02-14 07:45:50 +01:00
ef5f68f3f3 Bump types-pytz from 2021.3.4 to 2021.3.5
Bumps [types-pytz](https://github.com/python/typeshed) from 2021.3.4 to 2021.3.5.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 06:09:28 +00:00
78607ee2bc Create codeql-analysis.yml 2022-02-12 00:55:21 +01:00
8ef5d978e6 Merge pull request #3 from TheLovinator1/dependabot/pip/types-dateparser-1.0.14
Bump types-dateparser from 1.0.13 to 1.0.14
2022-02-11 21:35:57 +01:00
b1968ca868 Bump types-dateparser from 1.0.13 to 1.0.14
Bumps [types-dateparser](https://github.com/python/typeshed) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 20:35:34 +00:00
01fdba89e0 Merge pull request #5 from TheLovinator1/dependabot/pip/black-22.1.0
Bump black from 21.12b0 to 22.1.0
2022-02-11 21:34:13 +01:00
cdcd3ef008 Bump black from 21.12b0 to 22.1.0
Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits/22.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 20:33:49 +00:00
f94682fdb7 Merge pull request #7 from TheLovinator1/dependabot/pip/pytest-7.0.1
Bump pytest from 6.2.5 to 7.0.1
2022-02-11 21:32:40 +01:00
ed15309b9b Bump pytest from 6.2.5 to 7.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...7.0.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 20:29:59 +00:00
4d6e871f7c Merge pull request #4 from TheLovinator1/dependabot/pip/mypy-0.931
Bump mypy from 0.930 to 0.931
2022-02-11 21:28:41 +01:00
ad4b8f412e Bump mypy from 0.930 to 0.931
Bumps [mypy](https://github.com/python/mypy) from 0.930 to 0.931.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.930...v0.931)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 16:03:50 +00:00
2fc99cede6 Create dependabot.yml 2022-02-11 17:02:38 +01:00
88e981e917 Use the Black profile for isort 2022-02-10 15:42:03 +01:00
816708cc63 Add CONTRIBUTING.md 2022-01-31 23:34:14 +01:00
31e22100fd Update README.md 2022-01-31 23:11:00 +01:00
e5bcfcc560 Update README.md 2022-01-31 23:00:48 +01:00
ce588b10fa Update README.md 2022-01-31 22:08:51 +01:00
0d14da1df3 Update CHANGELOG.md 2022-01-31 22:01:21 +01:00
a2019b95c3 Add more info to .env.example 2022-01-31 21:59:17 +01:00
02f6019b8f Update README.md 2022-01-31 21:22:32 +01:00
13fc5d2f02 Remove build: . from docker-compose.yml 2022-01-31 21:17:10 +01:00
e85753c5e9 Remove version in docker-compose.yml as it is no longer needed 2022-01-31 21:11:24 +01:00
b021469484 Also add .env.example to extras so Docker-people don't need to move the file 2022-01-31 21:02:10 +01:00
deeb7c206d Move .env.example from discord_reminder_bot to root and add link to time zones 2022-01-31 21:01:46 +01:00
84d6f3b06e Update poetry.lock
Package operations: 0 installs, 5 updates, 0 removals

  • Updating multidict (5.2.0 -> 6.0.2)
  • Updating pyparsing (3.0.6 -> 3.0.7)
  • Updating regex (2021.11.10 -> 2022.1.18)
  • Updating sqlalchemy (1.4.29 -> 1.4.31)
  • Updating types-dateparser (1.0.12 -> 1.0.13)
2022-01-31 17:38:28 +01:00
207f121fec Change date 2022-01-09 21:21:31 +01:00
9d06456ce0 Update poetry.lock 2022-01-09 21:18:43 +01:00
509a2c4797 Add changelog and bump version to v0.2.0 2022-01-09 21:13:50 +01:00
08ee4bd6a3 Add more examples to .env.example 2022-01-05 02:02:18 +01:00
2ec201acc2 You can now have the bot send messages to another channel 2022-01-05 02:01:45 +01:00
72c454dfe5 Make if else one line 2022-01-03 19:00:31 +01:00
16be68ed3c Remove the from markdown link 2022-01-03 15:14:27 +01:00
9ac6c995f8 Add default value for bot_token 2022-01-03 15:10:06 +01:00
1b6a212d72 Remove TODO for something that will never happen 2022-01-03 14:49:12 +01:00
cd79127ea0 Update packages 2022-01-02 04:19:13 +01:00
1d1cbbbf98 Fix license 2022-01-02 04:17:27 +01:00
65885e5c9a Update README.md 2022-01-02 03:47:23 +01:00
6b357709e9 Update README 2022-01-02 03:41:07 +01:00
849c72552c Move files to extras 2022-01-02 02:45:29 +01:00
0bcf654e86 Remove docstrings 2022-01-02 02:38:50 +01:00
b266fd67fe Add "Build: ." to docker-compose.yml 2022-01-02 02:38:28 +01:00
5b06e86a8a Update Dockerfile 2022-01-02 02:38:00 +01:00
60774da21f Update poetry.lock 2022-01-02 02:36:45 +01:00
4ac28b64c0 Change license to GPLv3 2022-01-02 02:36:23 +01:00