summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-05-05Docs moved to forumAnatoli Babenia
2016-11-03docs: moved to github.com/snapcore/snapd/wiki (#2258)Gustavo Niemeyer
2016-10-31Missing one command updateLeo Arias
2016-10-31docs: update the name of the command for the cross-buildLeo Arias
2016-10-24docs: less details about cloud.cfg as requested in trello (#2206)Michael Vogt
2016-10-20interfaces/builtin: add dcdbas-control interfaceTony Espy
2016-10-20interfaces: 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-14client,daemon,cmd: add payment-declined error kind (#2107)Pete Woods
2016-10-05image: support gadget specific cloud.conf file (#2101)Michael Vogt
2016-10-05docs/hooks.md: fix typos (#2099)Samuele Pedroni
2016-10-04all: use "core" by default but allow "ubuntu-core" still (#2070)John Lenton
2016-10-04overlord/devicestate, docs/hooks.md: nest prepare-device configuration optionsSamuele Pedroni
2016-10-03docs: remove references to removed buying features (#2057)Pete Woods
2016-10-03interfaces,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-02daemon: add support for `snap create-user --known` (#2040)Michael Vogt
2016-09-29Added timezone-control to interfaces doc (#2028)Pawel Stolowski
2016-09-28docs: add `configure` hook to hooks list (#2024)Kyle Fazzari
LP: #1596629
2016-09-28interfaces/builtin: support time and date settings via ↵Pawel Stolowski
'org.freedesktop.timedate1 (#1832)
2016-09-26Merge branch 'master' into robert-ancell-screenshotsGustavo Niemeyer
2016-09-26Merge pull request #1996 from mvo5/feature/create-user-ssh-key-changesGustavo Niemeyer
daemon: add the actual ssh keys that got added to the create-user response
2016-09-26Merge pull request #1963 from pete-woods/ready-to-buy-apiGustavo Niemeyer
daemon, overlord, store: add ReadyToBuy API to snapd
2016-09-26respond to Gustavo's review commentsPete Woods
- Rename errorKindTOSNotAccepted->errorKindTermsNotAccepted. - Use simple values in API test instead of function. - Update rest.md accordingly.
2016-09-26add the actual ssh keys that got added to the create-user responseMichael Vogt
2016-09-23Document the API changesPete Woods
2016-09-23interfaces/builtin: rename to network-setup-observeSimon Fels
2016-09-23interfaces/builtin: add netplan-observe interfaceSimon Fels
2016-09-21Merge remote-tracking branch 'upstream/master' into jdstrand.dockerJamie Strandboge
2016-09-21Pass through screenshots from snap storeRobert Ancell
2016-09-20Merge pull request #1930 from kyrofa/feature/snapctl_helpGustavo Niemeyer
many: support snapctl -h
2016-09-20implement 'privileged-containers' attribute in docker-supportJamie Strandboge
2016-09-20reorganize to create docker-support and docker interfacesJamie 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-20drop daemon-privileged attribute (docker run --privileged no longer supported)Jamie Strandboge
2016-09-19clarify/correct use of the daemon-privileged attributeJamie Strandboge
2016-09-19update docs/interfaces.md for dockerJamie Strandboge
2016-09-19Merge remote-tracking branch 'upstream/master' into ↵Michael Vogt
bugfix/libvirt-no-auto-connect
2016-09-16many: support snapctl -hKyle 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-15don't use the word "capability."Kyle Fazzari
Signed-off-by: Kyle Fazzari <kyle@canonical.com>
2016-09-15Merge remote-tracking branch 'origin/master' into ↵Kyle Fazzari
feature/1586465/hook_documentation
2016-09-14docs: add a little documentation on hooks.Kyle Fazzari
Updates: #1586465 Signed-off-by: Kyle Fazzari <kyle@canonical.com>
2016-09-14Merge remote-tracking branch 'upstream/master' into ↵Michael Vogt
bugfix/libvirt-no-auto-connect
2016-09-12add create-user documentationMichael Vogt
2016-09-08Merge remote-tracking branch 'origin/master' into ↵Kyle Fazzari
feature/1596629/snap_config_api
2016-09-08disable auto-connect in libvirt interfaceMichael Vogt
2016-09-08Merge pull request #1816 from cmars/libvirt-interfaceMichael Vogt
libvirt interface to allow snaps to access libvirtd on a classic host.
2016-09-07many: 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-05Merge pull request #1826 from jocave/hidraw-device-udevGustavo Niemeyer
interfaces: add interface for hidraw devices
2016-09-05Merge pull request #1674 from ssweeny/pluggable-storage-take-2Gustavo Niemeyer
interfaces/builtin: add udisks2 and removable-media interfaces
2016-09-05Code changes to rename the interface to hidrawJonathan Cave
2016-09-02Merge remote-tracking branch 'origin/master' into serial-port-udevJonathan Cave
2016-09-01Correction to example in docsJonathan Cave