0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add tests for is_mention? and text_content, fix test_content More... over 7 years ago
Add webmock More... over 7 years ago
Refactor check_for_toots, move code to different class This leaves only daemon code in check_for_toots, move processing onto a separate class to allow testing. More... over 7 years ago
Update README.md More... over 7 years ago
Update README.md More... over 7 years ago
Merge pull request #6 from renatolond/feature/add_tests More... over 7 years ago
Use twitter instead of mastodon for test More... over 7 years ago
Add tests for save_last_tweet_id More... over 7 years ago
Make test coverage optional and turn on eager load when running coverage More... over 7 years ago
Add code coverage to travis.yml More... over 7 years ago
Remove broken unused tests for controllers More... over 7 years ago
Use bundle exec for the rake setup in travis More... over 7 years ago
Add db:setup to travis config More... over 7 years ago
Add first travis.yml More... over 7 years ago
Rename tests More... over 7 years ago
Test twitter client More... over 7 years ago
Test save last toot id More... over 7 years ago
Replace minitest stubs with mocha, simplify test More... over 7 years ago
Add tests for omniauth More... over 7 years ago
Add mocha for mocking More... over 7 years ago
Add factory_girl, add first test More... over 7 years ago
Use cdn for fontawesome. More... over 7 years ago
Fix nil opts when posting to twitter More... over 7 years ago
Skip media if toot has CW More... over 7 years ago
Skip gifs (mp4) when posting media Gifs are failing when posting to twitter because of format issues. This has to be looked on, but for now we skip them so we don't error out on that. More... over 7 years ago
Fix regex for media More... over 7 years ago
Merge pull request #5 from renatolond/features/add_media_to_tweet More... over 7 years ago
Rename unused variables. More... over 7 years ago
Fix codeclimate complaint More... over 7 years ago
Remove mastodon media link from toot before tweeting. More... over 7 years ago