Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
45331c6
feat: drop old ruby; remove appraisals (#290)
tubaxenor Feb 5, 2025
0d38e07
feat: update google-protobuf (#291)
tubaxenor Feb 5, 2025
6fedef1
graphql-ruby 2.3 compatibility (#282)
Bajena Apr 2, 2025
9ccb7d4
fix: tracer crash with graphql-ruby 2.5.12+ (#302)
sethc2 Oct 16, 2025
0cf2a2c
fix: resolve merge conflicts in apollo-federation.gemspec and Gemfile…
RomKadria Oct 20, 2025
d273187
update lock
RomKadria Oct 20, 2025
1f786df
fix: update GitHub Actions workflow to remove appraisal testing
RomKadria Oct 20, 2025
eafaabe
feat: add testing for GraphQL 2.0.19 and 2.5.x
RomKadria Oct 20, 2025
7d7aff8
fix: disable frozen mode for appraisal testing in CI
RomKadria Oct 20, 2025
ccc2041
fix: unset deployment mode in addition to frozen mode for appraisal
RomKadria Oct 20, 2025
9045ab1
fix: disable bundler-cache for appraisal tests
RomKadria Oct 20, 2025
77c25bc
fix: disable bundler cache for ruby-lint job to avoid frozen mode issues
RomKadria Oct 20, 2025
1addd59
install appraisael
RomKadria Oct 20, 2025
27f1e5e
fix: add --force flag to bundle install to handle permissions issues …
RomKadria Oct 20, 2025
86be2d3
fix: configure bundler to use vendor/bundle path to avoid permission …
RomKadria Oct 20, 2025
0f4c246
feat: add GraphQL 2.5+ compatibility for orphan_types API change
RomKadria Oct 20, 2025
2f8d5c3
fix: disable bundler cache for ruby-lint to avoid frozen mode issues
RomKadria Oct 20, 2025
1207e2a
feat: override orphan_types to handle GraphQL 2.5+ API automatically
RomKadria Oct 20, 2025
c93d7d2
fix: remove problematic orphan_types override, keep only add_type_to_…
RomKadria Oct 20, 2025
3127d58
feat: add GraphQL 2.3 testing to align with upstream support
RomKadria Oct 20, 2025
66b1535
chore: remove GraphQL 2.5 testing, focus on 2.0.19 and 2.3 compatibility
RomKadria Oct 20, 2025
a4e8be2
fix: add orphan_types compatibility wrapper for GraphQL 2.3+
RomKadria Oct 20, 2025
c9f082e
chore: switch from GraphQL 2.3 to 2.2.14 for testing
RomKadria Oct 20, 2025
cce061b
fix: remove orphan_types override since we only support GraphQL 2.0-2.2
RomKadria Oct 20, 2025
909a1a3
fix: remove trailing blank line from Appraisals
RomKadria Oct 20, 2025
c1368f1
fix: disable Metrics/ClassLength and Style/ExplicitBlockArgument rubo…
RomKadria Oct 20, 2025
e1d8c69
fix: pass both object and interface to orphan_types for GraphQL 2.0-2.2
RomKadria Oct 20, 2025
29029c9
fix: use extra_types for interfaces in GraphQL 2.2+
RomKadria Oct 20, 2025
5357bee
fix: adjust timing and error message expectations for GraphQL 2.2
RomKadria Oct 20, 2025
d09bb4b
fix: use orphan_types for both types in GraphQL 2.0-2.2, and use expe…
RomKadria Oct 20, 2025
4a9ae1e
fix: GraphQL 2.2+ auto-discovers interfaces, parsing errors have diff…
RomKadria Oct 20, 2025
f77c664
fix: revert to orphan_types for both types in GraphQL 2.0-2.3
RomKadria Oct 20, 2025
8974cf1
fix: only pass implementing objects to orphan_types, not interfaces
RomKadria Oct 20, 2025
f158ead
try fix test
RomKadria Oct 20, 2025
25e7c7e
try fix test
RomKadria Oct 20, 2025
024d208
try fix test
RomKadria Oct 20, 2025
038b971
try fix test
RomKadria Oct 20, 2025
57891f1
remove unused
RomKadria Oct 20, 2025
8e7fd3e
use gql 2.3
RomKadria Oct 21, 2025
793af71
update gql version
RomKadria Oct 21, 2025
caf1672
fix ci
RomKadria Oct 21, 2025
3438746
lint
RomKadria Oct 21, 2025
f407d3e
fix trace
RomKadria Oct 21, 2025
8a40184
fix for version 2.3
RomKadria Oct 21, 2025
51abd24
fix test
RomKadria Oct 21, 2025
bdc1642
ci modification
RomKadria Oct 21, 2025
9e58efa
remove unused circleci
RomKadria Oct 22, 2025
fe459e3
update readme
RomKadria Oct 22, 2025
506c32a
update ruby version
RomKadria Oct 22, 2025
8163281
feat!: update ruby version and remove CircleCI
RomKadria Oct 22, 2025
d5c7ed4
Merge branch 'feature/romka/graphql-new-version-support' of github.co…
RomKadria Oct 22, 2025
d5f6435
feat: add Ruby 2.7 to CI test matrix
RomKadria Oct 22, 2025
b4a8f15
fix: use bundler 2.3.x for Ruby 2.7 compatibility
RomKadria Oct 22, 2025
d4bf906
fix: update bundler version in lockfile for Ruby 2.7
RomKadria Oct 22, 2025
79935ae
fix: specify bundler version in setup-ruby action
RomKadria Oct 22, 2025
107ad0d
fix: use Gem.ruby_version instead of RUBY_VERSION in gemspec
RomKadria Oct 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
145 changes: 0 additions & 145 deletions .circleci/config.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/actions/appraisal-install/action.yml

This file was deleted.

Loading