-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
License: MIT Signed-off-by: rht <rhtbot@gmail.com> Remove gateway assets from go-ipfs/assets & update go-log hash License: MIT Signed-off-by: rht <rhtbot@gmail.com>
- Loading branch information
Showing
21 changed files
with
505 additions
and
771 deletions.
There are no files selected for viewing
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 |
---|---|---|
@@ -1,18 +1,17 @@ | ||
{ | ||
"name": "go-ipfs", | ||
"version": "0.3.8", | ||
"version": "0.4.0", | ||
"gxDependencies": [ | ||
{ | ||
"name": "go-log", | ||
"hash": "QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b", | ||
"name": "go-ipfs-gateway", | ||
"hash": "Qmc2aJFKUyJMUCsEHugka6oCKm88kSQrV678YKTFb4mc1U", | ||
"version": "1.0.0" | ||
}, | ||
{ | ||
"name": "dir-index-html", | ||
"hash": "QmdDfkqDWheE4gsCXNrhixwTwSHnZMPT2cGLcNbiBNcMyU", | ||
"version": "1.0.0", | ||
"linkname": "dir-index-html-v1.0.0" | ||
"name": "go-log", | ||
"hash": "QmaywEmHiYfhcv1gj8gTNq6jwcN7Cs1EJkkE9kksT1255V", | ||
"version": "1.0.0" | ||
} | ||
], | ||
"language": "go" | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
vendor/QmXvNwFNR7CQJ1J5oJnjS4oAFv2ai6v9JZBkTBbJp6wRQf/go-ipfs-gateway/README.md
This file contains 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 @@ | ||
# go-ipfs-gateway |
24 changes: 24 additions & 0 deletions
24
vendor/QmXvNwFNR7CQJ1J5oJnjS4oAFv2ai6v9JZBkTBbJp6wRQf/go-ipfs-gateway/assets/assets.go
This file contains 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,24 @@ | ||
//go:generate go-bindata -pkg=assets ../vendor/dir-index-html-v1.0.0/... | ||
//go:generate gofmt -w bindata.go | ||
|
||
package assets | ||
|
||
import ( | ||
"fmt" | ||
"path/filepath" | ||
) | ||
|
||
var initDirIndex = []string{ | ||
filepath.Join("..", "vendor", "dir-index-html-v1.0.0", "knownIcons.txt"), | ||
filepath.Join("..", "vendor", "dir-index-html-v1.0.0", "dir-index.html"), | ||
} | ||
|
||
func seedInitDirIndex() error { | ||
for _, p := range initDirIndex { | ||
_, err := Asset(p) | ||
if err != nil { | ||
return fmt.Errorf("assets: could load Asset '%s': %s", p, err) | ||
} | ||
} | ||
return nil | ||
} |
406 changes: 406 additions & 0 deletions
406
vendor/QmXvNwFNR7CQJ1J5oJnjS4oAFv2ai6v9JZBkTBbJp6wRQf/go-ipfs-gateway/assets/bindata.go
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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
2 changes: 1 addition & 1 deletion
2
core/corehttp/gateway_indexPage.go → ...wRQf/go-ipfs-gateway/gateway_indexPage.go
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package corehttp | ||
package gateway | ||
|
||
import ( | ||
"html/template" | ||
|
This file contains 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
18 changes: 18 additions & 0 deletions
18
vendor/QmXvNwFNR7CQJ1J5oJnjS4oAFv2ai6v9JZBkTBbJp6wRQf/go-ipfs-gateway/package.json
This file contains 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,18 @@ | ||
{ | ||
"name": "go-ipfs-gateway", | ||
"version": "1.0.0", | ||
"gxDependencies": [ | ||
{ | ||
"name": "go-log", | ||
"hash": "QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b", | ||
"version": "1.0.0" | ||
}, | ||
{ | ||
"name": "dir-index-html", | ||
"hash": "QmdDfkqDWheE4gsCXNrhixwTwSHnZMPT2cGLcNbiBNcMyU", | ||
"version": "1.0.0", | ||
"linkname": "dir-index-html-v1.0.0" | ||
} | ||
], | ||
"language": "go" | ||
} |
1 change: 0 additions & 1 deletion
1
vendor/QmdDfkqDWheE4gsCXNrhixwTwSHnZMPT2cGLcNbiBNcMyU/dir-index-html/.gxlastpubver
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
vendor/QmdDfkqDWheE4gsCXNrhixwTwSHnZMPT2cGLcNbiBNcMyU/dir-index-html/README.md
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
vendor/QmdDfkqDWheE4gsCXNrhixwTwSHnZMPT2cGLcNbiBNcMyU/dir-index-html/dir-index-uncat.html
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
vendor/QmdDfkqDWheE4gsCXNrhixwTwSHnZMPT2cGLcNbiBNcMyU/dir-index-html/dir-index.html
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...QmdDfkqDWheE4gsCXNrhixwTwSHnZMPT2cGLcNbiBNcMyU/dir-index-html/gw-assets/bootstrap.min.css
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.