<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/validators/script, branch mergify/bp/sagitta/pr-3989</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%2Fsagitta%2Fpr-3989</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=mergify%2Fbp%2Fsagitta%2Fpr-3989'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-07-14T20:18:36+00:00</updated>
<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>validators: T4053: Fix exit code for script</title>
<updated>2021-12-06T10:13:32+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-12-06T10:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=001cc6655f1864a46b573dae13c8f33bbf224239'/>
<id>urn:sha1:001cc6655f1864a46b573dae13c8f33bbf224239</id>
<content type='text'>
</content>
</entry>
<entry>
<title>validators: T4052: Fix for warn message in the validator script</title>
<updated>2021-12-06T09:04:01+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-12-06T09:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b6fbe6d3a5e8de4f90aa9fba61ca7491f9959ed0'/>
<id>urn:sha1:b6fbe6d3a5e8de4f90aa9fba61ca7491f9959ed0</id>
<content type='text'>
Validator expects variable "script" for the Warning message
But it gets undeclared "path"
</content>
</entry>
<entry>
<title>validator: T2417: bugfix on Python3 f'ormat strings</title>
<updated>2021-09-18T09:27:05+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-18T09:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dda9f655f94968b07043887a03e3bba176eb94d5'/>
<id>urn:sha1:dda9f655f94968b07043887a03e3bba176eb94d5</id>
<content type='text'>
Commit 3639a5610b590a ("validator: T2417: try to make the code clearer")
introduced Python3 f'ormatted strings but missed the "f" keyword.
</content>
</entry>
<entry>
<title>validator: T2417: try to make the code clearer</title>
<updated>2020-05-06T15:45:44+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-05-06T15:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3639a5610b590a64d6d56bee81dddd252994cfe5'/>
<id>urn:sha1:3639a5610b590a64d6d56bee81dddd252994cfe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T772 allow stow-away arguments in the script name field https://phabricator.vyos.net/T772</title>
<updated>2018-08-11T22:28:13+00:00</updated>
<author>
<name>Peri Diane Jones</name>
<email>gitlab.com@dsmouse.com</email>
</author>
<published>2018-08-11T22:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=12ce8b309d2535ba7277da4561bdd80bb89185be'/>
<id>urn:sha1:12ce8b309d2535ba7277da4561bdd80bb89185be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a validator for scripts that are supposed to be in /config</title>
<updated>2018-07-24T10:42:23+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-07-24T10:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f9f1333e4c741451a8b53031812fcbdb167b4731'/>
<id>urn:sha1:f9f1333e4c741451a8b53031812fcbdb167b4731</id>
<content type='text'>
</content>
</entry>
</feed>
