-
Notifications
You must be signed in to change notification settings - Fork 21
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
[O2B-1365] Disable GAQ for not fully covered runs #1784
Open
xsalonx
wants to merge
42
commits into
main
Choose a base branch
from
xsalonx/gaq/O2B-1365/disable-gaq-if-detector-is-missing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+436
−150
Open
Changes from 33 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
fc4f46f
add run bounds to gaq eff. periods
xsalonx 76848cb
WIP
xsalonx e95b06d
empty ranges work
xsalonx 782284c
gaq summary WIP
xsalonx 4978810
WIP
xsalonx 113c6aa
work
xsalonx 3b39854
simplify
xsalonx 8ef35d6
fix
xsalonx ec92f8d
gaq summary disabled when missing coverage
xsalonx ee7e2d2
Merge branch 'main' into xsalonx/gaq/O2B-1365/disable-gaq-if-detector…
xsalonx ff09301
add comments
xsalonx b9b163c
add comments
xsalonx ae4d996
remove tf timestamps form query
xsalonx baa9bda
fix joins
xsalonx 5880df0
a
xsalonx 27e3a7a
add seeders
xsalonx 7a2d17d
fix merging summaries
xsalonx adb74ce
cleanup
xsalonx 42c479d
docs
xsalonx d37c942
fix tests
xsalonx 5ae8225
add colors
xsalonx ad3e415
fix seeder
xsalonx 87c7038
fix test
xsalonx eb3dab5
fix api test
xsalonx 727980d
fix
xsalonx 28b5931
fix test
xsalonx 42513a1
ch display, fix tests
xsalonx 1dff087
fix
xsalonx fb67a69
fix test
xsalonx 3b9cbd0
test fix
xsalonx 5f2f0ed
fix test
xsalonx f669198
fix test
xsalonx 6b3aee3
docs
xsalonx dc93796
rename
xsalonx b13e82e
test
xsalonx d862b16
Add QcSummaryUnit wrapping class
xsalonx bcd147e
megre main
xsalonx ad1ab15
fix test
xsalonx 1f50297
fix test
xsalonx 1632aa9
fix
xsalonx 570f25c
fix test
xsalonx 40bb12d
Merge branch 'main' into xsalonx/gaq/O2B-1365/disable-gaq-if-detector…
xsalonx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This raw SQL querries start to be very complex. Could you try to create a view that would simplify this?
First, you should already use time_start and time_end that already coalesce time_trg_start and time_trg_end
Also, coalesce null timestamp to 0 works but is a bit wrong in my opinion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
applied in xsalonx/gaq/O2B-1365/disable-gaq-if-detector-is-missing---with-views