Skip to content

v4.2.5

commit 3983ad14062f8e36636b00f970a9bf4ab9efee02
Author: Victor Lowther <victor.lowther@gmail.com>
Date:   Wed Feb 26 14:07:16 2020 -0600

    Split tx code into its own package for proper isolation testing.

M   backend/bootenv.go
M   backend/contexts.go
M   backend/index/index.go
M   backend/jobs.go
M   backend/lease.go
M   backend/machines.go
M   backend/param.go
M   backend/pluginProviders.go
M   backend/plugins.go
M   backend/preference.go
M   backend/profiles.go
M   backend/raw_model.go
M   backend/requestTracker.go
M   backend/reservation.go
M   backend/roles.go
M   backend/stage.go
M   backend/subnet.go
M   backend/task.go
M   backend/template.go
M   backend/tenants.go
D   backend/tx.go
M   backend/user.go
M   backend/utils.go
M   backend/wal.go
M   backend/workflow.go
A   transact/tx.go
R084    backend/tx_test.go  transact/tx_test.go

commit f65d9cac3ffe660e7916e5692e384d5bb1b6fa74
Author: Victor Lowther <victor.lowther@gmail.com>
Date:   Thu Feb 20 13:27:19 2020 -0600

    Restore nextCommit setting when replaying per-tx wals

M   backend/perTxWalReplay.go

End of Note