commit 8241fb5539ce3f8fa502809b587eba11d98ed10c
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Fri Jun 19 08:27:13 2020 -0500
build: fix unit tests
M clitest/test-data/output/TestAuth/info.get/stdout.expect
M clitest/test-data/output/TestTaskCli/tasks.create.8d20432a4e21ef071b283910d9596673/stderr.expect
M clitest/test-data/output/TestTaskCli/tasks.create.dedd6ced565015e77ca12954ca5e76b9/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 go.mod
M go.sum
commit ff844db17d021d202e8d9f4298c7be8d4de182ab
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Wed Jun 17 17:41:07 2020 -0500
feat(agent-auto-update): Pull in agent-auto-update
drpcli agent added support for automated updates on service start, and
got rid of a couple of sanity checks that made installing the agent harder
in an offline environment. THis pulls in those changes and adds a
feature flag to allow running agents know that dr-provision will serve
them an agent that respects the auto update rules.
M backend/dataTracker.go
M datastack/wal.go
M go.mod
M go.sum
commit 4af6e0acaa14af5fca9ec6666907653f5fa53896
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 16 12:47:29 2020 -0500
build: publish release notes
M .travis.yml
A tools/build_rel_notes.sh
commit 109b00a858d268d89c1994d1b4f689af8c5418f3
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Jun 15 21:25:16 2020 -0500
feat(walfsck): Rework wal2git into walfsck
Now that it has verify, rescue, and humanize modes, turn it into its
own standalone program.
verify runs the wal files thorugh basic verification and loads all
data into memory. If any errors are encountered they will appear in
the log output.
rescue does the same as verify, and saves any data that still appears to be
valid into a new datastack.
humanize does the same as rescue, except it writes the data in
a format that is backwards compatible with older dr-provisions.
D cmds/wal2git/wal2git.go
A cmds/walfsck/walfsck.go
M datastack/stack.go
M datastack/stack_legacy.go
M datastack/stack_test.go
M datastack/streamingSyncActive.go
M datastack/wal.go
M go.mod
M go.sum
End of Note