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: google/webrisk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: container
Choose a base ref
...
head repository: google/webrisk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 17 files changed
  • 1 contributor

Commits on Mar 13, 2023

  1. Merge pull request #42 from google/container

    Container -> Master
    rvilgalys authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    268efb1 View commit details
    Browse the repository at this point in the history
  2. Version bump in UserAgent.

    PiperOrigin-RevId: 516265533
    rvilgalys authored and copybara-github committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1271645 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Dependency updates.

    PiperOrigin-RevId: 516588703
    rvilgalys authored and copybara-github committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    bb571f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Allows Threat Types to be specified by runtime flags. Defaults to `AL…

    …L` threatTypes.
    
    PiperOrigin-RevId: 517168649
    rvilgalys authored and copybara-github committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1645777 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Enables graceful shutdown for wrserver on interrupts, SIGTERM, and SI…

    …GKILL. Expands testing to include new server shutdown.
    
    PiperOrigin-RevId: 527030145
    rvilgalys authored and copybara-github committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    3cd77ab View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Adds a shell script to manually test wrserver shutdown under load.

    PiperOrigin-RevId: 527582968
    rvilgalys authored and copybara-github committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    81fe633 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Improves API error output for better debugging.

    PiperOrigin-RevId: 629172132
    rvilgalys authored and copybara-github committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d5412b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Refactor ListUpdate args.

    PiperOrigin-RevId: 640194024
    rvilgalys authored and copybara-github committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cd27d9a View commit details
    Browse the repository at this point in the history
  2. Adds MaxDiffEntries, MaxDatabaseEntries to config.

    PiperOrigin-RevId: 640196903
    rvilgalys authored and copybara-github committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9c1c0dc View commit details
    Browse the repository at this point in the history
  3. Adds optional max_diff_entries and max_database_entries in ComputeThr…

    …eatListDiffRequest call from api.go. Version bump from User Agent.
    
    PiperOrigin-RevId: 640199245
    rvilgalys authored and copybara-github committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    658f85c View commit details
    Browse the repository at this point in the history
  4. Adds maxDiffEntries and maxDatabaseEntires flags to wrserver and …

    …wrlookup. The default value of 0 means that both will be ignored unless set.
    
    PiperOrigin-RevId: 640202575
    rvilgalys authored and copybara-github committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cf2e944 View commit details
    Browse the repository at this point in the history
  5. Updates to README with details about command line flags.

    PiperOrigin-RevId: 640205450
    rvilgalys authored and copybara-github committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0d3a5d5 View commit details
    Browse the repository at this point in the history
Loading