Home
last modified time | relevance | path

Searched refs:last_git_hash (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/services/
H A Dgitiles_service.py41 def CommitRange(repository_url, first_git_hash, last_git_hash): argument
61 while last_git_hash:
63 last_git_hash)
64 use_cache = IsHash(first_git_hash) and IsHash(last_git_hash)
71 last_git_hash = response.get('next')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/pinpoint/
H A Dtest.py114 def _CommitRangeStub(repository_url, first_git_hash, last_git_hash): argument
121 if last_git_hash == 'mc_4':
163 last_number = int(last_git_hash.split('_')[1])
165 if last_git_hash == 'mc_100':