mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-31 19:05:59 +00:00
* hbase-refactor: use non-deprecated hbase api Correct spelling mistakes. Note feature only applies to forthcoming 3.3 release Update API with note about checkpoint launching. Default to starting anew if no checkpoints are found. Provide a simple hook to restart from the latest checkpoint. Move sync to after Null check. Attempt to cache dependencies. Simplify contrib build. Attempt to prevent build time-outs. Add synchronisation around host and server stats. Avoid overdoing the RAM allocation. Ensure all WorkQueue modification as serialised across threads. Tests now need more RAM. fix exception starting DecideRuleSequence logging Fix up tests to account for new Base URI behaviour. Only set the BaseURI if not set already. Same fix for JerichoExtractorHTML. Test case and fix for internetarchive/heritrix3#208. Fix link to User Guide Fix typos Replace API response section with statuscode tag Reformat the rest of the API calls Add actions to API URLs to distinguish them Add explanatory note about documentation Try nicer formatting for the first API example Format HTTP request lines in API guide Move conventions and REST section to the end of the document Convert html tables to rst tables Add skeleton sphinx docs for readthedocs Point at GitHub wiki for latest release info Add parameter to allow even distribution for parallel queues.