<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/scripts, branch mergify/bp/circinus/pr-3763</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=mergify%2Fbp%2Fcircinus%2Fpr-3763</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=mergify%2Fbp%2Fcircinus%2Fpr-3763'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-06-06T15:39:50+00:00</updated>
<entry>
<title>xml: T6423: enforce priority on nodes having an owner</title>
<updated>2024-06-06T15:39:50+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-06-06T10:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=61f8250184e927de9ab6bddc207b917bef7da42b'/>
<id>urn:sha1:61f8250184e927de9ab6bddc207b917bef7da42b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6349: updated conflict check workflow (#3468)</title>
<updated>2024-05-18T02:40:58+00:00</updated>
<author>
<name>Vijayakumar A</name>
<email>36878324+kumvijaya@users.noreply.github.com</email>
</author>
<published>2024-05-18T02:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=807791a01f946784a7e192b0e827ec891c112a77'/>
<id>urn:sha1:807791a01f946784a7e192b0e827ec891c112a77</id>
<content type='text'>
* T6349: updated conflict workflow

* T6349: updated conflict workflow

* T6349: updated all workflows to use reusable workflows

* T6349: updated all workflows to use reusable workflows</content>
</entry>
<entry>
<title>T6199: drop unused Python imports</title>
<updated>2024-04-02T22:15:43+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-02T22:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=274b2da242acd1f1f64ff1dee471e34295137c5f'/>
<id>urn:sha1:274b2da242acd1f1f64ff1dee471e34295137c5f</id>
<content type='text'>
found using "git ls-files *.py | xargs pylint | grep W0611"
</content>
</entry>
<entry>
<title>Merge pull request #2507 from erkin/image-tools</title>
<updated>2024-02-08T16:11:50+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-02-08T16:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=632c9d9f3d52e2c9571018553b5b45d9a3fe6ffd'/>
<id>urn:sha1:632c9d9f3d52e2c9571018553b5b45d9a3fe6ffd</id>
<content type='text'>
op-mode: T4038: Python rewrite of image tools</content>
</entry>
<entry>
<title>op-mode: T4038: Python rewrite of image tools</title>
<updated>2024-01-25T14:38:55+00:00</updated>
<author>
<name>erkin</name>
<email>me@erkin.party</email>
</author>
<published>2023-11-20T05:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b76e4c808c954dcf498b510aaa9c8d6c91850991'/>
<id>urn:sha1:b76e4c808c954dcf498b510aaa9c8d6c91850991</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: T5854: clear empty paths left by embedded override of defaultValue</title>
<updated>2023-12-24T02:39:21+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-12-24T00:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c4f9c936c9fdd32e7f6258c0dfa8c8cf6057998d'/>
<id>urn:sha1:c4f9c936c9fdd32e7f6258c0dfa8c8cf6057998d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config-mgmt: T4957: T2405: add proper valueHelp strings for remote URL</title>
<updated>2023-11-18T20:53:35+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-18T20:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dcb277ba0aed4a02f48572d10d3ba242942b8639'/>
<id>urn:sha1:dcb277ba0aed4a02f48572d10d3ba242942b8639</id>
<content type='text'>
vyos@vyos# set system config-management commit-archive location
Possible completions:
   uri                  Uniform Resource Identifier

Unfortunately URI is a bit "less" specific - add proper help strings:

vyos@vyos# set system config-management commit-archive location
Possible completions:
   http://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   https://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   ftp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   sftp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   scp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   tftp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   git+https://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
</content>
</entry>
<entry>
<title>scripts: T5672: remove the conf mode node.def importer</title>
<updated>2023-10-21T13:05:16+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-10-21T13:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4651bd41ddefd25b79bfc59f7f2577cd6db43c3e'/>
<id>urn:sha1:4651bd41ddefd25b79bfc59f7f2577cd6db43c3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5195: vyos.util -&gt; vyos.utils package refactoring (#2093)</title>
<updated>2023-07-14T20:18:36+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-14T20:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1ca536da448749dff557f13ecae97b124026e96'/>
<id>urn:sha1:d1ca536da448749dff557f13ecae97b124026e96</id>
<content type='text'>
* T5195: move run, cmd, call, rc_cmd helper to vyos.utils.process

* T5195: use read_file and write_file implementation from vyos.utils.file

Changed code automatically using:

find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import read_file$/from vyos.utils.file import read_file/g' {} +
find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import write_file$/from vyos.utils.file import write_file/g' {} +

* T5195: move chmod* helpers to vyos.utils.permission

* T5195: use colon_separated_to_dict from vyos.utils.dict

* T5195: move is_systemd_service_* to vyos.utils.process

* T5195: fix boot issues with missing imports

* T5195: move dict_search_* helpers to vyos.utils.dict

* T5195: move network helpers to vyos.utils.network

* T5195: move commit_* helpers to vyos.utils.commit

* T5195: move user I/O helpers to vyos.utils.io</content>
</entry>
<entry>
<title>ci: T4748: add a small delay to the PR title check to ensure that it gets a complete, finalized PR object from GitHub</title>
<updated>2022-12-30T21:25:07+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2022-12-30T21:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=182adaf56a5573d32d79d3c21e24007f5c18fb2b'/>
<id>urn:sha1:182adaf56a5573d32d79d3c21e24007f5c18fb2b</id>
<content type='text'>
</content>
</entry>
</feed>
