This website requires JavaScript.
Open Eggbert
Project
Explore
Help
Register
Sign In
backup
/
pywb
Watch
1
Star
0
Fork
0
You've already forked pywb
mirror of
https://github.com/webrecorder/pywb.git
synced
2025-03-15 08:04:49 +01:00
Code
Issues
Projects
Releases
Activity
pywb
/
tests
/
config_test_record.yaml
12 lines
113 B
YAML
Raw
Permalink
Normal View
History
Unescape
Escape
Recorder App Support (#241) recording support: now available for dynamic collections via config - config.yaml 'recorder: live' entry enables /record/ subpath which records to any dynamic collections (can record from any collection, though usually live) - autoindex refactor: simplified, standalone AutoIndexer() -- indexes any changed warc files to autoindex.cdxj - windows autoindex support: also check for changed file size, as last modified time may not be changing - manager: remove autoindex, now part of main cli - tests: updated test_auto_colls with autoindex changes - tests: add record/replay tests for recording and replay
2017-09-21 22:12:57 -07:00
debug
:
true
collections_root
:
_test_colls
recorder
:
live
collections
:
'live'
:
'$live'
config cleanup: - auto/dyn collections: use overridable 'index_paths' and 'archive_paths', support list for archive_paths - all-auto collection: supported at warcserver layer via special '$all' index - cleanup default_config.yaml and config.yaml, remove obsolete properties - remove obsolete docker-compose.yaml - default_config: simplify list of managed properties - test_cli: add tests for cli options
2017-10-03 15:31:08 -07:00
'all'
:
'$all'
Recorder App Support (#241) recording support: now available for dynamic collections via config - config.yaml 'recorder: live' entry enables /record/ subpath which records to any dynamic collections (can record from any collection, though usually live) - autoindex refactor: simplified, standalone AutoIndexer() -- indexes any changed warc files to autoindex.cdxj - windows autoindex support: also check for changed file size, as last modified time may not be changing - manager: remove autoindex, now part of main cli - tests: updated test_auto_colls with autoindex changes - tests: add record/replay tests for recording and replay
2017-09-21 22:12:57 -07:00
Reference in New Issue
Copy Permalink