Commit Graph

57 Commits

Author SHA1 Message Date
Michael Lazar
5afe51831d Packaging themes with rtv 2017-12-09 21:12:16 -05:00
Michael Lazar
516f2c7473 Removing python 3.3 from the travis build. 2017-12-04 11:19:52 -05:00
Danilo G. Baio
c801c1cf43 Update classifiers with other versions of Python 2017-10-12 14:03:31 -03:00
Michael Lazar
2a9e1c548c Skipping the vidme test 2017-09-14 12:55:01 -04:00
Michael Lazar
0a4cf3fdd5 Update README references to markdown 2017-09-07 00:28:17 -04:00
Josue Ortega
da3af6520f Removed pyperclip installation requirement, no longer needed 2017-05-05 11:30:47 -06:00
Josue Ortega
7a2d248875 Add hotkeys to copy submission permalink and submission url 2017-04-17 15:17:55 -06:00
Michael Lazar
084055c21e Adding test alias 2017-04-09 20:12:48 -07:00
Michael Lazar
aefbc4e985 Cleaned up some of the dependencies, added conditional mailcap-fix dep 2017-04-09 19:59:59 -07:00
Michael Lazar
87576a6dec Added praw.ini to package 2017-03-28 22:26:42 -07:00
Michael Lazar
26a0e8bc63 Added new packages to setup.py 2017-03-28 22:23:28 -07:00
Michael Lazar
6b1eab1a97 Bundling praw v3 with rtv 2017-03-28 21:33:10 -07:00
Michael Lazar
01fa8db92c Bumping requests version to fix a bug with 2.3.0 2017-02-24 20:15:42 -08:00
Michael Lazar
9f5bd93e92 Messing with requirements. 2016-10-19 16:52:43 -07:00
Michael Lazar
dd0d0db764 Making real progress this time. 2016-08-08 23:05:06 -07:00
Michael Lazar
b174135404 Added --copy-mailcap command 2016-07-25 23:05:47 -07:00
Michael Lazar
738a46e6dd Added tests for mime parsers. 2016-07-21 00:25:55 -07:00
Michael Lazar
e8568c3fd6 Update praw to 3.5.0 2016-06-14 00:22:20 -07:00
Michael Lazar
b00b855dcc Specify praw 3.4 2016-04-15 22:26:42 -07:00
Michael Lazar
52760e4000 Updated package data, pylint fix. 2015-12-15 00:15:20 -08:00
Michael Lazar
a7b789bfd9 Squashed commit of the following:
Updated the supported python versions list.
    Fixed regression in displaying xposts. #173.
    Fixing a few style things.
    Added a more robust test for the tornado handler.
    Trying without pytest-cov
    Updated travis for coverage.
    Remove python 3.2 support because no unicode literals, following what praw supports.
    "Side effect is not iterable."
    Added requirements for travis.
    Renamed travis file correctly.
    Adding test configurations, got tox working.
    Adding vcr cassettes to the repo.
    Renamed requirements files.
    Split up tests and cleaned up test names.
    Tests done, still one failure.
    Treat cassettes as binary to prevent bad merging.
    Fixed a few broken tests.
    Added a timeout to notifications.
    Prepping subreddit page.
    Finished submission page tests.
    Working on submission tests.
    Fixed vcr matching on urls with params, started submission tests.
    Log cleanup.
    Still trying to fix a broken test.
    -Fixed a few pytest bugs and tweaked logging.
    Still working on subscription tests.
    Finished page tests, on to subscription page.
    Finished content tests and starting page tests.
    Added the test refresh-token file to gitignore.
    Moved functional test file out of the repository.
    Continuing work on subreddit content tests.
    Tests now match module names, cassettes are split into individual tests for faster loading.
    Linter fixes.
    Cleanup.
    Added support for nested loaders.
    Added pytest options, starting subreddit content tests.
    Back on track with loader, continuing content tests.
    Finishing submission content tests and discovered snag with loader exception handling.
    VCR up and running, continuing to implement content tests.
    Playing around with vcr.py
    Moved helper functions into terminal and new objects.py
    Fixed a few broken tests.
    Working on navigator tests.
    Reorganizing some things.
    Mocked webbrowser._tryorder for terminal test.
    Completed oauth tests.
    Progress on the oauth tests.
    Working on adding fake tornado request.
    Starting on OAuth tool tests.
    Finished curses helpers tests.
    Still working on curses helpers tests.
    Almost finished with tests on curses helpers.
    Adding tests and working on mocking stdscr.
    Starting to add tests for curses functions.
    Merge branch 'future_work' of https://github.com/michael-lazar/rtv into future_work
    Refactoring controller, still in progress.
    Renamed auth handler.
    Rename CursesHelper to CursesBase.
    Added temporary file with a possible template for func testing.
    Mixup between basename and dirname.
    Merge branch 'future_work' of https://github.com/michael-lazar/rtv into future_work
    py3 compatability for mock.
    Beginning to refactor the curses session.
    Started adding tests, improved unicode handling in the config.
    Cleanup, fixed a few typos.
    Major refactor, almost done!.
    Started a config class.
    Merge branch 'master' into future_work
    The editor now handles unicode characters in all situations.
    Fixed a few typos from previous commits.
    __main__.py formatting.
    Cleaned up history logic and moved to the config file.
