summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix url handlingmasterJordan Bracco2021-09-081-1/+5
|
* Fix function nameRicardo Hermida Ruiz2021-02-111-1/+1
|
* Fix zone path lightDavi Oliveira2021-02-111-5/+1
|
* Add zone light with only server nameDavi Oliveira2021-02-111-1/+5
|
* Format filesDavi Oliveira2021-02-114-9/+17
|
* Add put methot in record_managerDavi Oliveira2021-02-114-2/+10
|
* Add zone without rrsetDavi Oliveira2021-02-104-0/+24
|
* Merge remote-tracking branch 'origin/add-timeout-support' into poolingRicardo Hermida Ruiz2020-04-243-11/+23
|\
| * Timeout optionLindolfo 'Lorn' Rodrigues2020-03-193-2/+11
| | | | | | | | | | | | Now, you need to pass the timeout for the PowerDNS API in seconds We need to add the timeout to the GenServer.call function
* | add a pool in front of genserversRicardo Hermida Ruiz2020-04-242-7/+18
|/
* Support Elixir-1.8Lindolfo 'Lorn' Rodrigues2019-02-1311-86/+114
| | | | Also dropped support for elixir < 1.6
* Fix test suite (#11)Rodrigo Coutinho2017-12-293-10/+15
| | | | | | | | * Fix broken specs and update exvcr * Provide default configuration to run tests * Show nameservers in zone
* 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.
* Revert resource record format and apply style guideRodrigo Coutinho2016-10-064-22/+24
|
* 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
|
* 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
|
* Add Internal Server ErrorTiago Freire2016-09-051-0/+2
|
* Fix PowerDNSex.delete_zoneTiago Freire2016-09-051-2/+2
|
* Change mix configTiago Freire2016-09-051-2/+2
|
* [WIP] GenServer refactoringTiago Freire2016-08-316-47/+101
|
* WIP - Add elixir GenServerTiago Freire2016-08-268-11/+144
|
* Add Delete Record featureTiago Freire2016-08-192-8/+20
|
* Merge branch 'WIP' into delete_zoneDiego Alves2016-08-195-12/+56
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: lib/powerdnsex/managers/records_manager.ex lib/powerdnsex/managers/zones_manager.ex lib/powerdnsex/models/record.ex lib/powerdnsex/models/resource_record_set.ex lib/powerdnsx.ex test/lib/powerdnsex/managers/records_manager_test.exs test/lib/powerdnsex/managers/zones_manager_test.exs
| * WIPTiago Freire2016-08-1813-110/+185
| |
* | delete zone on powerDnsDiego Alves2016-08-181-0/+8
| |
* | WIPTiago Freire2016-08-1612-109/+142
|/
* [WIP] Init.Tiago Freire2016-07-256-0/+159