discourse/spec
Martin Brennan 4e5de17e7c
FIX: Admin backups erroring because of S3 dualstack (#29775)
Followup 0568d36133
Followup 97cf069a06

Due to the S3 dualstack endpoint change, sites with
S3 backups configured but _not_ S3 uploads were erroring,
with admins unable to access the backups page. This
commit fixes the error by not enabling S3 dualstack
endpoints if S3 uploads have not been enabled, backups
don't need to use them.

c.f. https://meta.discourse.org/t/unable-to-backup-or-navigate-to-backups/335899
2024-11-15 12:05:59 +10:00
..
fabricators DEV: Create permanent version of moved_posts table from PostMover class (#29664) 2024-11-12 14:35:20 -06:00
fixtures DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
generator
helpers DEV: Call Discourse.redis.flushdb after the end of each test (#29117) 2024-10-09 07:19:31 +08:00
import_export
initializers
integration DEV: Attempt to fix a flaky spec (#29155) 2024-10-10 17:19:53 +08:00
integrity DEV: Add spec to ensure app works with multiple tagged loggers 2024-08-13 18:10:03 +02:00
jobs DEV: Fix linting in notify_category_change_spec (#29175) 2024-10-11 19:55:33 +02:00
lib UX: Split hide_profile_and_presence user option (#29632) 2024-11-12 22:22:58 -03:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
migrations
models FIX: Admin backups erroring because of S3 dualstack (#29775) 2024-11-15 12:05:59 +10:00
multisite FEATURE: allow admins to enable announced experimental features (#29244) 2024-10-22 10:56:58 +11:00
requests FEATURE: Add skip notification option to group invite to topic (#29741) 2024-11-14 13:00:15 -03:00
script/import_scripts
serializers UX: Split hide_profile_and_presence user option (#29632) 2024-11-12 22:22:58 -03:00
services DEV: Don’t replace Rails logger in specs (#29721) 2024-11-13 08:47:39 +08:00
support DEV: Overhaul devcontainer configuration (#28446) 2024-11-14 12:11:38 +00:00
system FIX: Error with social logins and fullpage signup (#29761) 2024-11-14 16:02:17 -03:00
tasks DEV: Secure upload rake task improvements (#29484) 2024-10-31 13:33:11 +10:00
views
rails_helper.rb DEV: Add remove debugging URLs to system spec helper (#29722) 2024-11-13 09:27:48 +00:00
regenerate_swagger_docs
swagger_helper.rb