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.10
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.11
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Jan 1, 2023

  1. bugfix/unique-temp-filenames (#225)

    * 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
    
    * Use content hash to name videos and prevent collisions across sessions
    
    * Use pathlib functions from 3.8, add type annotations for mock function
    
    * Add return type annotations for mock function
    
    * Lint updates
    
    * Move file renaming to earliest point, return unique names from file conversion functions
    
    * UUID for original file resource copy task so to prevent collisions earlier in the process
    
    * Minor comment change to force CI reprocessing
    
    * Stop renaming resource within task
    
    * Lint
    
    * Flag for adding source suffix in resource copy
    
    * Log file status after copy for debugging
    
    * Logging to debug file copy
    
    * Logging to debug file copy
    
    * Logging to debug file copy
    
    * Logging to debug file copy
    
    * Remove rename
    chrisjkhan authored Jan 1, 2023
    Configuration menu
    Copy the full SHA
    aa8ff15 View commit details
    Browse the repository at this point in the history
Loading