Skip to content

Releases: karlproject/karl

Error mitigation

03 Sep 18:18
Compare
Choose a tag to compare
  • Added Sentry support for tracking errors mitigating nagios alerts for
    errors we consider unimportant.

  • Fixed a potential NameError that likely caused:
    https://bugs.launchpad.net/karl4/+bug/1714033

  • Double the RelStorage commit-lock-timeout in hopes of avoiding
    UnableToAcquireCommitLockError errors.

arc2box fixes

12 Aug 13:55
Compare
Choose a tag to compare
  • Added an arc2box option to just refresh box authentication. We'll
    create a cron job to run this weekly to keep the auth token alive.

  • When normalizing file and directory names for box, don't lower case
    or convert dots to dashes.

Fix wiki/atom.xml and cleanups

03 Aug 20:38
Compare
Choose a tag to compare
  • Removed catalog-search logging, which had a bug that broke wiki/atom.xml.

  • Removed dependency on j1m.relstoragejsonsearch

  • removed search-instance configuration.

Database cleanups relating to community id and others

28 Jul 16:06
Compare
Choose a tag to compare
  • Fixed: pgevolve didn't work with new or very old databases.

  • Cleanup some database artifacts that were no-longer needed.

  • Added a trigger to remove karkex records when packing.

Fixed a bug introduced in 4.38.1 that broke profile recent-items search.

22 Jul 13:02
Compare
Choose a tag to compare

Internal: use karlex.community_zoid for community queries

14 Jul 19:22
Compare
Choose a tag to compare

Use sso_id instead of email address for SSO

13 Jul 22:06
Compare
Choose a tag to compare

Below water line: Add a Newt auxiliary table to hold and index community id.

08 Jul 14:17
Compare
Choose a tag to compare

4.37.2

20 Jun 16:29
Compare
Choose a tag to compare

Fix community indexing some more by using Newt DB 0.8, which:

  • Updates the Newt Database on object id order and

  • Uses upsert, so records aren't deleted during update.

Fix community id index

06 Jun 21:30
Compare
Choose a tag to compare
4.37.1

changes