Commit Graph

  • 1c22fea7d7 Merge branch 'skills-repo-types' into skills-repo-skill Zygmunt Krynicki 2016-01-26 13:45:17 +01:00
  • b2c7e8f4d3 introduce Encoder/NewEncoder(io.Writer) as well Samuele Pedroni 2016-01-26 13:43:15 +01:00
  • 5220da34b2 Filter snaps by type Steven Wilkin 2016-01-21 18:42:14 +00:00
  • e9db26edc8 skills: correct test after error message changes Zygmunt Krynicki 2016-01-26 11:47:13 +01:00
  • 285a644be0 Merge remote-tracking branch 'upstream/master' into skills-repo-types Zygmunt Krynicki 2016-01-26 11:46:27 +01:00
  • 585fe7a066 Merge pull request #368 from zyga/skills-validate-name Michael Vogt 2016-01-26 11:36:53 +01:00
  • d19e169a2d skills: add another example of valid name Zygmunt Krynicki 2016-01-26 11:35:36 +01:00
  • 993ddcab6a Merge pull request #362 from zyga/skills-testtype Michael Vogt 2016-01-26 11:32:38 +01:00
  • 8f3d7d1f35 Merge pull request #366 from stevenwilkin/filter-snaps-by-type Michael Vogt 2016-01-26 11:32:20 +01:00
  • 47163b85ab remove checkLicenseAgreement/checkForFrameworks/checkForPackageInstalled from the snapYaml type Michael Vogt 2016-01-26 10:43:10 +01:00
  • d200254c41 remove removeOneSecurityPolicy from snapYaml type Michael Vogt 2016-01-26 10:39:09 +01:00
  • db4f3e1da6 remove {add,remove}SquashfsMount from snapYaml type Michael Vogt 2016-01-26 10:36:46 +01:00
  • 010f9bab58 remove addPackageBinaries() as a method on the snapYaml type Michael Vogt 2016-01-26 10:33:09 +01:00
  • b857c7b75d skills: provide different security snippets for skill and slot side Zygmunt Krynicki 2016-01-26 10:25:48 +01:00
  • b6f4a9855f skills: tweak error message from ValidateName() again Zygmunt Krynicki 2016-01-26 10:20:43 +01:00
  • 9f8de0b96e snappy/overlord.go: call progress.Meter "meter" and ensure it is always the last argument of each call Michael Vogt 2016-01-26 09:59:40 +01:00
  • f0638eec46 make Overlord.Installed() also return an error in case of error Michael Vogt 2016-01-26 09:57:38 +01:00
  • bec8829eba add FIXME to simplify verifyStructStringsAgainstWhitelist() Michael Vogt 2016-01-26 09:03:54 +01:00
  • a76ceed6f0 fix incorrect package.yaml use snap/info Michael Vogt 2016-01-26 09:02:44 +01:00
  • 9fa448341e fix incorrect consumes/provides use in appYaml Michael Vogt 2016-01-26 08:57:22 +01:00
  • 0c24555dea remove AppYamler, it is no longer used Michael Vogt 2016-01-26 08:53:26 +01:00
  • 7fda0d2935 address review comments (thanks Gustavo!) Michael Vogt 2016-01-26 08:48:08 +01:00
  • 15acafa153 Merge pull request #365 from mvo5/refactor/moreboot-cleanup Zygmunt Krynicki 2016-01-25 19:55:34 +01:00
  • ab4d3129ed skills: move TestType tests to skills_test package Zygmunt Krynicki 2016-01-25 19:54:34 +01:00
  • 23a967416e skills: move core tests to skills_test package Zygmunt Krynicki 2016-01-25 19:52:59 +01:00
  • 859fee269c skills: specialize ErrDuplicate as ErrDuplicateType Zygmunt Krynicki 2016-01-25 19:48:50 +01:00
  • 03bd7d177a skills: remove note about arguments of AddType() Zygmunt Krynicki 2016-01-25 19:44:38 +01:00
  • dc9da229e0 skills: tweak documentation for Repository.AddType() Zygmunt Krynicki 2016-01-25 19:43:56 +01:00
  • c33896669b skills: tweak documentation of Repository.Type() Zygmunt Krynicki 2016-01-25 19:43:14 +01:00
  • b288e7fcf5 skills: simplify Repository.AllTypes() Zygmunt Krynicki 2016-01-25 19:40:24 +01:00
  • ab09e8a3da skills: tweak comment for Repository.AllTypes() Zygmunt Krynicki 2016-01-25 19:39:43 +01:00
  • fdd222d8da skills: move repository tests to skills_test package Zygmunt Krynicki 2016-01-25 19:38:56 +01:00
  • 5b5b9deac4 Merge remote-tracking branch 'upstream/master' into skills-testtype Zygmunt Krynicki 2016-01-25 19:35:32 +01:00
  • 3b25eba34c skills: panic when sanitizing skills of other type Zygmunt Krynicki 2016-01-25 19:32:16 +01:00
  • 9fae71b3a7 Merge pull request #359 from zyga/skills Zygmunt Krynicki 2016-01-25 19:29:44 +01:00
  • 826900276a Merge remote-tracking branch 'upstream/master' into skills Zygmunt Krynicki 2016-01-25 19:18:51 +01:00
  • cb76284103 skills: correct documentation on ErrUnknownSecurity Zygmunt Krynicki 2016-01-25 19:17:06 +01:00
  • 6e7bac249f skills: add basic grant / revoke methods Zygmunt Krynicki 2016-01-25 17:44:27 +01:00
  • 1b7e473f6b Filter snaps by type Steven Wilkin 2016-01-21 18:09:52 +00:00
  • 328ed8e807 Merge remote-tracking branch 'upstream/master' into feature/snap-yaml3 Michael Vogt 2016-01-25 17:17:24 +01:00
  • e9691f794d Update TestInstallFailUnmountsSnap to the new snap.yaml syntax Michael Vogt 2016-01-25 17:16:45 +01:00
  • c8074e8cb2 Merge pull request #351 from elopio/all_snaps_rpi2-2 Michael Vogt 2016-01-25 16:36:49 +01:00
  • 02a9d78923 Merge pull request #370 from pedronis/asserts-mem-backstore Samuele Pedroni 2016-01-25 16:35:04 +01:00
  • f9ac80912a some more clarity, less type assertions, split branches and leaves Samuele Pedroni 2016-01-25 15:31:57 +01:00
  • 05644af202 Merge branch 'skills-repo-skill' into skills-repo-slots Zygmunt Krynicki 2016-01-25 14:41:34 +01:00
  • 8d52cb9639 skills: improve test coverage for AddSkill() Zygmunt Krynicki 2016-01-25 14:39:17 +01:00
  • c4e656a27c skills: improve performance of AddSkill() Zygmunt Krynicki 2016-01-25 14:31:32 +01:00
  • d39e3c7635 Merge branch 'skills-repo-types' into skills-repo-skill Zygmunt Krynicki 2016-01-25 14:28:04 +01:00
  • aa95c3760e skills: improve performance of AddType() Zygmunt Krynicki 2016-01-25 14:25:25 +01:00
  • c84d9e808c skills: add some more separation to Type methods Zygmunt Krynicki 2016-01-25 14:17:00 +01:00
  • f0695e1ff7 skills: swap the order of SecuritySystem and Type Zygmunt Krynicki 2016-01-25 14:14:24 +01:00
  • 3006d15f97 more tests, fixes, realistc buffer size Samuele Pedroni 2016-01-25 13:50:00 +01:00
  • 122f4ca7e9 skills: add basic methods for slot handling Zygmunt Krynicki 2016-01-25 09:45:18 +01:00
  • ce9819de36 daemon, snappy: add find (aka search) John R. Lenton 2016-01-25 12:08:24 +00:00
  • 7db116c4be skills: add Label to each slot Zygmunt Krynicki 2016-01-25 12:56:00 +01:00
  • 29bb302a7d prefix encoded assertions with example... in tests Samuele Pedroni 2016-01-25 11:09:58 +01:00
  • 40e5ff62ba level -> node, it's a tree afterall Samuele Pedroni 2016-01-25 10:41:17 +01:00
  • 0ac5be7206 skills: replace capability with skill Zygmunt Krynicki 2016-01-25 09:44:55 +01:00
  • 60c78381d8 skills: replace capability with skill Zygmunt Krynicki 2016-01-25 09:44:55 +01:00
  • 48a6c4480e Merge pull request #343 from elopio/all_snaps_rpi2 Michael Vogt 2016-01-25 08:30:38 +01:00
  • 2c2c4841bd first pass at Decoder that can parse a stream of assertions bundled by separating them with double newlines Samuele Pedroni 2016-01-22 18:47:51 +01:00
  • d32b409e06 introduce a memory backed backstore, useful for tests and to make trusted keys vs disk search more homogeneous Samuele Pedroni 2016-01-22 18:31:21 +01:00
  • c7535f4bb2 skills: add basic methods for skill handing Zygmunt Krynicki 2016-01-22 17:37:16 +01:00
  • 57e12fab82 skills: add label to each skill Zygmunt Krynicki 2016-01-22 16:55:11 +01:00
  • a729378332 skills: tweak error message from ValidateName() Zygmunt Krynicki 2016-01-22 17:26:33 +01:00
  • fefdb8a22b skills: reject names with double dashes Zygmunt Krynicki 2016-01-22 17:25:51 +01:00
  • 6abd2ebd21 skills: fix search condition in type lookup Zygmunt Krynicki 2016-01-22 17:23:01 +01:00
  • cc78124053 Remove obsolete uEnv.txt Michael Vogt 2016-01-22 15:50:32 +01:00
  • 8091e9d917 Merge pull request #349 from stevenwilkin/filter-snaps-by-source John Lenton 2016-01-22 14:43:49 +00:00
  • 9ca2aa7c2c Don't ignore the error Steven Wilkin 2016-01-22 13:56:34 +00:00
  • 8194924119 Add some TODOs per @niemeyer's suggestion Steven Wilkin 2016-01-22 13:53:18 +00:00
  • c81f2a4313 Filter snaps by source Steven Wilkin 2016-01-20 19:29:57 +00:00
  • 393d28f430 Merge pull request #364 from pedronis/bump-copyright-years Samuele Pedroni 2016-01-22 15:07:53 +01:00
  • fba49a2a13 these have seen changes in 2016 Samuele Pedroni 2016-01-22 14:56:05 +01:00
  • 51c52cf10d these have seen changes in 2016 Samuele Pedroni 2016-01-22 14:54:04 +01:00
  • e3baaba75b Merge pull request #358 from zyga/skills-repo Michael Vogt 2016-01-22 14:43:57 +01:00
  • 2187bc8d41 Merge pull request #356 from zyga/skills-validate-name Michael Vogt 2016-01-22 14:43:44 +01:00
  • 9e82477614 Merge pull request #354 from stevenwilkin/snapd-client-filter-snaps-by-source Michael Vogt 2016-01-22 14:43:17 +01:00
  • 4d07b8c161 Merge remote-tracking branch 'upstream/master' into feature/snap-yaml3 Michael Vogt 2016-01-22 14:41:49 +01:00
  • 0f573dd5eb Filter snaps by source Steven Wilkin 2016-01-21 13:46:30 +00:00
  • 46b6dc1821 Extract snaps fetching code into a function Steven Wilkin 2016-01-21 11:44:13 +00:00
  • b47c727f18 Merge pull request #345 from mvo5/bugfix/stop-mount-on-install-failure Michael Vogt 2016-01-22 14:30:59 +01:00
  • afa2053c4d Merge pull request #361 from chipaca/fix-1537005 Michael Vogt 2016-01-22 14:29:26 +01:00
  • bcb2bf7713 Merge pull request #344 from pedronis/asserts-snap-assert Samuele Pedroni 2016-01-22 13:58:28 +01:00
  • 904a1c44ea this is done now Samuele Pedroni 2016-01-22 13:57:23 +01:00
  • 04a9a76ffd formatting in result string Samuele Pedroni 2016-01-22 13:50:03 +01:00
  • c2d265027a better %v here Samuele Pedroni 2016-01-22 13:46:49 +01:00
  • b8b616eeff update-pot Samuele Pedroni 2016-01-22 13:45:43 +01:00
  • 84a45fbd4e go-flags takes care of this already Samuele Pedroni 2016-01-22 13:45:13 +01:00
  • f8220690f5 skills: add basic methods for type handing Zygmunt Krynicki 2016-01-22 11:49:54 +01:00
  • 4a24d61ad3 remove ErrInvalidFrameworkSpecInYaml error which is no longer used Michael Vogt 2016-01-22 13:04:38 +01:00
  • b3d1f0e81b fix incorrect explicit-license-agreement Michael Vogt 2016-01-22 13:04:27 +01:00
  • 3f3d4f798a use snap.yaml in the docs Michael Vogt 2016-01-22 13:01:43 +01:00
  • 96f97517e7 Merge branch 'skills-testtype' into skills-repo Zygmunt Krynicki 2016-01-22 13:00:38 +01:00
  • c6ff079480 skills: add TestType Zygmunt Krynicki 2016-01-22 12:36:17 +01:00
  • 70cc17b337 Merge branch 'skills' into skills-testtype Zygmunt Krynicki 2016-01-22 12:55:37 +01:00
  • 5e5832fa8d skills: improve tests for ValidateName() Zygmunt Krynicki 2016-01-22 12:49:22 +01:00
  • 0d56983e18 skills: use non-capturing groups when checking names Zygmunt Krynicki 2016-01-22 11:09:31 +01:00
  • 9d91c8cce5 Merge pull request #341 from mvo5/bugfix/update-current-symlink-on-boot John Lenton 2016-01-22 11:04:39 +00:00
  • 0b29e75b08 fix lp:1537005 John R. Lenton 2016-01-22 10:36:45 +00:00