Activity log for bug #1825049

Date Who What changed Old value New value Message
2019-04-16 21:20:00 Leon Miller-Out bug added bug
2019-04-26 09:43:28 Robie Basak bug added subscriber Robie Basak
2019-04-26 21:42:44 Adrien Ferrand bug watch added https://github.com/AnalogJ/lexicon/issues/387
2019-04-26 21:44:55 Adrien Ferrand attachment added Fix for Bionic https://bugs.launchpad.net/ubuntu/+source/lexicon/+bug/1825049/+attachment/5259384/+files/fix-dnsimple-bionic-debdiff
2019-04-26 21:45:14 Adrien Ferrand attachment added Fix for Cosmic https://bugs.launchpad.net/ubuntu/+source/lexicon/+bug/1825049/+attachment/5259385/+files/fix-dnsimple-cosmic-debdiff
2019-04-29 09:12:27 Robie Basak nominated for series Ubuntu Cosmic
2019-04-29 09:12:27 Robie Basak bug task added lexicon (Ubuntu Cosmic)
2019-04-29 09:12:27 Robie Basak nominated for series Ubuntu Bionic
2019-04-29 09:12:27 Robie Basak bug task added lexicon (Ubuntu Bionic)
2019-04-29 09:15:22 Robie Basak bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926682
2019-04-29 09:15:22 Robie Basak bug task added lexicon (Debian)
2019-04-29 09:15:32 Robie Basak lexicon (Ubuntu): status New Fix Released
2019-04-29 10:05:21 Robie Basak attachment added cosmic.debdiff https://bugs.launchpad.net/debian/+source/lexicon/+bug/1825049/+attachment/5259882/+files/cosmic.debdiff
2019-04-29 10:05:41 Robie Basak attachment added bionic.debdiff https://bugs.launchpad.net/debian/+source/lexicon/+bug/1825049/+attachment/5259883/+files/bionic.debdiff
2019-04-29 10:06:57 Robie Basak lexicon (Ubuntu Bionic): status New Triaged
2019-04-29 10:06:59 Robie Basak lexicon (Ubuntu Cosmic): status New Triaged
2019-04-29 10:14:40 Bug Watch Updater lexicon (Debian): status Unknown Fix Released
2019-04-29 16:13:17 Adrien Ferrand attachment added cosmic.debdiff https://bugs.launchpad.net/ubuntu/+source/lexicon/+bug/1825049/+attachment/5259999/+files/cosmic.debdiff
2019-04-30 10:27:12 Robie Basak description The bug fixed by the following pull request is also present in lexicon v2.2.1-2, and the fix should be backported. https://github.com/AnalogJ/lexicon/pull/389/files?file-filters%5B%5D=.py This causes requests to the DNSimple.com API for DNS record creation to fail because the generated URL is ill-formed. Line 64 of is payload = self._post('{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) but should be payload = self._post('/{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) $ lsb_release -rd Description: Ubuntu 18.04.2 LTS Release: 18.04 $ apt-cache policy lexicon lexicon: Installed: (none) Candidate: 2.2.1-2 Version table: 2.2.1-2 500 500 http://mirror.rackspace.com/ubuntu bionic/universe amd64 Packages 500 http://mirror.rackspace.com/ubuntu bionic/universe i386 Packages 500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages 500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages [racb: see comment 1 for SRU information] The bug fixed by the following pull request is also present in lexicon v2.2.1-2, and the fix should be backported. https://github.com/AnalogJ/lexicon/pull/389/files?file-filters%5B%5D=.py This causes requests to the DNSimple.com API for DNS record creation to fail because the generated URL is ill-formed. Line 64 of is         payload = self._post('{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) but should be         payload = self._post('/{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) $ lsb_release -rd Description: Ubuntu 18.04.2 LTS Release: 18.04 $ apt-cache policy lexicon lexicon:   Installed: (none)   Candidate: 2.2.1-2   Version table:      2.2.1-2 500         500 http://mirror.rackspace.com/ubuntu bionic/universe amd64 Packages         500 http://mirror.rackspace.com/ubuntu bionic/universe i386 Packages         500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages         500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
2019-04-30 10:36:31 Robie Basak description [racb: see comment 1 for SRU information] The bug fixed by the following pull request is also present in lexicon v2.2.1-2, and the fix should be backported. https://github.com/AnalogJ/lexicon/pull/389/files?file-filters%5B%5D=.py This causes requests to the DNSimple.com API for DNS record creation to fail because the generated URL is ill-formed. Line 64 of is         payload = self._post('{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) but should be         payload = self._post('/{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) $ lsb_release -rd Description: Ubuntu 18.04.2 LTS Release: 18.04 $ apt-cache policy lexicon lexicon:   Installed: (none)   Candidate: 2.2.1-2   Version table:      2.2.1-2 500         500 http://mirror.rackspace.com/ubuntu bionic/universe amd64 Packages         500 http://mirror.rackspace.com/ubuntu bionic/universe i386 Packages         500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages         500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages [racb: see comment 1 for SRU information; regression potential: likely to be in the DNSimpple.com API for DNS record creation; however there is good existing test coverage, including for this bug being added, which I think is sufficient for SRU verification] The bug fixed by the following pull request is also present in lexicon v2.2.1-2, and the fix should be backported. https://github.com/AnalogJ/lexicon/pull/389/files?file-filters%5B%5D=.py This causes requests to the DNSimple.com API for DNS record creation to fail because the generated URL is ill-formed. Line 64 of is         payload = self._post('{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) but should be         payload = self._post('/{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) $ lsb_release -rd Description: Ubuntu 18.04.2 LTS Release: 18.04 $ apt-cache policy lexicon lexicon:   Installed: (none)   Candidate: 2.2.1-2   Version table:      2.2.1-2 500         500 http://mirror.rackspace.com/ubuntu bionic/universe amd64 Packages         500 http://mirror.rackspace.com/ubuntu bionic/universe i386 Packages         500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages         500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
2019-04-30 10:37:14 Robie Basak description [racb: see comment 1 for SRU information; regression potential: likely to be in the DNSimpple.com API for DNS record creation; however there is good existing test coverage, including for this bug being added, which I think is sufficient for SRU verification] The bug fixed by the following pull request is also present in lexicon v2.2.1-2, and the fix should be backported. https://github.com/AnalogJ/lexicon/pull/389/files?file-filters%5B%5D=.py This causes requests to the DNSimple.com API for DNS record creation to fail because the generated URL is ill-formed. Line 64 of is         payload = self._post('{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) but should be         payload = self._post('/{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) $ lsb_release -rd Description: Ubuntu 18.04.2 LTS Release: 18.04 $ apt-cache policy lexicon lexicon:   Installed: (none)   Candidate: 2.2.1-2   Version table:      2.2.1-2 500         500 http://mirror.rackspace.com/ubuntu bionic/universe amd64 Packages         500 http://mirror.rackspace.com/ubuntu bionic/universe i386 Packages         500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages         500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages [racb: see comment 1 for SRU information; regression potential: likely to be in the DNSimpple.com API for DNS record creation; however there is good existing test coverage, including for this bug being added, which I think is sufficient for regression testing during SRU verification] The bug fixed by the following pull request is also present in lexicon v2.2.1-2, and the fix should be backported. https://github.com/AnalogJ/lexicon/pull/389/files?file-filters%5B%5D=.py This causes requests to the DNSimple.com API for DNS record creation to fail because the generated URL is ill-formed. Line 64 of is         payload = self._post('{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) but should be         payload = self._post('/{0}/zones/{1}/records'.format(self.account_id, self.options.get('domain')), record) $ lsb_release -rd Description: Ubuntu 18.04.2 LTS Release: 18.04 $ apt-cache policy lexicon lexicon:   Installed: (none)   Candidate: 2.2.1-2   Version table:      2.2.1-2 500         500 http://mirror.rackspace.com/ubuntu bionic/universe amd64 Packages         500 http://mirror.rackspace.com/ubuntu bionic/universe i386 Packages         500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages         500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
2019-04-30 10:43:59 Robie Basak lexicon (Ubuntu Bionic): status Triaged In Progress
2019-04-30 10:44:02 Robie Basak lexicon (Ubuntu Cosmic): status Triaged In Progress
2019-05-15 16:17:30 Steve Langasek lexicon (Ubuntu Cosmic): status In Progress Fix Committed
2019-05-15 16:17:31 Steve Langasek bug added subscriber Ubuntu Stable Release Updates Team
2019-05-15 16:17:34 Steve Langasek bug added subscriber SRU Verification
2019-05-15 16:17:38 Steve Langasek tags verification-needed verification-needed-cosmic
2019-05-16 06:41:49 Steve Langasek lexicon (Ubuntu Bionic): status In Progress Fix Committed
2019-05-16 06:41:53 Steve Langasek tags verification-needed verification-needed-cosmic verification-needed verification-needed-bionic verification-needed-cosmic
2019-05-16 13:46:16 Leon Miller-Out tags verification-needed verification-needed-bionic verification-needed-cosmic verification-done-bionic verification-needed verification-needed-cosmic
2019-06-04 23:21:17 Launchpad Janitor lexicon (Ubuntu Bionic): status Fix Committed Fix Released
2019-06-04 23:21:21 Brian Murray removed subscriber Ubuntu Stable Release Updates Team