@@ -4,6 +4,8 @@ class Renderer::Repository < ModelRenderer
4
4
representation ( :standard , :id , :name , :slug , :description , :github_id , :vcs_id , :vcs_type , :github_language , :active , :private , :owner , :owner_name , :vcs_name , :default_branch , :starred , :managed_by_installation , :active_on_org , :migration_status , :history_migration_status , :shared , :config_validation , :server_type , :scan_failed_at )
5
5
representation ( :experimental , :id , :name , :slug , :description , :vcs_id , :vcs_type , :github_id , :github_language , :active , :private , :owner , :default_branch , :starred , :current_build , :last_started_build , :next_build_number , :server_type , :scan_failed_at )
6
6
representation ( :internal , :id , :name , :slug , :github_id , :vcs_id , :vcs_type , :active , :private , :owner , :default_branch , :private_key , :token , :user_settings , :server_type , :scan_failed_at )
7
+ representation ( :list , :id , :name , :slug , :active , :private , :owner , :vcs_id , :vcs_type , :server_type )
8
+ representation ( :minimal_with_build , :id , :name , :slug , :active , :private , :owner , :vcs_id , :vcs_type , :server_type , :managed_by_installation , :last_started_build , :current_build )
7
9
representation ( :additional , :allow_migration )
8
10
9
11
hidden_representations ( :experimental , :internal )
0 commit comments