-
Notifications
You must be signed in to change notification settings - Fork 149
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
feat(stats): user ops indexing status #1240
Open
bragov4ik
wants to merge
75
commits into
main
Choose a base branch
from
bragov4ik/stats-user-ops-indexing-status
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.
Open
Changes from all commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
4e75afc
add user ops to status requirements
bragov4ik 622ccd4
improve tests
bragov4ik 388f99e
fix
bragov4ik 834d980
clippy
bragov4ik e5f3519
fmt
bragov4ik 63bb00c
env in readme
bragov4ik 5da4ea0
update client to 'main' branch version
bragov4ik 4fa4f68
typo
bragov4ik cdcb767
add status requirements to user ops charts
bragov4ik 14140ee
move infinite sleep closer to its reason + add user ops endpoint to t…
bragov4ik 5922a70
clippy
bragov4ik 8faa624
enable disabled (for some reason) test
bragov4ik 6d1f4c4
add user ops not indexed test + deduplicate lines/counters test
bragov4ik 4529fc6
increase wait due to more concurrent computations
bragov4ik e45b71a
more descriptive panic
bragov4ik 682c541
more wait...
bragov4ik 901efcd
start futures one by one to not clash ports..
bragov4ik 7947e4c
get rid of test consolidation on stats-init level due to CI problems
bragov4ik 1334534
clippy
bragov4ik 1465326
i cant anymore..
bragov4ik db41abf
ci please tell me what's the problem
bragov4ik 48bcd30
temp change order of tests
bragov4ik 2d3e6e0
even better ci temp
bragov4ik e6efd58
disable lots of logs (not sure why they appeard..)
bragov4ik 7948a2c
fmbkofejgofids
bragov4ik 6432867
notify on finished init updates (doesn't work when not fully indexed)
bragov4ik 01f5064
update status endpoint + fix flaky tests
bragov4ik 2834c91
undo temp
bragov4ik 61d804c
random fixes
bragov4ik 033b1d7
Revert "undo temp"
bragov4ik 8fa6352
debug
bragov4ik 07111f2
clippy
bragov4ik de57397
debug
bragov4ik d74308a
debug
bragov4ik 9f3e602
debug
bragov4ik 52215fe
update launcher (from PR)
bragov4ik 96e7fb1
more agressive (less) wait
bragov4ik ee6e61a
uhh...
bragov4ik 6686e78
debug
bragov4ik 552ec2b
i sleep
bragov4ik 558b598
debug print data right after init update
bragov4ik 3a0eddc
a bit better debug
bragov4ik 9e39539
one thread to rule them all
bragov4ik 025ea0e
fix stack overflow
bragov4ik 1f7e263
move away from reused db conn
bragov4ik 8afec38
cut off potential problem
bragov4ik 9708729
reset tests to main version; fix compilation
bragov4ik c2dc170
clippy
bragov4ik 5225ca3
bring back some of changes
bragov4ik 1ac894f
clippy
bragov4ik 2e4716a
enable disabled chart
bragov4ik 8f1daf1
wait for update status
bragov4ik cd41aa7
healthcheck check
bragov4ik fa1291a
user ops not indexed test
bragov4ik 1dfa583
remove breaking test???
bragov4ik 37936a4
try changes w/o bringing back tests
bragov4ik c1b7fe5
only one problematic test
bragov4ik 9398928
test hypothesis that it's the number of tests and not tests themselves
bragov4ik 29e53ed
bring back the old tests
bragov4ik a5e2d9d
remove prints
bragov4ik d01073f
warns
bragov4ik 54895e8
clippy
bragov4ik fb33e4b
init tracing in integration tests
bragov4ik ee7767b
more timeouts
bragov4ik 790606f
move common
bragov4ik a7d5225
remove useless config file
bragov4ik d17c15e
add timeout + fix tests
bragov4ik 01f4b1f
more relaxed test to tolerate occasional scheduled updates
bragov4ik ff5a041
fix pipeline (temp)
bragov4ik 3a7a9f0
fix ci
bragov4ik d30915c
stylish fashionable youthful
bragov4ik a302df4
clippy
bragov4ik 57655b3
better comments in proto
bragov4ik 5b0a717
fix blockscout_checks_enabled logic
bragov4ik 1cf614c
readability
bragov4ik 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
Oops, something went wrong.
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.
remove