Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4975)

Issue 62230043: state/..., worker/..., utils/...: use errgo

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by rog
Modified:
10 years, 2 months ago
Reviewers:
mp+206024
Visibility:
Public.

Description

state/..., worker/..., utils/...: use errgo This is an example of what things look like when changed wholesale to use an error wrapping package. I realise that no decision has been made yet, but this shows how a significant proportion of the code would look when using errgo. Most of the changes were made automatically; all calls to wrap with extra arguments were changed manually (that ended up at around 10% of all calls). https://code.launchpad.net/~rogpeppe/juju-core/500-errgo-fix/+merge/206024 (do not edit description out of merge proposal)

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2405 lines, -2248 lines) Patch
A [revision details] View 1 chunk +2 lines, -0 lines 0 comments Download
M charm/repo_test.go View 5 chunks +32 lines, -9 lines 0 comments Download
M cmd/juju/main.go View 3 chunks +41 lines, -38 lines 0 comments Download
M cmd/jujud/machine.go View 2 chunks +3 lines, -0 lines 0 comments Download
M container/kvm/kvm.go View 2 chunks +3 lines, -0 lines 0 comments Download
M dependencies.tsv View 1 chunk +1 line, -0 lines 0 comments Download
M errors/errors.go View 4 chunks +5 lines, -6 lines 0 comments Download
M errors/errors_test.go View 4 chunks +5 lines, -4 lines 0 comments Download
M rpc/server.go View 1 chunk +1 line, -0 lines 0 comments Download
M state/addmachine.go View 20 chunks +43 lines, -42 lines 0 comments Download
M state/address.go View 6 chunks +10 lines, -9 lines 0 comments Download
M state/annotator.go View 7 chunks +10 lines, -10 lines 0 comments Download
M state/api/agent/state.go View 4 chunks +6 lines, -7 lines 0 comments Download
M state/api/agent/unit_test.go View 1 chunk +0 lines, -1 line 0 comments Download
M state/api/allwatcher.go View 1 chunk +1 line, -3 lines 0 comments Download
M state/api/apiclient.go View 4 chunks +6 lines, -3 lines 0 comments Download
M state/api/base/caller.go View 1 chunk +11 lines, -0 lines 0 comments Download
M state/api/charmrevisionupdater/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/charmrevisionupdater/updater.go View 1 chunk +1 line, -1 line 0 comments Download
state/api/client.go View 11 chunks +20 lines, -17 lines 0 comments Download
M state/api/client_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/common/environwatcher.go View 2 chunks +4 lines, -4 lines 0 comments Download
M state/api/common/life.go View 2 chunks +4 lines, -5 lines 0 comments Download
M state/api/deployer/deployer.go View 4 chunks +4 lines, -4 lines 0 comments Download
M state/api/deployer/deployer_test.go View 2 chunks +4 lines, -4 lines 0 comments Download
M state/api/deployer/machine.go View 2 chunks +4 lines, -4 lines 0 comments Download
M state/api/deployer/unit.go View 4 chunks +4 lines, -3 lines 0 comments Download
M state/api/environment/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/export_test.go View 1 chunk +1 line, -0 lines 0 comments Download
M state/api/firewaller/firewaller.go View 7 chunks +11 lines, -8 lines 0 comments Download
M state/api/firewaller/firewaller_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/firewaller/machine.go View 3 chunks +6 lines, -6 lines 0 comments Download
M state/api/firewaller/service.go View 4 chunks +7 lines, -5 lines 0 comments Download
M state/api/firewaller/unit.go View 6 chunks +10 lines, -8 lines 0 comments Download
M state/api/keymanager/client_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/keymanager/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/keyupdater/authorisedkeys.go View 3 chunks +7 lines, -8 lines 0 comments Download
M state/api/keyupdater/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/logger/logger.go View 3 chunks +6 lines, -7 lines 0 comments Download
M state/api/logger/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/machiner/machine.go View 6 chunks +9 lines, -9 lines 0 comments Download
M state/api/machiner/machiner.go View 1 chunk +1 line, -1 line 0 comments Download
M state/api/machiner/machiner_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/params/apierror.go View 2 chunks +72 lines, -50 lines 0 comments Download
M state/api/params/constants.go View 1 chunk +1 line, -0 lines 0 comments Download
M state/api/params/internal.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/params/params.go View 5 chunks +11 lines, -10 lines 0 comments Download
M state/api/params/params_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/provisioner/machine.go View 15 chunks +23 lines, -22 lines 0 comments Download
M state/api/provisioner/provisioner.go View 8 chunks +10 lines, -11 lines 0 comments Download
M state/api/provisioner/provisioner_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/state_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/uniter/charm.go View 4 chunks +7 lines, -6 lines 0 comments Download
M state/api/uniter/endpoint.go View 1 chunk +1 line, -3 lines 0 comments Download
M state/api/uniter/relation.go View 4 chunks +10 lines, -7 lines 0 comments Download
M state/api/uniter/relationunit.go View 6 chunks +10 lines, -10 lines 0 comments Download
M state/api/uniter/service.go View 7 chunks +12 lines, -10 lines 0 comments Download
M state/api/uniter/settings.go View 2 chunks +2 lines, -1 line 0 comments Download
M state/api/uniter/state_test.go View 1 chunk +1 line, -3 lines 0 comments Download
M state/api/uniter/unit.go View 24 chunks +34 lines, -33 lines 0 comments Download
M state/api/uniter/unit_test.go View 2 chunks +2 lines, -1 line 0 comments Download
M state/api/uniter/uniter.go View 11 chunks +19 lines, -20 lines 0 comments Download
M state/api/uniter/uniter_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/upgrader/upgrader.go View 5 chunks +11 lines, -12 lines 0 comments Download
M state/api/upgrader/upgrader_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/watcher/interfaces.go View 1 chunk +1 line, -3 lines 0 comments Download
M state/api/watcher/watcher.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/api/watcher/watcher_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/admin.go View 7 chunks +7 lines, -7 lines 0 comments Download
M state/apiserver/agent/agent_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/apiserver.go View 4 chunks +6 lines, -6 lines 0 comments Download
M state/apiserver/charmrevisionupdater/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/charmrevisionupdater/testing/suite.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/charmrevisionupdater/updater.go View 3 chunks +4 lines, -1 line 0 comments Download
M state/apiserver/charms.go View 15 chunks +49 lines, -47 lines 0 comments Download
M state/apiserver/charms_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/client/api_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/client/client.go View 50 chunks +104 lines, -100 lines 0 comments Download
M state/apiserver/client/client_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/client/destroy.go View 7 chunks +14 lines, -13 lines 0 comments Download
M state/apiserver/client/destroy_test.go View 2 chunks +2 lines, -1 line 0 comments Download
M state/apiserver/client/get.go View 2 chunks +5 lines, -5 lines 0 comments Download
M state/apiserver/client/get_test.go View 1 chunk +0 lines, -1 line 0 comments Download
M state/apiserver/client/run.go View 7 chunks +12 lines, -9 lines 0 comments Download
M state/apiserver/client/run_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/client/status.go View 1 chunk +1 line, -1 line 0 comments Download
M state/apiserver/client/tools.go View 2 chunks +3 lines, -4 lines 0 comments Download
M state/apiserver/common/addresses.go View 2 chunks +2 lines, -2 lines 0 comments Download
M state/apiserver/common/common_test.go View 2 chunks +2 lines, -2 lines 0 comments Download
M state/apiserver/common/ensuredead.go View 3 chunks +3 lines, -2 lines 0 comments Download
M state/apiserver/common/ensuredead_test.go View 4 chunks +4 lines, -5 lines 0 comments Download
M state/apiserver/common/environmachineswatcher.go View 3 chunks +3 lines, -4 lines 0 comments Download
M state/apiserver/common/environmachineswatcher_test.go View 2 chunks +2 lines, -3 lines 0 comments Download
M state/apiserver/common/environwatcher.go View 3 chunks +5 lines, -4 lines 0 comments Download
M state/apiserver/common/environwatcher_test.go View 4 chunks +4 lines, -5 lines 0 comments Download
M state/apiserver/common/errors.go View 5 chunks +25 lines, -13 lines 0 comments Download
M state/apiserver/common/errors_test.go View 3 chunks +3 lines, -3 lines 0 comments Download
M state/apiserver/common/instanceidgetter.go View 3 chunks +3 lines, -2 lines 0 comments Download
M state/apiserver/common/instanceidgetter_test.go View 3 chunks +3 lines, -4 lines 0 comments Download
M state/apiserver/common/interfaces.go View 1 chunk +2 lines, -2 lines 0 comments Download
M state/apiserver/common/life.go View 3 chunks +3 lines, -2 lines 0 comments Download
M state/apiserver/common/life_test.go View 3 chunks +3 lines, -4 lines 0 comments Download
M state/apiserver/common/password.go View 4 chunks +4 lines, -3 lines 0 comments Download
M state/apiserver/common/password_test.go View 5 chunks +5 lines, -4 lines 0 comments Download
M state/apiserver/common/remove.go View 4 chunks +6 lines, -6 lines 0 comments Download
M state/apiserver/common/remove_test.go View 4 chunks +5 lines, -6 lines 0 comments Download
M state/apiserver/common/resource.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/common/resource_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/common/setstatus.go View 3 chunks +3 lines, -2 lines 0 comments Download
M state/apiserver/common/setstatus_test.go View 4 chunks +4 lines, -5 lines 0 comments Download
M state/apiserver/common/tools.go View 5 chunks +10 lines, -9 lines 0 comments Download
M state/apiserver/common/tools_test.go View 2 chunks +2 lines, -3 lines 0 comments Download
M state/apiserver/common/unitswatcher.go View 3 chunks +3 lines, -2 lines 0 comments Download
M state/apiserver/common/unitswatcher_test.go View 3 chunks +3 lines, -4 lines 0 comments Download
M state/apiserver/common/watch.go View 3 chunks +3 lines, -2 lines 0 comments Download
M state/apiserver/common/watch_test.go View 3 chunks +3 lines, -4 lines 0 comments Download
M state/apiserver/deployer/deployer.go View 3 chunks +9 lines, -6 lines 0 comments Download
M state/apiserver/deployer/deployer_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/environment/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/firewaller/firewaller.go View 5 chunks +14 lines, -9 lines 0 comments Download
M state/apiserver/firewaller/firewaller_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/keymanager/keymanager.go View 14 chunks +17 lines, -15 lines 0 comments Download
M state/apiserver/keymanager/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/keymanager/testing/fakesshimport.go View 1 chunk +2 lines, -1 line 0 comments Download
M state/apiserver/keyupdater/authorisedkeys.go View 4 chunks +5 lines, -2 lines 0 comments Download
M state/apiserver/keyupdater/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/logger/logger.go View 1 chunk +0 lines, -1 line 0 comments Download
M state/apiserver/logger/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/login_test.go View 4 chunks +4 lines, -3 lines 0 comments Download
M state/apiserver/machine/common_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/machine/machiner.go View 3 chunks +5 lines, -2 lines 0 comments Download
M state/apiserver/pinger_test.go View 2 chunks +3 lines, -2 lines 0 comments Download
M state/apiserver/provisioner/provisioner.go View 10 chunks +15 lines, -10 lines 0 comments Download
M state/apiserver/provisioner/provisioner_test.go View 2 chunks +2 lines, -3 lines 0 comments Download
M state/apiserver/root.go View 5 chunks +5 lines, -5 lines 0 comments Download
M state/apiserver/root_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/server_test.go View 2 chunks +4 lines, -8 lines 0 comments Download
M state/apiserver/testing/errors.go View 1 chunk +0 lines, -1 line 0 comments Download
M state/apiserver/testing/fakeauthorizer.go View 1 chunk +1 line, -3 lines 0 comments Download
M state/apiserver/uniter/uniter.go View 39 chunks +50 lines, -46 lines 0 comments Download
M state/apiserver/uniter/uniter_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/apiserver/upgrader/suite_test.go View 1 chunk +2 lines, -1 line 0 comments Download
M state/apiserver/upgrader/upgrader.go View 5 chunks +8 lines, -5 lines 0 comments Download
M state/apiserver/utils.go View 2 chunks +2 lines, -3 lines 0 comments Download
M state/apiserver/watcher.go View 1 chunk +3 lines, -4 lines 0 comments Download
M state/assign_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/charm.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/charm_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/cleanup.go View 11 chunks +26 lines, -24 lines 0 comments Download
M state/cleanup_test.go View 1 chunk +0 lines, -1 line 0 comments Download
M state/constraints.go View 3 chunks +4 lines, -5 lines 0 comments Download
M state/container.go View 1 chunk +0 lines, -1 line 0 comments Download
M state/endpoint.go View 2 chunks +2 lines, -3 lines 0 comments Download
M state/environ.go View 3 chunks +3 lines, -2 lines 0 comments Download
M state/export_test.go View 2 chunks +2 lines, -1 line 0 comments Download
M state/life.go View 1 chunk +0 lines, -1 line 0 comments Download
M state/machine.go View 39 chunks +51 lines, -50 lines 0 comments Download
M state/machine_test.go View 2 chunks +2 lines, -3 lines 0 comments Download
M state/megawatcher.go View 12 chunks +14 lines, -14 lines 0 comments Download
M state/megawatcher_internal_test.go View 4 chunks +4 lines, -4 lines 0 comments Download
M state/minimumunits.go View 5 chunks +10 lines, -8 lines 0 comments Download
M state/minimumunits_test.go View 2 chunks +2 lines, -1 line 0 comments Download
M state/multiwatcher/multiwatcher.go View 4 chunks +5 lines, -3 lines 0 comments Download
M state/multiwatcher/multiwatcher_internal_test.go View 4 chunks +5 lines, -5 lines 0 comments Download
M state/open.go View 11 chunks +15 lines, -15 lines 0 comments Download
M state/presence/presence.go View 20 chunks +25 lines, -22 lines 0 comments Download
M state/relation.go View 10 chunks +15 lines, -15 lines 0 comments Download
M state/relationunit.go View 16 chunks +35 lines, -34 lines 0 comments Download
M state/relationunit_test.go View 4 chunks +4 lines, -3 lines 0 comments Download
M state/sequence.go View 2 chunks +2 lines, -3 lines 0 comments Download
M state/service.go View 33 chunks +61 lines, -58 lines 0 comments Download
M state/service_test.go View 3 chunks +4 lines, -3 lines 0 comments Download
M state/settings.go View 9 chunks +13 lines, -12 lines 0 comments Download
M state/settings_test.go View 1 chunk +1 line, -1 line 0 comments Download
M state/state.go View 55 chunks +116 lines, -110 lines 0 comments Download
M state/state_test.go View 6 chunks +6 lines, -5 lines 0 comments Download
M state/statecmd/destroymachines.go View 3 chunks +3 lines, -3 lines 0 comments Download
M state/statecmd/machineconfig.go View 3 chunks +18 lines, -14 lines 0 comments Download
M state/statecmd/machineconfig_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/statecmd/status.go View 11 chunks +18 lines, -16 lines 0 comments Download
M state/status.go View 3 chunks +7 lines, -8 lines 0 comments Download
M state/testing/config.go View 1 chunk +5 lines, -2 lines 0 comments Download
M state/testing/watcher.go View 1 chunk +1 line, -2 lines 0 comments Download
M state/tools_test.go View 1 chunk +0 lines, -1 line 0 comments Download
M state/unit.go View 51 chunks +85 lines, -84 lines 0 comments Download
M state/unit_test.go View 3 chunks +4 lines, -3 lines 0 comments Download
M state/user.go View 9 chunks +12 lines, -12 lines 0 comments Download
M state/watcher.go View 34 chunks +40 lines, -39 lines 0 comments Download
M state/watcher/helpers.go View 2 chunks +2 lines, -1 line 0 comments Download
M state/watcher/helpers_test.go View 1 chunk +1 line, -1 line 0 comments Download
M state/watcher/watcher.go View 6 chunks +9 lines, -6 lines 0 comments Download
M utils/apt.go View 4 chunks +6 lines, -3 lines 0 comments Download
M utils/apt_test.go View 3 chunks +5 lines, -6 lines 0 comments Download
M utils/attempt.go View 1 chunk +1 line, -3 lines 0 comments Download
M utils/attempt_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/command.go View 1 chunk +1 line, -1 line 0 comments Download
M utils/command_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/exec/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/file.go View 4 chunks +5 lines, -5 lines 0 comments Download
M utils/file_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/file_unix.go View 1 chunk +1 line, -3 lines 0 comments Download
M utils/fslock/fslock.go View 7 chunks +13 lines, -10 lines 0 comments Download
M utils/fslock/fslock_test.go View 5 chunks +5 lines, -4 lines 0 comments Download
M utils/fslock/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/http_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/network.go View 3 chunks +3 lines, -3 lines 0 comments Download
M utils/network_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/parallel/parallel_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/parallel/try.go View 1 chunk +1 line, -1 line 0 comments Download
M utils/parallel/try_test.go View 4 chunks +6 lines, -6 lines 0 comments Download
M utils/password.go View 4 chunks +4 lines, -4 lines 0 comments Download
M utils/set/strings.go View 1 chunk +1 line, -3 lines 0 comments Download
M utils/set/strings_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/ssh/authorisedkeys.go View 15 chunks +26 lines, -23 lines 0 comments Download
M utils/ssh/authorisedkeys_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/ssh/clientkeys.go View 7 chunks +12 lines, -12 lines 0 comments Download
M utils/ssh/clientkeys_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/ssh/fingerprint.go View 2 chunks +3 lines, -1 line 0 comments Download
M utils/ssh/generate.go View 3 chunks +3 lines, -2 lines 0 comments Download
M utils/ssh/run.go View 4 chunks +4 lines, -4 lines 0 comments Download
M utils/ssh/run_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/ssh/ssh.go View 5 chunks +7 lines, -5 lines 0 comments Download
M utils/ssh/ssh_gocrypto.go View 11 chunks +12 lines, -11 lines 0 comments Download
M utils/ssh/ssh_openssh.go View 6 chunks +8 lines, -7 lines 0 comments Download
M utils/ssh/ssh_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/ssh/testing/fakessh.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/tailer/tailer.go View 4 chunks +9 lines, -4 lines 0 comments Download
M utils/tailer/tailer_test.go View 3 chunks +5 lines, -5 lines 0 comments Download
M utils/trivial.go View 6 chunks +8 lines, -8 lines 0 comments Download
M utils/trivial_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M utils/uuid.go View 3 chunks +6 lines, -3 lines 0 comments Download
M utils/zfile_windows.go View 1 chunk +1 line, -0 lines 0 comments Download
M worker/authenticationworker/worker_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/charmrevisionworker/revisionupdater.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/charmrevisionworker/revisionupdater_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/cleaner/cleaner_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/deployer/deployer.go View 8 chunks +14 lines, -13 lines 0 comments Download
M worker/deployer/deployer_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/deployer/simple.go View 8 chunks +11 lines, -10 lines 0 comments Download
M worker/environ.go View 3 chunks +4 lines, -2 lines 0 comments Download
M worker/environ_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/export_test.go View 1 chunk +1 line, -3 lines 0 comments Download
M worker/firewaller/firewaller.go View 25 chunks +53 lines, -42 lines 0 comments Download
M worker/firewaller/firewaller_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/instancepoller/machine_test.go View 3 chunks +3 lines, -4 lines 0 comments Download
M worker/instancepoller/observer.go View 1 chunk +1 line, -1 line 0 comments Download
M worker/instancepoller/updater.go View 7 chunks +8 lines, -6 lines 0 comments Download
M worker/instancepoller/updater_test.go View 1 chunk +1 line, -1 line 0 comments Download
M worker/instancepoller/worker.go View 2 chunks +3 lines, -3 lines 0 comments Download
M worker/instancepoller/worker_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/localstorage/config.go View 2 chunks +2 lines, -2 lines 0 comments Download
M worker/localstorage/config_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/localstorage/worker.go View 3 chunks +4 lines, -1 line 0 comments Download
M worker/logger/logger.go View 1 chunk +0 lines, -1 line 0 comments Download
M worker/logger/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/machineenvironmentworker/machineenvironmentworker.go View 5 chunks +6 lines, -3 lines 0 comments Download
M worker/machineenvironmentworker/machineenvironmentworker_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/machineenvironmentworker/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/machiner/machiner.go View 5 chunks +10 lines, -8 lines 0 comments Download
M worker/machiner/machiner_test.go View 3 chunks +4 lines, -4 lines 0 comments Download
M worker/minunitsworker/minunitsworker.go View 3 chunks +4 lines, -1 line 0 comments Download
M worker/notifyworker.go View 5 chunks +11 lines, -3 lines 0 comments Download
M worker/notifyworker_test.go View 8 chunks +8 lines, -7 lines 0 comments Download
M worker/provisioner/container_initialisation.go View 4 chunks +5 lines, -4 lines 0 comments Download
M worker/provisioner/container_initialisation_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/provisioner/export_test.go View 1 chunk +1 line, -3 lines 0 comments Download
M worker/provisioner/kvm-broker.go View 1 chunk +1 line, -1 line 0 comments Download
M worker/provisioner/kvm-broker_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/provisioner/lxc-broker.go View 1 chunk +0 lines, -1 line 0 comments Download
M worker/provisioner/lxc-broker_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/provisioner/package_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/provisioner/provisioner.go View 8 chunks +21 lines, -10 lines 0 comments Download
M worker/provisioner/provisioner_task.go View 10 chunks +15 lines, -14 lines 0 comments Download
M worker/resumer/export_test.go View 1 chunk +1 line, -3 lines 0 comments Download
M worker/resumer/resumer.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/resumer/resumer_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/runner.go View 1 chunk +1 line, -1 line 0 comments Download
M worker/runner_test.go View 14 chunks +15 lines, -15 lines 0 comments Download
M worker/stringsworker.go View 1 chunk +1 line, -1 line 0 comments Download
M worker/stringsworker_test.go View 8 chunks +8 lines, -8 lines 0 comments Download
M worker/terminationworker/worker.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/terminationworker/worker_test.go View 2 chunks +2 lines, -1 line 0 comments Download
M worker/uniter/charm/charm.go View 6 chunks +11 lines, -9 lines 0 comments Download
M worker/uniter/charm/charm_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/charm/deployer.go View 7 chunks +26 lines, -25 lines 0 comments Download
M worker/uniter/charm/deployer_test.go View 4 chunks +4 lines, -3 lines 0 comments Download
M worker/uniter/charm/export_test.go View 1 chunk +1 line, -0 lines 0 comments Download
M worker/uniter/charm/git.go View 14 chunks +17 lines, -17 lines 0 comments Download
M worker/uniter/charm/git_test.go View 3 chunks +3 lines, -2 lines 0 comments Download
M worker/uniter/context.go View 6 chunks +6 lines, -5 lines 0 comments Download
M worker/uniter/context_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/debug/client.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/debug/client_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/debug/common.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/debug/common_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/debug/server.go View 4 chunks +7 lines, -5 lines 0 comments Download
M worker/uniter/debug/server_test.go View 2 chunks +2 lines, -1 line 0 comments Download
M worker/uniter/export_test.go View 1 chunk +1 line, -3 lines 0 comments Download
M worker/uniter/filter.go View 12 chunks +24 lines, -24 lines 0 comments Download
M worker/uniter/filter_test.go View 4 chunks +5 lines, -3 lines 0 comments Download
M worker/uniter/hook/hook.go View 2 chunks +3 lines, -4 lines 0 comments Download
M worker/uniter/hook/hook_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/jujuc/config-get.go View 3 chunks +3 lines, -4 lines 0 comments Download
M worker/uniter/jujuc/config-get_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/jujuc/context.go View 2 chunks +3 lines, -3 lines 0 comments Download
M worker/uniter/jujuc/juju-log.go View 1 chunk +1 line, -1 line 0 comments Download
M worker/uniter/jujuc/owner-get.go View 3 chunks +3 lines, -4 lines 0 comments Download
M worker/uniter/jujuc/owner-get_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/jujuc/ports.go View 4 chunks +4 lines, -4 lines 0 comments Download
M worker/uniter/jujuc/relation-get.go View 4 chunks +6 lines, -5 lines 0 comments Download
M worker/uniter/jujuc/relation-get_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/jujuc/relation-ids.go View 2 chunks +2 lines, -1 line 0 comments Download
M worker/uniter/jujuc/relation-ids_test.go View 1 chunk +0 lines, -1 line 0 comments Download
M worker/uniter/jujuc/relation-list.go View 3 chunks +3 lines, -4 lines 0 comments Download
M worker/uniter/jujuc/relation-list_test.go View 1 chunk +0 lines, -1 line 0 comments Download
M worker/uniter/jujuc/relation-set.go View 3 chunks +4 lines, -3 lines 0 comments Download
M worker/uniter/jujuc/relation-set_test.go View 1 chunk +0 lines, -1 line 0 comments Download
M worker/uniter/jujuc/server.go View 3 chunks +6 lines, -3 lines 0 comments Download
M worker/uniter/jujuc/server_test.go View 2 chunks +3 lines, -4 lines 0 comments Download
M worker/uniter/jujuc/unit-get.go View 3 chunks +3 lines, -4 lines 0 comments Download
M worker/uniter/jujuc/unit-get_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/jujuc/util_test.go View 2 chunks +2 lines, -1 line 0 comments Download
M worker/uniter/modes.go View 24 chunks +43 lines, -43 lines 0 comments Download
M worker/uniter/relation/hookqueue.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/relation/hookqueue_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/relation/relation.go View 7 chunks +19 lines, -16 lines 0 comments Download
M worker/uniter/relation/relation_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/relationer.go View 3 chunks +3 lines, -3 lines 0 comments Download
M worker/uniter/relationer_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/runlistener.go View 1 chunk +1 line, -1 line 0 comments Download
M worker/uniter/runlistener_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/state.go View 3 chunks +9 lines, -10 lines 0 comments Download
M worker/uniter/state_test.go View 2 chunks +6 lines, -2 lines 0 comments Download
M worker/uniter/tools.go View 2 chunks +2 lines, -2 lines 0 comments Download
M worker/uniter/tools_test.go View 1 chunk +1 line, -2 lines 0 comments Download
M worker/uniter/uniter.go View 30 chunks +67 lines, -57 lines 0 comments Download
M worker/uniter/uniter_test.go View 2 chunks +2 lines, -1 line 0 comments Download
M worker/upgrader/export_test.go View 1 chunk +1 line, -3 lines 0 comments Download
M worker/upgrader/upgrader.go View 8 chunks +14 lines, -10 lines 0 comments Download
M worker/upgrader/upgrader_test.go View 2 chunks +2 lines, -2 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b