| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-25 | Merge pull request #2915 from MathiusD/RefreshChannelsJob-frenquency | Samantaz Fox | |
| Allow configuration of the time between 2 RefreshChannelsJob | |||
| 2022-02-23 | Document 'extend_desc' in config.example.yml | Samantaz Fox | |
| Thanks to "Le Jester" on Matrix for noticing that it was missing! | |||
| 2022-02-22 | Lint config.example.yml and config.cr | Féry Mathieu (Mathius) | |
| Follow lint indications : - https://github.com/iv-org/invidious/pull/2915#discussion_r812396203 - https://github.com/iv-org/invidious/pull/2915#discussion_r812396807 | |||
| 2022-02-22 | Update management of channel_refresh_interval | Féry Mathieu (Mathius) | |
| Follow indications: https://github.com/iv-org/invidious/pull/2915#discussion_r811373503 | |||
| 2022-02-22 | Rename new property to channel_refresh_interval | Féry Mathieu (Mathius) | |
| Follow indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811373503 | |||
| 2022-02-21 | Lint description of channel_refresh_time | Féry Mathieu (Mathius) | |
| 2022-02-21 | Make configurable time between each RefreshChannelsJob | Féry Mathieu (Mathius) | |
| 2022-02-07 | Fix typos | Dimitris Apostolou | |
| 2022-01-25 | config: remove note about QUIC disabled at Google | Samantaz Fox | |
| The situation is back to normal. | |||
| 2022-01-22 | Specify the public schema for public videos | Tony Finn | |
| Unlike the other migrations, this one uses a bare table name to specify the table. This means it looks in the default search path. Unfortunately, the out of box search path is: 1. Schema with the same name as the user 2. Public Because of this, if a schema exists with the same name as the DB user, the playlist_videos table will get created in _that_ schema, rather than the public schema, and then the grant statement will fail with an error like below if check_table is enabled as it keeps trying to create the table but failing on the grant statement: ``` 2022-01-22 02:27:42 UTC [info] check_table: check_table: CREATE TABLE playlist_videos Unhandled exception: relation "public.playlist_videos" does not exist (PQ::PQError) from /usr/share/crystal/src/primitives.cr:266:3 in 'handle_error' from lib/pg/src/pq/connection.cr:184:9 in 'handle_async_frames' from lib/pg/src/pq/connection.cr:162:7 in 'read' from lib/pg/src/pq/query.cr:53:14 in 'exec_all' from lib/db/src/db/database.cr:126:9 in '__crystal_main' from /usr/share/crystal/src/crystal/main.cr:110:5 in 'main' from src/env/__libc_start_main.c:94:2 in 'libc_start_main_stage2' 2022-01-22 02:27:43 UTC [info] check_table: check_table: CREATE TABLE playlist_videos Unhandled exception: relation "public.playlist_videos" does not exist (PQ::PQError) from /usr/share/crystal/src/primitives.cr:266:3 in 'handle_error' from lib/pg/src/pq/connection.cr:184:9 in 'handle_async_frames' from lib/pg/src/pq/connection.cr:162:7 in 'read' from lib/pg/src/pq/query.cr:53:14 in 'exec_all' from lib/db/src/db/database.cr:126:9 in '__crystal_main' from /usr/share/crystal/src/crystal/main.cr:110:5 in 'main' from src/env/__libc_start_main.c:94:2 in 'libc_start_main_stage2' ``` | |||
| 2022-01-09 | Create videos caching table as UNLOGGED | Émilien Devos | |
| 2021-11-12 | Example config: Change 'use_quic' default value | Samantaz Fox | |
| Related to commit a120f143d7bbe67379d0ff51e96b111661e1d385 Also point towards the Github issue. | |||
| 2021-11-12 | Fix minor error in config.example.yml | Samantaz Fox | |
| Update the "note" for `locale` | |||
| 2021-10-21 | Feature Request: Localization for trending (reword region doc) | Dmitry Sandalov | |
| 2021-10-21 | Feature Request: Localization for trending iv-org#331 | Dmitry Sandalov | |
| 2021-10-11 | variable postgres username and database name (#2451) | JuniorJPDJ | |
| 2021-10-07 | Add config option to display source code URL in footer (#2450) | Samantaz Fox | |
| 2021-10-03 | Merge pull request #1678 from Rjevski/idempotent-database-migrations | syeopite | |
| Make DB migrations idempotent. | |||
| 2021-07-16 | config_example.yaml: document all possible options (#2083) | Samantaz Fox | |
| Fixes https://github.com/iv-org/documentation/issues/46 | |||
| 2021-01-30 | Allow providing 12-Factor-style Database URL in config | Andre Borie | |
| 2021-01-17 | Make migrations (mostly) idempotent. | Andre Borie | |
| 2020-12-10 | Untrack 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-06-15 | Add migration script for polymer redesign | Omar Roth | |
| 2020-06-15 | Add support for polymer redesign | Omar Roth | |
| 2020-04-14 | Move privacy type into playlists.sql | Omar Roth | |
| 2019-10-15 | Add support for custom playlists | Omar Roth | |
| 2019-08-29 | Provide db user in migrate-db-3646395.sh | Silvan Mosberger | |
| 2019-06-01 | Add 'needs_update' column for scheduling feed refresh | Omar Roth | |
| 2019-05-30 | Add 'views' to channel_videos | Omar Roth | |
| 2019-04-28 | Remove unnecessary index | Omar Roth | |
| 2019-04-15 | Add migrate script for annotations.sql | Omar Roth | |
| 2019-04-15 | Add config option to cache annotations from IA | Omar Roth | |
| 2019-04-06 | Add role to psql scripts | Omar Roth | |
| 2019-03-25 | Remove 'crawl_threads', fix sleep in fibers | Omar Roth | |
| 2019-03-23 | Rename migrate scripts | Omar Roth | |
| 2019-03-22 | Add support for premieres to search and feed | Omar Roth | |
| 2019-03-22 | Add 'liveNow' to subscription feed | Omar Roth | |
| 2019-03-03 | Set default value for 'subscribed' date | Omar Roth | |
| 2019-03-03 | Update pubsub to support lease_seconds | Omar Roth | |
| 2019-03-03 | Add support for subscribing to channels via PubSubHubbub | Omar Roth | |
| 2019-03-03 | Set domain to be nil by default | Omar Roth | |
| 2019-02-11 | Update change index for channel_videos and add index for nonces | Omar Roth | |
| 2019-02-10 | Fix typo in session_ids | Omar Roth | |
| 2019-02-10 | Mark migrate-db-3646395.sh as executable | Omar Roth | |
| 2019-02-10 | Add migrate script and update README | Omar Roth | |
| 2019-02-10 | Store session_ids in separate table | Omar Roth | |
| 2019-02-09 | Rename migrate-db-e1aa1ce.sh to migrate-db-30e6d29.sh | Omar Roth | |
| 2019-02-09 | Add 'deleted' to channel info | Omar Roth | |
| 2019-01-20 | Move 'domain' into config.yml | Omar Roth | |
| 2018-11-25 | Update default config | Omar Roth | |
