Feat/disable reload db param #168

Merged
duan_j merged 4 commits from feat/disable-reload-db-param into main 2026-08-25 13:54:29 +02:00
Owner

According to Vincent's input:
disable Reload DB button and related usages
reorder unmeasured to the front of measured

According to Vincent's input: disable Reload DB button and related usages reorder unmeasured to the front of measured

Coverage report (automated)

Total line + branch coverage: 50%
Diff coverage vs main: 100% (minimum 80%)

Full report: coverage artifact on this run.

Coverage report (automated) Total line + branch coverage: 50% Diff coverage vs main: 100% (minimum 80%) Full report: coverage artifact on this run.
duan_j added 2 commits 2026-08-25 13:07:01 +02:00
feat: disable Reload DB params and related usage
CI / lint (push) Skipped
CI / test (3.11) (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
CI / lint (pull_request) Successful in 42s
CI / test (3.11) (pull_request) Successful in 1m3s
CI / test (3.13) (pull_request) Successful in 1m3s
CI / test (3.12) (pull_request) Successful in 1m4s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 1m14s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Successful in 1m18s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Successful in 1m30s
CI / test-with-coverage (pull_request) Successful in 1m36s
CI / coverage-analysis (pull_request) Successful in 3s
96d7e82f48
duan_j force-pushed feat/disable-reload-db-param from 6ed6cc153b to 96d7e82f48 2026-08-25 13:07:01 +02:00 Compare
Author
Owner

@perl_d ready for review and merge =)

Checked with Katherine and she says she doesn't use Reload DB params, the removal was requested by Vincent.

And I didn't remove them just in case we need them??? I don't know, maybe we should remove them directly

@perl_d ready for review and merge =) Checked with Katherine and she says she doesn't use `Reload DB params`, the removal was requested by Vincent. And I didn't remove them just in case we need them??? I don't know, maybe we should remove them directly
@@ -163,3 +163,1 @@
self._layout.removeWidget(self.reload_params_button)
self._layout.addWidget(self.reload_params_button, 15, 0, 1, 6)
self.reload_params_button.setVisible(True)
# self._layout.removeWidget(self.reload_params_button)
Owner

please don't comment out code, just delete it. it is always available in the history.

please don't comment out code, just delete it. it is always available in the history.
Author
Owner

deleted =)

deleted =)
duan_j marked this conversation as resolved
duan_j added 1 commit 2026-08-25 13:48:03 +02:00
style:delete the commented code
CI / lint (push) Skipped
CI / test (3.11) (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
CI / lint (pull_request) Canceled after 32s
CI / test (3.13) (pull_request) Canceled after 26s
CI / test (3.11) (pull_request) Canceled after 31s
CI / test (3.12) (pull_request) Canceled after 27s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Canceled after 22s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Canceled after 21s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Canceled after 17s
CI / test-with-coverage (pull_request) Canceled after 16s
CI / coverage-analysis (pull_request) Canceled after 0s
0a30723f6a
duan_j added 1 commit 2026-08-25 13:48:38 +02:00
style:delete the commented code
CI / lint (pull_request) Successful in 52s
CI / test (3.12) (pull_request) Successful in 1m4s
CI / test (3.13) (pull_request) Successful in 1m40s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 1m9s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Successful in 1m38s
CI / test-with-coverage (pull_request) Successful in 1m49s
CI / coverage-analysis (pull_request) Successful in 3s
CI / test (3.11) (pull_request) Successful in 57s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Successful in 1m5s
CI / lint (push) Successful in 40s
Docs build and publish / docker (push) Successful in 24s
CI / test (3.11) (push) Canceled after 49s
CI / test-with-beamline-plugins (pxi_bec) (push) Canceled after 41s
CI / test (3.12) (push) Canceled after 46s
CI / test (3.13) (push) Canceled after 44s
CI / test-with-beamline-plugins (pxii_bec) (push) Canceled after 39s
CI / test-with-beamline-plugins (pxiii_bec) (push) Canceled after 36s
CI / test-with-coverage (push) Canceled after 34s
CI / coverage-analysis (push) Canceled after 0s
Build and Publish / release (push) Successful in 36s
873143d846
duan_j merged commit 873143d846 into main 2026-08-25 13:54:29 +02:00
duan_j deleted branch feat/disable-reload-db-param 2026-08-25 13:54:29 +02:00
Sign in to join this conversation.