Removals in GraphQL-Ruby 3.0
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 20/100
- Issue type
- Refactor
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- graphql, ruby
- Domain
- backend-api-design
Research direction
Start by reviewing the unchecked items in the removal checklist and the referenced deprecation issues, especially #4878, #4771, #4996, #4813, #4867, #4807, and #4818. Trace each named legacy API, option, or constant through the repository; done means the remaining 3.0-dev removals and behavior changes are completed without leaving the deprecated interfaces in place.
Written by the indexing model from the issue text.
Description
There are many features in GraphQL-Ruby which have been replaced by better ones. In GraphQL-Ruby 3.0, I'd like to remove the old ones.
tracer(...)-style tracing, which is replaced with the more-efficienttrace_with(...)-style tracing.- Deprecate #4878
- Remove in 3.0-dev
- Legacy PlatformTracing
- Deprecate #4779
-
LegacyTrace
instrument(:query | :multiplex), which can also be replaced withtrace_with(...)- Deprecate #4771
- Remove in 3.0-dev
- Move
Analysis::ASTtoAnalysis? Could still be aliased asAST.- Move and deprecate_const #4996
- Remove in 3.0-dev
- Get rid of old error bubbling option
- Deprecated in #4813
- Remove in 3.0-dev
- Get rid of
(query_|mutation_|subscription)_execution_strategy- Deprecate #4867
- Remove in 3.0-dev
- Remove
lazy_resolve(Dataloader::Source::Request)- Deprecated in #4807
- Remove in 3.0-dev
- Remove
nonblocking: true- Already deprecated
- Remove in 3.0-dev
- Remove
parse_with_racc- Deprecated in #4818
- Remove in 3.0-dev
- Make
reject_numbers_followed_by_namesdefault to true instead of false (added in #4924) - Raise an error on empty Object and InputObject type definitions (followup on #5137)
- Only call
.visible?when usingVisibility; remove warden - Remove
Schema.allow_legacy_invalid_empty_selections_on_union - Remove
Schema.allow_legacy_invalid_return_type_conflicts - Remove
default_analysis_engineanddefault_execution_strategy
- Dominant language
- Ruby
- Stars
- 5.4k
- Forks
- 1.4k
- Avg merge
- 23h 19m
- Merged PRs (30d)
- 28
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from rmosolgo/graphql-ruby
-
Difficulty 4/5 3-5 days Newbie friendliness 52/100
rmosolgo/graphql-ruby#5707 · 10 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 30/100
rmosolgo/graphql-ruby#5655 · 4 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
rmosolgo/graphql-ruby#5632 · 4 comments ·
-
Migrate to RDoc Open
Difficulty 5/5 Over a week Newbie friendliness 30/100
rmosolgo/graphql-ruby#5576 · 2 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
rmosolgo/graphql-ruby#5572 · 5 comments ·
All issues in rmosolgo/graphql-ruby
Similar issues
-
バグ
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
voxpupuli/puppet-epel#186 · 1 comment ·
-
external_created_at is no longer used for the message timestamp since the new message UI (v4.4.0) OpenBug Frontend
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
TheOdinProject/curriculum#31402 · 1 comment ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100