mastodon/spec
Claire 12b935fadf Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.github/dependabot.yml`:
  Updated upstream, removed in glitch-soc to disable noise.
  Kept removed.
- `CODE_OF_CONDUCT.md`:
  Upstream updated to a new version of the covenant, but I have not read it
  yet, so kept unchanged.
- `Gemfile.lock`:
  Not a real conflict, one upstream dependency updated textually too close to
  the glitch-soc only `hcaptcha` dependency.
  Applied upstream changes.
- `app/controllers/admin/base_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/application_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/disputes/base_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/relationships_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/statuses_cleanup_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/helpers/application_helper.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/javascript/mastodon/features/compose/components/compose_form.jsx`:
  Upstream added a highlight animation for onboarding, while we changed the
  max character limit.
  Applied our local changes on top of upstream's new version.
- `app/views/layouts/application.html.haml`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `stylelint.config.js`:
  Upstream added ignore paths, glitch-soc had extra ignore paths.
  Added the same paths as upstream.
2023-04-29 10:44:56 +02:00
..
chewy Add basic search specs for chewy indexes (#24065) 2023-03-10 19:31:10 +01:00
config/initializers Fix rack:attack flaky tests and test end of throttle period (#23799) 2023-02-22 10:28:52 +01:00
controllers Merge branch 'main' into glitch-soc/merge-upstream 2023-04-29 10:44:56 +02:00
fabricators Spec coverage on Settings/ controllers specs (#24221) 2023-04-11 11:35:39 +02:00
features Add feature test for OAuth access grant (#24624) 2023-04-24 19:06:58 +02:00
fixtures Change domain block CSV parsing to be more robust and handle more lists (#21470) 2023-01-18 16:20:52 +01:00
generators Clean up the post deployment migration generator (#24233) 2023-04-11 11:25:29 +02:00
helpers React component helper specs (#24072) 2023-04-26 18:21:32 +02:00
lib Merge branch 'main' into glitch-soc/merge-upstream 2023-04-09 11:45:08 +02:00
mailers Add user handle to notification mail recipient address (#24240) 2023-04-17 11:06:06 +02:00
models Merge branch 'main' into glitch-soc/merge-upstream 2023-04-29 10:44:56 +02:00
policies Fix most rubocop issues (#2165) 2023-04-09 11:25:30 +02:00
presenters Merge branch 'main' into glitch-soc/merge-upstream 2023-04-29 10:44:56 +02:00
requests Fix anonymous visitors getting a session cookie on first visit (#24584) 2023-04-25 16:51:38 +02:00
routing Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
serializers Serializers spec coverage (#24017) 2023-03-10 12:12:51 +01:00
services Autofix Rubocop RSpec/MatchArray (#24050) 2023-04-26 20:21:54 +02:00
support Expand coverage for "system checks" (#24216) 2023-04-07 14:39:34 +02:00
validators Fix most rubocop issues (#2165) 2023-04-09 11:25:30 +02:00
views/statuses Fix style for hashes (#20518) 2022-11-17 11:05:39 +01:00
workers Fix AccountsStatusesCleanupScheduler not spreading deletes across accounts correctly (#24607) 2023-04-23 22:25:40 +02:00
fabricators_spec.rb Fabricator specs (#23925) 2023-03-04 17:12:09 +01:00
rails_helper.rb React component helper specs (#24072) 2023-04-26 18:21:32 +02:00
spec_helper.rb Add policies and serializers groups to simplecov output (#23897) 2023-02-27 16:35:47 +01:00