-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release version 1.5.0 #318
Conversation
…n, so we can get job_id into the confirmed version
…ce confirm, 2=next job id with confirm (platform dependent?)
…on confirm_devices to run as second job after syncto, to confirm all devices. works with Arista if EOS-driver is changed to not discard changes at close()
…e 2 instead of closing connection immediately. warn if syncing more than 50 devices, connection timeouts might cause issues?
…o commitconfirm mode 1
The PostgreSQL test database is usually initialized through some SQL fixture file. This fixture doesn't necessarily include all the latest schema changes. This ensures that once the test PostgreSQL database is up and running, alembic is used to apply all the available migrations up to the head revision.
Ensure SQL schema is updated before test run
…o finish for commit confirm mode 2.
…ncto and test scheduler use that one with scope=session to only have one scheduler. rework test_scheduler to pytest format.
that the device is still reachable
…empty diff, otherwise wrong message is displayed and job lock is released too early. Add sync event immediately when device is unreachable after commit
calls would not have been read?
…on with commit confirmed mode 1
API to query running config
Bump gitpython from 3.1.32 to 3.1.34
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.34 to 3.1.35. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.34...3.1.35) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bump gitpython from 3.1.34 to 3.1.35
…ng" using X-Fields header instead of custom query params, hopefully a bit more standard and more flexible Example use curl -H "X-Fields: available_variables{interfaces},hostname" to only retreive hostname and variables regarding interfaces
Feature.filter generate output
…sh_ok Bugfix.confirmed 2 failed after push ok
…ivate, change timeout 60s to 120s
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #318 +/- ##
==========================================
+ Coverage 64.78% 65.46% +0.67%
==========================================
Files 65 66 +1
Lines 6806 7325 +519
==========================================
+ Hits 4409 4795 +386
- Misses 2397 2530 +133
☔ View full report in Codecov by Sentry. |
Version 1.5.0
New features:
after it has commited, mode 2 - confirm devices only when all devices in the job has comitted successfully
Bug fixes: