-
Notifications
You must be signed in to change notification settings - Fork 18
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
api: add stats endpoint (bug 1800074) #223
Open
zzzeid
wants to merge
4
commits into
zeid/bug-1744327-refactor-workers
Choose a base branch
from
zeid/bug-1800074-add-stats-endpoint
base: zeid/bug-1744327-refactor-workers
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
api: add stats endpoint (bug 1800074) #223
zzzeid
wants to merge
4
commits into
zeid/bug-1744327-refactor-workers
from
zeid/bug-1800074-add-stats-endpoint
Conversation
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
- use updated response from differential.revision.search endpoint - translate `stackGraph` field to phids and edges - update `tests.mocks` such that revision response includes new field
- add abstract Worker class (bug 1744327) - add main worker flag and capacity/throttle flags - add many to many fields + association to revisions/landing jobs - add method to parse diff and list affected files - add more test coverage for revision_worker.py - add mots integration (bug 1740107) - add new RevisionWorker that pre-processes revisions (bug 1788728) - add new RevisionWorker that pre-processes revisions (bug 1788728) - add new start/stop commands to manage workers - add new flags to stop workers gracefully (*_WORKER_STOPPED) - add patch caching on disk - add proper loop/process functionality to workers - add repo.use_revision_worker feature flag (bug 1788732) - add mots hashes check - improved edge search functionality - implement stack hashes to detect changes in revisions (via get_stack_hashes) - include new Lando revision info via API endpoint - refactor dependency and stack fetching and parsing using networkx - refactored revision worker and landing worker to use Worker class - remove s3/boto/etc. dependencies (bug 1753728) - rename old command lando-cli landing-worker to lando-cli start-landing-worker - run pre/post mots query - store mots output in revision model
zzzeid
changed the base branch from
main
to
zeid/bug-1744327-refactor-workers
November 15, 2022 14:41
zzzeid
force-pushed
the
zeid/bug-1800074-add-stats-endpoint
branch
from
November 15, 2022 14:43
9c5804f
to
0063612
Compare
zzzeid
changed the title
Zeid/bug 1800074 add stats endpoint
api: add stats endpoint (bug 1800074)
Nov 15, 2022
zzzeid
force-pushed
the
zeid/bug-1744327-refactor-workers
branch
3 times, most recently
from
November 16, 2022 14:16
61a474e
to
306ca99
Compare
zzzeid
force-pushed
the
zeid/bug-1744327-refactor-workers
branch
2 times, most recently
from
March 24, 2023 14:10
c3ec081
to
1e17bdb
Compare
zzzeid
force-pushed
the
zeid/bug-1744327-refactor-workers
branch
from
April 27, 2023 18:03
1e17bdb
to
009038d
Compare
zzzeid
force-pushed
the
zeid/bug-1744327-refactor-workers
branch
4 times, most recently
from
May 11, 2023 19:02
fcfd98b
to
30b64e9
Compare
zzzeid
force-pushed
the
zeid/bug-1744327-refactor-workers
branch
5 times, most recently
from
May 24, 2023 19:12
3225339
to
8e73e5a
Compare
zzzeid
force-pushed
the
zeid/bug-1744327-refactor-workers
branch
7 times, most recently
from
May 30, 2023 15:13
18abe99
to
417fd7b
Compare
zzzeid
force-pushed
the
zeid/bug-1744327-refactor-workers
branch
3 times, most recently
from
May 31, 2023 18:24
5240202
to
dd677b6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add an endpoint that shows general revision and landing job stats.