Skip to content
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

Remove index_realtime and index_realtime_appenderator tasks #16602

Merged
merged 27 commits into from
Jun 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
60ceeed
Remove index_realtime and index_realtime_appenderator tasks.
gianm Jan 18, 2024
2548eeb
Updates.
gianm Jan 18, 2024
abfef32
Style.
gianm Jan 18, 2024
3396f17
Fixes for static analysis.
gianm Jan 18, 2024
c773fcd
Fix test.
gianm Jan 18, 2024
7fd4f4f
Updates for static analysis, ITs.
gianm Jan 18, 2024
a319f16
Fix test.
gianm Jan 18, 2024
676dd4c
Fixes.
gianm Jan 19, 2024
7f39083
Remove function.
gianm Jan 19, 2024
0e77cd2
Merge branch 'master' into realtime-rampage
gianm Jan 19, 2024
1fbb38e
Merge branch 'master' into realtime-rampage
gianm Jan 20, 2024
42680fe
IT WIP
gianm Jan 20, 2024
cfb4faf
delete
gianm Jan 20, 2024
c85f6ff
Merge branch 'master' into realtime-rampage
gianm Mar 20, 2024
d7ec2cf
Merge branch 'master' into realtime-rampage
gianm Mar 20, 2024
9a90795
Fix style.
gianm Mar 20, 2024
2eff3ea
Merge remote-tracking branch 'upstream/master' into realtime-rampage
clintropolis Jun 14, 2024
7e6d38b
fix inspection, add union query integration test using new framework
clintropolis Jun 14, 2024
8499c4a
style
clintropolis Jun 14, 2024
e165efd
style again
clintropolis Jun 14, 2024
7d663fd
dependencies
clintropolis Jun 14, 2024
b3dceea
adjust
clintropolis Jun 14, 2024
f2401cd
revert some unintended changes
clintropolis Jun 14, 2024
aaf2812
Merge remote-tracking branch 'upstream/master' into realtime-rampage
clintropolis Jun 14, 2024
9f3da17
fix test
clintropolis Jun 14, 2024
e06647a
maybe fix tests
clintropolis Jun 14, 2024
f3ce50b
missed a spot
clintropolis Jun 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix style.
  • Loading branch information
gianm committed Mar 20, 2024
commit 9a9079513268bcbcb6867668876e57c33b5008a5
Original file line number Diff line number Diff line change
Expand Up @@ -1322,4 +1322,4 @@ private static void publishSegment(
throw new RuntimeException(e);
}
}
}
}
Loading