mastodon/spec
Claire 0092fe50ac Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.github/workflows/build-image.yml`:
  Upstream entirely refactored this, while we changed the docker repository
  to upload to and disabled the “latest” tag.
  Applied the repository change to `.github/workflows/build-*.yml`, as well
  as disabling native ARMv64 builds.
- `README.md`:
  We have a completely different README.
  Kept ours.
- `app/views/admin/settings/shared/_links.html.haml`:
  Upstream refactored, we had an extra item.
  Refactored as upstream did.
- `spec/controllers/api/v1/timelines/public_controller_spec.rb`:
  Upstream deleted this file, to be replaced by a request spec at
  `spec/requests/api/v1/timelines/public_spec.rb`.
  We had an extra bit about enabling the public timelines because we have
  different defaults than upstream.
  Moved that bit to `spec/requests/api/v1/timelines/public_spec.rb`
2023-07-19 07:35:51 +02:00
..
chewy
config/initializers
controllers Merge branch 'main' into glitch-soc/merge-upstream 2023-07-19 07:35:51 +02:00
fabricators Add coverage for `CLI::Cache` command (#25238) 2023-06-10 18:36:09 +02:00
features Fix suspending an already-limited domain (#25603) 2023-06-27 12:32:51 +02:00
fixtures Fix processing of media files with unusual names (#25788) 2023-07-07 13:35:22 +02:00
generators
helpers Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream 2023-07-12 16:03:05 +02:00
lib Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream 2023-07-12 16:03:05 +02:00
locales Replace i18n view spec with helper spec (#24966) 2023-05-15 17:25:04 +02:00
mailers Refactor `NotificationMailer` to use parameterization (#25718) 2023-07-10 03:06:22 +02:00
models Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream 2023-07-12 16:03:05 +02:00
policies Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream 2023-07-12 16:03:05 +02:00
presenters Merge commit 'b85c387c5c0527b0ad31c27031a09d361826c5fc' into glitch-soc/merge-upstream 2023-06-10 16:48:01 +02:00
requests Merge branch 'main' into glitch-soc/merge-upstream 2023-07-19 07:35:51 +02:00
routing
serializers Update rubocop-rspec to version 2.22.0, fix `RSpec/IndexedLet` cop (#24698) 2023-06-14 16:44:37 +02:00
services Fix some incorrect tests (#26035) 2023-07-17 13:13:43 +02:00
support Extract shared examples from api specs (#25387) 2023-06-14 09:34:01 +02:00
validators Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream 2023-07-12 16:03:05 +02:00
views/statuses Fix `RSpec/VerifiedDoubles` cop (#25469) 2023-06-22 14:55:22 +02:00
workers Remove unfollowed hashtag posts from home feed (#26028) 2023-07-17 13:56:28 +02:00
fabricators_spec.rb Enable Rubocop Style/FrozenStringLiteralComment (#23793) 2023-07-12 09:47:08 +02:00
rails_helper.rb Add coverage for `CLI::Cache` command (#25238) 2023-06-10 18:36:09 +02:00
spec_helper.rb Exclude `lib/linter` from simplecov report (#25916) 2023-07-12 09:51:59 +02:00