8000 Comparing main...nickrolfe/ruby-annotations · github/codeql · GitHub
[go: up one dir, main page]

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: github/codeql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: github/codeql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nickrolfe/ruby-annotations
Choose a head ref
  • 10 commits
  • 504 files changed
  • 2 contributors

Commits on Jun 23, 2025

  1. Configuration menu
    Copy the full SHA
    0610ab2 View commit details
    Browse the repository at this point in the history
  2. Ruby: add databaseMetadata relation to dbscheme

    This is required for overlay support.
    nickrolfe committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    6bd55ca View commit details
    Browse the repository at this point in the history
  3. Ruby: add minimal path transformer support

    Supports only a minimal subset of the project layout specification;
    enough to work with the transformers produced by the CLI when building
    an overlay database.
    nickrolfe committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    d8eaffe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a1f297 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4327062 View commit details
    Browse the repository at this point in the history
  6. Add script to add overlay annotations

    kaspersv authored and nickrolfe committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    a476c12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abb64e4 View commit details
    Browse the repository at this point in the history
  8. Run config/sync-files.py

    kaspersv authored and nickrolfe committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    7211cf3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d6bbcf View commit details
    Browse the repository at this point in the history
  10. Ruby: skip non-existent files in overlay changes JSON

    The previous implementation returned None if any of the paths in the
    changes JSON couldn't be canonicalized. This could happen for files that
    were deleted in the diff. Now, it just ignores paths for which
    canonicalize() fails.
    nickrolfe committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    1762b09 View commit details
    Browse the repository at this point in the history
Loading
0