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: CouncilDataProject/cdp-backend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.8
Choose a base ref
...
head repository: CouncilDataProject/cdp-backend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.9
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    328ee6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5894e37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ea2692 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d080b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. feature/add-video-trimming-via-transcription-ranges-to-session (#221)

    * Add transcription range fields to database and ingestion models, add validator for time duration, add range filter to ffmpeg audio split, update tests
    
    * Add tests for edge case transcription ranges
    
    * Fix end_time=start_time typo, update tests to be more concise, add ffmpeg error logging
    
    * Updated transcription range to video range, updated video handling to host when limiting video to a range, updated mp4 conversion to allow a range, connected mp4 to clip functionality, updated tests and tried to make testing slightly more consistent, added Session ingestion verification to test out
    
    * Update session hash to reflect trimmed video
    
    * Bypass hash task
    
    * Remove unnecessary logging, duration validation comments, elif typo fix in cdp_will_host control structure
    
    * Reverted function parameter doc for split audio
    
    * Improved documentation for video_start_time in ingestion_models
    chrisjkhan authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b00f378 View commit details
    Browse the repository at this point in the history
Loading