summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Add missing hcl markdown fenceDuncan Mac-Vicar P2017-11-24
| |
| * Remove intermediate variables in map iterationDuncan Mac-Vicar P2017-11-24
| |
| * Simplify for loopDuncan Mac-Vicar P2017-11-24
| |
| * Typo in cmdline docsDuncan Mac-Vicar P2017-11-24
| |
| * Type not needed in literal anymoreDuncan Mac-Vicar P2017-11-24
| |
| * No need to make a 0 len sliceDuncan Mac-Vicar P2017-11-24
| |
| * Do not choke on empty kernel cmdlineDuncan Mac-Vicar P2017-11-24
| |
| * Split kernel cmdline testDuncan Mac-Vicar P2017-11-24
| |
| * Read back cmdline, initrd and kernel attributes from the resourceDuncan Mac-Vicar P2017-11-24
| |
| * Fix tests by adding fixture for kernel and initrdDuncan Mac-Vicar P2017-11-24
| |
| * Add support for kernel/initrd/cmdlineDuncan Mac-Vicar P2017-11-24
| |
| * don't allocate memory with 0 make variablesMalloZup2017-11-24
| |
| * remove duplicata declaration and simplify code.Dario Maiocchi2017-11-24
| | | | | | | | This fix is with the cmd "gofmt -w -s *"
* | Merge pull request #241 from MalloZup/improve-codebaseThomas Hipp2017-11-23
|\ \ | |/ |/| remove duplicata declaration and simplify code.
| * don't allocate memory with 0 make variablesMalloZup2017-11-17
| |
| * remove duplicata declaration and simplify code.Dario Maiocchi2017-11-16
| | | | | | | | This fix is with the cmd "gofmt -w -s *"
* | use poolMutexKV for locking resources.Dario Maiocchi2017-11-22
| |
* | init govet on travisDario Maiocchi2017-11-22
| |
* | Merge pull request #239 from dmacvicar/disks_from_http_urlDuncan Mac-Vicar P2017-11-21
|\ \ | | | | | | Supports disks from the network using QEMU curl backend
| * | golint: Url -> URLDuncan Mac-Vicar P2017-11-19
| | |
| * | Document disks from urlDuncan Mac-Vicar P2017-11-19
| | |
| * | Reuse newDefDisk()Duncan Mac-Vicar P2017-11-19
| | |
| * | Add support for remote http disks (qemu http curl backend)Duncan Mac-Vicar P2017-11-19
|/ /
* | Merge pull request #238 from MalloZup/improve_cloud_initThomas Hipp2017-11-16
|\ \ | |/ |/| Add an Acceptance Test for CloudInit def
| * add volume cloud_init test checkDario Maiocchi2017-11-16
| |
| * add geniso to travis_guestDario Maiocchi2017-11-16
| |
| * Add AcceptTest for CloudInitDario Maiocchi2017-11-16
|/
* Merge pull request #208 from MalloZup/travis-lintThomas Hipp2017-11-16
|\ | | | | Enable golint on travis, fixing all issues
| * golint on resource_libvirt_domain_test.goDario Maiocchi2017-11-16
| | | | | | | | Use correct names in comments
| * common string constant for errmsg lvirtconn is nilDario Maiocchi2017-11-16
| |
| * golint on various filesDario Maiocchi2017-11-16
| |
| * Type name will be used as libvirt.LibVirtNetworkDario Maiocchi2017-11-16
| | | | | | | | by other packages, and that stutters; consider calling this Network
| * type name will be used as libvirt.LibVirtDomain byDario Maiocchi2017-11-16
| | | | | | | | other packages, and that stutters; consider calling this Domain
| * golinting on various filesDario Maiocchi2017-11-16
| |
| * don't export oui variableDario Maiocchi2017-11-16
| |
| * fix golint on coreos_ingition_def.goDario Maiocchi2017-11-16
| |
| * fix golint on stream and volume_def.goDario Maiocchi2017-11-16
| |
| * Fix IP golint issues (style)Dario Maiocchi2017-11-16
| |
| * fix golint on utils_net.goDario Maiocchi2017-11-16
| |
| * fix golint issues on utils.goDario Maiocchi2017-11-16
| |
| * Fix golint on test cloudinitDario Maiocchi2017-11-16
| |
| * error strings should not be capitalized or endDario Maiocchi2017-11-16
| | | | | | | | with punctuation or a newline
| * fix golint on cloudinit_def.goDario Maiocchi2017-11-16
| |
| * comment on exported function should Start withDario Maiocchi2017-11-16
| | | | | | | | name of the function
| * don't use underscores in Go namesDario Maiocchi2017-11-16
| |
| * fix golint on libvirt/utils_volume.goDario Maiocchi2017-11-16
| |
| * fix golinting libvirt/resource_libvirt_domain_testDario Maiocchi2017-11-16
| |
| * golint enablementDario Maiocchi2017-11-16
|/
* Merge pull request #237 from MalloZup/test-silentThomas Hipp2017-11-16
|\ | | | | Dont print debug info if tests are ok
| * Dont print debug info it tests are okMalloZup2017-11-14
| |