Skip to content

Releases: AnalogJ/lexicon

v2.2.5

26 May 18:52
Compare
Choose a tag to compare
Timestamp SHA Message Author
2018-05-26T18:52Z f3aee37 (v2.2.5) Automated packaging of release by CapsuleCD CapsuleCD
2018-05-26T18:50Z 117ea50 Merge 3b71e52 into 5f905a4 Oldřich Jedlička
2018-05-15T11:19Z 3b71e52 subreg: Added possibility to modify the name of DNS record. Subreg API does not allow changing the name in the update request, so first add a new record with the new name and then delete the old record. As a consequence, the identifier of the record updated in this way will inevitably change. Refactored code for better method reusing. Signed-off-by: Oldřich Jedlička [email protected] Oldřich Jedlička

v2.2.4

26 May 18:49
Compare
Choose a tag to compare
Timestamp SHA Message Author
2018-05-26T18:49Z 5f905a4 (v2.2.4) Automated packaging of release by CapsuleCD CapsuleCD
2018-05-26T18:47Z 7122fc2 Merge 57d2588 into 9f2743c Jason Kulatunga
2018-05-26T18:47Z 57d2588 fix Readme.md description error. Jason Kulatunga
2018-05-26T18:12Z 7948f2d bump python-coveralls version, we're getting encoding failures. Jason Kulatunga
2018-05-19T17:10Z 9f2743c use ttl during creation of new ns1 records (#229) Bryan Stitt
2018-05-14T16:09Z 58f2c5a Update README.md (#231) Added Loopia. Colin 't Hart
2018-05-12T07:11Z ca47553 Update SPECIFICATION.md Jason Kulatunga
2018-05-12T06:20Z 7a36490 Added support for subreg API (subreg.cz). (#224) * Added support for subreg API (subreg.cz).

Signed-off-by: Oldřich Jedlička [email protected]

  • Fixed typo.

Signed-off-by: Oldřich Jedlička [email protected]

  • Corrected exception text.

Signed-off-by: Oldřich Jedlička [email protected] | Oldřich Jedlička
2018-05-06T23:28Z | 7bfcf41 | Update README.md | Jason Kulatunga

v2.2.3

06 May 23:22
Compare
Choose a tag to compare
Timestamp SHA Message Author
2018-05-06T23:22Z d6bf020 (v2.2.3) Automated packaging of release by CapsuleCD CapsuleCD
2018-05-04T10:47Z 045ab43 Merge 9edc05a into 7190a90 Trinopoty Biswas
2018-05-04T10:46Z 9edc05a Updated README and CODEOWNERS Trinopoty Biswas
2018-05-02T15:56Z 892c202 Minor correction Trinopoty Biswas
2018-05-02T10:45Z 355ad38 Added provider for Linode v4 API Trinopoty Biswas
2018-05-02T06:12Z 7190a90 Update README.md Jason Kulatunga
2018-05-02T06:07Z fe17eb1 Merge pull request #218 from Sm0ke0ut/patch-1 display countdown timer for effectuating DNS changes Jason Kulatunga
2018-04-15T10:04Z 4c6d2b4 display countdown timer for effectuating DNS changes Sm0ke0ut

v2.2.2

02 May 06:00
Compare
Choose a tag to compare
Timestamp SHA Message Author
2018-05-02T05:59Z c315e1e (v2.2.2) Automated packaging of release by CapsuleCD CapsuleCD
2018-05-02T05:53Z 824fe16 Merge d576d52 into a951031 Patrick Michael Kane
2018-05-02T05:52Z a951031 Merge pull request #223 from pmkane/master Remove BuddyNS from the list of potential targets Jason Kulatunga
2018-04-26T15:33Z e14dd09 BuddyNS is not a good candidate for lexicon, at this time, as they only support secondary DNS. Patrick Kane
2018-04-17T22:19Z d576d52 fix up string handling for python3. Patrick Kane
2018-04-17T20:59Z 5d58c00 pmkane -> codeowners Patrick Kane
2018-04-17T20:39Z 13879f2 update the list of filtered headers + include the vcr tapes. Patrick Kane
2018-04-17T20:22Z 9176bd0 Add support for working with record sets Remove unncessary helper function Patrick Kane
2018-04-17T20:20Z 2b0a840 remove unnecessary linebreak Patrick Kane
2018-04-17T17:49Z 6b217e1 test harness for the constellix provider. Patrick Kane
2018-04-17T17:49Z 9979f04 allow list_records to work using an identifier, to support deletion with a naked identifier Patrick Kane
2018-04-17T16:52Z e7926b1 Change guess_records to just return the first ID, since dupes will have the same ID anyway include name with update_records, as constellix requires it Patrick Kane
2018-04-17T16:39Z 475960a Teach list_records about Constellix's RoundRobin setup for multiple records Enable lookup by name/type for update_records Patrick Kane
2018-04-15T03:38Z eefefbc delete works Patrick Kane
2018-04-14T23:27Z 7644238 create works Patrick Kane
2018-04-14T23:22Z 67a561a Fix up values/contents, start with create. Patrick Kane
2018-04-14T23:06Z 5597088 standardize the auth-* parameters implement filtering bail on SOA records since Constellix doesn't treat them as a first-class record type Patrick Kane
2018-04-14T22:25Z c41b433 implement list records Patrick Kane
2018-04-14T22:15Z 34883a4 finish up auth Patrick Kane
2018-04-14T16:35Z 75309df Merge pull request #211 from trinopoty/specification DRAFT: Added provider specification Jason Kulatunga
2018-04-14T15:22Z 1db085b start of constellix provider implementation. implements authentication. Patrick Kane
2018-04-02T15:09Z 25a5464 Updated specification according to review Trinopoty Biswas
2018-04-01T22:23Z 0dfb11e update readme. Jason Kulatunga
2018-04-01T17:56Z af9534c Merge pull request #212 from lamby/894493-lexicon-please-make-the-build-reproducible Make the PKG-INFO build reproducible Jason Kulatunga
2018-04-01T16:29Z 4d7494c Make the PKG-INFO build reproducible Whilst working on the Reproducible Builds effort [0], we noticed that lexicon could not be built reproducibly. This is due to iterating over the filesystem in a non-determistic order and populating the Keywords variable in PKG-INFO based on that. This was originally filed in Debian as #894493 [1]. [0] https://reproducible-builds.org/ [1] https://bugs.debian.org/894493 Signed-off-by: Chris Lamb [email protected] Chris Lamb
2018-03-29T17:09Z 9f9f074 Fixed c678752 Trinopoty Biswas
2018-03-29T17:07Z c678752 Minor corrections Trinopoty Biswas
2018-03-29T17:03Z 9b84f9b Added provider specification Trinopoty Biswas
2018-03-26T03:36Z e9829e7 Update CONTRIBUTING.md Jason Kulatunga

v2.2.1

26 Mar 03:23
Compare
Choose a tag to compare
Timestamp SHA Message Author
2018-03-26T03:23Z 3956ac9 (v2.2.1) Automated packaging of release by CapsuleCD CapsuleCD
2018-03-26T03:19Z 4d20475 Merge 52b9711 into 9eb454b alexzorin
2018-03-26T03:19Z 9eb454b Update CONTRIBUTING.md Jason Kulatunga
2018-03-26T03:18Z 6ae5358 Update CONTRIBUTING.md Jason Kulatunga
2018-03-26T02:54Z 52b9711 onapp: add to CODEOWNERS Alex Zorin
2018-03-26T02:54Z fe6c2d9 onapp: Re-record tests against March 2018 suite Alex Zorin
2018-03-14T21:58Z f7ddde8 Fix #182 for OnApp provider Alex Zorin
2018-03-14T10:07Z 744259e Fix failing OnApp tests Due to missing _test_options1 Alex Zorin
2018-03-14T09:43Z 2f3414d Add OnApp provider Alex Zorin
2018-03-26T02:10Z db436aa Update README.md Added additional providers. Jason Kulatunga

v2.2.0

26 Mar 01:59
Compare
Choose a tag to compare
Timestamp SHA Message Author
2018-03-26T01:59Z 86f2b42 (v2.2.0) Automated packaging of release by CapsuleCD CapsuleCD
2018-03-26T01:41Z db3063d Merge a37a4f9 into a1f5fcd Jason Kulatunga
2018-03-26T01:40Z a37a4f9 added new suite override snippet. Jason Kulatunga
2018-03-26T00:58Z 592574d fixed extra tab in rackspace skip. Jason Kulatunga
2018-03-26T00:38Z eec5912 skip tests on contributor submitted providers who have not submitted updated recordings. Jason Kulatunga
2018-03-26T00:18Z ef3adaa skip tests on contributor submitted providers who have not submitted updated recordings. TODO: look at py.test suite support so we can disable extended tests en-mass. Jason Kulatunga
2018-03-25T23:50Z b52a79a added CODEOWNERS file to better keep track of who can provide recordings for each provider. Jason Kulatunga
2018-03-25T16:55Z 322e309 Merge pull request #199 from trinopoty/record_set_support_nsone Added nsone recordings Jason Kulatunga
2018-03-25T15:02Z dc85f99 Fixed nsone bugs Added new recordings Trinopoty Biswas
2018-03-23T06:54Z 645aed3 adding extended test suite support for rage4. Jason Kulatunga
2018-03-23T06:38Z 41fa928 adding extended test suite support for pointhq. Added extra parametrs to cleanup script. Jason Kulatunga
2018-03-23T05:40Z 9be38ba adding extended test suite support for dnsmadeeasy. Jason Kulatunga
2018-03-23T04:06Z 0e28279 Merge pull request #195 from tnwhitwell/record_set_support Rerun integration tests as per #190 Jason Kulatunga
2018-03-23T04:03Z 375f92f Merge pull request #197 from joostdebruijn/record_set_support_aurora Record set support for Aurora Jason Kulatunga
2018-03-22T20:48Z 4bd4286 test: Adding recordings of Aurora for new test suite Joost de Bruijn
2018-03-22T20:47Z a89e8df fix: Return when the response for Aurora DNS is a 409 (Duplicate record) Joost de Bruijn
2018-03-22T16:46Z b076a70 Fix flub in edit to cleanup script Tom Whitwell
2018-03-22T16:35Z 0b7bdd0 #190 - rerun integration tests with new tests + fix create_record to not return None Tom Whitwell
2018-03-22T16:18Z c93cd43 Fix cleanup to add missing record Tom Whitwell
2018-03-21T05:33Z 7bca93c adding extended test suite support for dnsmadeeasy. Jason Kulatunga
2018-03-20T17:46Z 6a1d650 adding extended test suite support for yandex & recordings. Jason Kulatunga
2018-03-20T17:33Z 3dc74f5 added cleanup script. Jason Kulatunga
2018-03-20T16:48Z 5d4de06 cleaner duplicate check for digitalocean. Jason Kulatunga
2018-03-20T16:13Z 6b4361f update recording names. Jason Kulatunga
2018-03-20T16:03Z 2838ff9 updating test names to be consistent. Jason Kulatunga
2018-03-20T15:28Z 1051297 Merge pull request #193 from trinopoty/record_set_support_linode Added new test recordings for linode Jason Kulatunga
2018-03-20T11:57Z e795df4 Fixed linode provider for new tests Added new test recordings Trinopoty Biswas
2018-03-20T07:35Z 442cc80 adding extended test recordings for namesilo. Jason Kulatunga
2018-03-20T07:19Z 193e014 adding extended test recordings for luadns. Jason Kulatunga
2018-03-20T06:53Z d91f268 adding extended test recordings for digitalocean. Jason Kulatunga
2018-03-20T05:28Z dd51a89 adding test to ensure that invalid filter returns empty list. Jason Kulatunga
2018-03-20T04:12Z 6306ba7 adding extended test recordings for cloudxns. Removing print statements. Jason Kulatunga
2018-03-20T01:59Z d2ca318 adding extended test recordings for cloudflare Jason Kulatunga
2018-03-19T23:37Z 10ebd11 Merge pull request #192 from trinopoty/issue/182 Issue/182 Jason Kulatunga
2018-03-19T19:05Z 9f41f80 cleaned up use_cassette duplication in test suite by using contextmanager generator. Modified duplicate create record test to ensure the length of the records created is 1. Jason Kulatunga
2018-03-19T16:20Z 830452a adding test to ensure that nothing happens when multiple identical records are created. Jason Kulatunga
2018-03-19T16:18Z 53962ee extend the test suite before creating recordings. Jason Kulatunga
2018-03-19T04:44Z b23b18e added instruction regarding how to create a virtual env when testing. Make sure the venv folder is ignored. Jason Kulatunga
2018-03-08T07:17Z e3e3571 Fixed #182 for aurora and clouddns Trinopoty Biswas
2018-03-08T07:09Z 477399e Fixed #182 for every provider that uses some form of resource_id Trinopoty Biswas
2018-03-08T06:44Z 39133c7 Fixed #182 for the mentioned providers Trinopoty Biswas

v2.1.24

10 Mar 19:47
Compare
Choose a tag to compare
Timestamp SHA Message Author
2018-03-10T19:47Z a1f5fcd (v2.1.24) Automated packaging of release by CapsuleCD CapsuleCD
2018-03-10T19:37Z 995cc10 Merge ec6051c into 73b774c Jason Kulatunga
2018-01-27T18:35Z ec6051c capsulecd should always test basic env in addition to py27 install. Jason Kulatunga
2018-01-27T18:33Z a7ade40 add testenv that ensures lexicon still works even if an optional library is missing. Jason Kulatunga

v2.1.23

10 Mar 19:25
Compare
Choose a tag to compare
Timestamp SHA Message Author
2018-03-10T19:25Z 73b774c (v2.1.23) Automated packaging of release by CapsuleCD CapsuleCD
2018-03-10T19:23Z 62b2aae Merge 1582064 into 6c387c7 chibiegg
2018-03-05T03:17Z 1582064 ADD Sakura Cloud DNS provider chibiegg

v2.1.22

10 Mar 19:21
Compare
Choose a tag to compare
Timestamp SHA Message Author
2018-03-10T19:20Z 6c387c7 (v2.1.22) Automated packaging of release by CapsuleCD CapsuleCD
2018-03-06T07:45Z 61cfd58 Merge 2ce705e into 6230ea1 chibiegg
2018-03-06T07:45Z 2ce705e Support identifiers chibiegg
2018-03-05T03:17Z beb0b31 ADD Gehirn Infrastructure Service DNS provider chibiegg

v2.1.21

28 Feb 22:04
Compare
Choose a tag to compare
Timestamp SHA Message Author
2018-02-28T22:04Z 6230ea1 (v2.1.21) Automated packaging of release by CapsuleCD CapsuleCD
2018-02-27T09:20Z 39f2cd9 Merge 8720898 into 81c2865 rbelnap
2018-02-27T03:57Z 81c2865 Merge pull request #177 from louis-lau/patch-1 Fix spelling Jason Kulatunga
2018-02-27T01:44Z 5deaca5 Fix spelling Every fix counts! Louis Laureys
2018-02-26T14:02Z 8720898 Merge branch 'master' into logging-arg Bob Belnap
2018-02-26T08:22Z 4c82b14 Update README.md Jason Kulatunga
2018-02-23T17:35Z 77a395d add logging arg Bob Belnap