Commit Graph

  • 467b794574 Address review comments (thanks Gustavo) Michael Vogt 2016-02-03 08:45:21 +01:00
  • b16c2c1937 Remove "Details" from the repository interface Michael Vogt 2016-02-01 12:39:28 +01:00
  • e3cc3bb6f9 cmd: run go fmt afger sed, sigh Zygmunt Krynicki 2016-02-05 11:21:23 +01:00
  • 696b731c83 Merge pull request #438 from pedronis/asserts-primary-keys-must-be-set Samuele Pedroni 2016-02-05 11:17:58 +01:00
  • 77650ac6f6 Merge pull request #395 from mvo5/refactor/no-more-install-on-part-if John Lenton 2016-02-05 10:13:25 +00:00
  • b6efbe1f1a cmd: use more specific name for callback Zygmunt Krynicki 2016-02-05 11:06:23 +01:00
  • 7fdcb4e304 cmd: use Client() to access client for commands Zygmunt Krynicki 2016-02-05 10:58:38 +01:00
  • d06c2f92a7 cmd: add Client and ClientConfig Zygmunt Krynicki 2016-02-05 10:56:45 +01:00
  • 693f432afa cmd: sort module imports correctly Zygmunt Krynicki 2016-02-05 10:44:36 +01:00
  • 1a9ee15d31 cmd: add means of inspecting command output Zygmunt Krynicki 2016-02-05 10:43:35 +01:00
  • 89aa2bde8e cmd: capture command output during tests Zygmunt Krynicki 2016-02-05 10:42:53 +01:00
  • 93b2e4b031 cmd: use BaseTest in SnapSuite Zygmunt Krynicki 2016-02-05 10:41:09 +01:00
  • 71b6d5b61e cmd: add support for testing Zygmunt Krynicki 2016-02-05 10:40:32 +01:00
  • 95b48f5750 cmd: use new variables to write output Zygmunt Krynicki 2016-02-05 10:38:53 +01:00
  • b963ec47fa cmd: use variables for Stdout and Stderr Zygmunt Krynicki 2016-02-05 10:38:37 +01:00
  • 58baef61de client: correct skill tests Zygmunt Krynicki 2016-02-05 01:23:50 +01:00
  • d14bbccaab client: improve test data Zygmunt Krynicki 2016-02-04 22:33:38 +01:00
  • fb2b212a5e cmd: allow to construct a fresh parser Zygmunt Krynicki 2016-02-04 23:24:32 +01:00
  • b4b9e81f37 Merge pull request #433 from zyga/flexible-client Zygmunt Krynicki 2016-02-04 21:00:09 +01:00
  • c384188563 these checks are now taken care of automatically Samuele Pedroni 2016-02-04 19:24:17 +01:00
  • 6b21a11e15 always check that primary keys are set when we assemble an assertion (either when decoding or by Assemble() itself), signing case was already doing this; fix tests that weren't respecting this Samuele Pedroni 2016-02-04 19:16:03 +01:00
  • 95908eecab client: add tests for custom server URL Zygmunt Krynicki 2016-02-04 18:33:08 +01:00
  • b2bd7e9894 client: improve panic message in Client.New() Zygmunt Krynicki 2016-02-04 18:13:54 +01:00
  • 0862934d46 client: simplify URL handling in Client.raw() Zygmunt Krynicki 2016-02-04 18:12:49 +01:00
  • 9558f955ad client: tweak argument name in Client.raw() Zygmunt Krynicki 2016-02-04 18:11:20 +01:00
  • 3404769131 client: store Client.baseURL as value Zygmunt Krynicki 2016-02-04 18:10:31 +01:00
  • f86fc75094 client: tweak comment Zygmunt Krynicki 2016-02-04 18:09:25 +01:00
  • 988c80e2d9 Merge pull request #432 from chipaca/master John Lenton 2016-02-04 16:36:04 +00:00
  • ee0ac21096 cmd: simplify type assertion logic Zygmunt Krynicki 2016-02-04 16:59:06 +01:00
  • 0b127f8d23 releasing package ubuntu-snappy version 1.7.2+20160204ubuntu1 1.7.2+20160204ubuntu1 Michael Vogt 2016-02-04 16:35:49 +01:00
  • 346df1ef04 cmd: call client.New(nil) in 'snap asserts' Zygmunt Krynicki 2016-02-04 16:04:16 +01:00
  • 283e46689c client,cmd: make client.New() configurable Zygmunt Krynicki 2016-02-04 15:55:40 +01:00
  • 49f280e8b6 oops, forgot to add the tests John R. Lenton 2016-02-04 14:31:52 +00:00
  • 45829f81f4 tweaks John R. Lenton 2016-02-04 14:13:39 +00:00
  • d57f24c83e client: added GetOperation John R. Lenton 2016-02-04 13:45:00 +00:00
  • fe0af93dee remove (now) dead code Michael Vogt 2016-02-04 12:42:38 +01:00
  • 14d0da0b46 cmd: don't treat help as an error Zygmunt Krynicki 2016-02-04 12:38:53 +01:00
  • 01cb380c47 Merge pull request #425 from chipaca/client-snap-ops John Lenton 2016-02-04 10:52:36 +00:00
  • d464c22e99 remove the Repository interface too Michael Vogt 2016-02-04 11:26:23 +01:00
  • 0eb0310e68 issues raised in review John R. Lenton 2016-02-04 10:24:55 +00:00
  • 4b54ad3ccb Remove the Meta*Repository abstraction Michael Vogt 2016-02-04 11:03:43 +01:00
  • c5c909e7be Merge pull request #428 from elopio/rollback_test_tiny_comments Michael Vogt 2016-02-04 09:17:29 +01:00
  • 094466e311 Merge pull request #426 from elopio/refactor/install_unexisting_cli Michael Vogt 2016-02-04 09:11:35 +01:00
  • 28eaaea8ee Merge pull request #427 from elopio/refactor/snap_search_test_name Michael Vogt 2016-02-04 09:11:12 +01:00
  • 2a5ca4ed13 Merge pull request #417 from zyga/disable-request-logging Michael Vogt 2016-02-04 09:09:37 +01:00
  • 52717901a5 integration-tests: fix the rollback error messages Leo Arias 2016-02-03 22:18:54 -06:00
  • e98134c74b integration-tests: rename snap find test Leo Arias 2016-02-03 14:24:58 -06:00
  • a6bcb496f7 Merge pull request #422 from mvo5/feature/integration-test-for-store-regression Leo Arias 2016-02-03 22:14:45 -06:00
  • 1262265fea Merge pull request #424 from mvo5/bugfix/reenable-more-rollback Leo Arias 2016-02-03 22:12:39 -06:00
  • 84f80a04cf integration-test: use the common cli method when trying to install an unexisting snap Leo Arias 2016-02-03 14:07:11 -06:00
  • 0c8b7a2682 use cli.ExecCommand and common.InstallSnap Michael Vogt 2016-02-03 20:36:47 +01:00
  • 661f68376a Merge pull request #401 from pedronis/asserts-snap-asserts Samuele Pedroni 2016-02-03 19:16:33 +01:00
  • 6e271077a3 update-pot Samuele Pedroni 2016-02-03 18:30:59 +01:00
  • 1e169ada44 have Encoder always put at least anewline after an assertion Samuele Pedroni 2016-02-03 18:26:36 +01:00
  • 5cd59e3e69 Merge remote-tracking branch 'upstream/master' into asserts-snap-asserts Samuele Pedroni 2016-02-03 18:16:32 +01:00
  • 6844ffbfb9 address review comments Samuele Pedroni 2016-02-03 18:16:21 +01:00
  • 9d785954e7 client: implement doAsync, and all snap ops John R. Lenton 2016-02-03 14:55:05 +00:00
  • fe206018cb XXX comment about command name Samuele Pedroni 2016-02-03 15:43:52 +01:00
  • 6b7e93badf potential todo Samuele Pedroni 2016-02-03 13:14:43 +01:00
  • e6220975d6 tweak final newline handling now that Encoder adds only separators Samuele Pedroni 2016-02-03 13:14:14 +01:00
  • 00a458877d remove the snap in TestInstallFromStoreMetadata again Michael Vogt 2016-02-03 13:06:37 +01:00
  • 298e4b4494 reenable TestRollbackMustRebootToOtherVersion Michael Vogt 2016-02-03 12:04:18 +01:00
  • 11439e2afd Merge branch 'master' of github.com:ubuntu-core/snappy into disable-request-logging Zygmunt Krynicki 2016-02-03 12:59:01 +01:00
  • 1db019467b Merge pull request #410 from robert-ancell/doc-fix Gustavo Niemeyer 2016-02-03 09:56:15 -02:00
  • 1aa673896d Merge pull request #419 from zyga/skills-rest-api Zygmunt Krynicki 2016-02-03 12:51:44 +01:00
  • 321a4197a5 add integration test for LP: #1541317 Michael Vogt 2016-02-03 12:28:16 +01:00
  • 34df6d57df Merge pull request #386 from zyga/skills-client-api Zygmunt Krynicki 2016-02-03 11:40:18 +01:00
  • 189fab6cf9 Merge pull request #414 from pedronis/asserts-encoder-no-final-dbl-nl Samuele Pedroni 2016-02-03 11:29:19 +01:00
  • d752c19b45 this should work now without sudo Samuele Pedroni 2016-02-03 11:27:17 +01:00
  • d39a0dcce5 Merge remote-tracking branch 'upstream/master' into asserts-snap-asserts Samuele Pedroni 2016-02-03 11:03:10 +01:00
  • 05081b02ba Merge branch 'master' of github.com:ubuntu-core/snappy into skills-client-api Zygmunt Krynicki 2016-02-03 11:00:39 +01:00
  • e4708a1cdd make go vet happy Michael Vogt 2016-02-03 10:58:47 +01:00
  • 746de83a46 daemon: use underscore in JSON interface Zygmunt Krynicki 2016-02-03 10:25:46 +01:00
  • ba541c54e5 client: use underscores in json field names Zygmunt Krynicki 2016-02-03 10:23:15 +01:00
  • 22e799b7a4 Merge remote-tracking branch 'upstream/master' into refactor/remove-set-active-from-parts-if Michael Vogt 2016-02-03 10:17:56 +01:00
  • 0ff9878d0f Merge remote-tracking branch 'upstream/master' into refactor/remove-config-from-parts-interface Michael Vogt 2016-02-03 10:17:44 +01:00
  • 790ceebd9d Merge remote-tracking branch 'upstream/master' into refactor/no-more-install-on-part-if Michael Vogt 2016-02-03 10:17:24 +01:00
  • 6b20cbb4b5 Merge pull request #418 from mvo5/bugfix/fix-search-in-integration-tests Michael Vogt 2016-02-03 10:16:44 +01:00
  • ac4fb5d8ef Merge remote-tracking branch 'upstream/master' into skills-client-api Zygmunt Krynicki 2016-02-03 10:14:15 +01:00
  • 07f5e6041b Merge pull request #402 from chipaca/fix-readme-and-tests-wrt-chmod Michael Vogt 2016-02-03 09:20:18 +01:00
  • 6a8db900a5 address review feedback (thanks Gustavo) Michael Vogt 2016-02-03 09:18:55 +01:00
  • 5f096a3217 snappy search is no more, it is snap find now Michael Vogt 2016-02-03 07:59:33 +01:00
  • b4b7cbb2fb Address review comments (thanks Gustavo) and add tests Michael Vogt 2016-02-03 07:57:50 +01:00
  • f09fc07adc Merge remote-tracking branch 'upstream/master' into refactor/remove-set-active-from-parts-if Michael Vogt 2016-02-03 07:36:47 +01:00
  • 499a21108c Merge remote-tracking branch 'upstream/master' into refactor/remove-config-from-parts-interface Michael Vogt 2016-02-03 07:36:33 +01:00
  • e7f22fa7dd Merge remote-tracking branch 'upstream/master' into refactor/no-more-install-on-part-if Michael Vogt 2016-02-03 07:35:55 +01:00
  • 704ade2c13 Merge pull request #416 from mvo5/bugfix/add-migration-skill Michael Vogt 2016-02-03 07:35:05 +01:00
  • 8777c1b5d5 daemon: refactor makeErrorResponder() Zygmunt Krynicki 2016-02-02 20:56:26 +01:00
  • 412f53d702 add comment from Gustavo to ensure the TODO is clear Michael Vogt 2016-02-02 20:42:54 +01:00
  • 940d2132eb Merge pull request #378 from zyga/skills-rest-api Zygmunt Krynicki 2016-02-02 20:28:27 +01:00
  • 535c7a6417 Merge pull request #392 from chipaca/snap-search John Lenton 2016-02-02 18:58:21 +00:00
  • e7dc2fcc56 update-pot John R. Lenton 2016-02-02 18:47:11 +00:00
  • f2df318aa0 silly me, forgetting error formatting convetions John R. Lenton 2016-02-02 18:09:23 +00:00
  • 77d1a6a080 Do not add "migration-skill" if no skill is specified Michael Vogt 2016-02-02 19:00:43 +01:00
  • c31a098234 Revert "Do not grant "network-client" security-cap by default" Michael Vogt 2016-02-02 18:58:10 +01:00
  • 9e90331723 Merge pull request #394 from mvo5/bugfix/rm-grub-cfg Gustavo Niemeyer 2016-02-02 15:55:45 -02:00
  • c11669ac3d Do not grant "network-client" security-cap by default Michael Vogt 2016-02-02 17:56:42 +01:00
  • 738f833e07 Merge pull request #396 from zyga/skills-type-security Zygmunt Krynicki 2016-02-02 17:52:34 +01:00
  • 323abcca94 simplify Samuele Pedroni 2016-02-02 17:40:34 +01:00
  • e02e59eb8a Merge pull request #415 from chipaca/shaddup-go-vet Michael Vogt 2016-02-02 17:40:33 +01:00