Commit Verlauf

Autor SHA1 Nachricht Datum
  Saleh 070bc9ef3d fix(storage): respect category hide_globally when marking all as read vor 2 Monaten
  Bram Duvigneau d456718c05 feat(reader): parse and persist feed and entry language from RSS, Atom, and JSON Feed vor 3 Monaten
  John Brayton bcb2cf2aa2 feat(api): Allow API client to set "starred" to true or false using the "PUT /v1/entries" endpoint vor 2 Monaten
  gudvinr 9dfed35946 refactor(storage): consistent construction of query builders vor 3 Monaten
  gudvinr 3f05747a78 refactor(internal): use errors.Is instead of equality operator vor 3 Monaten
  jvoisin b7da3634e4 perf(misc): batch navigational information queries vor 5 Monaten
  Frédéric Guillot 08113e50bb perf(storage): merge status update and visible count query vor 4 Monaten
  Frédéric Guillot 2916831cb1 fix(storage): prevent deleted entries from reappearing as unread vor 4 Monaten
  jvoisin 5f3049d1ce perf(storage): factorize away a query vor 5 Monaten
  jvoisin ca7c38a680 perf(storage): Use SKIP LOCKED in ArchiveEntries vor 5 Monaten
  Frédéric Guillot 76452fab99 refactor(storage): return errors from count functions used by metrics vor 5 Monaten
  Frédéric Guillot 2fa8995a35 fix: avoid possible deadlock when cleaning removed entries vor 7 Monaten
  Frédéric Guillot 56a11d1d45 chore: remove prealloc linter vor 8 Monaten
  Gerald Cox 90a389ac25 feat: add API endpoint to import entries into existing feed vor 8 Monaten
  Steven vanZyl 60cd7ffe88 refactor: Replace "Bookmarks" with "Starred" vor 1 Jahr
  gudvinr 983291c78b refactor(cli): use time.Duration for cleanup tasks vor 1 Jahr
  Frédéric Guillot 84ae1d5dc0 fix(storage): index only the first 500K characters of the article contents to avoid tsvector limits vor 1 Jahr
  Frédéric Guillot 5403ca09f6 feat(storage): add limit parameter to `ClearRemovedEntriesContent` vor 1 Jahr
  Frédéric Guillot a16ac51326 refactor(storage): split `DeleteContentRemovedEntries` into 2 functions and fix condition vor 1 Jahr
  jvoisin 5c26e06780 feat(entry): keep only metadata for removed entries vor 1 Jahr
  gudvinr 7c1602c2c0 refactor(internal): fix doc comments vor 1 Jahr
  jvoisin eb6f7f30bb feat(storage): make removed entries' status immutable vor 1 Jahr
  jvoisin 546fbcff8f perf(storage): pair all `SELECT true` with `LIMIT 1` vor 1 Jahr
  Frédéric Guillot 703f113fbd fix(storage): ensure strings are truncated to fit tsvector size limit and remain valid UTF-8 vor 1 Jahr
  jvoisin 13ef89f785 fix(storage): don't truncate title/content fields vor 1 Jahr
  Frédéric Guillot 2e26f5ca75 test(reader): ensure consistent tags parsing across feed formats vor 1 Jahr
  jvoisin 99c5bcdb01 perf(storage): truncate strings on go's side instead of pgsql's vor 1 Jahr
  jvoisin cbdcf1a56c Revert "perf(storage): take advantage of entries_feed_id_hash_key in updateEntry" vor 1 Jahr
  jvoisin 643b89ec89 perf(storage): take advantage of entries_feed_id_hash_key in updateEntry vor 1 Jahr
  jvoisin 109e668ac7 perf(storage): pre-allocate a slice in RefreshFeedEntries vor 1 Jahr