summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * go mod tidyValentin Rothberg2019-09-20
| | | | | | | | | | | | Tidy the go module. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
| * consistent error handlingValentin Rothberg2019-09-20
| | | | | | | | | | | | | | | | | | | | Make the error handling consistent by: * Using github.com/pkg/errors to wrap errors before returning. * Having consistent format specifiers for logs. * Using `fmt.Errorf()` for non-wrapping errors. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
| * split acquiring the lock out of getLockValentin Rothberg2019-09-20
| | | | | | | | | | | | | | | | Split the logic to acquire the disk locks into a separate method `dnsNameLock.acquire() error` to make the API more flexible and less prone to errors. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
| * fix typo in package descriptionValentin Rothberg2019-09-20
| | | | | | | | Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
| * license headers: add dnsname authors to copyrightValentin Rothberg2019-09-20
| | | | | | | | Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* | Merge pull request #7 from baude/tutorialDaniel J Walsh2019-09-21
|\ \ | |/ |/| add podman minitutorial
| * add podman minitutorialbaude2019-09-20
|/ | | | Signed-off-by: baude <bbaude@redhat.com>
* Merge pull request #6 from baude/readmefixBrent Baude2019-09-19
|\ | | | | remove erroneous information from readme.md
| * remove erroneous information from readme.mdbaude2019-09-19
|/ | | | | | | while copying the readme.md from another plugin, some leftover information about that plugin snuck by me. removed it. Signed-off-by: baude <bbaude@redhat.com>
* Merge pull request #4 from baude/testsChris Evich2019-09-19
|\ | | | | initial integration test setup
| * add testsbaude2019-09-19
|/ | | | Signed-off-by: baude <bbaude@redhat.com>
* Merge pull request #5 from cevich/enable_cirrus_vmsBrent Baude2019-09-19
|\ | | | | Cirrus: Support testing with VMs
| * Cirrus: Implement VM supportChris Evich2019-09-19
| | | | | | | | Signed-off-by: Chris Evich <cevich@redhat.com>
| * ignore compiled binariesChris Evich2019-09-19
|/ | | | Signed-off-by: Chris Evich <cevich@redhat.com>
* Merge pull request #3 from baude/origcirrusChris Evich2019-09-17
|\ | | | | initial cirrus file
| * initial cirrus filebaude2019-09-17
|/ | | | Signed-off-by: baude <bbaude@redhat.com>
* Merge pull request #2 from baude/validateBrent Baude2019-09-17
|\ | | | | add makefile
| * add makefilebaude2019-09-17
|/ | | | | | add makefile with preliminary targets for validating code, format, lint Signed-off-by: baude <bbaude@redhat.com>
* Merge pull request #1 from baude/origChris Evich2019-09-17
|\ | | | | origin dnsname commit
| * origin dnsname commitbaude2019-09-17
|/ | | | Signed-off-by: baude <bbaude@redhat.com>
* Initial commitBrent Baude2019-09-17