Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove running property in net and domain | Dario Maiocchi | 2017-11-28 |
| | |||
* | Simplify the wait_for_leases mechanism | Alvaro Saurin | 2017-11-27 |
| | |||
* | Retry the query about interfaces to the qemu-agent | Alvaro Saurin | 2017-11-27 |
| | |||
* | adding documentation about network autostart | Dario Maiocchi | 2017-11-27 |
| | |||
* | add test for autostart option | Dario Maiocchi | 2017-11-27 |
| | |||
* | Init first backport | Dario Maiocchi | 2017-11-27 |
| | |||
* | Merge pull request #242 from dmacvicar/kernel_initrd | Duncan Mac-Vicar P | 2017-11-27 |
|\ | | | | | Add support for kernel/initrd/cmdline options | ||
| * | Typo | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Add missing hcl markdown fence | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Remove intermediate variables in map iteration | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Simplify for loop | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Typo in cmdline docs | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Type not needed in literal anymore | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | No need to make a 0 len slice | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Do not choke on empty kernel cmdline | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Split kernel cmdline test | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Read back cmdline, initrd and kernel attributes from the resource | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Fix tests by adding fixture for kernel and initrd | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Add support for kernel/initrd/cmdline | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | don't allocate memory with 0 make variables | MalloZup | 2017-11-24 |
| | | |||
| * | remove duplicata declaration and simplify code. | Dario Maiocchi | 2017-11-24 |
| | | | | | | | | This fix is with the cmd "gofmt -w -s *" | ||
* | | Merge pull request #241 from MalloZup/improve-codebase | Thomas Hipp | 2017-11-23 |
|\ \ | |/ |/| | remove duplicata declaration and simplify code. | ||
| * | don't allocate memory with 0 make variables | MalloZup | 2017-11-17 |
| | | |||
| * | remove duplicata declaration and simplify code. | Dario Maiocchi | 2017-11-16 |
| | | | | | | | | This fix is with the cmd "gofmt -w -s *" | ||
* | | use poolMutexKV for locking resources. | Dario Maiocchi | 2017-11-22 |
| | | |||
* | | init govet on travis | Dario Maiocchi | 2017-11-22 |
| | | |||
* | | Merge pull request #239 from dmacvicar/disks_from_http_url | Duncan Mac-Vicar P | 2017-11-21 |
|\ \ | | | | | | | Supports disks from the network using QEMU curl backend | ||
| * | | golint: Url -> URL | Duncan Mac-Vicar P | 2017-11-19 |
| | | | |||
| * | | Document disks from url | Duncan Mac-Vicar P | 2017-11-19 |
| | | | |||
| * | | Reuse newDefDisk() | Duncan Mac-Vicar P | 2017-11-19 |
| | | | |||
| * | | Add support for remote http disks (qemu http curl backend) | Duncan Mac-Vicar P | 2017-11-19 |
|/ / | |||
* | | Merge pull request #238 from MalloZup/improve_cloud_init | Thomas Hipp | 2017-11-16 |
|\ \ | |/ |/| | Add an Acceptance Test for CloudInit def | ||
| * | add volume cloud_init test check | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | add geniso to travis_guest | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | Add AcceptTest for CloudInit | Dario Maiocchi | 2017-11-16 |
|/ | |||
* | Merge pull request #208 from MalloZup/travis-lint | Thomas Hipp | 2017-11-16 |
|\ | | | | | Enable golint on travis, fixing all issues | ||
| * | golint on resource_libvirt_domain_test.go | Dario Maiocchi | 2017-11-16 |
| | | | | | | | | Use correct names in comments | ||
| * | common string constant for errmsg lvirtconn is nil | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | golint on various files | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | Type name will be used as libvirt.LibVirtNetwork | Dario Maiocchi | 2017-11-16 |
| | | | | | | | | by other packages, and that stutters; consider calling this Network | ||
| * | type name will be used as libvirt.LibVirtDomain by | Dario Maiocchi | 2017-11-16 |
| | | | | | | | | other packages, and that stutters; consider calling this Domain | ||
| * | golinting on various files | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | don't export oui variable | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | fix golint on coreos_ingition_def.go | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | fix golint on stream and volume_def.go | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | Fix IP golint issues (style) | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | fix golint on utils_net.go | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | fix golint issues on utils.go | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | Fix golint on test cloudinit | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | error strings should not be capitalized or end | Dario Maiocchi | 2017-11-16 |
| | | | | | | | | with punctuation or a newline |