forked from Gusto/apollo-federation-ruby
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
feat: add support for @composeDirective #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
                
     Merged
            
            
          Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    Add support for @composeDirective
Add @Policy directive support
…feature/compose-directive # Conflicts: # lib/apollo-federation/schema.rb # spec/apollo-federation/service_field_v2_spec.rb
# Conflicts: # lib/apollo-federation/enum.rb # lib/apollo-federation/field.rb # lib/apollo-federation/interface.rb # lib/apollo-federation/object.rb # lib/apollo-federation/scalar.rb # lib/apollo-federation/schema.rb # spec/apollo-federation/service_field_v2_spec.rb
              
                    arutkowski00
  
              
              commented
              
                  
                    Nov 20, 2024 
                  
              
              
            
            
              
                    RomKadria
  
              
              reviewed
              
                  
                    Nov 20, 2024 
                  
              
              
            
            
              
                    RomKadria
  
              
              reviewed
              
                  
                    Nov 20, 2024 
                  
              
              
            
            
              
                    RomKadria
  
              
              approved these changes
              
                  
                    Nov 20, 2024 
                  
              
              
            
            
    
  github-actions bot
      pushed a commit
      that referenced
      this pull request
    
      Nov 21, 2024 
    
    
      
  
    
      
    
  
# [3.10.0](v3.9.0...v3.10.0) (2024-11-21) ### Features * add support for [@compose](https://github.com/compose)Directive ([#3](#3)) ([6d7ccf2](6d7ccf2))
    
  NuckChorris 
      pushed a commit
        to kitsu-io-forks/apollo-federation-ruby
      that referenced
      this pull request
    
      Mar 8, 2025 
    
    
      
  
    
      
    
  
refactor: fix rubocop offenses ci: add Github Actions (Gusto#4) ci: add missing env variable (Gusto#5) ci: add GEM_HOST_API_KEY (Gusto#6) chore: upgrade packages (Gusto#8) ci: add BUNDLE_FROZEN: false to allow semantic release (Gusto#9) ci: use different github token for release (Gusto#10) feat: add support for @composeDirective (Gusto#3) Co-authored-by: Yannick Utard <[email protected]> chore(release): 3.10.0 [skip ci] * add support for [@compose](https://github.com/compose)Directive ([Gusto#3](mondaycom#3)) ([6d7ccf2](mondaycom@6d7ccf2)) feat: drop old ruby; remove appraisals (Gusto#290) * feat: drop old ruby; remove appraisals * ruby 3.4 fix * Fix feat: update google-protobuf (Gusto#291) * Try new protobuf * Cop * Bump version chore(release): 3.10.0 [skip ci] * update google-protobuf ([Gusto#291](Gusto#291)) ([2deda45](Gusto@2deda45))
    
  NuckChorris 
      pushed a commit
        to kitsu-io-forks/apollo-federation-ruby
      that referenced
      this pull request
    
      Mar 8, 2025 
    
    
      
  
    
      
    
  
refactor: fix rubocop offenses ci: add Github Actions (Gusto#4) ci: add missing env variable (Gusto#5) ci: add GEM_HOST_API_KEY (Gusto#6) chore: upgrade packages (Gusto#8) ci: add BUNDLE_FROZEN: false to allow semantic release (Gusto#9) ci: use different github token for release (Gusto#10) feat: add support for @composeDirective (Gusto#3) Co-authored-by: Yannick Utard <[email protected]> chore(release): 3.10.0 [skip ci] * add support for [@compose](https://github.com/compose)Directive ([Gusto#3](mondaycom#3)) ([6d7ccf2](mondaycom@6d7ccf2)) feat: drop old ruby; remove appraisals (Gusto#290) * feat: drop old ruby; remove appraisals * ruby 3.4 fix * Fix feat: update google-protobuf (Gusto#291) * Try new protobuf * Cop * Bump version chore(release): 3.10.0 [skip ci] * update google-protobuf ([Gusto#291](Gusto#291)) ([2deda45](Gusto@2deda45))
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Based on Gusto#253