summaryrefslogtreecommitdiff
path: root/daemon
AgeCommit message (Expand)Author
2019-09-24Updated timings tests.Pawel Stolowski
2019-09-24Report total duration of ensure/startup debug timings in Doing column.Pawel Stolowski
2019-09-12Merge remote-tracking branch 'upstream/master' into snapd-slow-startupSamuele Pedroni
2019-09-10Merge pull request #7342 from ardaguclu/fixme-rename-archMichael Vogt
2019-08-30simplify a bit api_model_test.go testsSamuele Pedroni
2019-08-30Merge remote-tracking branch 'upstream/master' into HEADSamuele Pedroni
2019-08-29daemon/api_model_test.go: always unlock snapStateIan Johnson
2019-08-26daemon/api_model_test.go: add test for json=true REST callIan Johnson
2019-08-26fixme: rename ubuntu*architectures to dpkg*architecturesArda Güçlü
2019-08-23make Precheck an option to CommitTo instead of a separate methodSamuele Pedroni
2019-08-23many: generalize assertstate.Batch to asserts.Batch, have assertstate.AddBatchSamuele Pedroni
2019-08-22many: rename error kind for assertions not found to be consistentIan Johnson
2019-08-21move channel parsing to snap/channelSamuele Pedroni
2019-08-18use asserts.Batch for assertstate.Batch and internal accumFetcherSamuele Pedroni
2019-08-15daemon/api_model_test.go: add more err checksIan Johnson
2019-08-15daemon/api_model_test.go: add test for serial assertsIan Johnson
2019-08-15daemon/api_model_test.go: rm superfluous remodel checkIan Johnson
2019-08-14Merge remote-tracking branch 'upstream/master' into snapd-slow-startupSamuele Pedroni
2019-08-13daemon/api_model_test.go: add unit tests for getting model assertionIan Johnson
2019-08-13daemon/api_model.go: use status codes directlyIan Johnson
2019-08-13client,daemon/model: refactor ErrNoState handlingIan Johnson
2019-08-09daemon: add /v2/model GET and /v2/model/serial GET endpointsIan Johnson
2019-08-09daemon/api_asserts.go: refactor query params handlingIan Johnson
2019-07-29daemon: do not modify test data in user suiteMaciej Borzecki
2019-07-21adjust startup timeout via EXTEND_TIMEOUT_USEC using an estimateSamuele Pedroni
2019-07-20introduce Overlord.StartUp and a matching method on StateManagersSamuele Pedroni
2019-07-19many: retry to reboot if snapd gets restarted before expected rebootSamuele Pedroni
2019-07-18Merge pull request #7100 from mvo5/client-user-agent-installMichael Vogt
2019-07-18split RebootVerified into RebootAsExpected/RebootDidNotHappenSamuele Pedroni
2019-07-18some clarifications/cleanups as suggested in reviewsSamuele Pedroni
2019-07-18Merge remote-tracking branch 'upstream/master' into verify-rebootSamuele Pedroni
2019-07-16Merge pull request #6878 from chipaca/health-checks-infoMichael Vogt
2019-07-16Merge remote-tracking branch 'upstream/master' into client-user-agent-installMichael Vogt
2019-07-16daemon: tweak code to minimize diff (for easier reading)Michael Vogt
2019-07-14daemon: typo fix in test function nameJames Henstridge
2019-07-12daemon: move store.WithClientUserAgent context to Command.ServeHTTPMichael Vogt
2019-07-12fix 1.9 issues, make the closing of the various listeners idempotentSamuele Pedroni
2019-07-12many: add client-user-agent to "install" SnapActionMichael Vogt
2019-07-12many: add context to snapstate.Install()Michael Vogt
2019-07-11Merge remote-tracking branch 'upstream/master' into daemon-replace-shutdownse...Samuele Pedroni
2019-07-08logging improvementsSamuele Pedroni
2019-07-04daemon: mock reading of build IDMaciej Borzecki
2019-07-02cmd/snap, etc: add health to 'snap list' and 'snap info'John R. Lenton
2019-06-27daemon: we can share a single http.Server instance between the two listenersJames Henstridge
2019-06-27daemon: replace shutdownServer with net/http's native shutdown supportJames Henstridge
2019-06-25Merge pull request #7028 from jhenstridge/systemd-client-instance-modeJohn R. Lenton
2019-06-25systemd: add support for controlling different systemd instancesJames Henstridge
2019-06-25netutil: extract socket activation helpers from daemon package.James Henstridge
2019-06-24many: add strutil.ElliptLeft, use it for shortening cohortsJohn R. Lenton
2019-06-21add logic to retry to reboot if snapd gets restarted before expectedSamuele Pedroni