summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-18modify generateBinaryName to generate a short name if the appname and the sna...feature/short-binary-namesMichael Vogt
2016-03-18Merge pull request #684 from pedronis/overlord-taskrunner-goroutine-exitsMichael Vogt
2016-03-18Merge pull request #666 from mvo5/refactor/no-parts7Michael Vogt
2016-03-18Merge pull request #665 from mvo5/refactor/no-parts6Michael Vogt
2016-03-18comment about the use of tomb.Kill to register the task handler outcomeSamuele Pedroni
2016-03-18Merge branch 'refactor/no-parts6' into refactor/no-parts7refactor/no-parts7Michael Vogt
2016-03-18Merge remote-tracking branch 'upstream/master' into refactor/no-parts6refactor/no-parts6Michael Vogt
2016-03-18Merge pull request #656 from mvo5/refactor/no-parts5Michael Vogt
2016-03-18address review feedback (thanks Gustavo!)refactor/no-parts5Michael Vogt
2016-03-18Merge pull request #649 from plars/avoid-more-config-checks-base-testMichael Vogt
2016-03-17integration-tests: don't check the config file when listing tests.Paul Larson
2016-03-17Merge pull request #242 from elopio/gocheck_listLeo Arias
2016-03-17address review commentsSamuele Pedroni
2016-03-17better handling of task goroutine exits, support state.Retry to express that ...Samuele Pedroni
2016-03-17Merge pull request #672 from emgee/asserts-primary-keysGustavo Niemeyer
2016-03-17Merge pull request #677 from mvo5/feature/statemanager-waitSamuele Pedroni
2016-03-17Merge pull request #681 from pedronis/overlord-taskrunner-propagate-failSamuele Pedroni
2016-03-17Merge pull request #683 from zyga/ifaces-namingZygmunt Krynicki
2016-03-17don't reuse t outside and inside the for loop, it's confusing in the endSamuele Pedroni
2016-03-17follow the doc comment and be safer by only setting ErrorStatus when the task...Samuele Pedroni
2016-03-17styleSamuele Pedroni
2016-03-17backend -> stateBackend in testsSamuele Pedroni
2016-03-17move EnsureBefore where is relevant, to give a chance to waiting goroutines t...Samuele Pedroni
2016-03-17Merge pull request #658 from zyga/fileset-janitorGustavo Niemeyer
2016-03-17osutil: tweak commentZygmunt Krynicki
2016-03-17Merge remote-tracking branch 'upstream/master' into overlord-taskrunner-propa...Samuele Pedroni
2016-03-17Merge pull request #679 from pedronis/overlord-state-tasks-and-halt-tasksSamuele Pedroni
2016-03-17extra todo in test for laterSamuele Pedroni
2016-03-17interfaces: move naming functions to dedicated fileZygmunt Krynicki
2016-03-17set directly and indirectly waiting tasks as in Error when a task goroutine f...Samuele Pedroni
2016-03-17use HaltTasks and EnsureBefore to make sure we schedule unblocked tasksSamuele Pedroni
2016-03-17Improve snap-revision doc comments to mention store acknowledgement.Matt Goodall
2016-03-17the relation is static, don't give the impression in the doc that is dynamicSamuele Pedroni
2016-03-17Task.HaltTasks() etcSamuele Pedroni
2016-03-17explicit testing of marshalling wait-for relationsSamuele Pedroni
2016-03-17State.Tasks()Samuele Pedroni
2016-03-17Merge pull request #673 from emgee/asserts-identity-remove-unnecessary-checkSamuele Pedroni
2016-03-17Merge pull request #678 from pedronis/overlord-taskrunner-error-handlingSamuele Pedroni
2016-03-17Merge remote-tracking branch 'upstream/master' into fileset-janitorZygmunt Krynicki
2016-03-17osutil: describe unsupported security systemsZygmunt Krynicki
2016-03-16osutil: tweak comment for readabilityZygmunt Krynicki
2016-03-16osutil: don't use backtick quotes needlesslyZygmunt Krynicki
2016-03-16osutil: be more strict in writeFile()Zygmunt Krynicki
2016-03-16osutil: do more checks on EnsureDirState() argumentsZygmunt Krynicki
2016-03-16commentsSamuele Pedroni
2016-03-16pass in tombs to handlers so that they support cancellation laterSamuele Pedroni
2016-03-16running task with gorouting should have the proper status setSamuele Pedroni
2016-03-16error is final (wip)Samuele Pedroni
2016-03-16call stop and use Wait now that we have itSamuele Pedroni
2016-03-16update witnessManager to the new SnapManager interfacefeature/statemanager-waitMichael Vogt