KMY
|
9fa938eb0f
|
Merge remote-tracking branch 'parent/main' into upstream-20240125
|
2024-01-25 18:15:21 +09:00 |
|
Matt Jankowski
|
a11a2fb052
|
Add error classes to api/base errors coverage (#28864)
|
2024-01-24 10:31:31 +00:00 |
|
KMY
|
54f5113b46
|
Merge remote-tracking branch 'parent/main' into upstream-20240124
|
2024-01-24 08:38:14 +09:00 |
|
Matt Jankowski
|
7ecf7f5403
|
Move controller->request specs for api/v1/statuses/* (#28818)
|
2024-01-22 11:58:54 +00:00 |
|
KMY
|
a4cc73438e
|
Merge remote-tracking branch 'parent/main' into upstream-20240122
|
2024-01-22 10:07:33 +09:00 |
|
Matt Jankowski
|
329911b0a3
|
Migrate controller->request spec for api/v1/follow* (#28811)
|
2024-01-19 09:32:41 +00:00 |
|
KMY
|
ad87f2b100
|
Merge commit 'e72676e83a ' into upstream-20240115
|
2024-01-15 19:30:55 +09:00 |
|
Matt Jankowski
|
e72676e83a
|
Improve api/v1/markers#create performance against simultaneous requests (#28718)
|
2024-01-15 09:47:25 +00:00 |
|
KMY
|
e65fb9fb51
|
Merge remote-tracking branch 'parent/main' into upstream-20240112
|
2024-01-12 14:48:17 +09:00 |
|
Claire
|
d7e13e2483
|
Fix potential redirection loop of streaming endpoint (#28665)
|
2024-01-10 15:05:46 +00:00 |
|
Matt Jankowski
|
00341c70ff
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
|
KMY
|
4355dfc64f
|
Merge remote-tracking branch 'parent/main' into upstream-20231225
|
2023-12-25 09:59:33 +09:00 |
|
Matt Jankowski
|
cd64a5b2ec
|
Clean up of RSpec/LetSetup within api/ (#28448)
|
2023-12-21 10:10:18 +00:00 |
|
KMY
|
a6b57e3890
|
Merge remote-tracking branch 'parent/main' into upstream-20231221
|
2023-12-21 08:37:12 +09:00 |
|
Claire
|
6fed0fcbaa
|
Remove unneeded settings cleanup from specs (#28425)
|
2023-12-19 15:17:22 +00:00 |
|
Matt Jankowski
|
adbfd40a1b
|
Convert api/v1/directories controller spec to request spec (#28356)
|
2023-12-14 10:38:06 +00:00 |
|
KMY
|
08a2f557fe
|
Merge remote-tracking branch 'parent/main' into upstream-20231214
|
2023-12-14 09:21:21 +09:00 |
|
Matt Jankowski
|
0e4233de9d
|
Controller spec to request spec: api/v2/suggestions (#28297)
|
2023-12-11 08:13:57 +00:00 |
|
Matt Jankowski
|
0c64092500
|
Controller spec to request spec: api/v1/accounts/search (#28299)
|
2023-12-11 08:13:28 +00:00 |
|
Matt Jankowski
|
16ede59d0a
|
Controller spec to request spec: api/v1/featured_tags/suggestions (#28298)
|
2023-12-11 08:00:41 +00:00 |
|
Matt Jankowski
|
809506bdd4
|
Controller spec to request spec: api/v1/accounts/pins (#28300)
|
2023-12-11 07:59:40 +00:00 |
|
Matt Jankowski
|
94cc707ab3
|
Controller spec to request spec: api/v1/accounts/notes (#28301)
|
2023-12-11 07:58:48 +00:00 |
|
Matt Jankowski
|
e544b6df42
|
Controller spec to request spec: api/v1/accounts/lookup (#28302)
|
2023-12-11 07:57:33 +00:00 |
|
Matt Jankowski
|
a968898dc7
|
Controller spec to request spec: api/v1/accounts/lists (#28303)
|
2023-12-11 07:56:47 +00:00 |
|
Matt Jankowski
|
8f94502e7d
|
Controller spec to request spec: api/v1/accounts/identify_proofs (#28304)
|
2023-12-11 07:56:13 +00:00 |
|
Matt Jankowski
|
78347d2556
|
Controller spec to request spec: api/v1/accounts/familiar_followers (#28305)
|
2023-12-11 07:55:45 +00:00 |
|
KMY
|
f20cb3fd59
|
Merge remote-tracking branch 'parent/main' into kb_development
|
2023-12-09 10:04:10 +09:00 |
|
Matt Jankowski
|
7e514688b3
|
Convert api/v2/search controller spec to request spec (#28269)
|
2023-12-08 09:27:33 +00:00 |
|
KMY
|
94c2396a34
|
Merge remote-tracking branch 'parent/main' into upstream-20231204
|
2023-12-04 12:04:52 +09:00 |
|
Matt Jankowski
|
e7c340a634
|
Spec coverage for missing q param and error conditions in api/v2/search controller (#27842)
|
2023-11-30 13:59:46 +00:00 |
|
Filippo Giunchedi
|
e6fd9a59e6
|
Fix FamiliarFollowersController test response comparison (#28121)
Co-authored-by: Filippo Giunchedi <filippo@debian.org>
|
2023-11-30 10:58:40 +00:00 |
|
KMY
|
c5e4020922
|
Merge remote-tracking branch 'parent/main' into upstream-20231124
|
2023-11-24 09:07:40 +09:00 |
|
Kevin Bongart
|
7877fcd83c
|
Deduplicate IDs in relationships and familiar_followers APIs (#27982)
|
2023-11-23 10:00:09 +00:00 |
|
Matt Jankowski
|
973597c6f1
|
Consolidate configuration of Sidekiq::Testing.fake! setup (#28046)
|
2023-11-23 09:43:43 +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
|
876f5b1d12
|
Convert /instances/* controller specs to request specs (#27988)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-11-20 11:05:28 +00:00 |
|
Matt Jankowski
|
718c95e7af
|
Convert api/v1/custom_emojis controller spec to request spec (#27985)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-11-20 11:05:24 +00:00 |
|
Matt Jankowski
|
17582d36d5
|
Convert api/v1/preferences controller spec to request spec (#27987)
|
2023-11-20 09:39:45 +00:00 |
|
Matt Jankowski
|
9a01a260a0
|
Convert api/v1/scheduled_statuses controller spec to request spec (#27986)
|
2023-11-20 09:36:49 +00:00 |
|
Matt Jankowski
|
b9fb47aeb1
|
Convert api/v1/endorsements controller spec to request spec (#27984)
|
2023-11-20 09:32:28 +00:00 |
|
KMY
|
abec232dd7
|
Merge remote-tracking branch 'parent/main' into upstream-20231120
|
2023-11-20 12:50:02 +09:00 |
|
Claire
|
297839c10c
|
Rewrite /api/v1/statuses tests as request specs (#27891)
|
2023-11-17 11:36:04 +00:00 |
|
Claire
|
9257737675
|
Rewrite /api/v1/accounts tests as request specs (#27888)
|
2023-11-17 11:34:49 +00:00 |
|
KMY
|
236fc2a316
|
Merge remote-tracking branch 'parent/main' into upstream-20231116
|
2023-11-16 22:58:29 +09:00 |
|
Matt Jankowski
|
fe58ac8d9f
|
Improve spec coverage for api/web/push_subscriptions controller (#27858)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-11-15 13:14:51 +00:00 |
|
KMY
|
0704829a9b
|
Merge remote-tracking branch 'parent/main' into upstream-20231116
|
2023-11-14 09:14:19 +09:00 |
|
Matt Jankowski
|
a36b59be8a
|
Spec coverage for api/v1/trends controllers (#27837)
|
2023-11-13 14:32:36 +00:00 |
|
KMY
|
bfc7b0101d
|
Merge remote-tracking branch 'parent/main' into upstream-20231110
|
2023-11-10 09:02:03 +09:00 |
|
Claire
|
c451bbe249
|
Allow viewing and severing relationships with suspended accounts (#27667)
|
2023-11-09 14:50:25 +00:00 |
|
KMY
|
fc1b280d59
|
Merge remote-tracking branch 'parent/main' into upstream-20231109
|
2023-11-09 12:33:50 +09:00 |
|