commit bba12ccfbb93b6d975a3b719e8f3b90d94985d32
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Tue Jul 6 11:05:20 2021 -0500
feat(params): Fix PATCH against Params.
The PATCH operation against the */params endpoints was doing weird things
and generaing invalid patches against the larger object as a whole. This reworks
the patch generating logic on the server side to only do the patch-based
add/remove logic for the param add/remove/update endpoints, not the
PATCH endpoint
M backend/requestTracker.go
M clitest/test-data/output/TestProfileCli/profiles.params.john.c79821955caebca7a1384913728d3792/stderr.expect
M clitest/test-data/output/TestProfileCli/profiles.remove.john.param.newparam2.d34db0c595633c42303e5063b4aebe1c/stderr.expect
M clitest/test-data/output/TestProfileCli/profiles.set.john.param.john2.to.cow.67b35d35af4f01c00b9f75c8330b9fd1/stderr.expect
M clitest/test-data/output/TestStageCli/stages.params.john.c79821955caebca7a1384913728d3792/stderr.expect
M clitest/test-data/output/TestStageCli/stages.remove.john.param.newparam2.d34db0c595633c42303e5063b4aebe1c/stderr.expect
M clitest/test-data/output/TestStageCli/stages.set.john.param.john2.to.cow.67b35d35af4f01c00b9f75c8330b9fd1/stderr.expect
M frontend/params.go
M go.mod
M go.sum
M tools/test.sh
commit 83731956298612e18120eea07fcac871b28d43e5
Author: Meshiest <gpg@reheatedcake.io>
Date: Thu Jul 1 15:21:52 2021 -0500
fix(raw_models): fix raw model not updating after init
M backend/dataTracker.go
M backend/utils.go
M frontend/frontend.go
End of Note