32
I Use This!
High Activity

News

Analyzed 12 days ago. based on code collected about 2 months ago.
Posted about 9 years ago by rberteig
Add test case for issue with a read-only fossil repository causing confusing results for the JSON API over HTTP. (tags: rberteig-json-test)
Posted about 9 years ago by rberteig
Add cookie support to fossil_http_json, as well as extra args passed through to fossil_maybe_answer so -expectError can be used. Tweak some comments. Note doc revision eliminating /json/timeline/ci, which clears a previous knownBug. Cache a usable login cookie for both anonymous and user U1 for later use. (tags: rberteig-json-test)
Posted about 9 years ago by rberteig
Included the answer text supplied to a fossil command when provided to fossil_maybe_answer in a call to protOut. This makes debugging tests using fossil http and a GET or POST to /json easier. (tags: rberteig-json-test)
Posted about 9 years ago by mistachkin
Tweak for 'internal-sqlite=0'. (tags: configInTree)
Posted about 9 years ago by mistachkin
Make configure more robust when using the in-tree zlib and OpenSSL. (tags: configInTree)
Posted about 9 years ago by mistachkin
Edit [b0f2a0ac53926c99|b0f2a0ac]: Add tag "do-not-merge".
Posted about 9 years ago by mistachkin
*FORK* Require the 'read' permission to view the 'test-version' web page. (tags: trunk)
Posted about 9 years ago by mistachkin
*MERGE* Add test-version web page. Refactor command line 'version' command code into a function to help facilitate that. (tags: trunk)
Posted about 9 years ago by stephan
fixed type of JsonPageDef::runMode from char to int because it uses negative values and char is unsigned by ARM platforms. (tags: trunk)
Posted about 9 years ago by rberteig
Added more coverage of /json, leaving /json/login, /json/diff, and /json/user/save uncovered, and finding surprises with /json/wiki/diff, /json/timeline/ci, and /json/tag/cancel. All implemented coverage is of the best documented and easiest tested ... [More] paths through each feature. Tests for edge cases and failure paths are not yet in place, nor are complete tests for full expected values in most cases. (tags: rberteig-json-test) [Less]