fallenbagel
8da1c92923
fix(entity): use TIMESTAMPTZ in Postgres and sort issue comments oldest-first ( #1654 )
...
* fix(entity): use TIMESTAMPTZ in Postgres and sort issue comments oldest-first
Switch key datetime columns to TIMESTAMPTZ for proper UTC handling
(“just now”) and sort issue comments on load so the original
description stays first and in proper sorted order in fix-pgsql-timezone
fixes #1569 , fixes #1568
* refactor(migration): manually rewrite pgsql migration to preserve existing data
Typeorm generated migration was dropping the entire column thus leading to data loss so this is an
attempt at manually rewriting the migration to preserve the data
* refactor(migrations): rename to be consistent with other migration files
* fix: use id to order instead of createdAt to avoid non-existant createdAt
---------
Co-authored-by: Gauthier <mail@gauthierth.fr >
2025-05-10 03:38:22 +08:00
Gauthier
13d15d1dcf
fix: remove non-null requirement for some fields ( #1175 )
...
PR #628 changed some fields to disallow null values, causing issues with some older SQLite database
having null values. This PR reverts this change.
2024-12-22 05:56:08 +01:00
dr-carrot
44a9221a9d
feat: add postgres support + migrations ( #628 )
...
* chore(release): 1.4.0
* chore(release): 1.4.1
* chore(release): 1.5.0
* chore(release): 1.6.0
* chore(release): 1.7.0
* feat: support for postgresql
* test(pgsql): disable root certificate verification
* test(ci): temporarily change CI for local repo
* fix: don't use SQLite idiom when using PgSQL
* feat(db): add flag to toggle TLS for Postgres
* feat(postgres and migrations): added migrations for postgres & imporved ssl for postgres config
#186
* fix: restored workflow actions
* fix: access order
* fix: added pushover sound migration tto initial migration
* fix: added option to log queries
* fix: issue with session migration
* chore: relocate pushover sound migration
* feat: added logging option to other datasources
* chore: small tweaks for the datasource. Added docs for db setup
* chore: cleanup logs
* fix: added default dates to postgres migration
* fix: removed psql specific relation checks
* chore: added some debug sanity checks
* chore: added some more debug sanity checks
* chore: added some more additional debug sanity checks
* chore: added some more+ additional debug sanity checks
* chore: mild log cleanup
* chore: more log cleanup
* chore: finish log cleanup
* fix: added not null to migration so typeorm doesn't delete ids
* chore: cleanup extra psql code
* fix: remove eager load
* docs: added documentation for migration to postgres
* docs: added database option to bug template
* feat: created docker-compose postgres file
* fix: updated ts schema to align with change to migration
* fix: switch timestamp to include timezone
* fix: fixed indentation in psql docker-compose
* fix: changed version to 0.1.0 to remove ui notification
* style: fixed prettier in docker-compose.pastgres.yaml
* chore: restored CHANGELOG.md
* chore: revverted ts commit
* fix: update pnpm lock with pg package
* chore(pnpm-lock.yaml): updated pnpm-lock
* docs: update docs to add psql set up info
* refactor: clean up code from cr comments
* feat: migrate blacklist
* fix: fix issue with cypress tests
* docs: update psql docs
* fix: fix psql issue in user page; fix tiny psql error when selecting by empty list
* fix: incorrect current date function
* fix: null contraint with mediaAddedAt; fix psql col type
* refactor: removed unnecessary import
* feat: add postgres migration for streaming region
---------
Co-authored-by: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com >
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net >
Co-authored-by: zackhow <zackhow@gmail.com >
Co-authored-by: Ryan Algar <me@ralgar.dev >
Co-authored-by: Ryan Algar <59636191+ralgar@users.noreply.github.com >
2024-12-16 14:02:33 +01:00
Ryan Cohen
c6a133d4e5
refactor: absolute imports with path alias ( #2960 ) [skip ci]
2022-08-22 11:02:46 +09:00
Ryan Cohen
4b855b8114
style: fix organize-imports to work with tailwindcss prettier plugin ( #2957 ) [skip ci]
2022-08-21 10:40:12 +00:00
sct
6b2df24a2e
feat: 4K Requests ( #559 )
2021-01-11 23:42:33 +09:00
sct
67146c33ef
fix(plex-sync): bundle duplicate ratingKeys to speed up recently added sync
...
This includes a rewrite to move movie/series availability notifications into a subscriber to prevent
duplicate notifications for series
fix #360
2020-12-17 06:28:03 +00:00
sct
79a352b7b3
build(deps): update dependencies and update relevant files
2020-12-08 04:14:18 +00:00
sct
a6c5e65bbf
feat: notifications for media_available and media_approved
2020-11-23 10:34:53 +00:00
sct
1390cc1f13
feat(api): plex tv sync and recently added sync
2020-11-11 09:02:28 +00:00