glitch-soc/spec
Claire 3789d9f825 Merge commit 'b7902225d698a107df2cf8b4ca221caad38fa464' into glitch-soc/merge-upstream
Conflicts:
- `spec/validators/status_length_validator_spec.rb`:
  Upstream refactored tests to stub `StatusLengthValidator::MAX_CHARS`
  while glitch-soc had custom code to read from `MAX_TOOT_CHARS`.
  Switched to using upstream's implementation of the tests.
2024-05-04 16:28:30 +02:00
..
chewy Add new public status index (#26344) 2023-08-24 16:40:04 +02:00
config/initializers/rack Use unchanging github links in docs/comments (#29545) 2024-03-11 15:14:55 +00:00
controllers Merge commit '20b1e55f24a87868d661fc7b033bbbbd48b1a918' into glitch-soc/merge-upstream 2024-05-01 18:42:26 +02:00
fabrication Ensure unique values in fabricators (#29515) 2024-03-11 08:53:24 +00:00
fabricators Use fabrication sequence in domain values (#29895) 2024-04-11 08:59:01 +00:00
features Move OAuth flow tests from feature tests to system tests (#29837) 2024-04-05 16:52:05 +00:00
fixtures Add end-to-end test for OCR in media uploads (#29148) 2024-02-08 19:13:44 +00:00
generators Fix flaky tests related to file creation (#28248) 2023-12-06 22:22:25 +00:00
helpers Merge commit 'b61ae28f8d4b6f269f50a05c3e65ec7f2c846d32' into glitch-soc/merge-upstream 2024-05-01 18:38:55 +02:00
lib Merge commit '34e826f373d20f6230d1ef0aa03ad41a3bdf5998' into glitch-soc/merge-upstream 2024-05-01 18:56:48 +02:00
locales Replace i18n view spec with helper spec (#24966) 2023-05-15 17:25:04 +02:00
mailers Add stub for trending tags in user mailer spec (#29850) 2024-04-05 07:48:07 +00:00
models Merge commit 'b7902225d698a107df2cf8b4ca221caad38fa464' into glitch-soc/merge-upstream 2024-05-04 16:28:30 +02:00
policies Merge commit '98b5f85f10a3af50a54fcd79e09fc9fd88f774fa' into glitch-soc/merge-upstream 2024-01-15 20:53:16 +01:00
presenters Merge branch 'main' into glitch-soc/merge-upstream 2023-12-28 16:57:10 +01:00
requests Merge commit 'b7902225d698a107df2cf8b4ca221caad38fa464' into glitch-soc/merge-upstream 2024-05-04 16:28:30 +02:00
routing Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
search/models/concerns/account Use enum-generated `public_visibility` scope on Status (#28156) 2024-03-14 09:31:57 +00:00
serializers Add `max_pinned_statuses` to instances serializer and api response (#29441) 2024-04-02 13:54:11 +00:00
services Fix Idempotency-Key ignored when scheduling a post (#30084) 2024-04-26 13:19:02 +00:00
support Update dependency selenium-webdriver to v4.19.0 (#29776) 2024-04-02 08:53:44 +00:00
system Move OAuth flow tests from feature tests to system tests (#29837) 2024-04-05 16:52:05 +00:00
validators Status length validation spec updates (#30132) 2024-05-02 08:31:06 +00:00
views Merge commit '0622107449e72d35b22afeeba2f0ba983e914803' into glitch-soc/merge-upstream 2024-05-01 19:16:48 +02:00
workers Merge commit '08342ad40c1b92caf873282190efe8533a7d6e2e' into glitch-soc/merge-upstream 2024-02-24 15:02:28 +01:00
rails_helper.rb Use `before_all` block to setup `requests/cache_spec` data (#29437) 2024-03-13 08:38:57 +00:00
spec_helper.rb Change registrations to be disabled by default for new servers (#29280) 2024-02-22 13:28:19 +00:00