Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #274 +/- ##
=======================================
Coverage 82.67% 82.67%
=======================================
Files 60 60
Lines 4434 4434
=======================================
Hits 3666 3666
Misses 768 768 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.1...v0.13.3) - [github.com/pre-commit/mirrors-eslint: v9.36.0 → v9.37.0](pre-commit/mirrors-eslint@v9.36.0...v9.37.0)
28b26c1 to
12c431b
Compare
backmari
approved these changes
Oct 7, 2025
darshdinger
added a commit
that referenced
this pull request
Feb 3, 2026
* [pre-commit.ci] pre-commit autoupdate (#262) updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.8...v0.13.0) - [github.com/pre-commit/mirrors-eslint: v9.33.0 → v9.35.0](pre-commit/mirrors-eslint@v9.33.0...v9.35.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add created amd updated fields to MonitoredVariable (#269) * Add created amd updated fields to MonitoredVariable * Fix migration conflict * Fix stored procedure to include created and updated fields * Revert * Minor issue fix * Fix systemtests: Update test_setInstrumentPVs.py to use current database schema * Update postprocessing and add fake test server for ONCat (#270) * [pre-commit.ci] pre-commit autoupdate (#272) updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1) - [github.com/pre-commit/mirrors-eslint: v9.35.0 → v9.36.0](pre-commit/mirrors-eslint@v9.35.0...v9.36.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Bump prefix-dev/setup-pixi from 0.9.0 to 0.9.1 (#271) Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add user docs on monitored variables with link to POWGEN instructions (#273) * [pre-commit.ci] pre-commit autoupdate (#274) updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.1...v0.13.3) - [github.com/pre-commit/mirrors-eslint: v9.36.0 → v9.37.0](pre-commit/mirrors-eslint@v9.36.0...v9.37.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Modernize Python packaging: migrate from setup.cfg to pyproject.toml (#275) * Bring data_workflow in line with current standards - replace setup.cfg * Fix warnings * Fix setuptools deprecation warnings * Address more comments * Address more comments * Address coderabbit's review comments * Feature/upgrade postgresql 17 (#278) * Upgrade PostgreSQL from 14 to 17 (v18 is not released yet) * Some documentation updates, release notes to come * [pre-commit.ci] pre-commit autoupdate (#276) updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.6](astral-sh/ruff-pre-commit@v0.13.3...v0.14.6) - [github.com/pre-commit/mirrors-eslint: v9.37.0 → v10.0.0-alpha.0](pre-commit/mirrors-eslint@v9.37.0...v10.0.0-alpha.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Bump prefix-dev/setup-pixi from 0.9.1 to 0.9.3 (#279) Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.9.1 to 0.9.3. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.1...v0.9.3) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ross Whitfield <whitfieldre@ornl.gov> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marie Backman <backmanma@ornl.gov>
darshdinger
added a commit
that referenced
this pull request
Feb 3, 2026
* Add space * Remove space * Release v3.8.0 (#284) * [pre-commit.ci] pre-commit autoupdate (#262) updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.8...v0.13.0) - [github.com/pre-commit/mirrors-eslint: v9.33.0 → v9.35.0](pre-commit/mirrors-eslint@v9.33.0...v9.35.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add created amd updated fields to MonitoredVariable (#269) * Add created amd updated fields to MonitoredVariable * Fix migration conflict * Fix stored procedure to include created and updated fields * Revert * Minor issue fix * Fix systemtests: Update test_setInstrumentPVs.py to use current database schema * Update postprocessing and add fake test server for ONCat (#270) * [pre-commit.ci] pre-commit autoupdate (#272) updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1) - [github.com/pre-commit/mirrors-eslint: v9.35.0 → v9.36.0](pre-commit/mirrors-eslint@v9.35.0...v9.36.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Bump prefix-dev/setup-pixi from 0.9.0 to 0.9.1 (#271) Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add user docs on monitored variables with link to POWGEN instructions (#273) * [pre-commit.ci] pre-commit autoupdate (#274) updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.1...v0.13.3) - [github.com/pre-commit/mirrors-eslint: v9.36.0 → v9.37.0](pre-commit/mirrors-eslint@v9.36.0...v9.37.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Modernize Python packaging: migrate from setup.cfg to pyproject.toml (#275) * Bring data_workflow in line with current standards - replace setup.cfg * Fix warnings * Fix setuptools deprecation warnings * Address more comments * Address more comments * Address coderabbit's review comments * Feature/upgrade postgresql 17 (#278) * Upgrade PostgreSQL from 14 to 17 (v18 is not released yet) * Some documentation updates, release notes to come * [pre-commit.ci] pre-commit autoupdate (#276) updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.6](astral-sh/ruff-pre-commit@v0.13.3...v0.14.6) - [github.com/pre-commit/mirrors-eslint: v9.37.0 → v10.0.0-alpha.0](pre-commit/mirrors-eslint@v9.37.0...v10.0.0-alpha.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Bump prefix-dev/setup-pixi from 0.9.1 to 0.9.3 (#279) Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.9.1 to 0.9.3. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.1...v0.9.3) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ross Whitfield <whitfieldre@ornl.gov> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marie Backman <backmanma@ornl.gov> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ross Whitfield <whitfieldre@ornl.gov> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marie Backman <backmanma@ornl.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updates: