- 
                Notifications
    You must be signed in to change notification settings 
- Fork 16
Expose ResourceExtender API #438
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
          
     Open
      
      
            AndrewTwydell
  wants to merge
  3
  commits into
  main
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
extending
  
      
      
   
  
    
  
  
  
 
  
      
    base: main
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
                
     Open
            
            
          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
    
  
  
    
    586ab23    to
    7c8bb5e      
    Compare
  
    6bd3a26    to
    f319d58      
    Compare
  
    7c8bb5e    to
    9a97305      
    Compare
  
    f319d58    to
    085a263      
    Compare
  
    9a97305    to
    96fd090      
    Compare
  
    085a263    to
    39673b3      
    Compare
  
    | Codecov Report❌ Patch coverage is  Additional details and impacted files@@            Coverage Diff             @@
##             main     #438      +/-   ##
==========================================
+ Coverage   65.16%   65.30%   +0.13%     
==========================================
  Files         179      180       +1     
  Lines        4263     4294      +31     
  Branches      596      598       +2     
==========================================
+ Hits         2778     2804      +26     
- Misses       1485     1490       +5     ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
3e11e25    to
    c1c8e2c      
    Compare
  
    d39809a    to
    fa0e17c      
    Compare
  
    c1c8e2c    to
    dcc4443      
    Compare
  
    fa0e17c    to
    5549aac      
    Compare
  
    dcc4443    to
    c989c50      
    Compare
  
    5549aac    to
    47c95b9      
    Compare
  
    c989c50    to
    552b0b6      
    Compare
  
    47c95b9    to
    e7c9442      
    Compare
  
    8716a57    to
    0964c95      
    Compare
  
    e7c9442    to
    9f49dce      
    Compare
  
    200855a    to
    e9e201f      
    Compare
  
    a8e8a67    to
    9ca7b22      
    Compare
  
    9f49dce    to
    a2066a4      
    Compare
  
    acc2477    to
    3c24076      
    Compare
  
    Signed-off-by: Andrew Twydell <[email protected]>
Signed-off-by: Andrew Twydell <[email protected]>
Signed-off-by: Andrew Twydell <[email protected]>
3c24076    to
    31a799f      
    Compare
  
    
  
    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.
  
    
  
    
What It Does
Dependent on #437
Adds resourceExtender class to exposed API, allowing extenders to get our API and add actions to resource types.
Review Checklist
I certify that I have:
Additional Comments