Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 0.45 #1

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

Update to 0.45 #1

wants to merge 29 commits into from

Conversation

zachmccormick
Copy link

No description provided.

professor and others added 29 commits November 14, 2023 16:24
Replaces rubyatscale#78

Co-authored-by: Teal Stannard <[email protected]>
Co-authored-by: Perry Hertler <[email protected]>
…rubyatscale#128)

* Do not add dependency to parent pack if subpack is ignored dependency

* fix rubocop errors
* Add violations to ParsePackwerk call

Co-authored-by: Ashley Willard <[email protected]>

* Use parse_packwerk 0.20.1

---------

Co-authored-by: Ashley Willard <[email protected]>
…tscale#121)

* Add post processor to update all references to the pack's path.

Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Perry Hertler <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>

* update spec when ripgrep is enabled

* installing ripgrep in CI

* Update find and replace fallback to use ruby, update advanced usage

    Co-authored-by: Ashley Willard <[email protected]>
    Co-authored-by: Perry Hertler <[email protected]>
    Co-authored-by: Joey Schoblaska <[email protected]>

* unupdate readme
    Co-authored-by: Ashley Willard <[email protected]>
    Co-authored-by: Perry Hertler <[email protected]>
    Co-authored-by: Joey Schoblaska <[email protected]>

* spec change that got missed in the rebase

* rubocop

* update spec vars

* ripgrep needs the flags to come first on linux

---------

Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Perry Hertler <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>
Prefer reading the `public_path` value from the packwerk configuration,
or DEFAULT_PUBLIC_PATH when no specific pack is available
`packs` is able to find packs anywhere, as long as those locations are
specified in `packs.yml`.
* Update README and bump version

Co-authored-by: Todd Sedano <[email protected]>
Co-authored-by: Perry Hertler <[email protected]>

* regenerate README

Co-authored-by: Todd Sedano <[email protected]>
Co-authored-by: Perry Hertler <[email protected]>
Co-authored-by: Todd Sedano <[email protected]>
Co-authored-by: Perry Hertler <[email protected]>

---------

Co-authored-by: Todd Sedano <[email protected]>
Co-authored-by: Perry Hertler <[email protected]>
* add move_to_folder methods and specs

* documentation and CLI command for move_to_folder

* update move to folder description

* bump gem version to 0.0.37
…tscale#138)

* add enforce_architecture flag wherever enforce_privacy is used

Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Perry Hertler <[email protected]>

* bump version (0.0.37 -> 0.0.38)

---------

Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Perry Hertler <[email protected]>
* first pass at creating a "move pack" interactive cli item

Co-authored-by: Perry Hertler <[email protected]>
Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Teal Stannard <[email protected]>

* specs for interactive cli changes

* bump gem version

* formatting

* rubocop fix

* flatten dirs and add spec for pack dir selector

* use += instead of <<

* use match_array to ignore ordering

---------

Co-authored-by: Perry Hertler <[email protected]>
Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Teal Stannard <[email protected]>
* Use shared config for ci,cd github workflow

Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>
Co-authored-by: Teal Stannard <[email protected]>

* Add bigdecimal to gemspec

Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>
Co-authored-by: Teal Stannard <[email protected]>

---------

Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>
Co-authored-by: Teal Stannard <[email protected]>
Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>
Co-authored-by: Teal Stannard <[email protected]>
* bump version to 0.0.41

Co-authored-by: Teal Stannard <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>

* update platforms

Co-authored-by: Teal Stannard <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>

* update nokogiri

Co-authored-by: Teal Stannard <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>

* downgrade nokogiri to 1.15.4 for compatibility with ruby 3.4

Co-authored-by: Teal Stannard <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>

* fix Gemfile.locl

Co-authored-by: Teal Stannard <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>

* upgrade nokogiri back to 1.16.3 in gemfile.lock

Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Teal Stannard <[email protected]>

---------

Co-authored-by: Teal Stannard <[email protected]>
Co-authored-by: Joey Schoblaska <[email protected]>
…ubyatscale#152)

Co-authored-by: Ashley Willard <[email protected]>
Co-authored-by: Perry Hertler <[email protected]>
Co-authored-by: Teal Stannard <[email protected]>
* lock parse packwerk version to <= 0.23.0

* bump version to 0.0.42
* rename architecture to layers

Co-authored-by: Teal Stannard <[email protected]>

* bump gem version 0.0.42 => 0.0.43

Co-authored-by: Teal Stannard <[email protected]>

* update packs-specification rbi

Co-authored-by: Teal Stannard <[email protected]>

* rename architecture -> layer in get_info

Co-authored-by: Teal Stannard <[email protected]>

---------

Co-authored-by: Teal Stannard <[email protected]>
* add use_pks and use it in update

* check and validate

* bump version

* remove white space
* Fix moving lib files

* bump version

* fix sorbet issue
@zachmccormick zachmccormick requested a review from naveg November 20, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants