Implement onlyPublishedByThisCampaign filter
Created by: eseliger
Closes #13083
Since this is blocking the close UI, I went ahead quickly and implemented a solution to the issue I filed. I'll use this for now in testing and if we don't like it we have some more time to come up with a better solution until the close UI branch is ready to merge
Merge request reports
Activity
Created by: codecov[bot]
Codecov Report
Merging #13084 into main will increase coverage by
0.00%
. The diff coverage is100.00%
.@@ Coverage Diff @@ ## main #13084 +/- ## ======================================= Coverage 51.15% 51.15% ======================================= Files 1470 1470 Lines 82533 82543 +10 Branches 6781 6794 +13 ======================================= + Hits 42221 42228 +7 - Misses 36706 36709 +3 Partials 3606 3606
Flag Coverage Δ #go 52.42% <100.00%> (+<0.01%)
#integration 24.58% <ø> (ø)
#storybook 14.85% <ø> (ø)
#typescript 47.68% <ø> (ø)
#unit 34.42% <ø> (ø)
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files Coverage Δ cmd/frontend/graphqlbackend/campaigns.go 0.00% <ø> (ø)
...nterprise/internal/campaigns/resolvers/campaign.go 81.96% <100.00%> (ø)
...nterprise/internal/campaigns/resolvers/resolver.go 71.26% <100.00%> (+0.34%)
enterprise/internal/campaigns/service.go 78.34% <100.00%> (+0.09%)
enterprise/internal/campaigns/store_changesets.go 82.52% <100.00%> (+0.20%)
.../internal/codeintel/resolvers/graphql/locations.go 85.45% <0.00%> (-1.82%)
cmd/frontend/graphqlbackend/zoekt.go 75.89% <0.00%> (-0.28%)
Please register or sign in to reply