-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feat: Implemented open default browser in local mode #2122
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2122 +/- ##
=========================================
+ Coverage 11.69% 11.7% +0.01%
=========================================
Files 52 51 -1
Lines 26353 26321 -32
=========================================
Hits 3081 3081
+ Misses 22877 22845 -32
Partials 395 395
Continue to review full report at Codecov.
|
Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
[[projects]] | ||
branch = "master" | ||
digest = "1:cf624c484f140dbeb3635c0410e9f444def176a9bcebde0facdef6be86a1dae4" | ||
name = "github.com/skratchdot/open-golang" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MIT licence = ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. GPL and LGPL are not ok
Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
cmd/argo/commands/server.go
Outdated
@@ -4,7 +4,8 @@ import ( | |||
"fmt" | |||
"os" | |||
"time" | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File is not goimports
-ed with -local github.com/argoproj/argo (from goimports
)
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
. Open the Argo server page in browser when argo server starts in local mode #2120