Matt Jankowski
|
66326065b0
|
Add `response.content_type` checks for JSON to `api/v1` request specs (#31981)
|
2024-09-20 13:13:04 +00:00 |
Matt Jankowski
|
b071e618e7
|
Combine API request spec assertions (#31970)
|
2024-09-19 10:15:21 +00:00 |
Matt Jankowski
|
6b6a80b407
|
Remove `body_as_json` in favor of built-in `response.parsed_body` for JSON response specs (#31749)
|
2024-09-06 09:58:46 +00:00 |
Matt Jankowski
|
f1003b2560
|
Enable "zero monkey patching" mode in RSpec (#31614)
|
2024-09-04 05:12:25 +00:00 |
Matt Jankowski
|
24a0b20408
|
Use `body_as_json` directly instead of via local var assignment (#31696)
|
2024-09-03 08:03:08 +00:00 |
Matt Jankowski
|
40f993b3a0
|
Use built-in `response.parsed_body` for JSON response specs (#31674)
|
2024-09-02 14:25:21 +00:00 |
Matt Jankowski
|
f1300ad284
|
Rename jobs/attachments rspec tag names (#29762)
|
2024-07-08 16:01:08 +00:00 |
Claire
|
58ace2e45e
|
Fix SQL error in admin measures API (#30753)
|
2024-06-18 16:04:58 +00:00 |
Matt Jankowski
|
b2496177e0
|
Use correct params in `v1/admin/domain_allows` spec (#30378)
|
2024-06-11 07:35:30 +00:00 |
Matt Jankowski
|
07cc94e05f
|
Use `sidekiq_inline` in requests/api/v1/admin/account_actions spec (#30563)
|
2024-06-06 14:19:22 +00:00 |
Claire
|
253ead3aa7
|
Fix not being able to block a subdomain of an already-blocked domain through the API (#30119)
|
2024-05-02 20:56:21 +00:00 |
Matt Jankowski
|
18945f62e0
|
Convert more API specs from controller->request style (#29004)
|
2024-03-01 16:24:45 +00:00 |
Emelia Smith
|
4fb7f611de
|
Return domain block digests from admin domain blocks API (#29092)
|
2024-02-06 12:38:14 +00:00 |
Matt Jankowski
|
4cf07ed78c
|
Add missing action logging to `api/v1/admin/reports#update` (#29044)
|
2024-02-06 11:34:11 +00:00 |
Matt Jankowski
|
5119fbc9b7
|
Move `api/v1/admin/trends/links/preview_card_providers` to request spec (#28951)
|
2024-01-26 17:41:39 +00:00 |
Matt Jankowski
|
2954279e9c
|
Remove double subject call in `api/v1/admin/trends/links/links` spec (#28695)
|
2024-01-11 15:13:11 +00:00 |
Matt Jankowski
|
95bd46d32a
|
Remove double subject call in `api/v1/admin/ip_blocks` spec (#28696)
|
2024-01-11 15:11:57 +00:00 |
Matt Jankowski
|
cca19f5fbb
|
Use the `Admin::ActionLog` fabricator in admin/action_logs spec (#28194)
|
2023-12-04 12:56:28 +00:00 |
Matt Jankowski
|
30ee4aaff4
|
Convert measurement `api/v1/admin/*` controller specs to request specs (#28005)
|
2023-11-21 14:25:07 +00:00 |
Matt Jankowski
|
32e19e3af6
|
Reduce `.times` usage in request and controller specs (#27949)
|
2023-11-21 13:05:59 +00:00 |
Matt Jankowski
|
549e8e7baf
|
Add `email_spec` and speedup/cleanup to `spec/mailers` (#27902)
|
2023-11-17 09:50:19 +00:00 |
Daniel M Brasil
|
d9caa6ed24
|
Migrate to request specs in `/api/v1/admin/accounts` (#25563)
|
2023-10-16 15:49:12 +02:00 |
Daniel M Brasil
|
82beeb2f7e
|
Migrate to request specs in `/api/v1/admin/trends/links` (#25739)
|
2023-10-13 16:23:16 +02:00 |
Matt Jankowski
|
fd9dea21d0
|
DB speedup in `API::` controller/request specs (#25516)
|
2023-10-13 14:42:09 +02:00 |
Robert R George
|
20666482ef
|
Added admin api for managing tags (#26872)
|
2023-09-13 11:22:53 +02:00 |
Daniel M Brasil
|
e53eb38a8d
|
Migrate to request specs in `/api/v1/admin/account_actions` (#25514)
|
2023-06-20 18:16:48 +02:00 |
Matt Jankowski
|
4c5f62de99
|
Extract shared examples from api specs (#25387)
|
2023-06-14 09:34:01 +02:00 |
Daniel M Brasil
|
99216e34e5
|
Migrate to request specs in `/api/v1/admin/canonical_email_blocks` (#25330)
|
2023-06-10 18:33:02 +02:00 |
Daniel M Brasil
|
b4e19f9610
|
Migrate to request specs in `/api/v1/admin/ip_blocks` (#25331)
|
2023-06-10 18:32:46 +02:00 |
Daniel M Brasil
|
4301d8cbb3
|
Migrate to request specs in `/api/v1/admin/domain_allows` (#25333)
|
2023-06-10 18:32:26 +02:00 |
Daniel M Brasil
|
841c220c40
|
Migrate to request specs in `/api/v1/admin/domain_blocks` (#25335)
|
2023-06-10 18:32:07 +02:00 |
Daniel M Brasil
|
0e200d4e2f
|
Migrate to request specs in `/api/v1/admin/reports` (#25355)
|
2023-06-10 18:30:43 +02:00 |
Daniel M Brasil
|
4aff1d2974
|
Migrate to request specs in `/api/v1/admin/email_domain_blocks` (#25337)
|
2023-06-09 14:00:14 +02:00 |