Michael Renner

Results 13 issues of Michael Renner

Commit 86a237a6e0bbef85532e4462e2e33c5d28b82b1d introduced a regression: ``` [root@vh02 ~]# vzdeploy --bridge br_bond_v240 --interface vlan240 12004 fe-int3. 10. [..] * Adding interface ctid: 12004, bridge: br_bond_v240, vlanid: 240, ifname: vlan240/veth12004.vlan240 /usr/lib/ruby/gems/1.8/gems/openvz-1.5.5/lib/openvz/util.rb:54:in `execute':...

The delete method doesn't do a check on the HTTP status code causing silent failures of delete operations.

In https://github.com/PowerDNS/pdns/commit/6754ef7149d095bae8ed6a7d0a5485ad2e8359c9 we changed how records and rrsets are handled. Zone editing will most likely not work until this is addressed. See also #125 for related changes.

important

In https://github.com/PowerDNS/pdns/commit/1d6b70f9d72a2554b0be08d19f646ee3899d4225 dot handling was changed. Verify that pdnscontrol can cope with that.

pdnscontrol is woefully underlicensed at the moment.

enhancement

think "csv2json" or similar, maybe ask for exact specs/requirements

enhancement

e.g. example.com: foo.bar.example.com IN A 1.2.3.4 creating: bar.example.com -> should complain, shadowing RRs in zone example.com: foo.bar.example.com

enhancement

Example: ``` foo=# select * from pg_stat_plans where planid = 4291451842; -[ RECORD 1 ]-------+------------------------------------------------------------------- planid | 4291451842 userid | 16384 dbid | 126346 query | insert into test(foo) values(7);...

When faced with a query_string that contains doubled/escaped single quotes these will be replaced with additional '?' placeholder characters. This causes issues when trying to identify identical query classes across...

We noticed that many applications generate variable-sized lists for bulk modification of result sets which can lead to many separate normalized_queries although they belong to the same statement (class). ```...