Vladimir Diaz
f6b5927238
Improve code coverage for util.py
2015-04-02 16:34:52 -04:00
Vladimir Diaz
afd8bfd390
Improve code coverage for log.py
2015-04-02 16:33:39 -04:00
Vladimir Diaz
7e8cd6a56d
Add test module for tuf exceptions
2015-04-02 16:33:06 -04:00
Vladimir Diaz
b944aea346
Merge branch 'develop' of https://github.com/theupdateframework/tuf into code_coverage
2015-03-12 16:56:58 -04:00
Justin Cappos
d7fd61234e
Update SECURITY.md
2015-03-05 13:26:25 -05:00
Vladimir Diaz
3eb8f10710
More coverage improvements
2015-03-02 15:10:27 -05:00
Vladimir Diaz
b6cd15b385
Merge pull request #265 from vladimir-v-diaz/code_coverage
...
Improve each module's code coverage to at least 90%
2015-02-11 14:16:12 -05:00
Vladimir Diaz
b7cf7e6588
Improve each module's code coverage to at least 90%
...
Update unit tests for download.py, repository_lib.py, repository_tool.py, and updater.py.
Re-generate repository data so that compressed metadata may be tested.
2015-02-11 13:22:46 -05:00
Vladimir Diaz
4b676d1448
Merge branch 'develop' of https://github.com/theupdateframework/tuf into code_coverage
2015-02-10 16:44:30 -05:00
Vladimir Diaz
0b62fb5906
Update AUTHORS.txt
2015-02-09 21:02:29 -05:00
Vladimir Diaz
6376129399
Update AUTHORS.txt
2015-02-09 20:58:50 -05:00
Vladimir Diaz
e5492dcf7b
Merge pull request #264 from vladimir-v-diaz/review-pankh-interposition
...
Review interposition PR #254
2015-02-09 20:58:03 -05:00
Vladimir Diaz
4bcfead253
Review remainder of updater.py
2015-02-09 20:08:38 -05:00
Vladimir Diaz
a0ab601b7f
Review up to download_target()
2015-02-09 16:04:40 -05:00
Vladimir Diaz
436e3fec6d
Merge branch 'develop' of https://github.com/theupdateframework/tuf into new_feature
2015-02-06 14:58:10 -05:00
Vladimir Diaz
daf0d561b2
Review & edit updater.py up to __init__()
2015-02-06 14:55:01 -05:00
Vladimir Diaz
fc80976fc4
Remove extraneous closing parenthesis
2015-02-06 14:51:57 -05:00
Vladimir Diaz
7d91e6e225
Add docstring header to __init__.py and TODOs
2015-02-06 14:49:27 -05:00
Vladimir Diaz
623820c6ac
Cosmetic edits to test_interpose_updater.py
2015-02-05 15:24:43 -05:00
Vladimir Diaz
fdbc4e98a8
Cosmetic edits to updater.py
2015-02-05 14:22:25 -05:00
Vladimir Diaz
e2a4d9fe2c
Test interposition with real example and fix issues encountered
...
Fix issues with 'configuration' variable name and incorrect reference to 'six.moves.urllib.request.Request'.
2015-02-05 14:22:01 -05:00
Vladimir Diaz
948b596fc7
Do not use logging.warn() - deprecated in Python 3
2015-02-04 17:55:30 -05:00
Vladimir Diaz
90a283d589
Add initial Python 2+3 compatibility
2015-02-04 17:45:24 -05:00
Vladimir Diaz
1d6f997e55
Do not capitalize the 'logger' variable name
2015-02-02 10:03:02 -05:00
Vladimir Diaz
cb06aee960
Reviewed and edits configuration.py
...
Add missing docstring labels (to be fully populated in a future pull request that includes unit tests and that validates arguments.
Add missing header block.
Renamed 'Logger' object to 'logger, to be consistent with the rest of the modules.
Minor formatting edits.
2015-01-30 14:05:56 -05:00
Vladimir Diaz
9887bb976d
Re-add option 2 example of interposition
2015-01-30 11:37:25 -05:00
Vladimir Diaz
705d396dff
Review and make minor edits to __init__.py
2015-01-30 11:33:07 -05:00
Vladimir Diaz
2efe923c8d
Edit interposition text
2015-01-29 17:18:58 -05:00
Vladimir Diaz
6be5ce8c08
Edit the docstrings of the interposition Exceptions
...
Modified the docstrings of interposition's Exception classes to be less specific.
2015-01-28 15:28:00 -05:00
Vladimir Diaz
dbd7e27d69
Fix for issue #260
...
Fixed the typographical errors in SECURITY.md reported by @hartwork.
Thank you for the suggestions, Sebastian.
2015-01-25 18:42:02 -05:00
Vladimir Diaz
f810a07bb9
Merge branch 'develop' of https://github.com/theupdateframework/tuf into develop
2015-01-05 13:27:30 -05:00
Vladimir Diaz
e4ff6ce34e
Merge pull request #257 from hellais/patch-1
...
Minor typo fixes
2015-01-05 10:20:46 -05:00
Arturo Filastò
db0ba6d0f1
Minor typo fixes
2015-01-02 14:42:33 +01:00
Vladimir Diaz
dcdd04de7e
Add logo to README
2014-12-23 15:50:22 -05:00
Vladimir Diaz
53baf44c65
Add logo.
...
Preview logo (dolly).
2014-12-23 15:49:15 -05:00
Vladimir Diaz
4c4286cc63
Merge branch 'develop' of https://github.com/Pankh/tuf into Pankh-develop
2014-12-15 12:54:33 -05:00
Pankh
ee1331205e
Add tuf.interposition.refresh in tuf.interposition.README.md
2014-11-10 13:57:47 -05:00
Pankh
c0f1936faf
Add tuf.interposition.refresh in tuf.interposition.README.md
2014-11-10 13:52:36 -05:00
Pankh
045e7c4bcd
Remove unnecessary explanation from README.md
2014-10-22 14:52:22 -04:00
Pankh
f6e0fecf07
Add header to test_interpose_updater
2014-10-22 14:44:31 -04:00
Pankh
6f9f4ef302
Merge branch 'develop' of https://github.com/theupdateframework/tuf into develop
2014-10-22 14:34:51 -04:00
Vladimir Diaz
f61f058a7b
Merge pull request #251 from SantiagoTorres/revise-develooper-tool-doc
...
Updated spelling and code examples for consistency
2014-10-09 15:12:18 -04:00
Pankh
b843684aee
To merge the updates of Master branch
2014-09-29 14:45:24 -04:00
Pankh
7f64aad061
Test cases for tuf.interposition.updater with 98% coverage
2014-09-29 14:34:11 -04:00
Pankh
a2928d60b2
Exceptions updater in tuf.interposition.updater
2014-09-29 14:21:12 -04:00
Santiago Torres
8382bf5576
Updated spelling and code examples for consistency
...
README-developer-tools had a minor spelling mistake. I also ran the code
examples step by step to ensure they could be ran as-is.
2014-09-23 11:45:07 -04:00
Vladimir Diaz
3c9b1d0068
Add missed test coverage for updater.py's init().
...
Add test condition for missing previous directory in init().
2014-09-02 14:46:36 -04:00
Vladimir Diaz
f649749e10
Add whitespace to logger strings in updater.py and keydb.py
2014-09-02 14:36:44 -04:00
Vladimir Diaz
25440ecd95
Fix white space in 'tuf/client/updater.py'.
2014-08-20 13:00:53 -04:00
Vladimir Diaz
419b1ca85e
Log debug message for roles that are skipped in util.find_delegated_role().
2014-08-20 12:27:06 -04:00