-
Notifications
You must be signed in to change notification settings - Fork 36
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: aspect-build/aspect-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2024.39
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: aspect-build/aspect-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2024.39.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 53 files changed
- 3 contributors
Commits on Sep 28, 2024
-
refactor(cli): align aspect configure gitignore feature with proposed…
… gazelle feature implementation (#6873) This aligns the implementation more with what I'm trying to merge into gazelle: bazel-contrib/bazel-gazelle#1908 There are no user facing changes here but the implementation is simpler and should improve performance for many reasons: * the .gitignore files are only `os.Open`ed once per directory (not per directory * per language) * the .gitignore files are only parsed once instead of once per gazelle language * the .gitignore patterns are only executed once because it is done within the (patched) gazelle walk * .gitignore-d directories are not recursed into at all because they are filtered in the gazelle fs walk * ... --- ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases GitOrigin-RevId: 27fe8377ca89de91d3c95105ab37adea9347e6ab
Configuration menu - View commit details
-
Copy full SHA for a70f957 - Browse repository at this point
Copy the full SHA a70f957View commit details -
fix: disable python extension on windows (#6879)
### Changes are visible to end-users: yes - Searched for relevant documentation and updated as needed: yes - Breaking change (forces users to change their own code or config): no - Suggested release notes appear below: yes Disable python extension on windows ### Test plan - Covered by existing test cases GitOrigin-RevId: 631b85f43769ea877ebd14d6b4df7be48077dd64
Configuration menu - View commit details
-
Copy full SHA for a2d1a0b - Browse repository at this point
Copy the full SHA a2d1a0bView commit details -
fix(cli): support js_ignore_imports for package.json imports (#6926)
The package.json deps should support the same `js_ignore_imports` directive as all other js imports. Ideally this will move to a more common location but this is the quick fix. --- ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases - New test cases added GitOrigin-RevId: cfa2a62823454674453f3d6458e52ed30fbe0581
Configuration menu - View commit details
-
Copy full SHA for 6af1457 - Browse repository at this point
Copy the full SHA 6af1457View commit details -
Configuration menu - View commit details
-
Copy full SHA for af217bd - Browse repository at this point
Copy the full SHA af217bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 973cc74 - Browse repository at this point
Copy the full SHA 973cc74View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf66d4 - Browse repository at this point
Copy the full SHA cbf66d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 012477c - Browse repository at this point
Copy the full SHA 012477cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f51b28 - Browse repository at this point
Copy the full SHA 9f51b28View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2024.39...2024.39.8