Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
api_data_source/ | 03-May-2024 | - | 196 | 188 | ||
branch_utility/ | 03-May-2024 | - | 1,423 | 1,422 | ||
file_system/ | 03-May-2024 | - | 2,586 | 1,261 | ||
github_file_system/ | 03-May-2024 | - | 265 | 251 | ||
object_level_availability/ | 03-May-2024 | - | 1,120 | 1,111 | ||
rietveld_patcher/ | 03-May-2024 | - | 13 | 9 | ||
samples_data_source/ | 03-May-2024 | - | 36 | 34 | ||
subversion_file_system/ | 03-May-2024 | - | 3,830 | 1,820 | ||
template_data_source/ | 03-May-2024 | - | 18 | 12 | ||
test_json/ | 03-May-2024 | - | 390 | 385 | ||
README | D | 03-May-2024 | 1.2 KiB | 29 | 23 | |
__init__.py | D | 03-May-2024 | 0 | 1 | 0 | |
canned_data.py | D | 03-May-2024 | 19.1 KiB | 822 | 804 |
README
1Test JSON Files: 2 3branch_utility/first.json 4 Downloaded from: 5 http://omahaproxy.appspot.com/json 6 - Contains data on all current releases of Chrome, as found on the main 7 omahaproxy page (http://omahaproxy.appspot.com) in JSON format. 8 - File has been formatted for readability. 9 10 11branch_utility/second.json 12 Downloaded from: 13 http://omahaproxy.appspot.com/history?channel=dev&os=win&json=1 14 - Contains a history of revision names for the dev channel on Windows. 15 - File has been formatted for readability. To view a readable version of the 16 data at the above URL, remove '&json=1'. 17 18subversion_file_system/public_extensions_214898 19 Downloaded from: 20 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/templates/public/extensions/?pathrev=214898 21 - Subversion ViewVC list of files in c/c/e/d/templates/public/extensions where 22 the most recent operation in that directory is deleting a file. 23 - Used in SubversionFileSystemTest.testDirectoryVersionOnDelection. 24 25github_file_system/test_owner 26 Created to mock a typical Python project on github.com 27 # TODO(jshumway): Use real data if it ever becomes a problem. 28 - Used in the github_file_system tests. 29