<feed xmlns='http://www.w3.org/2005/Atom'>
<title>peeringdb-simplesync, branch master</title>
<subtitle>a minimalistic PeeringDB synchronization tool</subtitle>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/peeringdb-simplesync/'/>
<entry>
<title>bump user_agent version</title>
<updated>2024-11-07T22:03:54+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@a5n.dk</email>
</author>
<published>2024-11-07T22:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/peeringdb-simplesync/commit/?id=c5d012c019fcd7d564df706e34000c7121ceef16'/>
<id>c5d012c019fcd7d564df706e34000c7121ceef16</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>schema: add support for new objects</title>
<updated>2024-11-07T21:50:31+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@a5n.dk</email>
</author>
<published>2024-11-07T21:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/peeringdb-simplesync/commit/?id=a314f3ff2eff4e7fa62f67dfd1b6ebc7b619740b'/>
<id>a314f3ff2eff4e7fa62f67dfd1b6ebc7b619740b</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>schema: add if not exists</title>
<updated>2024-11-07T21:50:31+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@a5n.dk</email>
</author>
<published>2024-11-07T21:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/peeringdb-simplesync/commit/?id=fef29917c688da707f3a49871efda72010042155'/>
<id>fef29917c688da707f3a49871efda72010042155</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>make object types configurable</title>
<updated>2024-11-07T21:50:31+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@a5n.dk</email>
</author>
<published>2024-11-07T21:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/peeringdb-simplesync/commit/?id=9d0ecfa813820991523daa3bb481ddbd8f1e3ae9'/>
<id>9d0ecfa813820991523daa3bb481ddbd8f1e3ae9</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>re-adjust request retry</title>
<updated>2024-11-07T21:50:31+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@a5n.dk</email>
</author>
<published>2024-11-07T21:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/peeringdb-simplesync/commit/?id=477cba0fbc9dd0f98d9489db9e72b3461885a8d2'/>
<id>477cba0fbc9dd0f98d9489db9e72b3461885a8d2</id>
<content type='text'>
Also trigger retry on 429, as initial sync
might hit rate-limits, even when authenticated.

Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also trigger retry on 429, as initial sync
might hit rate-limits, even when authenticated.

Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>make domain name configurable</title>
<updated>2024-11-07T21:50:31+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@a5n.dk</email>
</author>
<published>2024-11-07T21:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/peeringdb-simplesync/commit/?id=a7611f3b46c69539473fba3c056d5002314299bc'/>
<id>a7611f3b46c69539473fba3c056d5002314299bc</id>
<content type='text'>
Also change from peeringdb.com to www.peeringdb.com,
so we don't have to get redirected on every request.

Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also change from peeringdb.com to www.peeringdb.com,
so we don't have to get redirected on every request.

Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@a5n.dk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for api-keys</title>
<updated>2021-05-25T18:38:35+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@fiberby.net</email>
</author>
<published>2021-05-25T18:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/peeringdb-simplesync/commit/?id=1f5cebcc57313ecc446929af90a6383f91edbf4f'/>
<id>1f5cebcc57313ecc446929af90a6383f91edbf4f</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@fiberby.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@fiberby.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>document config keys</title>
<updated>2021-05-25T18:36:50+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@fiberby.net</email>
</author>
<published>2021-05-25T18:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/peeringdb-simplesync/commit/?id=966b99a1a0eb13d2aa88d656116fc3d9e9acd874'/>
<id>966b99a1a0eb13d2aa88d656116fc3d9e9acd874</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@fiberby.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@fiberby.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed to work with the new apidoc in YAML</title>
<updated>2020-05-04T10:08:43+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@fiberby.net</email>
</author>
<published>2020-05-04T10:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/peeringdb-simplesync/commit/?id=0ef91e74908fb8d9dfc813c276c9c2559708f3f9'/>
<id>0ef91e74908fb8d9dfc813c276c9c2559708f3f9</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@fiberby.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@fiberby.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed to work with API changes in v2.18.0</title>
<updated>2020-01-26T19:02:46+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@fiberby.net</email>
</author>
<published>2020-01-26T19:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/peeringdb-simplesync/commit/?id=341839955fca57a4cfe8908e37b3a0fba45a2c2f'/>
<id>341839955fca57a4cfe8908e37b3a0fba45a2c2f</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@fiberby.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@fiberby.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
