Commit graph

48 commits

Author SHA1 Message Date
dependabot-preview[bot] 65f99cf905
[Security] Bump symfony/cache from 4.3.5 to 4.3.8
Bumps [symfony/cache](https://github.com/symfony/cache) from 4.3.5 to 4.3.8. **This update includes a security fix.**
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/cache/compare/v4.3.5...v4.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-13 10:59:24 +00:00
dependabot-preview[bot] af9d826938 [Security] Bump symfony/cache from 4.2.1 to 4.3.5
Bumps [symfony/cache](https://github.com/symfony/cache) from 4.2.1 to 4.3.5. **This update includes security fixes.**
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/cache/compare/v4.2.1...v4.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-24 01:26:37 +01:00
dependabot-preview[bot] 854da4448b [Security] Bump symfony/http-foundation from 4.2.1 to 4.3.5
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 4.2.1 to 4.3.5. **This update includes a security fix.**
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-foundation/compare/v4.2.1...v4.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-24 01:26:25 +01:00
dependabot-preview[bot] 8eda8a59c9 Bump symfony/dotenv from 4.2.1 to 4.3.5
Bumps [symfony/dotenv](https://github.com/symfony/dotenv) from 4.2.1 to 4.3.5.
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/dotenv/compare/v4.2.1...v4.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-24 01:26:00 +01:00
Oliver Davies 3cd0184e61 composer update 2019-10-24 01:21:19 +01:00
Oliver Davies 5e0dfdfbd2 Stop running assets:install 2019-01-16 12:39:34 +00:00
Oliver Davies 191840d8cf Update PHP version 2019-01-16 12:39:05 +00:00
Oliver Davies b4636b3e08 Add descriptions to commands 2019-01-16 00:19:00 +00:00
Oliver Davies 2b0fbcc6d7 Remove unused imports 2019-01-16 00:18:52 +00:00
Oliver Davies b50d0de494 Merge branch 'add-doctrine' 2019-01-16 00:11:54 +00:00
Oliver Davies 5624f86e38 Fetch untweeted tweets, store retweet time 2019-01-16 00:11:21 +00:00
Oliver Davies 2c5e1cf756 Add getUntweetedTweets method 2019-01-16 00:04:13 +00:00
Oliver Davies b85a82e6d6 Update imports 2019-01-16 00:03:44 +00:00
Oliver Davies 06d35d0515 Don't send since_id if there's no newest post 2019-01-15 23:50:11 +00:00
Oliver Davies e3cca4f40c wip 2019-01-15 23:45:45 +00:00
Oliver Davies c199a9fd78 Revert "Tidy imports"
This reverts commit 2079aaef0e.
2019-01-15 23:37:55 +00:00
Oliver Davies 2079aaef0e Tidy imports 2019-01-11 21:16:48 +00:00
Oliver Davies 1f3eada5bb Add Tweet Entity 2019-01-11 21:15:43 +00:00
Oliver Davies 847efa466a Add symfony/orm-pack 2019-01-11 20:03:06 +00:00
Oliver Davies 83cebc80c0 Remove blank lines 2019-01-11 00:44:44 +00:00
Oliver Davies 80c217aaf3 Add phpdoc 2019-01-11 00:44:38 +00:00
Oliver Davies 29e176d0c3 Add test account 2019-01-11 00:16:24 +00:00
Oliver Davies f8d31ac40a Update other services 2019-01-11 00:16:03 +00:00
Oliver Davies e1e4c2e9d6 Add Codebird service 2019-01-11 00:15:37 +00:00
Oliver Davies c18fcd0e2e Replace arrays with Tweet model 2019-01-10 23:51:40 +00:00
Oliver Davies 482df07a6d Add Tweet model 2019-01-10 23:48:19 +00:00
Oliver Davies 6edd99e95e Revert "Remove Controller directory"
This reverts commit 607e58c64e.
2019-01-10 23:41:06 +00:00
Oliver Davies 607e58c64e Remove Controller directory 2019-01-10 23:32:25 +00:00
Oliver Davies e8ad0b9b91 Add method for retweeting 2019-01-10 23:15:45 +00:00
Oliver Davies 802a9b0ba2 Inject the Retweeter service 2019-01-10 23:06:16 +00:00
Oliver Davies 6b8c05f30a Inject the Codebird service 2019-01-10 23:05:24 +00:00
Oliver Davies 5deb67b114 Add Retweeter service 2019-01-10 23:04:30 +00:00
Oliver Davies 2ff65f7334 Add RetweetTweetsCommand.php 2019-01-10 23:04:07 +00:00
Oliver Davies 91af0ef7f8 Display tweets in a table 2019-01-10 22:57:07 +00:00
Oliver Davies a02713b644 Add missing import 2019-01-10 14:17:08 +00:00
Oliver Davies 22c7b02ac3 Delete public/index.php 2019-01-10 14:17:03 +00:00
Oliver Davies 3cd4099ed0 Add .env.dist 2019-01-10 14:11:54 +00:00
Oliver Davies 71f8a914b8 Delete and ignore .env 2019-01-10 14:09:52 +00:00
Oliver Davies f3842bafa1 Add TweetFetcher as a dependency 2019-01-10 14:07:59 +00:00
Oliver Davies 17d4305c8a Start customising FetchTweetsCommand 2019-01-10 14:07:11 +00:00
Oliver Davies a43656e809 Add TweetFetcher service 2019-01-10 14:04:36 +00:00
Oliver Davies 4e158f5127 Add josephlavin/tap 2019-01-10 13:54:09 +00:00
Oliver Davies 6f7ef4e75d Add Codebird as a service 2019-01-10 13:18:32 +00:00
Oliver Davies a955d18dde Add dependencies 2019-01-10 13:07:24 +00:00
Oliver Davies 0c98ec3702 Delete routes.yml 2019-01-10 13:01:49 +00:00
Oliver Davies bb74ea59cf Scaffold FetchTweetsCommand 2019-01-10 13:00:09 +00:00
Oliver Davies 03b454fdd4 Add maker bundle 2019-01-10 12:59:37 +00:00
Oliver Davies 49a0bd9ed0 init 2019-01-10 12:58:21 +00:00