This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app
Guo Xiang Tan 44eba0bb60 FIX: Don't rescue PG::UniqueViolation within a transaction.
Also acquire a transaction per link instead of failing when
any of the links can't be processed.

This prevents ActiveRecord from rolling back the transaction
and the next SQL statement sent to PG will fail. This is
however hard to test as it only happens when there are
two competing process trying to process this method at the
same time.
2018-10-18 10:54:30 +08:00
..
assets add styles so permalinks admin could fit mobile screen (#6496) 2018-10-17 17:37:14 +02:00
controllers UX: Warn users if the post that's currently edited has changed. (#6498) 2018-10-17 15:35:32 +02:00
helpers extract client side Discourse setup inline JS (#6409) 2018-10-01 21:29:04 -07:00
jobs FIX: reduce amount of work onceoff does 2018-10-16 10:29:16 +11:00
mailers FIX: Notifications shouldn't use user locale unless allow_user_locale is enabled 2018-09-05 11:44:28 +02:00
models FIX: Don't rescue PG::UniqueViolation within a transaction. 2018-10-18 10:54:30 +08:00
serializers FEATURE: Support backup uploads/downloads directly to/from S3. 2018-10-15 09:43:31 +08:00
services FEATURE: allow multiple secrets for Discourse SSO provider 2018-10-15 16:03:53 +11:00
views FIX: remove code that restricted "header" theme field from admin 2018-10-15 17:29:10 +11:00