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: advanced-security/codeql-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.6
Choose a base ref
...
head repository: advanced-security/codeql-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.7
Choose a head ref
  • 11 commits
  • 26 files changed
  • 1 contributor

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    086e8c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    342c376 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Code formatting

    rvermeulen committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d559902 View commit details
    Browse the repository at this point in the history
  2. Fix spelling

    rvermeulen committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    06266ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec63408 View commit details
    Browse the repository at this point in the history
  4. Add test cases

    rvermeulen committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0dc6814 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4adafe View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

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

Commits on Jul 3, 2023

  1. Bump version

    rvermeulen committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    60f91f6 View commit details
    Browse the repository at this point in the history
  2. Address bundling order issue

    The order in which packs are bundled didn't consider dependencies between packs. This could lead to failures when a bundle being added to the bundle couldn't resolve its dependencies from the bundle because they weren't added yet.
    
    This fix introduces a dependency graph that orders the workspace packs and impacted bundle packs.
    rvermeulen authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    36a34cb View commit details
    Browse the repository at this point in the history
Loading