Commit Graph

  • 382b4a32d1 interfaces/types,interfaces/builtin,daemon: rename types to builtin Zygmunt Krynicki 2016-02-26 18:23:44 +01:00
  • 2ed97825d4 interfaces,interfaces/types: unify security snippet functions Zygmunt Krynicki 2016-02-26 18:12:15 +01:00
  • 8dc0d1950a Try excluding also login.ubuntu.com from the proxy. Leonardo Arias Fonseca (¡paz y baile!) 2016-02-26 11:05:50 -06:00
  • 4a11b7115a Merge pull request #515 from mvo5/bugfix/oauth-quote John Lenton 2016-02-26 17:00:50 +00:00
  • 5019a72807 integration-tests: add the no_proxy env var for localhost Leonardo Arias Fonseca (¡paz y baile!) 2016-02-26 10:39:43 -06:00
  • c32e53903c snapd: close the listener on Stop, to force the http.Serve loop to exit John R. Lenton 2016-02-26 16:08:21 +00:00
  • ad62d69cf3 Merge pull request #534 from fgimenez/remove-unused-field Leo Arias 2016-02-26 09:35:59 -06:00
  • 93651d2e74 Merge pull request #533 from elopio/integration-tests/proxy Leo Arias 2016-02-26 09:35:06 -06:00
  • c1704015ed implicit checkpointing retry logic in Unlock Samuele Pedroni 2016-02-26 16:35:04 +01:00
  • bf87013c0e fix Samuele Pedroni 2016-02-26 15:38:05 +01:00
  • aa86cacbfb Merge branch 'overlord-mgrs-split-out-in-pkgs' into overlord-state-lock-unlock Samuele Pedroni 2016-02-26 15:36:24 +01:00
  • dc46d8a3c4 docs: tweak method description Zygmunt Krynicki 2016-02-26 14:56:53 +01:00
  • 4cb58be520 docs: rename one more skill leftover Zygmunt Krynicki 2016-02-26 14:25:36 +01:00
  • a573326801 daemon: rename leftover skill terminology Zygmunt Krynicki 2016-02-26 14:24:22 +01:00
  • d4b1b2f489 cmd/snap: adapt unit tests to new wire format Zygmunt Krynicki 2016-02-26 14:17:14 +01:00
  • 967037b8be client,daemon,docs: use plug/slot instead of name on the wire Zygmunt Krynicki 2016-02-26 13:55:13 +01:00
  • 3d2baadc13 docs: rename skills to interfaces in the REST docs Zygmunt Krynicki 2016-02-25 14:22:38 +01:00
  • 1ea1437d2b client,daemon: rename skills to interfaces on the wire Zygmunt Krynicki 2016-02-25 14:09:03 +01:00
  • ee6cab4a15 Merge pull request #524 from zyga/internal-skills-renamed-to-intefaces Zygmunt Krynicki 2016-02-26 13:45:53 +01:00
  • 1e096f982c interfaces: fix emacs header Zygmunt Krynicki 2016-02-26 13:20:16 +01:00
  • 94a01acae9 interfaces,daemon: rename Connected{To,By} to {Slots,Plugs} Zygmunt Krynicki 2016-02-26 13:16:38 +01:00
  • 7183918772 interfaces: simplify comment Zygmunt Krynicki 2016-02-26 13:14:35 +01:00
  • dab84edd0b interfaces: rename PlugSlot to Slot Zygmunt Krynicki 2016-02-26 13:13:33 +01:00
  • 6e4f16668d interfaces: fix 'i to 't and tface to 't Zygmunt Krynicki 2016-02-26 13:11:23 +01:00
  • 2b0692b42a interfaces: fix plug slots to just slots Zygmunt Krynicki 2016-02-26 13:10:41 +01:00
  • 597ba66997 interfaces: tweak comment Zygmunt Krynicki 2016-02-26 13:09:54 +01:00
  • 7933948b59 addressed issues found by review John R. Lenton 2016-02-26 12:08:08 +00:00
  • 9f5aad4209 Merge branch 'master' into channel-everywhere John R. Lenton 2016-02-26 12:03:17 +00:00
  • b2ddf0755e Merge branch 'master' of github.com:ubuntu-core/snappy into internal-skills-renamed-to-intefaces Zygmunt Krynicki 2016-02-26 13:02:57 +01:00
  • e04085a6f0 Merge pull request #523 from zyga/client-rename-skills-to-interfaces Zygmunt Krynicki 2016-02-26 12:39:07 +01:00
  • d75642f946 integration-tests: remove unused field Federico Gimenez 2016-02-26 09:27:18 +01:00
  • 16f4df602c integration-tests: add the http proxy argument Leonardo Arias Fonseca (¡paz y baile!) 2016-02-26 00:20:12 -06:00
  • a3fc2fd403 update build-depends for new package names Michael Vogt 2016-02-25 22:59:13 +01:00
  • a13a23512b exclude ppc from testutils tests, endless loop Michael Vogt 2016-02-25 21:15:37 +01:00
  • a167358855 Merge remote-tracking branch 'origin/master' Michael Vogt 2016-02-25 20:35:47 +01:00
  • 4d2fc5bbf6 Merge pull request #529 from mvo5/bugfix/fix-ppc Gustavo Niemeyer 2016-02-25 16:32:37 -03:00
  • 937fbf8c35 fix missing go -> ubuntu mapping for powerpc Michael Vogt 2016-02-25 20:28:46 +01:00
  • 1c01200b80 split State and the managers to their own subpackages of overlord for more isolation Samuele Pedroni 2016-02-25 20:12:08 +01:00
  • 4e639fa910 adjust the package doc comment Samuele Pedroni 2016-02-25 19:22:47 +01:00
  • 7ce8456dd9 start of implicit checkpointing Samuele Pedroni 2016-02-25 18:36:02 +01:00
  • 7a8b160361 implement basic State.Lock/Unlockand locked sanity-checks Samuele Pedroni 2016-02-25 18:16:15 +01:00
  • 1bf3e09d63 there's no requirement for State.Copy() anymore Samuele Pedroni 2016-02-25 17:55:58 +01:00
  • ec7d54b0c3 keep and expose StateEngine Samuele Pedroni 2016-02-25 16:56:13 +01:00
  • c3156e423d start of new interface for State, things are still in between/not implemented though Samuele Pedroni 2016-02-25 16:50:32 +01:00
  • b53d8e801c releasing package ubuntu-snappy version 1.7.3+20160225ubuntu1 1.7.3+20160225ubuntu1 Michael Vogt 2016-02-25 16:18:18 +01:00
  • a270c2942f Delta is not necessary anymore Samuele Pedroni 2016-02-25 16:08:19 +01:00
  • 9a71c2a037 new StateManager/StateEngine interfaces Samuele Pedroni 2016-02-25 16:06:59 +01:00
  • e3f8a465da re-enable running all tests on make Michael Vogt 2016-02-25 16:02:17 +01:00
  • 6d740f4e25 tweak known methods of SnapManager Samuele Pedroni 2016-02-25 15:51:08 +01:00
  • 706508fdfd tweak doc for AssertManager Samuele Pedroni 2016-02-25 15:48:28 +01:00
  • 8b69db1da4 from SkillManager to InterfaceManager Samuele Pedroni 2016-02-25 15:46:40 +01:00
  • 9f1705e568 state journal is no more Samuele Pedroni 2016-02-25 15:31:41 +01:00
  • d1e361f2a6 interfaces: fix golint on Interface type Zygmunt Krynicki 2016-02-25 14:18:32 +01:00
  • 6e169a7287 interfaces,interfaces/types,deamon: mass internal rename to interfaces Zygmunt Krynicki 2016-02-25 12:55:14 +01:00
  • 14cf3ac789 cmd/snappy: preserve old behaviour wrt channel John R. Lenton 2016-02-25 10:18:16 +00:00
  • 3b2784d23c client: comment on use of old "skills" terminology Zygmunt Krynicki 2016-02-25 10:51:45 +01:00
  • 524d2caaa6 Merge branch 'master' into channel-everywhere John R. Lenton 2016-02-25 09:54:08 +00:00
  • c96857e372 client,cmd/snap: rename skills to interfaces Zygmunt Krynicki 2016-02-24 16:22:31 +01:00
  • a2c3f022ec client: rename skills to interfaces Zygmunt Krynicki 2016-02-23 15:23:58 +01:00
  • d75e2c0e1f skills,interfaces,daemon: rename skills to interfaces Zygmunt Krynicki 2016-02-23 15:13:12 +01:00
  • eaf596317a Merge pull request #512 from fgimenez/snapd-from-branch-for-all-suites Michael Vogt 2016-02-25 10:41:58 +01:00
  • 1f5745206d Merge pull request #514 from zyga/skill-cmds-renamed-to-interfaces Federico Gimenez 2016-02-25 10:18:36 +01:00
  • 71bea7a2f3 integration-tests: always use the built snapd when compiling binaries from branch Federico Gimenez 2016-02-24 10:28:10 +01:00
  • d2ac5eeb24 Merge pull request #478 from zyga/skill-type-registry Michael Vogt 2016-02-25 09:03:29 +01:00
  • 0d36a52536 Merge pull request #519 from mvo5/feature/arm64-crossbuild Michael Vogt 2016-02-25 07:48:28 +01:00
  • 9c98de4db5 Add identity assertion type. Matt Goodall 2016-02-24 21:53:29 +00:00
  • 0b2211265d Merge pull request #520 from pedronis/overlord-read-write-state Samuele Pedroni 2016-02-24 15:40:13 -05:00
  • 3d7a5a6c6b slostsYaml -> slotYaml Michael Vogt 2016-02-24 17:49:06 +01:00
  • 02efdf6b22 skill-type -> interface Michael Vogt 2016-02-24 17:46:58 +01:00
  • b906ce04b4 pass at Read/WriteState, switch internally to *json.RawMessage because that's what actually implements Un/marshalJSON() Samuele Pedroni 2016-02-24 17:34:52 +01:00
  • e3c7f6f356 doc fixes, thanks to elopio Michael Vogt 2016-02-24 17:32:22 +01:00
  • 676f02f24f add docs for arm64 cross building Michael Vogt 2016-02-24 17:21:03 +01:00
  • 717607db32 Merge branch 'master' into channel-everywhere John R. Lenton 2016-02-24 16:05:16 +00:00
  • 318ec81fa2 uses -> slosts & offers -> plugs Michael Vogt 2016-02-24 16:22:20 +01:00
  • a0ecfb600b migration-skill -> old-security Michael Vogt 2016-02-24 16:13:55 +01:00
  • af638eb218 Merge remote-tracking branch 'upstream/master' Samuele Pedroni 2016-02-24 15:59:33 +01:00
  • 2ac30daf30 Merge pull request #484 from pedronis/overlord-state-impl Samuele Pedroni 2016-02-24 09:54:38 -05:00
  • 13ec87e80c Merge remote-tracking branch 'upstream/master' into bugfix/oauth-quote Michael Vogt 2016-02-24 15:43:16 +01:00
  • 1bfe61de14 Merge pull request #517 from fgimenez/fix-hwassign-test Michael Vogt 2016-02-24 15:43:09 +01:00
  • 17e0ea5459 integration-tests: fix dd output check Federico Gimenez 2016-02-24 15:35:53 +01:00
  • 552c511346 daemon,docs/rest.md,snap/lightweight: expose explicit channel selection to rest api install (and nearly update) John R. Lenton 2016-02-24 14:10:06 +00:00
  • 815602c6f1 snappy,daemon,cmd/snappy: add explicit channel to low level (internal) api John R. Lenton 2016-02-24 14:01:13 +00:00
  • b3988c7527 oauth: fix oauth & quoting in the oauth_signature Michael Vogt 2016-02-24 14:45:07 +01:00
  • 9e533d8c2b po: refresh translation templates Zygmunt Krynicki 2016-02-24 13:15:02 +01:00
  • 999372d79a cmd/snap: rename skills_common to interfaces_common Zygmunt Krynicki 2016-02-24 13:10:59 +01:00
  • 89dfd81002 cmd/snap: rename revoke to disconnect Zygmunt Krynicki 2016-02-24 13:10:02 +01:00
  • ff28117186 cmd/snap: rename grant to connect Zygmunt Krynicki 2016-02-24 10:31:57 +01:00
  • 1a13f6e5e8 cmd/snap: rename skills to interfaces Zygmunt Krynicki 2016-02-24 10:22:33 +01:00
  • 06143a48d1 cmd/snap: rename remove-skill-slot to remove-slot Zygmunt Krynicki 2016-02-23 18:39:47 +01:00
  • 0ea6e0d5e1 cmd/snap: rename remove-skill to remove-plug Zygmunt Krynicki 2016-02-23 18:32:41 +01:00
  • b92e53ba44 cmd/snap: rename add-skill-slot to add-slot Zygmunt Krynicki 2016-02-23 17:59:45 +01:00
  • 55d5b0086f cmd/snap: rename add-skill to add-plug Zygmunt Krynicki 2016-02-23 17:36:21 +01:00
  • b25bd0d02f testutil: reuse containerElemType Zygmunt Krynicki 2016-02-24 13:21:14 +01:00
  • 6305a9c4c4 Merge pull request #504 from fgimenez/add-frombranch-config-field Michael Vogt 2016-02-24 08:58:31 +01:00
  • 9e23f2898f Merge pull request #505 from fgimenez/use-cli-pkg Michael Vogt 2016-02-24 08:58:22 +01:00
  • 4edfd58c53 Merge pull request #506 from mvo5/bugfix/no-snappypkg-user Michael Vogt 2016-02-24 08:58:10 +01:00
  • 385fe61b17 Merge pull request #507 from mvo5/bugfix/add-s390 Michael Vogt 2016-02-24 08:58:00 +01:00
  • d4922e9dec Merge pull request #508 from mvo5/bugfix/no-one-left-behind Michael Vogt 2016-02-24 08:57:54 +01:00
  • 65bfde66f3 Merge pull request #509 from pedronis/snap-ack-n-known Michael Vogt 2016-02-24 08:55:42 +01:00
  • 4bc09848b7 Merge remote-tracking branch 'upstream/master' Samuele Pedroni 2016-02-23 21:18:16 +01:00