Commit Graph

25 Commits (fdd66f12f023c45764f5c3ab663521af5544300d)

Author SHA1 Message Date
Samantaz Fox 0e000e44aa Make the linter happy, again
Samantaz Fox d5d0cb6a0c Add spec (test case) for locale files consistency
TheFrenchGhosty c0997f951c
Merge pull request from Svallinn/channel_playlist_fix
Fix channels' playlists fetching
TheFrenchGhosty c4c2e01213
Merge pull request from Svallinn/search_api_fixes
Fix channels' search API
Svallinn e248e7ebaf
Remove unused function and related test
Svallinn d652ab9920
Modify spec file
Andrew Zhao 61d49a1215 remove comments extract cursor
Samantaz Fox de6db4141f Fix produce_playlist_continuation checks in spec/helpers_spec.cr
Andrew Zhao 2600695927 fix search
Put search page in the super secret proto field
saltycrys b566c4ba1a
Untrack config.yml ()
* Untrack config.yml

`config/config.yml` has been untracked and moved to `config/config.example.yml`.

The Dockerfile has been updated to copy all `config/config.*` files and to try
to move `config/config.example.yml` to `config/config.yml`. If a user supplied
`config/config.yml` exists it is not overwritten.

* Update Dockerfile to use `shard.lock`

* Fix tests
saltycrys 0cfc3bfb79 Fix comment continuation tests
Omar Roth b508787037
Fix spec
Omar Roth 056e7432bd
Update channel playlists to use polymer
Omar Roth 1eca969cf6
Add support for polymer redesign
Omar Roth 80fc60b5e2
Add spec for extract_plid
Omar Roth c07cd3a856
Fix typo in playlist url
Omar Roth c58841100a
Fix extractor for channel community cursor
Omar Roth 2ebfaf76f2
Refactor continuation token handling
Omar Roth f18d8229c0
Refactor continuation protocol buffers
Omar Roth 2aca57cb82
Update specs
Omar Roth aad0f90a9d Add 'sign_token'
Omar Roth 5ef288b840 Add 'sort_by' to /api/v1/comments
Omar Roth 7a9ef0d664 Add produce_channel_playlists_url
Omar Roth 276662a147 Use IO::Memory for creating continuation tokens
Omar Roth ed8a9af355 Add helpers_spec