..
accounts
Merge commit 'fe04291af46d7cb9d3439fa73739b2ffb2b53d72' into glitch-soc/merge-upstream
2024-09-04 19:38:52 +02:00
admin
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
announcements
Convert more API specs from controller->request style ( #29004 )
2024-03-01 16:24:45 +00:00
apps
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
emails
Migrate to request specs in `/api/v1/emails/confirmations` ( #25686 )
2023-07-17 16:22:33 +02:00
featured_tags
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
instances
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
lists
Reduce `.times` usage in request and controller specs ( #27949 )
2023-11-21 13:05:59 +00:00
notifications
Use built-in `response.parsed_body` for JSON response specs ( #31674 )
2024-09-02 14:25:21 +00:00
peers
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
polls
Fix HTTP 500 in `/api/v1/polls/:id/votes` ( #25598 )
2024-07-09 12:41:49 +00:00
push
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
statuses
Merge commit 'fe04291af46d7cb9d3439fa73739b2ffb2b53d72' into glitch-soc/merge-upstream
2024-09-04 19:38:52 +02:00
timelines
Merge commit 'fe04291af46d7cb9d3439fa73739b2ffb2b53d72' into glitch-soc/merge-upstream
2024-09-04 19:38:52 +02:00
trends
Move `api/v1/trends/*` to request specs ( #28949 )
2024-01-26 17:40:39 +00:00
accounts_spec.rb
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
announcements_spec.rb
Convert more API specs from controller->request style ( #29004 )
2024-03-01 16:24:45 +00:00
annual_reports_spec.rb
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
apps_spec.rb
Use `body_as_json` directly instead of via local var assignment ( #31696 )
2024-09-03 08:03:08 +00:00
blocks_spec.rb
Use `body_as_json` directly instead of via local var assignment ( #31696 )
2024-09-03 08:03:08 +00:00
bookmarks_spec.rb
Add `include_pagination_headers` matcher to check `Link` header in api specs ( #29596 )
2024-03-15 10:17:45 +00:00
conversations_spec.rb
Use `include_pagination_headers` in more places ( #30999 )
2024-07-12 08:30:52 +00:00
csp_spec.rb
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
custom_emojis_spec.rb
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
directories_spec.rb
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
domain_blocks_spec.rb
DB speedup in `API::` controller/request specs ( #25516 )
2023-10-13 14:42:09 +02:00
endorsements_spec.rb
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
favourites_spec.rb
Add `include_pagination_headers` matcher to check `Link` header in api specs ( #29596 )
2024-03-15 10:17:45 +00:00
featured_tags_spec.rb
Use `body_as_json` directly instead of via local var assignment ( #31696 )
2024-09-03 08:03:08 +00:00
filters_spec.rb
Convert more API specs from controller->request style ( #29004 )
2024-03-01 16:24:45 +00:00
follow_requests_spec.rb
Reduce `.times` usage in request and controller specs ( #27949 )
2023-11-21 13:05:59 +00:00
followed_tags_spec.rb
Add `include_pagination_headers` matcher to check `Link` header in api specs ( #29596 )
2024-03-15 10:17:45 +00:00
instance_spec.rb
Merge commit 'fe04291af46d7cb9d3439fa73739b2ffb2b53d72' into glitch-soc/merge-upstream
2024-09-04 19:38:52 +02:00
lists_spec.rb
Use built-in `response.parsed_body` for JSON response specs ( #31674 )
2024-09-02 14:25:21 +00:00
markers_spec.rb
Use `body_as_json` directly instead of via local var assignment ( #31696 )
2024-09-03 08:03:08 +00:00
media_spec.rb
Rename jobs/attachments rspec tag names ( #29762 )
2024-07-08 16:01:08 +00:00
mutes_spec.rb
Use `body_as_json` directly instead of via local var assignment ( #31696 )
2024-09-03 08:03:08 +00:00
notifications_spec.rb
Hopefully fix notifications pagination flaky test ( #31494 )
2024-08-19 14:53:54 +00:00
polls_spec.rb
Migrate to request specs in `/api/v1/polls` ( #25596 )
2023-07-17 16:50:00 +02:00
preferences_spec.rb
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
profiles_spec.rb
Refactor `Api::V1::ProfilesController` into two separate controllers ( #26573 )
2023-08-21 15:47:09 +02:00
reports_spec.rb
Add optional OAuth application to reports ( #30539 )
2024-07-16 13:23:08 +00:00
scheduled_status_spec.rb
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
statuses_spec.rb
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
streaming_spec.rb
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
suggestions_spec.rb
Use `body_as_json` directly instead of via local var assignment ( #31696 )
2024-09-03 08:03:08 +00:00
tags_spec.rb
DB speedup in `API::` controller/request specs ( #25516 )
2023-10-13 14:42:09 +02:00