summaryrefslogtreecommitdiffstats
path: root/spec (follow)
AgeCommit message (Collapse)Author
2021-10-11Remove useless 'require' statement in specSamantaz Fox
2021-09-24Manually extract category refactor from 1b569bbc99207cae7c20aa285f42477ae361dd30syeopite
Also fixes some errors caused by cherry-picking
2021-07-26Remove locales consistency checkSamantaz Fox
This is not required anymore, due to the new weblate config (from now on, weblate adds strings as they are translated).
2021-07-14Debloat channels.cr into multiple files (#2225)syeopite
Cherry picked from ui overhaul branch with a few modifications: - channel folder is renamed to channels - parsing for channel home and featured channels are removed due to lack of infrastructure from other commits (cherry picked from commit 44d18b8e147b47ad06a54cc6fd08423d9f39074d)
2021-04-21Make the linter happy, againSamantaz Fox
2021-04-21Add spec (test case) for locale files consistencySamantaz Fox
2021-04-03Merge pull request #1929 from Svallinn/channel_playlist_fixTheFrenchGhosty
Fix channels' playlists fetching
2021-04-02Merge pull request #1922 from Svallinn/search_api_fixesTheFrenchGhosty
Fix channels' search API
2021-03-24Remove unused function and related testSvallinn
2021-03-24Modify spec fileSvallinn
2021-03-24remove comments extract cursorAndrew Zhao
2021-03-21Fix produce_playlist_continuation checks in spec/helpers_spec.crSamantaz Fox
2021-02-25fix searchAndrew Zhao
Put search page in the super secret proto field
2020-12-10Untrack config.yml (#1557)saltycrys
* 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
2020-12-06Fix comment continuation testssaltycrys
2020-07-26Fix specOmar Roth
2020-06-16Update channel playlists to use polymerOmar Roth
2020-06-15Add support for polymer redesignOmar Roth
2020-03-30Add spec for extract_plidOmar Roth
2019-11-14Fix typo in playlist urlOmar Roth
2019-10-27Fix extractor for channel community cursorOmar Roth
2019-10-27Refactor continuation token handlingOmar Roth
2019-07-20Refactor continuation protocol buffersOmar Roth
2019-05-28Update specsOmar Roth
2019-04-10Add 'sign_token'Omar Roth
2019-04-03Add 'sort_by' to /api/v1/commentsOmar Roth
2019-02-09Add produce_channel_playlists_urlOmar Roth
2019-02-04Use IO::Memory for creating continuation tokensOmar Roth
2019-02-04Add helpers_specOmar Roth