v0.3.0
Changelog
- b45ed85 .github/workflows/release.yml: add release action (#110)
- 56df6c5 Add TextMate syntax for Fabric configuration language (#74)
- 30728ce Add issue templates (#53)
- ff9cf75 Added github actions
- 4b92ea0 Adding a mega config file
- 33f9c1d Adding the docs folder (#52)
- e7a884c All
v0.2
+data.inline
plugin implementations (#46) - d50a9a9 Block Docs (#61)
- 15077cd Cobra argument parsing and slog logging (#58)
- 5c8fb86 Colored logs (#75)
- c0ce6e9 Create LICENSE
- 03b12f9 Data block updates (#88)
- c6f645a Drop [name] from the template name (#57)
- 9a479d9 Extend
meta
block with additional fields (#103) - 6d71278 Fix for inline data (#78)
- e41907b Fix remaining linter issues (#84)
- 55accbb Fixed incorrect handling of missing config with optional args (#80)
- 48b1193 Handle refs to unparsed data in content blocks
- b60b18c Implement global fabric config (#85)
- 924170e Implement plugin documentation generator (#86)
- e8b8855 Impliment linter suggestions
- a70c21e Initial code commit
- 6a88770 Initial commit
- 0a42a75 Merge pull request #22 from blackstork-io/syntax-tester
- dcbe411 Merge pull request #23 from blackstork-io/syntax-tester
- 48038cc More docs (#94)
- cf5a7da Move 'delimiter' parameter to configuration on csv datasource (#77)
- bbe13c7 New parse tree (#96)
- af16675 Parser v2 (#14)
- 51868cc Plugin RPC interface (#24)
- e87df11 Plugin caller (#60)
- e27f8a7 Pluginapi nits (#72)
- 1e3a713 Refactor
content.table
plugin (#44) - 6acdaf4 Refactor
content.text
plugin (#43) - 9f2ee36 Refactor pluginapi (#71)
- f6cb56b Remove useless workflow step
- cebe8b9 Rename
weave-cli
intofabric
- 152e6d8 Renaming
plugins_registry
toplugin_registry
- 45dac35 Revamping GitHub actions setup (#63)
- 9f6f26b Revert "Parser v2 (#14)" deleted plugins (#65)
- 8860483 Run CI jobs only on non-draft pull requests (#91)
- 5e41ce9 Run CI on un-drafting a PR (#106)
- 898c5d1 Run actions manually
- 6eb511b Small doc adjustments (#97)
- c00e170 Small naming changes and extra comments
- 1ad825c Switch to just for building
- fe31414 Tripple dashes instead of a single dash in the table header (#102)
- 8d95b0c Updated readme file (#62)
- ccd1b66 Updates to hcl evaluator (#69)
- 781e06d Use
.fabric
extension for the template files - e323400 Workaround for semver serealization (#26)
- d62f7f6 Working workflow config
- 0113664
data.csv
plugin (#45) - b7179f0
data.elasticsearch
plugin (#42) - 1851f2d
data.json
plugin (#30) - 6d1efe7
v0.3
plugins (#105) - b65b170
v0.3
plugins (#50) - 17eb344 cmd: update usage message for '--plugin-dir' flag (#92)
- 899e76b go.mod: upgrade indirect runc dep (#87)
- c296209 internal/elasticsearch: bug fixes (#104)
- b687af3 internal/elasticsearch: ignore empty base_url address (#108)
- 76dbece parser/definitions: fix & test parsing of 'cache_dir' in global config (#93)
- 92568f1 parser/evaluation: add
from_env_variable
function to EvalContext (#107) - a3eab30 workflow fix
- 501dced workflow improvements