Releases: fasten-project/quality-analyzer
Releases · fasten-project/quality-analyzer
Snowy Willow
This releases simplifies the RAPID Quality Analyzer plugin. It now depends on the Sources Provider plugin to download and extract source code.
Mother Unicorn
- Cleared
dependencyManagement
anddependencies
fields from payload to prevent bloated logs.
Alpine Cobra
- Use gzip compression instead of snappy (support is still present for compatibility with existing messages).
- Dep fixes and addition of crc32c for efficiency.
Poised Dragon
- Enabled snappy compression for Kafka (fixes issues with newer deployments that use compression).
- Reworked all tests to run within Docker containers for easier compatibility.
- Now uses slim-bullseye image as base.
Copper Cobra
- Do not consume from JavaSync (RepoCloner + MetaDataDB{C,Java,Python}Extension) anymore, instead consume from MetaDataDB{C,Java,Python}Extension directly.
- Produce callable_parameters in metadata instead of metrics.
- Produce callables to RapidPlugin.callable.out and package-level output to RapidPlugin.out|err|log.
- Limit log message width.
v1.1.3
"name" and "long_name" in the Kafka message payload are now "callable_name" and "callable_long_name"
v1.1.2
Merge branch 'develop'
v1.1.1
- Added parameters_count field.
Brass Boa
- Added support for consuming from the new SyncJava topic
- Fixed file paths not being relative
- Refactoring: code quality improvements and using code moved upstream
- Updated Python to 3.9
v1.1.0-beta
Merge branch 'develop' of github.com:fasten-project/quality-analyzer