Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-19 | Merge pull request #14 from ↵HEADmain | Roberto 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-06 | Update poetry requirement from <2.0,>=1.1.0 to >=1.1.0,<3.0dependabot/pip/poetry-gte-1.1.0-and-lt-3.0 | dependabot[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-27 | Update README.md | Roberto Bertó | |
added link to pypy https://pypi.org/project/pyvyos/ | |||
2024-08-27 | makefile now works to maintainer build/upload do pypyv0.2.2 | Roberto 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-27 | Merge pull request #10 from vyos-contrib/dependabot/pip/urllib3-2.2.2 | Roberto Bertó | |
Bump urllib3 from 2.2.1 to 2.2.2 | |||
2024-08-27 | Merge pull request #11 from vyos-contrib/dependabot/pip/idna-3.7 | Roberto Bertó | |
Bump idna from 3.6 to 3.7 | |||
2024-08-27 | Merge pull request #12 from vyos-contrib/dependabot/pip/certifi-2024.7.4 | Roberto Bertó | |
Bump certifi from 2024.2.2 to 2024.7.4 | |||
2024-08-27 | Bump certifi from 2024.2.2 to 2024.7.4 | dependabot[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-27 | Bump idna from 3.6 to 3.7 | dependabot[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-27 | Bump urllib3 from 2.2.1 to 2.2.2 | dependabot[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-27 | created Makefile | Roberto Berto | |
added dev/ to ignore changed whitespaces only in example.py | |||
2024-08-27 | added .env file on .gitignore | Roberto Berto | |
2024-08-27 | added dev files on .gitignore | Roberto Berto | |
2024-08-05 | Merge pull request #7 from robertoberto/dependabot/pip/requests-2.32.3 | Roberto Bertó | |
Bump requests from 2.31.0 to 2.32.3 | |||
2024-06-03 | Bump requests from 2.31.0 to 2.32.3 | dependabot[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-11 | script to make virtualbox compatible with wsl2 | Roberto Berto | |
2024-03-10 | Create dependabot.yml | Roberto Bertó | |
2024-03-10 | vagrant infra to test and developmentv0.2.1 | Roberto Berto | |
2024-03-10 | vagrant infra to test and development | Roberto Berto | |
2024-03-10 | vagrant infra to test and development | Roberto Berto | |
2024-03-10 | Merge branch 'main' of github.com-robertoberto:robertoberto/pyvyos | Roberto Berto | |
2024-03-10 | improved configure_set to multiple paths | Roberto Berto | |
2024-03-10 | Merge pull request #3 from xTITUSMAXIMUSX/main | Roberto Bertó | |
Adding multi command support in a single payload | |||
2024-03-10 | updated actions to use latest versions | Roberto Bertó | |
2024-03-10 | actions using python = 3.12.2 | Roberto Bertó | |
2024-03-10 | Update python-app.yml | Roberto Bertó | |
2024-03-10 | updated actions | Roberto Bertó | |
2024-03-10 | fixed pip requirements versions | Roberto Berto | |
2024-03-10 | rename to pyvyos | Roberto Bertó | |
2024-03-01 | update elif | xTITUSMAXIMUSX | |
2024-03-01 | Fix issue with functions without paths | xTITUSMAXIMUSX | |
2024-03-01 | removed unnecessary if statment | xTITUSMAXIMUSX | |
2024-03-01 | Added back file and name | xTITUSMAXIMUSX | |
2024-03-01 | Updated _get_payload for multi command supprot | xTITUSMAXIMUSX | |
2023-12-14 | Update README.md | Roberto Bertó | |
improved markdown | |||
2023-12-14 | created .env.example | Roberto Berto | |
2023-12-14 | Update README.md | Roberto Bertó | |
improved documentation with better names and .env example | |||
2023-12-13 | Create python-publish.yml | Roberto Bertó | |
2023-12-13 | Create python-app.ymlv0.2.0 | Roberto Bertó | |
2023-12-13 | Update README.md | Roberto Bertó | |
fixed path error in docs | |||
2023-12-13 | read the docs in readme.md | Roberto Berto | |
2023-12-13 | read the docs | Roberto Berto | |
2023-12-13 | read the docs | Roberto Berto | |
2023-12-13 | read the docs | Roberto Berto | |
2023-12-13 | removed email public | Roberto Berto | |
2023-12-13 | version 0.2.0 with all api and tests | Roberto Berto | |
2023-12-13 | feature: | Roberto Berto | |
- configure_set - configure_delete - config_file_save - config_file_load | |||
2023-11-21 | Merge branch 'main' of github.com:gravscale/vyapi | Roberto Berto | |
2023-11-21 | fixed pyproject | Roberto Berto | |
2023-11-21 | Update README.md formatting | Roberto Bertó | |