v0.3.0-beta.1
Pre-release
Pre-release
⚠️ Breaking Changes
- Use the new seeding library to seed rulesets by @mansam in #450
- Separate Target and RuleSet models/apis by @mansam in #464
- Archetypes and Custom Assessments by @mansam in #476
- Disable seed versioning by @mansam in #491
✨ Features
- Better perf using the cursor. by @jortel in #416
- Add new IssueReport. by @jortel in #417
- Add Dep.provider. by @jortel in #421
- additional report fields. by @jortel in #424
- Add dependency relationship to RuleSets by @mansam in #427
- Structured task errors. by @jortel in #425
- Add links to rules and issues reports. by @jortel in #434
- add provider to report/dependencies. by @jortel in #435
- Better support for addon failed. by @jortel in #441
- Flattened task/report. by @jortel in #453
- Add raw methods for error and activity reporting by addons. by @jortel in #457
- RawError, RawActivity simplified. by @jortel in #458
- Binding: add filter builder. by @jortel in #463
- import global ci workflow by @fabianvf in #418
- Add support for download static analysis by @jortel in #475
- Analysis archiving by @jortel in #493
- Apply Questionnaire seeds by @mansam in #496
- Allow creating assessments "as-is" by @mansam in #501
- Add
assessed
field to Archetype REST resource by @mansam in #500 - Surface assessment tags on Archetype resource by @mansam in #502
- Add
comment
string field to Section by @mansam in #516
🐛 Bug Fixes
- Fix labelIDs() query ignoring other issue fields when labels included. by @jortel in #415
- Fix Rule.Labels. by @jortel in #429
- Fix DepReport sort. by @jortel in #436
- Fix dep report filter depIDs(); add lables to dep apps report. by @jortel in #437
- metrics: only count the first time a task starts by @mansam in #438
- Don't return issueTypes with the subtask flag set by @mansam in #440
- Better reporting of REST errors. by @jortel in #443
- Fixes codeSnip bug in YAML v3. by @jortel in #444
- Remove EAP6 target by @ibolton336 in #448
- Hide Epic issue type for On Prem trackers by @mansam in #451
- Only create connector once to fix ident mangling by @mansam in #460
- Fix dangling ruleset ref to image File. by @jortel in #469
- Fix task failed when not killed. by @jortel in #470
- Fix analyses RBAC. by @jortel in #472
- Fix constraints on archetype tag rels by @mansam in #490
- Exclude virtual tags from writing/updating by @mansam in #495
- Fix latest analayis report. by @jortel in #504
- Only marshal assessment sections if not empty by @mansam in #506
- PrepareForArchetype should use criteria and tags by @mansam in #508
- Increment assessment counter when a new one is created by @mansam in #511
- Protect builtin questionnaires from update/delete by @mansam in #512
- Fix HTML analysis report. by @jortel in #513
- Fix business service filter of issues. by @jortel in #515
- Static report app id needs to be a string. by @jortel in #518
- Deduplicate tags on imported apps by @mansam in #517
New Contributors
Full Changelog: v0.2.1...v0.3.0-beta.1