-
Notifications
You must be signed in to change notification settings - Fork 98
add subnet alias #1987
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
Merged
Merged
add subnet alias #1987
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
da96adf
add api for fuji
arturrez 85caa00
put old code back
arturrez 31c4110
add subnet alias
arturrez 9cf03c4
avoid github api if custom version is set
arturrez 5765bfd
add publicAPI to network
arturrez 7a405c2
Merge branch 'main' into fuji-api
arturrez e2eaf34
fixes
arturrez 07a4e24
fix golang template newline
arturrez 3266cee
switch to host network
arturrez 38cf267
fix template
arturrez d7c08ee
rm host mode for monitoring
arturrez 2ae0bb5
add e2e support back to template
arturrez e70c1ba
fix e2e indent
arturrez d76f0a7
make sure that all API hosts can receive traffic on IP and not localhost
arturrez d32ddb0
lint
arturrez 6f4f5e6
Merge branch 'main' into fuji-api-alias
arturrez a549b1b
change subnet-alias implementation after join refactor
arturrez 2e14262
Merge branch 'main' into fuji-api
arturrez df7095b
mv public access config to clusterconf and address other felipe feedback
arturrez 2eda222
lint
arturrez c5f0980
Merge branch 'fuji-api' into fuji-api-alias
arturrez afd065d
check for err
arturrez dfc7ac4
fix wiz
arturrez 9862694
prepareAvala
arturrez 4584425
additional subnet aliases
arturrez 504698b
Merge branch 'main' into fuji-api-alias
arturrez 76a4b5f
address felipe feedback
arturrez 06dce2b
add helperfunc to template
arturrez 6956f86
fix
arturrez 301d4b0
fix text/template instead of html
arturrez 715fe3d
use text/template
arturrez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"{{.BlockChainID}}": ["{{join .Aliases "\", \""}}"] | ||
felipemadero marked this conversation as resolved.
Show resolved
Hide resolved
|
||
} |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.