- Queries
- All Atoms
- Search
- Advanced Search
Diviner All Atoms
All Atoms
All Atoms
- Set whether or not the query should load the associated commit PHIDs for each revision.
- Method
- Set whether or not the query should load the active diff for each revision.
- Method
- Method
- Method
- Method
- Given a set of users, filter results to return only revisions they are responsible for (i.e., they are either authors or reviewers).
- Method
- Filter results to only return revisions whose PHIDs are in the given set.
- Method
- Filter results to only return revisions whose ids are in the given set.
- Method
- Filter results to revisions on given branches.
- Method
- Method
- Method
- Filter results to revisions that have one of the provided commit hashes. Calling this function will clear anything set by previous calls to @{method:withCommitHashes}.
- Method
- Filter results to revisions that have one of the provided PHIDs as reviewers. Calling this function will clear anything set by previous calls to @{method:withReviewers}.
- Method
- Filter results to revisions which CC one of the listed people. Calling this function will clear anything set by previous calls to @{method:withCCs}.
- Method
- Filter results to revisions authored by one of the given PHIDs. Calling this function will clear anything set by previous calls to @{method:withAuthors}.
- Method
- Find revisions affecting one or more items in a list of paths.
- Method
- Guess which tracked repository a diff comes from.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Build maps from lines comments appear on to actual lines.
- Method
- Render "modified coverage" information; test coverage on modified lines. This synthesizes diff information with unit test information into a useful indicator of how well tested a change is.
- Method
- Parse the 'range' specification that this class and the client-side JS emit to indicate that a user clicked "Show more..." on a diff. Generally, use is something like this:
- Method
- Determine if a comment will appear on the right side of the display diff. Note that the comment must appear somewhere on the rendered changeset, as per isCommentVisibleOnRenderedDiff().
- Method
- Determine if an inline comment will appear on the rendered diff, taking into consideration which halves of which changesets will actually be shown.
- Method
- This function calculates a lot of stuff we need to know to display the diff:
- Method
- Method