commit aea66b6fffa522247cbe254f8e3edcf8afbe211f
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Aug 12 16:11:28 2019 -0500
Pull in new client code
M go.mod
M go.sum
commit 744ae812d12b00a1f0a95b36532f2ba60279cdd0
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Aug 12 10:13:17 2019 -0500
Add functionality to allow you to compose parameters together.
Based on feedback from Greg about making certain types of validation
and composition easier to manage.
M backend/dataTracker.go
M backend/renderData.go
M backend/requestTracker.go
M backend/stage.go
M clitest/stages_test.go
M clitest/test-data/output/TestAuth/info.get/stdout.expect
A clitest/test-data/output/TestComposeParams/params.create.5bb0a8fe5ed8ef38abbb4e35642e3eb3/stdout.expect
A clitest/test-data/output/TestComposeParams/params.create.85a2f3c879964267c6b70a8980d7092a/stdout.expect
A clitest/test-data/output/TestComposeParams/params.create.8efb4572340918d0ff050df0996bc4e7/stderr.expect
A clitest/test-data/output/TestComposeParams/params.create.b320a3e79f0efe5e992811d2a5987530/stdout.expect
A clitest/test-data/output/TestComposeParams/params.destroy.p1/stdout.expect
A clitest/test-data/output/TestComposeParams/params.destroy.p2/stdout.expect
A clitest/test-data/output/TestComposeParams/params.destroy.p3/stdout.expect
A clitest/test-data/output/TestComposeParams/profiles.create.5dc744a6a05a50bc1d70630d52b31681/stdout.expect
A clitest/test-data/output/TestComposeParams/profiles.create.b4603e7417eb02c941e2edc9cf1cdab1/stdout.expect
A clitest/test-data/output/TestComposeParams/profiles.destroy.pro1/stdout.expect
A clitest/test-data/output/TestComposeParams/profiles.destroy.pro2/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.create.81a66499679a3bd3fde9e7acbe71d371/stderr.expect
A clitest/test-data/output/TestComposeParams/stages.create.8c06cd63bcdcef0188a66424b58b6dea/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.create.e64f266ad2ff6be44eeb165ec443fbf4/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.destroy.s1/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.destroy.s2/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s1.param.p1.2d17c90bda2d9354ae5d099a1eadd03a/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s1.param.p1.f82e3e46e25100eddbb25d4c814e4866/stderr.expect
A clitest/test-data/output/TestComposeParams/stages.get.s1.param.p1.f82e3e46e25100eddbb25d4c814e4866/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s1.param.p2.2d17c90bda2d9354ae5d099a1eadd03a/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s1.param.p2.f82e3e46e25100eddbb25d4c814e4866/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s1.param.p3.2d17c90bda2d9354ae5d099a1eadd03a/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s1.param.p3.f82e3e46e25100eddbb25d4c814e4866/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s2.param.p1.2d17c90bda2d9354ae5d099a1eadd03a/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s2.param.p1.f82e3e46e25100eddbb25d4c814e4866/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s2.param.p2.2d17c90bda2d9354ae5d099a1eadd03a/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s2.param.p2.f82e3e46e25100eddbb25d4c814e4866/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s2.param.p3.2d17c90bda2d9354ae5d099a1eadd03a/stdout.expect
A clitest/test-data/output/TestComposeParams/stages.get.s2.param.p3.f82e3e46e25100eddbb25d4c814e4866/stdout.expect
M clitest/test-data/output/TestMachineCli/machines.get/stderr.expect
M clitest/test-data/output/TestPluginCli/plugins.get/stderr.expect
M clitest/test-data/output/TestProfileCli/profiles.get/stderr.expect
M clitest/test-data/output/TestStageCli/stages.get/stderr.expect
M clitest/test-data/output/TestUserCli/users.token.rocketskates.scope.all.ttl.330.action.list.specific.asdgag/stdout.expect
M clitest/test-data/output/TestUserCli/users.token.rocketskates/stdout.expect
M embedded/assets/swagger.json
M frontend/params.go
M go.mod
M go.sum
commit 64a63fa720567d68dd6c49d3fca6d1ea888bae1a
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Aug 12 16:30:48 2019 -0500
Undo the force changes for resetting CurrentTask.
This should still work with manager, but cause a little drift.
M backend/machines.go
commit 9bbe62a1c979100714287980337d19e6b5d2c272
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Aug 12 15:33:13 2019 -0500
Add the --exit-on-change option. When set, will cause the
server to exit when it notices a change in the file system.
The systmed service fiil will restart the file.
M server/server.go
M server/watcher.go
commit 5de5b94ac43e67e0fc078d227e1333624fbdad7b
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Aug 12 15:32:21 2019 -0500
Allow machines to be force created and updated. This will
enable the manager to handle update machines that appear to
not be following protocol.
M backend/machines.go
End of Note