Skip to content

Commit

Permalink
Merge v0.18.1 (#1)
Browse files Browse the repository at this point in the history
* update WebUIPath

* Update .golangci.yml

* Update webui.go

* Update .golangci.yml
  • Loading branch information
bitruss authored Feb 23, 2023
1 parent 505f072 commit 6a2e535
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
- run:
name: Cloning
command: |
git clone https://github.com/ipfs/ipfs-webui.git
git clone https://github.com/daqnext/ipfs-webui.git
git -C ipfs-webui log -1
- restore_cache:
keys:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ linters:
linters-settings:
stylecheck:
dot-import-whitelist:
- github.com/ipfs/kubo/test/cli/testutils
- github.com/daqnext/kubo/test/cli/testutils
3 changes: 2 additions & 1 deletion core/corehttp/webui.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package corehttp

// TODO: move to IPNS
const WebUIPath = "/ipfs/bafybeiequgo72mrvuml56j4gk7crewig5bavumrrzhkqbim6b3s2yqi7ty" // v2.21.0
const WebUIPath = "/ipfs/QmWxjcwkAno3DoT7CvK7XvnuHYsj3k2LkkbKgrYkaJfUGL" // v2.21.0

// WebUIPaths is a list of all past webUI paths.
var WebUIPaths = []string{
WebUIPath,
"/ipfs/bafybeiequgo72mrvuml56j4gk7crewig5bavumrrzhkqbim6b3s2yqi7ty",
"/ipfs/bafybeibjbq3tmmy7wuihhhwvbladjsd3gx3kfjepxzkq6wylik6wc3whzy",
"/ipfs/bafybeiavrvt53fks6u32n5p2morgblcmck4bh4ymf4rrwu7ah5zsykmqqa",
"/ipfs/bafybeiageaoxg6d7npaof6eyzqbwvbubyler7bq44hayik2hvqcggg7d2y",
Expand Down

0 comments on commit 6a2e535

Please sign in to comment.