Commit Graph

15 Commits

Author SHA1 Message Date
Dave Gallant
727babbe7d deploy only if tags (#43)
* add VERSION symlink

* deploy only on tags true
2019-10-17 22:50:52 -04:00
Dave Gallant
096b0298ae make module executable (#34) 2019-10-08 11:41:36 -04:00
Dave Gallant
be92e5773d fix bug when iterating over all existing posts in a thread (#23)
* fix get posts

* remove tail/head and fix posts command
2019-09-15 23:21:40 -04:00
Dave Gallant
0965aa0507 cleanup setup.py (#16)
* cleanup setup.

* fix pylint.
2019-09-08 23:26:42 -04:00
Dave Gallant
f4852722bb remove email. 2018-10-28 22:15:18 -04:00
Dave Gallant
5f762fdf3d remove requirements.txt - https://caremad.io/posts/2013/07/setup-vs-requirement/ (#14) 2018-10-16 16:54:31 -04:00
Dave Gallant
5b56e0d6c9 black files and remove version symlink. (#13) 2018-10-08 23:07:23 -04:00
Dave G
b7f9205c8d display pypi badge in readme. 2018-06-19 10:18:33 -04:00
Dave Gallant
5a1799bdf5 use minimum dependencies rather than specific hashes. (#6)
* use minimum dependencies rather than specific hashes.

* install specific version of pytest and install pylint.

* python 3.7 still not working.
2018-06-02 22:20:16 -04:00
Dave Gallant
26520c0693 fix 0 score bug and pip 10 requirements (#5)
* fix 0 score bug and pip 10 requirements

* calculate score for both topic and posts using same function.
2018-04-18 23:50:25 -04:00
Dave Gallant
7225d84f22 autogen requirements. (#4)
* autogen requirements.txt
2018-04-08 21:01:14 -04:00
Dave Gallant
e867e6cb19 Feature/switch to pipenv (#3)
* switch to tox-pipenv.
* pipfile disable python version.
* pytest is a dev dependency.
* install pipenv dev.
2018-03-30 22:47:24 -04:00
Dave Gallant
803fa0affa Feature/display version (#2)
* --version and version displays the version
2018-03-14 00:58:39 -04:00
Dave G
8de650329c rfd 0.0.6 2018-03-13 00:12:06 -04:00
Dave Gallant
e5f2dd8bcb Fix count bugs (#1)
* tail/head working
* check if votes is null.
2018-03-12 23:59:31 -04:00