- 
                Notifications
    
You must be signed in to change notification settings  - Fork 230
 
Registry support #1788
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
      
      
            0237h
  merged 43 commits into
  graphprotocol:main
from
YaroShkvorets:yaro/registry-prompt
  
      
      
   
  Dec 10, 2024 
      
    
  
     Merged
                    Registry support #1788
Changes from all commits
      Commits
    
    
            Show all changes
          
          
            43 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      b03ae1b
              
                Update all projects dependencies
              
              
                0237h 7cdb481
              
                Update all projects dependencies
              
              
                0237h 21c00c2
              
                Update all projects dependencies
              
              
                0237h 503cad6
              
                add registry support
              
              
                YaroShkvorets 7d289eb
              
                replace studio url in examples
              
              
                YaroShkvorets 00043bf
              
                fix sorting
              
              
                YaroShkvorets bafbccb
              
                improve prompts
              
              
                YaroShkvorets 8e88023
              
                Warning for Near chains
              
              
                YaroShkvorets 78aaa25
              
                fix near handling
              
              
                YaroShkvorets d3c442e
              
                refactor init prompts
              
              
                YaroShkvorets 35f0cb8
              
                add prompt manager
              
              
                YaroShkvorets f75cbd5
              
                simplify prompt manager, add non-interactive mode
              
              
                YaroShkvorets 2343be2
              
                handle skipped steps on escape
              
              
                YaroShkvorets 5f071bc
              
                delete results for skipped step
              
              
                YaroShkvorets ea8c867
              
                refactor prompts
              
              
                YaroShkvorets cc123e9
              
                improve init prompt wording
              
              
                YaroShkvorets 591d3c7
              
                fix  broken lock file
              
              
                YaroShkvorets f96e92f
              
                Merged chore/update-dependencies branch
              
              
                YaroShkvorets e5a7d08
              
                fix lint
              
              
                YaroShkvorets cd66585
              
                update snapshot
              
              
                YaroShkvorets 78685c9
              
                add local registry fallback
              
              
                YaroShkvorets 4ef945a
              
                changeset
              
              
                YaroShkvorets 85d1cb0
              
                Merge from main
              
              
                YaroShkvorets b6be8ff
              
                add registry json to prettier ignore
              
              
                YaroShkvorets 212c12e
              
                Merge branch 'main' into yaro/registry-prompt
              
              
                YaroShkvorets cab1678
              
                fix example
              
              
                YaroShkvorets 44a8974
              
                hide subgraph init option
              
              
                YaroShkvorets e46c35d
              
                re-add website dev deps
              
              
                YaroShkvorets af1edc4
              
                update lock file
              
              
                YaroShkvorets ffbc411
              
                add call to action if can't find a network
              
              
                YaroShkvorets 7e9ff4b
              
                fix indexEvents bug
              
              
                YaroShkvorets edfcd6d
              
                fix imports
              
              
                YaroShkvorets a7c66da
              
                remove irrelevant comment
              
              
                YaroShkvorets 746fe0a
              
                rename contracts test file
              
              
                YaroShkvorets c83c5c5
              
                fix registry loading on localhost
              
              
                YaroShkvorets 0295e4d
              
                import createIpfsClient
              
              
                YaroShkvorets 4ff2c20
              
                add "type to filter" hint
              
              
                YaroShkvorets 7ebea7b
              
                remove unneeded await
              
              
                YaroShkvorets aa2bd67
              
                add more details to changeset
              
              
                YaroShkvorets 1ed6c12
              
                proper error code on Ctrl-C
              
              
                YaroShkvorets 1d53441
              
                combine ifs
              
              
                YaroShkvorets a88bce0
              
                Merge remote-tracking branch 'my/yaro/registry-prompt' into yaro/regi…
              
              
                YaroShkvorets 3d8d6a5
              
                fix lint
              
              
                YaroShkvorets File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      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
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| '@graphprotocol/graph-cli': minor | ||
| --- | ||
| 
     | 
||
| - add networks registry support | ||
| - improve `graph init` flow | ||
| - filter through the networks as you type | ||
| - more information about the networks | ||
| - remove unnecessary options depending on the selection | ||
| - ESC key to go back | ||
| - allow specifying ipfs/url for substreams package | ||
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
      
      Oops, something went wrong.
        
    
  
  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.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.