2015-12-02 22:37:50 -08:00
Michael Lazar
7e146149ef Added extras_require section for futures. #165 2015-10-19 23:40:51 -07:00
Michael Lazar
7786c03d9d Updated tornado to point to the correct template path. 2015-10-15 02:14:22 -07:00
Michael Lazar
77a6c71119 Moved templates inside of the package to enable setuptools distribution via package_data. 2015-10-15 01:44:33 -07:00
Michael Lazar
dfc5ddef1a Intermediate commit. 2015-09-27 16:23:34 -07:00
John ShaggyTwoDope Jenkins
041b6e745a ops 2015-09-23 05:56:35 -07:00
John ShaggyTwoDope Jenkins
e1098273c4 merge 2015-09-23 05:54:57 -07:00
John ShaggyTwoDope Jenkins
f049b660b9 tweak 2015-09-19 21:15:00 -07:00
John ShaggyTwoDope Jenkins
838831ad9a man page 2015-09-19 20:24:38 -07:00
Théo Piboubès
c8a2b48042 Python 2 concurrent.futures backport requirement 2015-09-06 02:39:41 +02:00
Théo Piboubès
b25b533783 Bundling webserver into RTV 2015-08-20 00:49:25 +02:00
Michael Lazar
3c8b563992 Upped required PRAW version to 3. 2015-07-07 23:09:58 -07:00
Michael Lazar
49a9147ca6 In progress. 2015-04-29 22:31:24 -07:00
noah morrison
eea306a980 Fix setup.py version variable. 2015-03-20 22:52:41 -04:00
Michael Lazar
7d9c8ad0d4 Major refactor, package cleanup. Untested. 2015-03-20 02:12:01 -07:00
Michael Lazar
a968d0f8a2 Added sheild for python version. 2015-03-14 01:35:50 -07:00
Michael Lazar
9cbd4288ea Upping version. 2015-03-14 01:08:15 -07:00
Michael Lazar
37bf80409a Tweaked link flair formatting. 2015-03-12 20:09:57 -07:00
Michael Lazar
09b88ba57d Upping version. 2015-03-09 23:26:13 -07:00
Michael Lazar
820e30b6a6 Removed getpass to let the praw library take care of it. 2015-03-08 23:43:55 -07:00
Michael Lazar
bc9e36f7af Added __version__, corrected relative imports. 2015-03-08 01:22:59 -08:00
Michael Lazar
7064f4ee21 Added support for multireddits. 2015-03-07 21:09:02 -08:00
Michael Lazar
adbe605f08 Upping version. 2015-03-06 00:23:25 -08:00
Michael Lazar
43e4d845fc Accidentally broke python3, my bad!. 2015-03-05 01:43:45 -08:00
Michael Lazar
444021fd12 Upping version. 2015-03-05 00:22:02 -08:00
JuanPablo
89c3e0f948 missing import os added :P 2015-03-04 21:53:24 -03:00
JuanPablo
54d63baf9c to show full readme.rst in pypi 2015-03-04 21:18:32 -03:00
Michael Lazar
b3a6e8b08b Upping version, updated pip instructions in readme. 2015-03-03 22:39:25 -08:00
Michael Lazar
d5f68215cd Pypi changes, pip is giving a version error. 2015-03-03 01:16:52 -08:00
Michael Lazar
a6b772a3e9 Upping version number, prepared setup.py for pip. 2015-03-03 00:41:38 -08:00