-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
83 changed files
with
2,402 additions
and
983 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
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,4 @@ | ||
#defaultBaseImage: docker.io/library/ubuntu:bionic | ||
|
||
defaultBaseImage: gcr.io/dmeshgate/ugate-dev:latest | ||
|
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="push/ko" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile" singleton="false"> | ||
<makefile filename="$PROJECT_DIR$/../ugate/Makefile" target="push/ko" workingDirectory="" arguments=""> | ||
<envs /> | ||
</makefile> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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,16 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="ugate-alice" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="dmesh" /> | ||
<working_directory value="$PROJECT_DIR$/../ugate/cmd/ugate/testdata/alice" /> | ||
<go_parameters value="-tags gvisor" /> | ||
<envs> | ||
<env name="xGODEBUG" value="http2debug=2" /> | ||
<env name="GVISOR" value="dmesh0" /> | ||
</envs> | ||
<kind value="DIRECTORY" /> | ||
<package value="github.com/costinm/ugate/cmd/ugate" /> | ||
<directory value="$PROJECT_DIR$/../ugate/cmd/ugatex/" /> | ||
<filePath value="$PROJECT_DIR$/../ugate/cmd/ugate/ugate.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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,16 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="ugate-bob" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="dmesh" /> | ||
<working_directory value="$PROJECT_DIR$/../ugate/cmd/ugate/testdata/bob" /> | ||
<go_parameters value="-tags lwip" /> | ||
<envs> | ||
<env name="xGODEBUG" value="http2debug=2" /> | ||
<env name="LWIP" value="dmesh1" /> | ||
</envs> | ||
<kind value="DIRECTORY" /> | ||
<package value="github.com/costinm/ugate/cmd/ugate" /> | ||
<directory value="$PROJECT_DIR$/../ugate/cmd/ugatex/" /> | ||
<filePath value="$PROJECT_DIR$/../ugate/cmd/ugate/ugate.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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,14 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="ugate-carol" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="dmesh" /> | ||
<working_directory value="$PROJECT_DIR$/../ugate/cmd/ugate/testdata/carol" /> | ||
<envs> | ||
<env name="xGODEBUG" value="http2debug=2" /> | ||
</envs> | ||
<kind value="DIRECTORY" /> | ||
<package value="github.com/costinm/ugate/cmd/ugate" /> | ||
<directory value="$PROJECT_DIR$/../ugate/cmd/ugate/" /> | ||
<filePath value="$PROJECT_DIR$/../ugate/cmd/ugate/ugate.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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,14 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="ugate-gate" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="dmesh" /> | ||
<working_directory value="$PROJECT_DIR$/../ugate/cmd/ugate/testdata/gate" /> | ||
<envs> | ||
<env name="xGODEBUG" value="http2debug=2" /> | ||
</envs> | ||
<kind value="DIRECTORY" /> | ||
<package value="github.com/costinm/ugate/cmd/ugate" /> | ||
<directory value="$PROJECT_DIR$/../ugate/cmd/ugate/" /> | ||
<filePath value="$PROJECT_DIR$/../ugate/cmd/ugate/ugate.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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,14 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="ugate-s1" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="dmesh" /> | ||
<working_directory value="$PROJECT_DIR$/../ugate/cmd/ugate/testdata/s1" /> | ||
<envs> | ||
<env name="XGODEBUG" value="http2debug=2" /> | ||
</envs> | ||
<kind value="DIRECTORY" /> | ||
<package value="github.com/costinm/ugate/cmd/ugate" /> | ||
<directory value="$PROJECT_DIR$/../ugate/cmd/ugate/" /> | ||
<filePath value="$PROJECT_DIR$/../ugate/cmd/ugate/ugate.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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,6 +1,7 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="ugate" type="CloudCodeCloudRunConfigurationType" factoryName="CloudCodeCloudDeployRunConfigurationFactory" show_console_on_std_err="false" show_console_on_std_out="false" gcpProject="{"googleUsername":"[email protected]","projectId":"dmeshgate","projectName":"dmeshgate","projectNumber":584624515903}" imageBuilder="{"name":"Docker","payload":{"path":"Dockerfile"}}"> | ||
<option name="allowRunningInParallel" value="false" /> | ||
<option name="buildEnvironment" value="Local" /> | ||
<option name="buildpacksEnv"> | ||
<map /> | ||
</option> | ||
|
@@ -17,6 +18,9 @@ | |
<option name="environmentVariables"> | ||
<map /> | ||
</option> | ||
<option name="gcbSettings"> | ||
<GoogleCloudBuildSettings /> | ||
</option> | ||
<option name="gkeClusterLocation" /> | ||
<option name="gkeClusterName" /> | ||
<option name="gkeClusterNamespace" value="default" /> | ||
|
@@ -29,12 +33,14 @@ | |
<option name="memoryAllocated" value="MIB_256" /> | ||
<option name="minInstances" value="" /> | ||
<option name="platform" value="FULLY_MANAGED" /> | ||
<option name="projectPathOnTarget" /> | ||
<option name="selectedOptions"> | ||
<list /> | ||
</option> | ||
<option name="serviceAccount" value="" /> | ||
<option name="serviceName" value="ugate" /> | ||
<option name="timeout" value="900" /> | ||
<option name="vpcConnector" value="" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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
Oops, something went wrong.