Skip to content

Commit cba8f0e

Browse files
committed
merging again??
2 parents 0369be1 + 3edf709 commit cba8f0e

1,100 files changed

Lines changed: 10773 additions & 76150 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

cmd/run_pipeline.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ func (cmd *RunPipelineCmd) Run(cobraCmd *cobra.Command, args []string, f factory
147147
// Print upgrade message if new version available
148148
if !cmd.Render {
149149
upgrade.PrintUpgradeMessage(cmd.log)
150+
} else if cmd.RenderWriter == nil {
151+
cmd.RenderWriter = os.Stdout
150152
}
153+
151154
if cobraCmd != nil {
152155
plugin.SetPluginCommand(cobraCmd, args)
153156
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
1. DevSpace starts to periodically send `HTTP GET` requests to the URLs provideded via `dev.open[*].url`.
2+
1. DevSpace starts to periodically send `HTTP GET` requests to the URLs provideded via `dev.*.open[*].url`.
33
2. As soon as the first HTTP response has a status code which is neither 502 (Bad Gateway) nor 503 (Service Unavailable), DevSpace assumes that the application is now started, stops sending any further requests and opens the provided URL in the browser.
44
3. If the URL is still returning status code 502 or 503 after 4min, DevSpace will stop trying to open it. To not disturb the log streaming or the interactive terminal session, DevSpace will not show an error when hitting the 4min timeout.

0 commit comments

Comments
 (0)