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: siderolabs/conform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0-alpha.28
Choose a base ref
...
head repository: siderolabs/conform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0-alpha.30
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 23, 2024

  1. feat: add support for multiple licenses

    Allow specifying multiple policy documents of `type: commit` in `.conform.yaml`.
    
    Join these multiple policy declarations into a single license check policy.
    
    In the license check spec, introduce a new field, `root`, to allow specifying in which directory that license check should run.
    
    With this change, a single repository will be able to have different license rules for different paths.
    
    Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
    utkuozdemir committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a316d3d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. fix: create a temp dir on hook requests, not a file

    This was migrated from the deprecated `ioutil.TempDir` in a wrong way, so it was attempting to create a temp file instead of a directory. Was never deployed, so went unnoticed.
    
    Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
    utkuozdemir committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    43d9fb6 View commit details
    Browse the repository at this point in the history
Loading