archive
/
actioner
Archived
1
Fork 0
Commit Graph

88 Commits

Author SHA1 Message Date
Jake Howard aeefd70f61
Don't ignore stale repos
This updated time doesn't reflect whether any issues have been updated inside, unfortunately.
2019-10-29 12:03:58 +00:00
Jake Howard 849fd70b83
Merge pull request #9 from RealOrangeOne/dependabot/pip/flake8-print-3.1.1
Bump flake8-print from 3.1.0 to 3.1.1
2019-10-16 21:33:05 +01:00
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 1ac2abcab5
Only create tasks if I was asked to review them 2019-10-13 20:35:29 +01:00
Jake Howard ab1b3fee59
Don't request review for my own PRs 2019-10-13 20:22:05 +01: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
Jake Howard 3a7cb8b12a
Merge pull request #6 from RealOrangeOne/dependabot/pip/mypy-0.730
Bump mypy from 0.720 to 0.730
2019-09-27 23:03:52 +01:00
Jake Howard b0a5c76055
Fix remaining weird list argument error 2019-09-27 21:51:55 +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
Jake Howard e28f4aa6c8
Merge pull request #4 from RealOrangeOne/dependabot/pip/sentry-sdk-0.12.1
Bump sentry-sdk from 0.12.0 to 0.12.1
2019-09-20 08:25:45 +01: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 b71692a41e
Add CLI command to list todoist project ids 2019-09-19 09:10:52 +01:00
Jake Howard 612cf66c09
Switch out to thread pool executor
Might fix weird issues around processes dying
2019-09-19 09:01:22 +01:00
Jake Howard 532d7309e3
Separate `once` option into separate command 2019-09-19 08:59:39 +01:00
Jake Howard aedda06ace
Swap out argparse for click 2019-09-19 08:52:36 +01:00
Jake Howard 6450c6dc57
Only re-open a task if it's completed 2019-09-19 08:38:25 +01:00
Jake Howard 68dc7e7546
Merge pull request #2 from RealOrangeOne/dependabot/pip/uvicorn-0.9.0
Bump uvicorn from 0.8.6 to 0.9.0
2019-09-09 09:05:12 +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 deaa813ca8
Fix issue which resulted in constantly re-opening and closing tasks 2019-09-06 09:27:06 +01:00
Jake Howard 9578dfaa93
Unarchive tasks before uncompleting them
I guess that has to be explicitly done now...
2019-09-06 09:26:50 +01:00
Jake Howard 00ab6b1dc1
Remove unnecessary list 2019-09-03 08:59:50 +01: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
Jake Howard 17f5a462fe
Remove aiohttp senty integration 2019-09-03 08:48:57 +01:00
Jake Howard 27c0310388
Merge pull request #1 from RealOrangeOne/dependabot/pip/starlette-0.12.9
Bump starlette from 0.12.8 to 0.12.9
2019-09-03 08:19:26 +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 2429d31693
Add systemd service config 2019-09-02 13:10:23 +01:00
Jake Howard 1b0e3a1ad6
Install in deploy mode 2019-08-31 16:27:34 +01:00
Jake Howard 0f3b9981ac
Explicitly pin versions of packages required 2019-08-31 16:12:24 +01:00
Jake Howard ce78472619
Don't pass lists where it expects single items
This definitely worked in the past...
2019-08-31 16:03:32 +01:00
Jake Howard 2ef14e8d9e
Allow running scheduled jobs once 2019-08-30 22:20:32 +01:00
Jake Howard 9fd854dfe4
Remove unused imports 2019-08-30 21:52:39 +01:00
Jake Howard 1f8dbf310d
Remove web tests, for now 2019-08-30 21:45:28 +01:00
Jake Howard d27839d33e
Replace `aiohttp` with `starlette` 2019-08-30 21:42:58 +01:00
Jake Howard cd04686ae5
Get all relevant PRs 2019-08-30 20:25:34 +01:00
Jake Howard 2d3499dfd9
Use process executor 2019-08-30 20:20:40 +01:00
Jake Howard c4dde7f7da
Use thread pool scheduler 2019-08-30 19:33:32 +01:00
Jake Howard 87f08d5c40
Ignore tasks with no defined todoist project 2019-08-30 18:46:13 +01:00
Jake Howard 43dcc129da
Don't create tasks for issues i'm not assigned to 2019-08-30 18:39:49 +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 80b985bf9b
Rename repos 2019-08-29 08:34:33 +01:00
Jake Howard a7e2ba4d91
Move GitHub actions to separate todoist project 2019-03-06 15:09:22 +00:00
Jake Howard f599d82e9c
Remove accidental print 2019-03-06 15:08:51 +00:00
Jake Howard 02f1a80f9e
Reverse reviews so latest it obtained 2019-03-06 10:03:32 +00:00
Jake Howard 9c311d0bf0
Remove unnecessary continue 2019-02-24 15:57:25 +00:00
Jake Howard 23fee6adee
Restructure PR code to prevent unnecessary task creation 2019-02-24 15:35:58 +00:00
Jake Howard deb87104bb
Create todoist api client each time, as it's not thread safe 2019-02-24 14:56:09 +00:00
Jake Howard 69c5e0d6df
Remove unnecessary frozenset 2019-02-22 22:46:19 +00:00
Jake Howard e41622fe4a
Install and run black 2019-02-22 22:36:17 +00:00