Fix change introduce by update of go-swagger. (#1727)
This commit is contained in:
		
					parent
					
						
							
								4e5ee2b67a
							
						
					
				
			
			
				commit
				
					
						976c2a05fa
					
				
			
		
					 2 changed files with 2 additions and 4 deletions
				
			
		
							
								
								
									
										5
									
								
								public/swagger.v1.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								public/swagger.v1.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -969,15 +969,12 @@
 | 
				
			||||||
          "x-go-name": "OpenIssues"
 | 
					          "x-go-name": "OpenIssues"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "owner": {
 | 
					        "owner": {
 | 
				
			||||||
          "x-go-name": "Owner",
 | 
					 | 
				
			||||||
          "$ref": "#/definitions/User"
 | 
					          "$ref": "#/definitions/User"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "parent": {
 | 
					        "parent": {
 | 
				
			||||||
          "x-go-name": "Parent",
 | 
					          "type": "object"
 | 
				
			||||||
          "$ref": "#/definitions/Repository"
 | 
					 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "permissions": {
 | 
					        "permissions": {
 | 
				
			||||||
          "x-go-name": "Permissions",
 | 
					 | 
				
			||||||
          "$ref": "#/definitions/Permission"
 | 
					          "$ref": "#/definitions/Permission"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "private": {
 | 
					        "private": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,6 +4,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//go:generate swagger generate spec -o ../../../public/swagger.v1.json
 | 
					//go:generate swagger generate spec -o ../../../public/swagger.v1.json
 | 
				
			||||||
//go:generate sed -i "s;\".ref\": \"#/definitions/GPGKey\";\"type\": \"object\";g" ../../../public/swagger.v1.json
 | 
					//go:generate sed -i "s;\".ref\": \"#/definitions/GPGKey\";\"type\": \"object\";g" ../../../public/swagger.v1.json
 | 
				
			||||||
 | 
					//go:generate sed -i "s;^          \".ref\": \"#/definitions/Repository\";          \"type\": \"object\";g" ../../../public/swagger.v1.json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Package v1 Gitea API.
 | 
					// Package v1 Gitea API.
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue