Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kitware/dive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.6-beta3
Choose a base ref
...
head repository: Kitware/dive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.7
Choose a head ref
  • 14 commits
  • 91 files changed
  • 3 contributors

Commits on Jan 23, 2025

  1. Node 18 electron fix (#1470)

    * cli build fix
    
    * update to node 18+, electron builder update
    
    * update versions
    BryonLewis authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    7b79523 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    7872635 View commit details
    Browse the repository at this point in the history
  2. update-lock (#1472)

    BryonLewis authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    6853b03 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. adjust max zoom level to 32 for all maps (#1475)

    * adjust max zoom level to 32 for all maps
    
    * update actions cache
    BryonLewis authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    f3c68e0 View commit details
    Browse the repository at this point in the history
  2. Bump webpack from 5.91.0 to 5.98.0 in /client (#1477)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.98.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.91.0...v5.98.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    7a8baa4 View commit details
    Browse the repository at this point in the history
  3. Bump braces from 3.0.2 to 3.0.3 in /client (#1476)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    70bf2e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Source video viame (#1481)

    * configure electron to utilize non-transcoded video as default
    
    * add server forceTranscode option to endpoints, tasks and utils
    
    * upating transcoded/sourcevideo, add watchtower manual trigger, update cancellation
    
    * add stats page for viewing user stats
    
    * type definitions for Stats
    
    * bar graph alignment
    BryonLewis authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    ed89778 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. update lock (#1485)

    BryonLewis authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    656bb62 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /client (#1486)

    Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9.
    - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
    - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
    - [Commits](chimurai/http-proxy-middleware@v2.0.7...v2.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: http-proxy-middleware
      dependency-version: 2.0.9
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    7643155 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Swap to kitware:gpu-algorithms-web tag for base Worker Branch (#1487)

    * utilizing the viame:gpu-algorithms-web tag for smaller image sizes
    
    * fix tiled image downloading, everything downloads
    
    * read only mode disabled button until settings are validated after saving
    
    * add support for execTime for desktop CSV files
    BryonLewis authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    93c061a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. [feature] ONNX Export (#1490)

    * Add: ONNX Export
    
    The main objective of this commit was to add a 'ONNX export' button to export trained models on the platform.
    
    Export to ONNX function is available on Dive Web & Desktop.
    Added a tab to list, delete and export all trained pipelines.
    Added the possibility to download single or multiple files from the browser on Dive web
    Fixed alignment issue on Jobs list on Dive web
    Louis-Pagnier-KW authored May 7, 2025
    Configuration menu
    Copy the full SHA
    8f56b73 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. [feature] Add shared directories in the shared tab

    Users can click on a folder in the "Shared With Me" tab to open it in the girder browser, and navigate through it.
    Louis-Pagnier-KW authored May 19, 2025
    Configuration menu
    Copy the full SHA
    3db45f0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Max N Count Support (#1493)

    * initial functionality
    
    * timeline track vs detection, filter types by frame, filter tracks by frame, gotoMaxFrame for types
    
    * add lock camera seetings
    
    * collapsing panels
    
    * localStorage test fixes
    
    * remove mocklocalStorage
    
    * updating documentation
    BryonLewis authored May 26, 2025
    Configuration menu
    Copy the full SHA
    aa38619 View commit details
    Browse the repository at this point in the history
  2. Release 1.9.7 (#1495)

    BryonLewis authored May 26, 2025
    Configuration menu
    Copy the full SHA
    4ec9ebb View commit details
    Browse the repository at this point in the history
Loading