vagrant/internal/server/singleprocess/state
Paul Hinze 8b5d4b8631
Update and address protobuf package deprecations
These changes address the following warning showing up on `go get`
operations:

    go: module github.com/golang/protobuf is deprecated: Use the
    "google.golang.org/protobuf" module instead.

All changes are made using the recommendations in the per-function
deprecation notices from the docs at
https://pkg.go.dev/github.com/golang/protobuf/ptypes
2022-06-08 11:51:19 -05:00
..
basis.go Update and address protobuf package deprecations 2022-06-08 11:51:19 -05:00
basis_test.go Add test for basis state 2022-04-25 12:24:39 -05:00
box.go Update and address protobuf package deprecations 2022-06-08 11:51:19 -05:00
box_test.go Add test for box with 0 version number 2022-04-25 12:26:45 -05:00
config.go Update and address protobuf package deprecations 2022-06-08 11:51:19 -05:00
config_test.go Fix config test 2022-04-25 12:24:15 -05:00
db.go Update and address protobuf package deprecations 2022-06-08 11:51:19 -05:00
generic_operation.go Update and address protobuf package deprecations 2022-06-08 11:51:19 -05:00
hmac.go Update and address protobuf package deprecations 2022-06-08 11:51:19 -05:00
hmac_test.go Add gogo 2022-04-25 12:23:57 -05:00
index_time.go Add gogo 2022-04-25 12:23:57 -05:00
job.go Update and address protobuf package deprecations 2022-06-08 11:51:19 -05:00
job_assigned.go Update server service and state to use Target and refs from sdk 2022-04-25 12:24:07 -05:00
job_test.go Sort out job test except for blocking job execution tests 2022-04-25 12:24:15 -05:00
project.go Update and address protobuf package deprecations 2022-06-08 11:51:19 -05:00
project_test.go Add tests for target 2022-04-25 12:24:39 -05:00
prune.go Count all the entries in jobs bucket 2022-04-25 12:24:40 -05:00
prune_test.go Import Waypoint state pruning code 2022-04-25 12:24:40 -05:00
runner.go Add gogo 2022-04-25 12:23:57 -05:00
runner_test.go Fix runner and snapshot tests 2022-04-25 12:24:15 -05:00
server_config.go Update and address protobuf package deprecations 2022-06-08 11:51:19 -05:00
server_config_test.go Add gogo 2022-04-25 12:23:57 -05:00
server_id.go Upgrade bolt to bbolt 2022-04-25 12:24:34 -05:00
snapshot.go Upgrade bolt to bbolt 2022-04-25 12:24:34 -05:00
snapshot_test.go Fix runner and snapshot tests 2022-04-25 12:24:15 -05:00
state.go Prune old jobs as part of vagrant server clean ups 2022-04-25 12:24:40 -05:00
state_test.go Add gogo 2022-04-25 12:23:57 -05:00
target.go Update and address protobuf package deprecations 2022-06-08 11:51:19 -05:00
target_test.go Test for non merging configs 2022-04-25 12:26:34 -05:00
task.go Round out service tests 2022-04-25 12:26:11 -05:00
testing.go Add tests for target 2022-04-25 12:24:39 -05:00