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: rubyatscale/packs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.31
Choose a base ref
...
head repository: rubyatscale/packs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.32
Choose a head ref
  • 4 commits
  • 8 files changed
  • 6 contributors

Commits on Oct 13, 2023

  1. Support CSV format for get_info and allow including any violation t…

    …ypes (#110)
    
    * Refactor to separate stats-collection from output (no visible change)
    
    * Use data instead of methods to distinguish violation type
    
    * Use hashes and arrays allow easy support for new types (no visible change)
    
    * Add support for reporting packs info in CSV format
    
    * Include architecture violations on get_info
    
    * Allow specifying what types of violations to output on get_info
    
    * Allow including a Date in the get_info report (useful for snapshots)
    
    Including the date as part of the report makes it easy to store the output as snapshots over time to compare progress.
    
    * Prefer some more code readability over DRYness
    
    This is to satisfy some feedback I got on the PR.
    oboxodo authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    43d7a91 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Modify ignore dependencies when move_pack_to_parent (#117)

    * Modify ignore dependencies when move_pack_to_parent
    
    Co-authored-by: Ashley Willard <ashley.willard@gusto.com>
    Co-authored-by: Perry Hertler <perry.hertler@gusto.com>
    Co-authored-by: Joey Schoblaska <joey.schobaska@gusto.com>
    
    * Adds test for ignore dependencies when move_pack_to_parent
    
    Co-authored-by: Perry Hertler <perry.hertler@gusto.com>
    
    ---------
    
    Co-authored-by: Ashley Willard <ashley.willard@gusto.com>
    Co-authored-by: Perry Hertler <perry.hertler@gusto.com>
    Co-authored-by: Joey Schoblaska <joey.schobaska@gusto.com>
    4 people authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    dcab585 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. lift per_file_processors defaults to Packs from Packs::CLI (#118)

    * add spec to ensure that move_to_parent updates rubocop_todo
    
    * lift per_file_processors defaults to Packs from Packs::CLI
    
    * lift per_file_processors defaults for make_public
    schoblaska authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e93463f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc48e85 View commit details
    Browse the repository at this point in the history
Loading