0.1.0-RC4
Pre-release
Pre-release
github-actions
released this
19 Nov 12:09
·
583 commits
to main
since this release
What's Changed
Bug Fixes 🐞
- 43cd176 dao: Make
UniqueConstraintException
extendSQLException
- a3a9339 loki: Improve handling of responses with multiple streams
- 977c253 reuse: Remove an unused license
- c8b6de5 ui: Correctly use previously enabled package managers on rerun
- 991e617 ui: Fix a breaking layout
- 4a92656 ui: Make Links type-safe in Sidebar component
- b78ac02 ui: Remove authentication parameters from URL after signing in
New Features 🎉
- 5ac8833 api: Introduce initial API
client
library - 9601e75 core: Add endpoint to get statistics for ORT run
- 9cb7b93 dao: Do not delete labels in
DaoOrtRunRepository.delete()
- f131a45 dao: Enable
ON DELETE CASCADE
for ORT runs - 1f17817 github-config: Get the default branch from the API
- 927a578 loki: Support a new configuration setting for a timeout
- 1152707 service: Add functions for counts
- 33002e4 ui: Add a component for local timestamps
- 4df96a5 ui: Add missing package managers
- d698e9d ui: Add sorting support for data table component
- 603939d ui: Clean up runs overview table
- c563bd4 ui: Improve markdown rendering
- a23a303 ui: Make vulnerabilities table sortable
- a170c12 ui: Open accordions which include form validation errors
- 8713445 ui: Provide initial sorting to issues and vulnerabilities
- 72860be ui: Show first crude version of packages table
- 083e66b ui: Show form errors with paths
- 0c0dba2 ui: Show more package information
- 550514d ui: Sort rule violations initially by descending severity
- 8e838f8 ui: Sort the issues table
- 1a7ceb2 ui: Use a wrapper component for all local timestamps
- 35d395c ui: Use expandable rows for rule violations
- 2a55941 ui: Use sorting instead of grouping for rule violations
- efa432b workers: Add a function to map plugin options
Build 🐘 & CI ⚙️
- f6811aa Gradle: Enable parallel configuration cache access
- 296cde0 Gradle: Remove an unneeded
libs
definition - 6341cc0 gradle: Add platform modules for abstractions
- 9d28730 gradle: Use platform dependencies
- 5bdcfdd Set group id for platform modules
- 2f6f46f Fix variable reference in Docker build
- 536cc2c Simplify Docker build
Chores 🔧
- fed054c github-config: Make JSON the default content type
- ad94c3e github-config: Move several functions to the top level
- fb4c7a4 github-config: Use multi-line strings to hard-code JSON
- 24bd3f0 reporter: Simplfify code by using an existing mapping function
- 7d28b4f ui: Use chevron icons to expand / collapse panels
- af1b650 website: Deduplicate dependencies
- 8d057f9 workers: Align the naming of environment config related entities
- 271131a workers: Split the
parse
function of theEnvironmentConfigLoader
Dependency Updates 🚀
- 1964df2 update awssdk to v1.3.70
- 1d2ff31 update awssdk to v1.3.76
- 5480c67 update com.charleskorn.kaml:kaml to v0.63.0
- 493e97d update com.charleskorn.kaml:kaml to v0.65.0
- 8431be2 update com.google.devtools.ksp to v2.0.21-1.0.27
- 503102f update com.google.devtools.ksp to v2.0.21-1.0.28
- 36fb8db update com.zaxxer:hikaricp to v6.1.0
- 68267ef update com.zaxxer:hikaricp to v6.2.0
- 69f724f update com.zaxxer:hikaricp to v6.2.1
- 2ef0bb3 update dependency @ianvs/prettier-plugin-sort-imports to v4.4.0
- 43ec359 update dependency @radix-ui/react-icons to v1.3.2
- 70d6052 update dependency @radix-ui/react-tooltip to v1.1.4
- d52f27f update dependency gradle to v8.11
- cf972e0 update dependency lucide-react to ^0.456.0
- 78c99c8 update dependency lucide-react to ^0.460.0
- a904d9c update dependency postcss to v8.4.48
- 62b3344 update dependency postcss to v8.4.49
- dfd9b3a update dependency react-hook-form to v7.53.2
- 50541ce update dependency tailwindcss to v3.4.15
- c524865 update dependency vite to v5.4.11
- d9893d8 update dependency vitest to v2.1.5
- e495e32 update flyway to v10.21.0
- e3692a4 update gradle/actions digest to 473878a
- be5bdc7 update gradle/actions digest to cc4fc85
- acde6e9 update io.konform:konform to v0.10.0
- 0d79659 update io.konform:konform to v0.9.0
- cf00f65 update io.konform:konform to v0.9.1
- f5303e4 update io.konform:konform to v0.9.2
- 77d623f update io.micrometer:micrometer-registry-graphite to v1.14.0
- 98066e1 update io.micrometer:micrometer-registry-graphite to v1.14.1
- 439de40 update nginx:1.27-alpine docker digest to 110fd73
- 2d9cf49 update nginx:1.27-alpine docker digest to 74175cf
- 2482ada update nginx:1.27-alpine docker digest to 88cad85
- 1c5b2e7 update nginx:1.27-alpine docker digest to d44ffb1
- 3a077a9 update node.js to 4b44c32
- 953f291 update ort to v39
- 7ee16a2 update schemakenerator to v1.6.0
- 43904b4 update tanstack-query monorepo to v5.59.20
- 8ea5b42 update tanstack-query monorepo to v5.60.5
- 0dddeb2 038f15e update tanstack-router monorepo
- c663135 update typescript-eslint monorepo to v8.14.0
- d6f842a update typescript-eslint monorepo to v8.15.0
Documentation 📖
- 41e0e0b website: Install the Docusaurus Mermaid plugin
- aa574c4 website: Move validation script docs to website
- c7059a5 Convert validation script docs to Markdown
- 1295060 Remove outdated API docs
Refactorings 🚜
- 468a0ce github-config: Inline a small function that is only used once
- 05c2401 github-config: Simplify overriding configuration
- 56a7986 ui: Add some sorting functions
- b813f3d ui: Add validation schema for table sorting
- ef35b72 ui: Align validation schemas
- 691fc36 ui: Implement a function for Package ID
- d617eff ui: Simplify table column handling
- 9a96334 ui: Use columnHelper for rule violation table definition
- e2a1c10 workers: Inline the functionality of the
OptionsTransformer
- 4344e61 workers: Remove the unused
OptionsTransformer
- 7cc8646 Move kubernetes-jobmonitor out of the transport directory