summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-04-18Merge pull request #1182 from matthiasbeyer/libimagwiki/initMatthias Beyer
libimagwiki: init
2018-04-18Update dependency: task-hookrs: master -> 0.5Matthias Beyer
2018-04-18Add changelog entry for libimagwiki/imag-wikiMatthias Beyer
2018-04-18Merge pull request #1359 from matthiasbeyer/doc-writing-modulesMatthias Beyer
Add guide on how to write modules
2018-04-18Remove unused imports/codeMatthias Beyer
2018-04-18Remove CLI for mainpage settingMatthias Beyer
2018-04-18Remove notion of "main page"Matthias Beyer
2018-04-18Add autolinkingMatthias Beyer
2018-04-18Add name filtering in show commandMatthias Beyer
2018-04-18Add show subcommandMatthias Beyer
2018-04-18Remove grep functionalityMatthias Beyer
2018-04-18Rename "create" command to "create-wiki", introduce "create" for creating ↵Matthias Beyer
entries
2018-04-18Implement grep commandMatthias Beyer
2018-04-18Add implementation for delete functionalityMatthias Beyer
2018-04-18Add implementation for create subcommandMatthias Beyer
2018-04-18Initial importMatthias Beyer
2018-04-18Remove functionality to delete whole wikiMatthias Beyer
2018-04-17Merge pull request #1403 from matthiasbeyer/remove-pipe-magicMatthias Beyer
Revert "Implement pipe magic in libimagrt"
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-16Revert "Implement pipe magic in libimagrt"Matthias Beyer
This reverts commit ce0bd9298addfbb9f167ddd06bd2c781eb3de8c0. Pipe magic is removed with this patch. We remove pipe magic because its implementation in libimagstore is too complicated and the benefits are too small. Having this functionality would be really nice, but the cost-benefit ratio would still be too high. The implementation in the store would require a rewrite of the internal caching functionality in the store, plus some functionality to serialize and deserialize the cache. This is theoretically possible, but as the store only knows about "StoreEntry" objects, and only the backend knows of "Entry" (which would be simply de/serializeable), the complexity increases a _lot_. Hence, we drop this feature-idea here. Maybe, at some later point, this functionality will be in imag. The history of development of this feature is in the history, we just don't have it merged. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-16Add documentation for typeMatthias Beyer
2018-04-16Automatically create "index" and link new pagesMatthias Beyer
2018-04-15Add logging outputMatthias Beyer
2018-04-15Add Wiki::delete_entry()Matthias Beyer
2018-04-15Add entry getter functionMatthias Beyer
2018-04-15Add id iteratorMatthias Beyer
2018-04-15Initial import: libimagwikiMatthias Beyer
2018-04-15Merge pull request #1401 from matthiasbeyer/libimagrt/logging-level-fixMatthias Beyer
Fix log level setting in runtime
2018-04-15Update dependency: toml-query: 0.4 -> 0.6Matthias Beyer
2018-04-15Update dependency: toml-query: 0.4 -> 0.6Matthias Beyer
2018-04-15Use --verbose with "info" level by defaultMatthias Beyer
2018-04-14Add changelog for log level fixMatthias Beyer
2018-04-14Fix log level setting in runtimeMatthias Beyer
Do not immediately set log level to Level::Info if argument is present, but check value, too.
2018-04-14Add logging in storeMatthias Beyer
2018-04-14Merge pull request #1398 from mario-kr/addsh2Matthias Beyer
Add shell completion via build script (again)
2018-04-14Add changelog for autocomplete script generationMatthias Beyer
2018-04-14Remove feature to generate commandline completion scriptsMatthias Beyer
2018-04-14Use "::std" instead of "std"Matthias Beyer
2018-04-14Add license header to build.rs scriptMario Krehl
2018-04-14Change target directory of completions to target/Mario Krehl
2018-04-14Fix: macro call build_subcommandMario Krehl
2018-04-14Refactor: use App in the build_ui function of imag-initMario Krehl
2018-04-14Fix: use mod ui and remove unused importsMario Krehl
2018-04-14move target directory of the shell completions to target/shell-completions.d/Mario Krehl
2018-04-14move the build_ui function of imag-ids into its own fileMario Krehl
2018-04-14fix copypasta failsMario Krehl
2018-04-14add all current imag binaries to the shell-completion scriptMario Krehl
2018-04-14build script for shell completion works againMario Krehl
2018-04-14add build.rs againMario Krehl
2018-04-14Add comment for `&version!()[..]`mario