| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-05 | Docs moved to forum | Anatoli Babenia | |
| 2016-11-03 | docs: moved to github.com/snapcore/snapd/wiki (#2258) | Gustavo Niemeyer | |
| 2016-10-31 | Missing one command update | Leo Arias | |
| 2016-10-31 | docs: update the name of the command for the cross-build | Leo Arias | |
| 2016-10-24 | docs: less details about cloud.cfg as requested in trello (#2206) | Michael Vogt | |
| 2016-10-20 | interfaces/builtin: add dcdbas-control interface | Tony Espy | |
| 2016-10-20 | interfaces: add shutdown interface (#2162) | Simon Fels | |
| * interfaces: add system-power-control interface Implement simple reserved interface to allow snaps to trigger a halt, poweroff or reboot of the system. * interfaces: fix comments about system-power-control interface * interfaces: respect further review chnages for system-power-control iface * interfaces/builtin: rename system-power-control to shutdown | |||
| 2016-10-14 | client,daemon,cmd: add payment-declined error kind (#2107) | Pete Woods | |
| 2016-10-05 | image: support gadget specific cloud.conf file (#2101) | Michael Vogt | |
| 2016-10-05 | docs/hooks.md: fix typos (#2099) | Samuele Pedroni | |
| 2016-10-04 | all: use "core" by default but allow "ubuntu-core" still (#2070) | John Lenton | |
| 2016-10-04 | overlord/devicestate, docs/hooks.md: nest prepare-device configuration options | Samuele Pedroni | |
| 2016-10-03 | docs: remove references to removed buying features (#2057) | Pete Woods | |
| 2016-10-03 | interfaces,docs: allow sharing SNAP{,_DATA,_COMMON} via content iface (#2063) | Zygmunt Krynicki | |
| This patch expands the features of the content interface to allow sharing files from either $SNAP (the snap content), $SNAP_DATA (the per-revision snap data) or $SNAP_COMMON (the data common across revisions). The old syntax, without any of those variables behaves as if $SNAP was implicitly used so backwards compatiblity is retained. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | |||
| 2016-10-02 | daemon: add support for `snap create-user --known` (#2040) | Michael Vogt | |
| 2016-09-29 | Added timezone-control to interfaces doc (#2028) | Pawel Stolowski | |
| 2016-09-28 | docs: add `configure` hook to hooks list (#2024) | Kyle Fazzari | |
| LP: #1596629 | |||
| 2016-09-28 | interfaces/builtin: support time and date settings via ↵ | Pawel Stolowski | |
| 'org.freedesktop.timedate1 (#1832) | |||
| 2016-09-26 | Merge branch 'master' into robert-ancell-screenshots | Gustavo Niemeyer | |
| 2016-09-26 | Merge pull request #1996 from mvo5/feature/create-user-ssh-key-changes | Gustavo Niemeyer | |
| daemon: add the actual ssh keys that got added to the create-user response | |||
| 2016-09-26 | Merge pull request #1963 from pete-woods/ready-to-buy-api | Gustavo Niemeyer | |
| daemon, overlord, store: add ReadyToBuy API to snapd | |||
| 2016-09-26 | respond to Gustavo's review comments | Pete Woods | |
| - Rename errorKindTOSNotAccepted->errorKindTermsNotAccepted. - Use simple values in API test instead of function. - Update rest.md accordingly. | |||
| 2016-09-26 | add the actual ssh keys that got added to the create-user response | Michael Vogt | |
| 2016-09-23 | Document the API changes | Pete Woods | |
| 2016-09-23 | interfaces/builtin: rename to network-setup-observe | Simon Fels | |
| 2016-09-23 | interfaces/builtin: add netplan-observe interface | Simon Fels | |
| 2016-09-21 | Merge remote-tracking branch 'upstream/master' into jdstrand.docker | Jamie Strandboge | |
| 2016-09-21 | Pass through screenshots from snap store | Robert Ancell | |
| 2016-09-20 | Merge pull request #1930 from kyrofa/feature/snapctl_help | Gustavo Niemeyer | |
| many: support snapctl -h | |||
| 2016-09-20 | implement 'privileged-containers' attribute in docker-support | Jamie Strandboge | |
| 2016-09-20 | reorganize to create docker-support and docker interfaces | Jamie Strandboge | |
| Shuffle policy around to docker-support and docker interfaces to clarify connections. The docker interface is for client snaps to access snaps providing the docker interface. Slot implementations are reserved for the Docker project. The docker-support interface is modelled after lxd-support and is for snaps providing the docker interface to access resources and syscalls necessary to run Docker application containers. Providing snaps specifying this interface currently may only be established with the Docker project. | |||
| 2016-09-20 | drop daemon-privileged attribute (docker run --privileged no longer supported) | Jamie Strandboge | |
| 2016-09-19 | clarify/correct use of the daemon-privileged attribute | Jamie Strandboge | |
| 2016-09-19 | update docs/interfaces.md for docker | Jamie Strandboge | |
| 2016-09-19 | Merge remote-tracking branch 'upstream/master' into ↵ | Michael Vogt | |
| bugfix/libvirt-no-auto-connect | |||
| 2016-09-16 | many: support snapctl -h | Kyle Fazzari | |
| This makes the tool much easier to discover (and document). It requires that the API accepts a missing context, however, which means the commands need to verify its presence before using it. Signed-off-by: Kyle Fazzari <kyle@canonical.com> | |||
| 2016-09-15 | don't use the word "capability." | Kyle Fazzari | |
| Signed-off-by: Kyle Fazzari <kyle@canonical.com> | |||
| 2016-09-15 | Merge remote-tracking branch 'origin/master' into ↵ | Kyle Fazzari | |
| feature/1586465/hook_documentation | |||
| 2016-09-14 | docs: add a little documentation on hooks. | Kyle Fazzari | |
| Updates: #1586465 Signed-off-by: Kyle Fazzari <kyle@canonical.com> | |||
| 2016-09-14 | Merge remote-tracking branch 'upstream/master' into ↵ | Michael Vogt | |
| bugfix/libvirt-no-auto-connect | |||
| 2016-09-12 | add create-user documentation | Michael Vogt | |
| 2016-09-08 | Merge remote-tracking branch 'origin/master' into ↵ | Kyle Fazzari | |
| feature/1596629/snap_config_api | |||
| 2016-09-08 | disable auto-connect in libvirt interface | Michael Vogt | |
| 2016-09-08 | Merge pull request #1816 from cmars/libvirt-interface | Michael Vogt | |
| libvirt interface to allow snaps to access libvirtd on a classic host. | |||
| 2016-09-07 | many: add snap configuration to REST API. | Kyle Fazzari | |
| Currently snapd has the `snap set` and `snap get` commands which hit a specific part of the REST API. This commit adds those bits of the REST API, and fleshes out the "set" side of things to run the `apply-config` hook. Updates: #1596629 Signed-off-by: Kyle Fazzari <kyle@canonical.com> | |||
| 2016-09-05 | Merge pull request #1826 from jocave/hidraw-device-udev | Gustavo Niemeyer | |
| interfaces: add interface for hidraw devices | |||
| 2016-09-05 | Merge pull request #1674 from ssweeny/pluggable-storage-take-2 | Gustavo Niemeyer | |
| interfaces/builtin: add udisks2 and removable-media interfaces | |||
| 2016-09-05 | Code changes to rename the interface to hidraw | Jonathan Cave | |
| 2016-09-02 | Merge remote-tracking branch 'origin/master' into serial-port-udev | Jonathan Cave | |
| 2016-09-01 | Correction to example in docs | Jonathan Cave | |
