Skip to content

0.1.0-RC12

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 08:15
· 83 commits to main since this release

What's Changed

🐞 Bug Fixes

  • afff676 analyzer: Use the latest version of corepack
  • 903589f cli: Use the correct file permissions for the auth.yml file
  • 8890485 core: Use OrtPrincipal instead of Application for logging
  • 2a55739 reporter: Add missing VCS packages to the base image
  • c8c56a9 ui: Fix DOM errors in DeleteDialog component
  • 60f288f ui: Provide default values to non-optional form fields

🎉 New Features

  • 54c9225 auth: Add "offline_access" scope for long-lived refresh tokens
  • bbd5170 database: Remove entities orphaned with removing ORT run
  • bb874d3 logging: Add new logger for Exposed SQL queries
  • ec1f017 reporter: Make source code origin priority configurable
  • 6421dfd ui: Add dependency tree deduplication option to WebApp reports
  • 8c46552 ui: Component for inputting optional values to forms
  • ce8a36d ui: Create a store for page size preferences
  • e332489 ui: Handle optional parameters in user creation
  • 6fdb6e0 ui: Hide secret values by default
  • 9dc6e28 ui: Save and persist ORT run data table's page size
  • 230f756 ui: Save and persist organization data table's page size
  • 44b34a0 ui: Save and persist product data table's page size
  • 4956fa4 ui: Save and persist repository data table's page size
  • 856052e ui: Use PasswordInput for creating a new user

✅ Tests

  • e856330 analyzer: Fix a locally failing test case

🐘 Build & ⚙️ CI

  • 502504f github: Fix getting commits from PR
  • f632b20 github: Fix printing referenced issues
  • ea3ccd5 release: Do not try to publish to Maven Central in forks
  • 19becb5 website: Do not try to publish the website in forks

🔧 Chores

  • 4c74c67 EnvironmentConfigLoader: Align generation of log messages
  • c32dd55 EnvironmentConfigLoader: Make failure logging more compact
  • c2af877 EnvironmentConfigLoader: Return early on no failures
  • 3a03367 dao: Add indexes to speed up statistics queries
  • 8c39aa1 ui: Install Zustand

🚀 Dependency Updates

  • cae3a15 update awssdk to v1.4.16
  • c9a2126 update com.autonomousapps:dependency-analysis-gradle-plugin to v2.8.2
  • 9b0b152 update com.azure:azure-identity to v1.15.1
  • 9ee1f7f update com.charleskorn.kaml:kaml to v0.71.0
  • 51cc6b6 update com.github.ajalt.clikt:clikt to v5.0.3
  • 0e3bba5 update com.rabbitmq:amqp-client to v5.25.0
  • 7866d26 update dependency @easyops-cn/docusaurus-search-local to v0.48.5
  • 1e91d09 update dependency @hookform/resolvers to v4
  • 6cf6de6 update dependency @types/node to v22.13.1
  • 1016d2a update dependency eslint-plugin-react-refresh to v0.4.19
  • 0fab785 update dependency lucide-react to ^0.475.0
  • cb7ab2b update dependency postcss to v8.5.2
  • 28aff51 update dependency prettier to v3.5.0
  • c61a723 update dependency vite to v6.1.0
  • 6ff2c21 update docker/setup-buildx-action digest to f7ce87c
  • 43e55d7 update exposed to v0.59.0
  • e30d7b3 update flyway to v11.3.1
  • b48ce21 update io.micrometer:micrometer-registry-graphite to v1.14.4
  • c0f83c3 update nginx:1.27-alpine docker digest to 848dc68
  • 247f1e1 update nginx:1.27-alpine docker digest to b471bb6
  • 06ceafc update node.js to 83fdfa2
  • 894e057 update org.jetbrains.kotlinx:kotlinx-datetime to v0.6.2
  • 5d38596 update ort to v50
  • 291788f update ort to v51
  • 0e2ac2d update pnpm/action-setup action to v4.1.0
  • 6ee284c update quay.io/keycloak/keycloak docker tag to v26.1.1
  • 7c66170 update radix-ui-primitives monorepo
  • 988e29e update tanstack-router monorepo to v1.102.1
  • c7c9180 update typescript-eslint monorepo to v8.23.0
  • 22b6f6a update typescript-eslint monorepo to v8.24.0

🚜 Refactorings

  • afade29 EnvironmentConfigLoader: Filter earlier for failures
  • 61312aa config: Change DatabaseConfig name
  • a994838 ui: Make the delete confirmation dialog less verbose
  • 34da7a3 ui: Remove duplicate type definition
  • d57850f ui: Utility function to validate optional parameters