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/OpenSK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: google/OpenSK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 15 files changed
  • 3 contributors

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    5bfd198 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Ask contributors to go to develop (#677)

    * Ask contributors to go to develop
    
    * Enables CI on other branches
    kaczmarczyck authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    893faa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. 2 Configuration menu
    Copy the full SHA
    5cd8300 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Create dependabot.yml (#683)

    * Create dependabot.yml
    
    * Update reproducible.yml
    
    Update python and actions versions
    
    * Update ci.yml
    
    Bump python and actions versions
    
    * Update dependabot.yml
    
    Fix typo
    
    * Update deploy.py
    
    Ignore inconsistent quotes on 2 lines to avoid unnecessary escape sequences
    
    * Update configure.py
    
    Ignore inconsistent quotes on 2 specific lines for avoid unnecessary escapes
    
    * Update deploy.py
    
    Typo in pylint comments
    
    * Update deploy.py
    
    Now trying to make yapf happy...
    jmichelp authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    08aa3bb View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    ef05c7e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Also removes heapviz from default branch (#693)

    The CI script stopped working because of a dependency issue.
    Also updates packets for cargo audit.
    kaczmarczyck authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d9bc095 View commit details
    Browse the repository at this point in the history
  2. Removes the dependabot version update config (#695)

    The goal of this commit is to enable security updates.
    Before, security updates were prevented because they followed the
    config.
    We didn't benefit from version updates so far because of this same
    file, and we don't want them. While 2.1 is our main branch, version
    updates make even less sense, since we want to keep it stable.
    kaczmarczyck authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bff9f03 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Ignores pylint warning to fix CI (#704)

    * Ignores pylint warning to fix CI
    
    * Upgrades GitHub action version
    kaczmarczyck authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1474ac5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    5c10375 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Bumps the dependencies in 2.1 (#717)

    Fixes an openssl vulnerability found by cargo audit.
    Similar to #713
    kaczmarczyck authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    28aeb95 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Disables cargo audit (#723)

    To reduce maintenance cost, we will not backport future fixes in
    develop. This PR disables currently active warnings from cargo audit in
    workflows.
    kaczmarczyck authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    84869f0 View commit details
    Browse the repository at this point in the history
Loading