summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-19Merge pull request #14 from ↵HEADmainRoberto Bertó
vyos-contrib/dependabot/pip/poetry-gte-1.1.0-and-lt-3.0 Update poetry requirement from <2.0,>=1.1.0 to >=1.1.0,<3.0
2025-01-06Update poetry requirement from <2.0,>=1.1.0 to >=1.1.0,<3.0dependabot/pip/poetry-gte-1.1.0-and-lt-3.0dependabot[bot]
Updates the requirements on [poetry](https://github.com/python-poetry/poetry) to permit the latest version. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/1.1.0...2.0.0) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27Update README.mdRoberto Bertó
added link to pypy https://pypi.org/project/pyvyos/
2024-08-27makefile now works to maintainer build/upload do pypyv0.2.2Roberto Berto
fixed vulnerabilities: - Bump certifi from 2024.2.2 to 2024.7.4 - Bump idna from 3.6 to 3.7 - Bump urllib3 from 2.2.1 to 2.2.2
2024-08-27Merge pull request #10 from vyos-contrib/dependabot/pip/urllib3-2.2.2Roberto Bertó
Bump urllib3 from 2.2.1 to 2.2.2
2024-08-27Merge pull request #11 from vyos-contrib/dependabot/pip/idna-3.7Roberto Bertó
Bump idna from 3.6 to 3.7
2024-08-27Merge pull request #12 from vyos-contrib/dependabot/pip/certifi-2024.7.4Roberto Bertó
Bump certifi from 2024.2.2 to 2024.7.4
2024-08-27Bump certifi from 2024.2.2 to 2024.7.4dependabot[bot]
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27Bump idna from 3.6 to 3.7dependabot[bot]
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27Bump urllib3 from 2.2.1 to 2.2.2dependabot[bot]
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27created MakefileRoberto Berto
added dev/ to ignore changed whitespaces only in example.py
2024-08-27added .env file on .gitignoreRoberto Berto
2024-08-27added dev files on .gitignoreRoberto Berto
2024-08-05Merge pull request #7 from robertoberto/dependabot/pip/requests-2.32.3Roberto Bertó
Bump requests from 2.31.0 to 2.32.3
2024-06-03Bump requests from 2.31.0 to 2.32.3dependabot[bot]
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.3. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11script to make virtualbox compatible with wsl2Roberto Berto
2024-03-10Create dependabot.ymlRoberto Bertó
2024-03-10vagrant infra to test and developmentv0.2.1Roberto Berto
2024-03-10vagrant infra to test and developmentRoberto Berto
2024-03-10vagrant infra to test and developmentRoberto Berto
2024-03-10Merge branch 'main' of github.com-robertoberto:robertoberto/pyvyosRoberto Berto
2024-03-10improved configure_set to multiple pathsRoberto Berto
2024-03-10Merge pull request #3 from xTITUSMAXIMUSX/mainRoberto Bertó
Adding multi command support in a single payload
2024-03-10updated actions to use latest versionsRoberto Bertó
2024-03-10actions using python = 3.12.2Roberto Bertó
2024-03-10Update python-app.ymlRoberto Bertó
2024-03-10updated actionsRoberto Bertó
2024-03-10fixed pip requirements versionsRoberto Berto
2024-03-10rename to pyvyosRoberto Bertó
2024-03-01update elifxTITUSMAXIMUSX
2024-03-01Fix issue with functions without pathsxTITUSMAXIMUSX
2024-03-01removed unnecessary if statmentxTITUSMAXIMUSX
2024-03-01Added back file and namexTITUSMAXIMUSX
2024-03-01Updated _get_payload for multi command supprotxTITUSMAXIMUSX
2023-12-14Update README.mdRoberto Bertó
improved markdown
2023-12-14created .env.exampleRoberto Berto
2023-12-14Update README.mdRoberto Bertó
improved documentation with better names and .env example
2023-12-13Create python-publish.ymlRoberto Bertó
2023-12-13Create python-app.ymlv0.2.0Roberto Bertó
2023-12-13Update README.mdRoberto Bertó
fixed path error in docs
2023-12-13read the docs in readme.mdRoberto Berto
2023-12-13read the docsRoberto Berto
2023-12-13read the docsRoberto Berto
2023-12-13read the docsRoberto Berto
2023-12-13removed email publicRoberto Berto
2023-12-13version 0.2.0 with all api and testsRoberto Berto
2023-12-13feature:Roberto Berto
- configure_set - configure_delete - config_file_save - config_file_load
2023-11-21Merge branch 'main' of github.com:gravscale/vyapiRoberto Berto
2023-11-21fixed pyprojectRoberto Berto
2023-11-21Update README.md formattingRoberto Bertó