153 Commits

Author SHA1 Message Date
dependabot[bot]
027e79739e Bump pylint from 2.8.2 to 2.8.3 (#96)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.2...v2.8.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 08:48:45 -04:00
dependabot[bot]
2d98bc54f6 Bump pytest from 6.2.3 to 6.2.4 (#93)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 6.2.4.
- [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.3...6.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-05 07:40:24 -04:00
Dave Gallant
11837addf1 Add poetry script as a replacement for console_scripts (#92)
After switching to poetry, the console script `rfd` was removed meaning the `rfd` command did not work.

This fixes the issue by using [poetry scripts](https://python-poetry.org/docs/pyproject/#scripts).
v0.7.1
2021-05-03 18:22:02 -04:00
Dave Gallant
185700447e Update README.md 2021-05-02 17:36:00 -04:00
Dave Gallant
ae91f7e419 Update README.md 2021-05-02 11:10:33 -04:00
Dave Gallant
9ecc413eb0 Update README.md 2021-05-02 11:09:05 -04:00
Dave Gallant
6a4242434f Update README.md 2021-05-02 11:08:23 -04:00
Dave Gallant
9ed51cff10 Remove setup.py v0.7.0 2021-05-02 10:29:53 -04:00
Dave Gallant
4eb3be6016 Update MANIFEST.in 2021-05-02 10:17:40 -04:00
Dave Gallant
740312ee42 Add PyPI publish action (#91)
* Add PyPI publish action

* Use poetry

* Bump version to 0.7.0
2021-05-02 10:16:34 -04:00
Dave Gallant
737ed13220 Update README.md 2021-05-02 08:48:31 -04:00
Dave Gallant
83a0cf440d Add ToC to README (#90) 2021-05-02 08:45:59 -04:00
Dave Gallant
5e74e488a7 Update README.md 2021-05-02 08:35:19 -04:00
Dave Gallant
196246076f Update dependabot.yml 2021-05-01 19:33:30 -04:00
dependabot[bot]
4c52180f84 Update soupsieve requirement from <=2.0 to <3.0 (#87)
Updates the requirements on [soupsieve](https://github.com/facelessuser/soupsieve) to permit the latest version.
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](https://github.com/facelessuser/soupsieve/compare/0.4.0...2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01 13:14:34 -04:00
dependabot[bot]
51e29c60d6 Update beautifulsoup4 requirement from <=4.8.2 to <4.9.4 (#88)
Updates the requirements on [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01 13:14:15 -04:00
Dave Gallant
393c2d77d8 Update README.md 2021-05-01 13:13:29 -04:00
Dave Gallant
12b12c5914 Run tests in GitHub Actions instead of Travis-CI (#89)
* Replace travis-ci with Actions

* Update README.md

* Add stdout to assertion failure
2021-05-01 13:07:55 -04:00
Dave Gallant
85466249de Update README.md 2021-04-30 09:23:25 -04:00
dependabot-preview[bot]
9406a151da Bump rope from 0.18.0 to 0.19.0 (#85)
Bumps [rope](https://github.com/python-rope/rope) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Commits](https://github.com/python-rope/rope/compare/0.18.0...0.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-30 09:14:59 -04:00
dependabot-preview[bot]
c80d1ce867 Upgrade to GitHub-native Dependabot (#86)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-29 09:40:11 -04:00
Dave Gallant
262be6e416 Update LICENSE 2021-04-04 10:35:19 -04:00
dependabot-preview[bot]
8a778980e0 Bump rope from 0.16.0 to 0.18.0 (#84)
Bumps [rope](https://github.com/python-rope/rope) from 0.16.0 to 0.18.0.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Commits](https://github.com/python-rope/rope/compare/0.16.0...0.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-18 21:22:13 -04:00
Dave Gallant
258ca59bdf Bump to 0.6.0 (#82) v0.6.0 2020-08-16 19:34:09 -04:00
Dave Gallant
e433a954cd Update README.md (#81) 2020-08-16 16:36:33 -04:00
Dave Gallant
b30a3c5b66 Set default of threads command to 1 page and 40 threads (#80)
* Set default of threads command to 1 page and 40 threads

* Echo posts in a pager
2020-08-16 15:07:48 -04:00
Dave Gallant
cfd7e01e43 Add integration tests (#79)
Adds integration tests in pytest to detect breaking changes.
2020-08-15 20:55:10 -04:00
Dave Gallant
f664cbd9c6 Add download count to README.md 2020-08-03 19:13:46 -04:00
Dave Gallant
ee6939aafe feat: change output to echo via pager v0.5.0 2020-08-03 15:48:39 -04:00
Dave Gallant
ad4a072325 Simplify sort-by 'total_views' -> 'views' (#76) v0.4.1 2020-08-02 21:42:53 -04:00
Dave Gallant
20089bc699 Add --sort-by flag to threads sub-command (#75)
* Add --sort-by flag to threads sub-command

* Add some sanity test commands to tox
v0.4.0
2020-08-02 19:30:04 -04:00
Dave Gallant
83d583d2b0 Make a display thread function for re-use (#74) v0.3.6 2020-07-15 21:48:58 -04:00
Dave Gallant
2c65d29262 Add python3.8 and python3.9-dev to travis-ci (#73)
* Add python38 to travis

* Add python39-dev
2020-07-04 17:29:17 -04:00
Dave Gallant
a5d1bb197d Create codeql-analysis.yml (#71)
* Create codeql-analysis.yml

* Update .github/PULL_REQUEST_TEMPLATE.md
2020-07-01 18:54:52 -04:00
Dave Gallant
dbcdc01457 Cleanup CLI interface and allow for regular expressions in search (#68)
* Cleanup CLI interface and allow for regular expressions in search

* Put a cap on beautifulsoup4
v0.3.5
2020-06-28 23:48:20 -04:00
Dave Gallant
da707a2682 Merge pull request #62 from davegallant/davegallant-new-screenshot
Update README.md
2020-03-13 21:19:56 -04:00
Dave Gallant
96f0d64b4f Update README.md 2020-03-13 21:16:33 -04:00
dependabot-preview[bot]
325c5c317d Bump rope from 0.14.0 to 0.16.0 (#56)
Bumps [rope](https://github.com/python-rope/rope) from 0.14.0 to 0.16.0.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Commits](https://github.com/python-rope/rope/compare/0.14.0...0.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 09:25:31 -05:00
dependabot-preview[bot]
96420e52af Bump pre-commit from 1.20.0 to 1.21.0 (#55)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v1.20.0...v1.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-03 14:40:34 -05:00
Dave Gallant
586b73c803 Enhance Makefile by changing some Make defaults (#54) 2019-12-17 23:35:15 -05:00
Dave Gallant
2e507c1bfb Add view count to each thread (#53) 2019-12-17 23:04:27 -05:00
Dave Gallant
1af0556045 Add dependabot badge to README.md (#52)
* Update README.md
2019-11-27 16:51:31 -05:00
dependabot-preview[bot]
30e5bd1402 Bump pre-commit from 1.19.0 to 1.20.0 (#51)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v1.19.0...v1.20.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-29 08:02:42 -04:00
dependabot-preview[bot]
fac5c1018c Bump pre-commit from 1.18.3 to 1.19.0 (#50)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.18.3 to 1.19.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v1.18.3...v1.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-28 07:13:10 -04:00
Dave Gallant
9445c41d82 check if tag is present in stage conditional (#48)
* do not check if branch is master
2019-10-18 00:16:16 -04:00
Dave Gallant
d082fe4393 Merge pull request #47 from davegallant/release-0.3.3-without-squash
release 0.3.3 without squashing commit
2019-10-18 00:00:41 -04:00
Dave Gallant
4b49048221 do not squash this commit 2019-10-17 23:57:34 -04:00
Dave Gallant
4abf0f5d63 set all branches to true for deploy (#46) 2019-10-17 23:54:00 -04:00
Dave Gallant
3b63f8e90e release 0.3.3 -- attempt #2 (#45)
* remove travis conditional of master
2019-10-17 23:26:22 -04:00
Dave Gallant
1fe2d876e5 release 0.3.3 (#44) 2019-10-17 22:56:35 -04:00