27 Commits

Author SHA1 Message Date
1558c321b6 Add index on tweets user_id column to accelerate building user feed 2022-12-26 13:08:25 -05:00
83a6edb257 Fix migrations to not have nulls 2022-12-26 12:56:05 -05:00
1570075443 Add new spaces columns to the migrations 2022-12-25 13:08:46 -05:00
476f00856c Add indexes for in_reply_to_id, and fetching urls/polls/images/videos by tweet_id 2022-12-24 13:47:43 -05:00
James Raleigh
972fd50c5b Fixed tests for DMCAed videos and other fixes 2022-12-02 20:38:57 -05:00
94b8b551f8 Update CHANGELOG.txt for v0.1.6 2022-05-14 18:28:33 -07:00
d1d80a91cd Add 'gofmt' linter 2022-03-13 17:13:40 -07:00
f08da27cc2 Enable 'wrapcheck' linter 2022-03-13 16:13:16 -07:00
2f784c779c REFACTOR: Add sqlx dependency 2022-03-06 19:17:43 -08:00
18c9f79429 REFACTOR: LINT: add .golangci.yaml lint config file
- Add linting for line lengths
- Fix some linting errors
2022-03-06 15:06:06 -08:00
68d4062820 Add a data migration to remove URLs that just link to a quoted tweet 2022-03-02 16:09:41 -08:00
772fa247f7 Add creation of unknown users with known handles (i.e., deleted accounts) 2022-02-26 22:09:27 -08:00
373b9ce16e Add IsFollowed field on Users 2022-02-26 15:58:30 -08:00
8a70f55e1b Update some more stuff to match API changes
- set X-Twitter-Client-Language header to "en"
- Add a new tombstone type (age-restricted)
2022-02-14 17:18:23 -08:00
b2199e9b59 Add Url#ShortText field 2022-02-01 15:48:43 -08:00
fb174df363 Add persistence for is_banned field 2022-01-07 12:38:56 -05:00
28e139a3e4 Add video durations and view counts 2021-12-24 16:26:34 -05:00
f73ef57cf2 Remove unique keyword from migration since that's apparently not allowed 2021-12-23 15:36:14 -05:00
fbbb6834de Add video thumbnails 2021-12-23 15:12:01 -05:00
c173f7e64e Fix missing trailing comma 2021-12-21 20:31:33 -05:00
13299233c0 Add 'suspended' tombstone text; add 'violated twitter rules' and 'account no longer exists' tombstone types 2021-12-21 16:05:51 -05:00
c1bcd54a11 Add Tweet#last_scraped_at and Tweet#is_conversation_scraped fields 2021-12-20 14:07:20 -05:00
c95ed6c918 Fix directory error in version bump test task 2021-12-12 20:17:05 -08:00
81a361d87e Add color to version upgrading messages 2021-12-12 20:10:08 -08:00
9357974a29 Make preparations for first upgrade release
- Create `CHANGELOG.txt` file
- Bump ENGINE_DATABASE_VERSION
- Add an upgrade-testing step to the CI build
2021-12-12 19:38:28 -08:00
7f02d6acec Fix linting error 2021-11-22 17:03:57 -08:00
5f97014bdc Add database versioning 2021-11-22 16:55:27 -08:00