Commit Graph

786 Commits

Author SHA1 Message Date
Matthias Beyer 43bf526740 Add docs to ui/file.rs 2015-12-29 18:20:56 +01:00
Matthias Beyer 2334b0bc8a Add docs to FileHash 2015-12-29 18:20:56 +01:00
Matthias Beyer d25a0dd1c0 Add docs to FileIDType 2015-12-29 18:20:56 +01:00
Matthias Beyer d34143e516 Add docs to FileID 2015-12-29 18:20:56 +01:00
Matthias Beyer 6bcfc0a4b2 Add docs to File 2015-12-29 18:20:56 +01:00
Matthias Beyer 3a7bf9f4de Add doc to parser code 2015-12-29 18:20:56 +01:00
Matthias Beyer 5791ba7b8d Add doc to Store object implementation 2015-12-29 18:20:56 +01:00
Matthias Beyer be233b8aba Add docs to BM module 2015-12-29 18:20:56 +01:00
Matthias Beyer ffcb951468 Add doc to module header helpers 2015-12-29 18:20:56 +01:00
Matthias Beyer e9cee25ac8 Add doc to module helpers 2015-12-29 18:20:56 +01:00
Matthias Beyer 271c91e903 Add documentation on module helper utils 2015-12-29 18:20:56 +01:00
Matthias Beyer dc181ba8eb Add doc to Module trait 2015-12-29 18:20:56 +01:00
Matthias Beyer 89cc625133 runtime.rs: Add docs to functions 2015-12-29 18:20:56 +01:00
Matthias Beyer bbc6218391 configuration.rs: Add documentation 2015-12-29 18:20:56 +01:00
Matthias Beyer 0d6f2b9500 cli.rs: Add documentation to functions 2015-12-29 18:20:56 +01:00
Matthias Beyer bdcfa34449 Rewrite README, squash some content to save lines 2015-12-29 18:20:56 +01:00
Matthias Beyer 808e44339a Implement TempFileError and traits for it 2015-12-29 16:00:08 +01:00
Matthias Beyer 900ffcb7d1 Add ui submodules to talk to external programs, editor in this case 2015-12-29 16:00:08 +01:00
Homu 568026c52c Auto merge of #30 - matthiasbeyer:add-travis-homu, r=matthiasbeyer
Add travis, Homu

Implementing #26 , #27
2015-12-29 23:13:41 +09:00
Matthias Beyer e3b22d488d Remove box-syntax in test 2015-12-29 15:10:09 +01:00
Matthias Beyer e21da820c4 Fix test for to use FileID::parse() 2015-12-29 15:10:09 +01:00
Matthias Beyer b5da0cb613 Fix use... in test modules 2015-12-29 15:01:35 +01:00
Matthias Beyer 007da59275 Add travis.yml 2015-12-29 14:51:26 +01:00
Matthias Beyer 248b5c7574 Merge branch 'debug' 2015-12-28 21:55:08 +01:00
Matthias Beyer 333530607c Merge branch 'bm-convenience' 2015-12-28 21:54:26 +01:00
Matthias Beyer 6ca4818302 Add File::set_header() 2015-12-28 21:51:08 +01:00
Matthias Beyer 68f66ca27d Add BM::command_set_tags() 2015-12-28 21:51:08 +01:00
Matthias Beyer bcbd568311 Add BM::command_rm_tags() 2015-12-28 21:51:08 +01:00
Matthias Beyer 7e401b5881 Add generic alter_tags_in_files() function 2015-12-28 21:51:08 +01:00
Matthias Beyer 966e9902cb BM header helpers: Add set_tags_in_header() 2015-12-28 21:25:51 +01:00
Matthias Beyer 46b7ae9384 Add BM::command_add_tags() 2015-12-28 20:53:13 +01:00
Matthias Beyer cbefa577e9 Use get_files() to filter files, remove afterwards
Change get_files() signature, so we know whether there was a filter
applied, so we can abort the action if there was no filter involved.
2015-12-28 19:46:59 +01:00
Matthias Beyer e84986680d Add functions to get files from Store by certain predicated (id, match, tags) 2015-12-28 19:42:35 +01:00
Matthias Beyer bbd11086d8 Remove bm option --check -> wont support these things by now 2015-12-28 19:08:03 +01:00
Matthias Beyer db204f3cba BM::command_add(): Add URL verification 2015-12-28 18:47:17 +01:00
Matthias Beyer 16d40e9bfe Add util: is_url(String) -> bool 2015-12-28 18:47:17 +01:00
Matthias Beyer 8ba7e34e34 Merge branch 'rewrite' 2015-12-28 18:03:13 +01:00
Matthias Beyer cf7078f6cf Merge branch 'add-bm' into rewrite 2015-12-28 18:02:46 +01:00
Matthias Beyer 9db5ffa842 Implement BM::command_remove() 2015-12-28 18:02:32 +01:00
Matthias Beyer c2469b83ce Add debug output to Store::load_in_cache() 2015-12-28 17:39:00 +01:00
Matthias Beyer 302549d194 Fixup Store::load_by_hash() 2015-12-28 17:39:00 +01:00
Matthias Beyer 3a5bb3a5ce Add Store::load_by_hash() 2015-12-28 17:39:00 +01:00
Matthias Beyer 5a55636c65 Implement: BM: command_list() 2015-12-28 17:38:59 +01:00
Matthias Beyer bd9abf3bc7 Add Store::load_in_cache(... FileID) 2015-12-28 17:38:59 +01:00
Matthias Beyer 7170f95825 BM header helpers: Add get_url_from_header() 2015-12-28 17:38:59 +01:00
Matthias Beyer 2e7621d2bd Add header helpers for BM 2015-12-28 17:38:59 +01:00
Matthias Beyer e346f56a8e Fix: BM module name 2015-12-28 17:38:59 +01:00
Matthias Beyer fda7fd56b9 Fix: Argument for BM::exec() 2015-12-28 17:38:59 +01:00
Matthias Beyer 523e6f8f66 Implement: BM::command_add() 2015-12-28 17:38:59 +01:00
Matthias Beyer df27e5d2a3 BM subcommands: Pass ArgMatches 2015-12-28 17:38:59 +01:00