summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix url handlingmasterJordan Bracco2021-09-081-1/+5
|
* Bump exdocs and depend formally on poisonRicardo Hermida Ruiz2021-02-112-5/+6
|
* Fix function nameRicardo Hermida Ruiz2021-02-111-1/+1
|
* Bump to 0.5.0Ricardo Hermida Ruiz2021-02-111-1/+1
|
* Merge pull request #17 from daviluis321/zone_whithout_rrsetRicardo Hermida Ruiz2021-02-1110-6/+87
|\ | | | | Add zone without rrset
| * Fix zone path lightDavi Oliveira2021-02-111-5/+1
| |
| * Add get zone in readmeDavi Oliveira2021-02-111-0/+3
| |
| * Add zone light with only server nameDavi Oliveira2021-02-111-1/+5
| |
| * Format filesDavi Oliveira2021-02-116-12/+20
| |
| * Add put methot in record_managerDavi Oliveira2021-02-114-2/+10
| |
| * Add zone without rrsetDavi Oliveira2021-02-106-0/+62
|/
* Initialize poolboy appRicardo Hermida Ruiz2020-04-241-2/+2
|
* Merge pull request #16 from locaweb/poolingRicardo Hermida Ruiz2020-04-2412-54/+108
|\ | | | | add a pool in front of genservers
| * Merge remote-tracking branch 'origin/add-timeout-support' into poolingRicardo Hermida Ruiz2020-04-2410-26/+67
| |\
| | * Timeout optionLindolfo 'Lorn' Rodrigues2020-03-1910-38/+63
| |/ |/| | | | | | | | | Now, you need to pass the timeout for the PowerDNS API in seconds We need to add the timeout to the GenServer.call function
| * bump otpRicardo Hermida Ruiz2020-04-241-1/+1
| |
| * add a pool in front of genserversRicardo Hermida Ruiz2020-04-244-29/+42
|/
* Merge pull request #14 from locaweb/fix-docsLindolfo Rodrigues2019-02-132-1/+11
|\ | | | | Fix docs for hex publish
| * Fix docs for hex publishLindolfo 'Lorn' Rodrigues2019-02-132-1/+11
|/ | | | | | | | | | | | | | | Publication failed because the "docs" task is unavailable. You may resolve this by: 1. Adding {:ex_doc, ">= 0.0.0", only: :dev} to your dependencies in your mix.exs and trying again 2. If ex_doc was already added, make sure you run "mix hex.publish" in the same environment as the ex_doc package 3. Publishing the package without docs by running "mix hex.publish package" (not recommended) We dont have good docs, but that problem is for another time shrug
* Merge pull request #13 from locaweb/elixir-1.8Lindolfo Rodrigues2019-02-1336-205/+366
|\ | | | | Support Elixir-1.8
| * Support Elixir-1.8Lindolfo 'Lorn' Rodrigues2019-02-1336-205/+366
|/ | | | Also dropped support for elixir < 1.6
* bump versionRodrigo Coutinho2018-01-021-1/+1
|
* Merge pull request #12 from digaoddc/travisThiago Coutinho2017-12-292-0/+25
|\ | | | | Add Travis
| * add travisThiago Coutinho2017-12-292-0/+25
|/
* Fix test suite (#11)Rodrigo Coutinho2017-12-2915-113/+190
| | | | | | | | * Fix broken specs and update exvcr * Provide default configuration to run tests * Show nameservers in zone
* bump versionRodrigo Coutinho2017-12-011-1/+1
|
* Merge pull request #10 from digaoddc/adjust-readme-mix-config-codeRodrigo Coutinho2017-12-011-10/+10
|\ | | | | Adjust readme to correctly display code snippet
| * Adjust readme to correctly display code snippetDiego Alves2017-11-301-10/+10
|/
* Merge pull request #8 from digaoddc/readmeRodrigo Coutinho2017-11-301-2/+24
|\ | | | | Configuration instructions on readme
| * Improve readmeRodrigo Coutinho2017-11-301-3/+11
| |
| * Configuration instructions on readmeRodrigo Coutinho2017-11-281-2/+16
| |
* | Merge pull request #6 from thehunmonkgroup/masterRodrigo Coutinho2017-11-281-1/+1
|\ \ | |/ |/| Pass cananocial name when updating records
| * Pass cananocial name when updating recordsChad Phillips2017-11-271-1/+1
| | | | | | | | | | | | | | The PowerDNS API spec requires a full canonical name when performing a REPLACE changeset, however the power_dnsex wrapper is inconsistent with this spec in its update_record() method. This fixes the inconsistency so that the record map behaves the same as the create_record() method.
* | Merge pull request #7 from thehunmonkgroup/usage-examplesRodrigo Coutinho2017-11-281-0/+65
|\ \ | |/ |/| Add usage examples to README
| * Add usage examples to READMEChad Phillips2017-11-271-0/+65
|/
* bump versionRodrigo Coutinho2016-10-071-1/+1
|
* Revert resource record format and apply style guideRodrigo Coutinho2016-10-067-28/+32
|
* Package informationRodrigo Coutinho2016-10-062-1/+34
|
* Merge pull request #5 from digaoddc/masterTiago Freire2016-10-063-13/+18
|\ | | | | Update Resource Record format
| * Format rrset to update resource recordRodrigo Coutinho2016-10-062-11/+17
| |
| * Delete record symbolize keysRodrigo Coutinho2016-10-051-2/+1
|/
* Fix update of Records ManagerTiago Freire2016-09-272-3/+26
|
* Merge branch 'master' of github.com:akaKuruma/power_dnsexTiago Freire2016-09-210-0/+0
|\
| * Merge branch 'master' of github.com:akaKuruma/power_dnsexTiago Freire2016-09-200-0/+0
| |\
| | * Fix RRSet findTiago Freire2016-09-151-4/+4
| | |
| * | Change RRSetTiago Freire2016-09-202-19/+33
| |/
* / Converte structs keys to atomsTiago Freire2016-09-215-33/+55
|/
* adjust models and managerDiego Alves2016-09-143-18/+36
|
* Fix Record ShowTiago Freire2016-09-083-8/+10
|
* Change Errors model and get_keys of ConfigTiago Freire2016-09-083-10/+13
|