archive
/
actioner
Archived
1
Fork 0
Commit Graph

27 Commits

Author SHA1 Message Date
dependabot-preview[bot] 63d675fa3b
Bump flake8-print from 3.1.0 to 3.1.1
Bumps [flake8-print](https://github.com/jbkahn/flake8-print) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/jbkahn/flake8-print/releases)
- [Commits](https://github.com/jbkahn/flake8-print/compare/3.1.0...3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-14 09:38:15 +00:00
Jake Howard 71a8cc7611
Merge pull request #5 from RealOrangeOne/dependabot/pip/sentry-sdk-0.12.2
Bump sentry-sdk from 0.12.1 to 0.12.2
2019-09-27 23:04:02 +01:00
dependabot-preview[bot] eae1301f1d
Bump mypy from 0.720 to 0.730
Bumps [mypy](https://github.com/python/mypy) from 0.720 to 0.730.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.720...v0.730)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-27 06:49:34 +00:00
dependabot-preview[bot] 414a32765e
Bump sentry-sdk from 0.12.1 to 0.12.2
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGES.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/0.12.1...0.12.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 07:02:48 +00:00
dependabot-preview[bot] f7de224d25
Bump sentry-sdk from 0.12.0 to 0.12.1
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGES.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/0.12.0...0.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-20 06:52:25 +00:00
Jake Howard aedda06ace
Swap out argparse for click 2019-09-19 08:52:36 +01:00
dependabot-preview[bot] 257ba980b8
Bump uvicorn from 0.8.6 to 0.9.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.8.6 to 0.9.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Commits](https://github.com/encode/uvicorn/compare/0.8.6...0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-09 07:28:36 +00:00
Jake Howard 5a6c30d8fd
Remove duplicate specification of versions in `Pipfile` 2019-09-03 08:55:08 +01:00
Jake Howard 3b6c604d85
Add sentry middleware for ASGI 2019-09-03 08:53:08 +01:00
dependabot-preview[bot] ca16a9be8b
Bump starlette from 0.12.8 to 0.12.9
Bumps [starlette](https://github.com/encode/starlette) from 0.12.8 to 0.12.9.
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](https://github.com/encode/starlette/compare/0.12.8...0.12.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-03 06:42:36 +00:00
Jake Howard 0f3b9981ac
Explicitly pin versions of packages required 2019-08-31 16:12:24 +01:00
Jake Howard d27839d33e
Replace `aiohttp` with `starlette` 2019-08-30 21:42:58 +01:00
Jake Howard 58f6f7abbc
Dynamically get relevant issues rather than hardcoding the repos
This can be applied to PRs in future, too
2019-08-30 09:14:00 +01:00
Jake Howard e41622fe4a
Install and run black 2019-02-22 22:36:17 +00:00
Jake Howard 99bff461e7
Change python version to 3.7
Debian will get this soon!
2019-02-22 22:27:57 +00:00
Jake Howard a76a1299d3
Add sentry integration 2019-02-17 17:14:17 +00:00
Jake Howard 7aca68e162
Add some flake8 plugins 2019-02-16 21:20:14 +00:00
Jake Howard 37b63a83f2
Add some tests 2019-02-16 21:17:52 +00:00
Jake Howard 447e61a814
Pipenv handles .env files for us 2019-02-14 20:39:33 +00:00
Jake Howard 6d29fb1fe8
Install todoist API client 2019-02-14 20:27:09 +00:00
Jake Howard 19ad84414a
Add basic auth to healthcheck endpoint 2019-02-14 20:14:27 +00:00
Jake Howard 6dc9980fb0
Add github API client and settings pipeline 2019-02-14 20:00:05 +00:00
Jake Howard 378ac11656
Add a scheduler 2019-02-14 19:37:17 +00:00
Jake Howard be5d356059
Add web process 2019-02-14 14:27:04 +00:00
Jake Howard f5dd44a997
Add some test scripts 2019-02-14 13:35:39 +00:00
Jake Howard eb905b6ad4
Pin version of Python 2019-02-14 13:10:01 +00:00
Jake Howard 7da30089b5
Init pipfile 2019-02-14 13:05:43 +00:00