Skip to content

v4.5.1.dev381: Merge pull request #275 from CybercentreCanada/frontend/typescript_test

Pre-release
Pre-release

Choose a tag to compare

@cccs-rs cccs-rs released this 11 Dec 15:58
· 120 commits to master since this release
59b0648

Improvements

  • Backend changes for UpdateSource model

    • fetch_method: Specifying fetch method (one of 'POST', 'GET', 'GIT')
    • enabled: Is the source active for periodic fetching?
    • override_classification: Should the classification assigned to the source override what's defined by the signature
    • configuration: Processing configuration that's specific to the source
    • update_interval: The update check interval for the specific source (default is the global update_interval_seconds)
    • ignore_cache: Ignore caching (ie. force updater to always fetch from remote source)
  • Frontend changes:

    • Update UpdateSource dialog into a two tab design ("General", "Network")