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: canonical/chisel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: canonical/chisel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Choose a head ref
  • 5 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 5, 2024

  1. feat: creating files logs information for use in chisel.db (#105)

    When creating files as part of the cut command, use a proxy that
    logs information about the hash, path, mode, etc. This will then be
    ingrated into a report which will be part of chisel.db.
    letFunny authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    11a324c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. ci: adjust libc6 spread test for noble (#121)

    The libc6 contents' paths have changed in 24.04.
    
    This PR adjusts the spread tests such that they accommodate that change.
    cjdcordeiro authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b0d1653 View commit details
    Browse the repository at this point in the history
  2. feat: add file and directory report skeleton (#116)

    The report will be the main data source for chisel.db. This PR introduces
    the skeleton and the reporting functionality in the package extractor.
    letFunny authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c66b0c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. test: remove deb package blob used for testing (#113)

    To make the content transparent and facilitate changing the package,
    this commit creates the deb used for testing programmatically instead of
    embedding it as a base64-encoded blob directly.
    letFunny authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fdb2e54 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix: package names can be of length two (#120)

    This commit adds support for package names with a minimum length of two.
    Previously chisel only supported a minimum length of 3. The limit on the
    slice name is kept unchanged.
    Rafid Bin Mostofa authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    60d8b38 View commit details
    Browse the repository at this point in the history
Loading