Skip to content

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 09:45

feat: Add dependency modal for missing dependencies information

  • Introduced a new modal component to display information about missing dependencies.
  • The modal includes details such as package name, functionality, description, and installation command.
  • Added JavaScript functionality to dynamically populate and show the modal when required.

Commits

  • feat: Add dependency modal for missing dependencies information (3ff86a9)
  • feat: Enhance DependencyChecker with new availability checks (4881eb9)
  • docs: Add track_sub_requests and deprecation fixes to all documentation (00e20df)
  • Merge branch 'main' of github.com:nowo-tech/PerformanceBundle into main (a16dfd9)
  • config: Add track_sub_requests to all configuration files (b4f0fbb)
  • test: Fix last PerformanceMetricsSubscriber constructor call (10ed33d)
  • test: Fix remaining PerformanceMetricsSubscriber constructor calls (831f84b)
  • test: Fix PerformanceMetricsSubscriberTest constructor calls (4dfd840)
  • test: Add comprehensive tests for new features and deprecation fixes (c7e072b)
  • docs: Add track_sub_requests to installation example (d835f97)
  • docs: Add deprecation fixes and track_sub_requests to upgrading guide (0b7f419)
  • docs: Add track_sub_requests to full configuration example (d3e299f)
  • docs: Add track_sub_requests to configuration documentation (cf6e687)
  • feat: Add request type (main/sub) to tracking enabled log (3341989)
  • feat: Add track_sub_requests configuration option (5d86d7c)
  • fix: Fix remaining getTableName() linter error (1688504)
  • fix: Add type annotation for metadata to fix linter errors (c78f1f7)
  • fix: Use if-else instead of ternary for method_exists check (4b8d810)
  • fix: Use intermediate variable for method_exists check (f97809f)
  • fix: Add logging and fix linter errors (785a3da)
  • fix: Fix TableStatusChecker deprecation and improve reset() documentation (c358e09)
  • fix: Replace Index getName() with getAssetName() helper (896f88a)
  • fix: Replace remaining quoteIdentifier calls in error recovery section (4036610)
  • fix: Replace last getName() call in CreateRecordsTableCommand section (37c95e0)
  • fix: Replace final getName() calls in CreateTableCommand (5ce75aa)
  • fix: Replace remaining getName() calls and fix static closure (e6a7e61)
  • fix: Correct linter errors in DBAL compatibility methods (a06d391)
  • fix: Replace deprecated DBAL methods with compatible alternatives (ecb151e)
  • fix: Allow null for setDisabledReason parameter (e8e10cd)
  • feat: Add specific disabled reason to PerformanceDataCollector (9ee88cf)
  • fix: Add configured_environments and current_environment to collector data (1402467)
  • Apply PHP CS Fixer fixes [skip ci] (02dcaf8)