-
Notifications
You must be signed in to change notification settings - Fork 389
Comparing changes
Open a pull request
base repository: bazel-contrib/bazel-gazelle
base: v0.26.0
head repository: bazel-contrib/bazel-gazelle
compare: v0.27.0
- 20 commits
- 240 files changed
- 8 contributors
Commits on Jun 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 75b35c8 - Browse repository at this point
Copy the full SHA 75b35c8View commit details
Commits on Jul 6, 2022
-
Use repo-relative labels everywhere (#1294)
This makes it possible to load gazelle under any repo name, not necessarily bazel_gazelle. This opens up the possibility to call the gazelle Bazel module "gazelle".
Configuration menu - View commit details
-
Copy full SHA for c9484cc - Browse repository at this point
Copy the full SHA c9484ccView commit details
Commits on Jul 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e8ece8 - Browse repository at this point
Copy the full SHA 4e8ece8View commit details
Commits on Jul 10, 2022
-
* Prototype of bzlmod-powered transitive dependencies Modules can use the `go_deps` module extension to define Go dependencies. Only Go module dependencies are supported for now (`go_deps.module`). HTTP and VCS Go repositories can be implemented for the root module only using the new bazel_module.is_root field added in bazelbuild/bazel#15792 has been merged. They should follow the semantics of archive_override/git_override. * Update internal/bzlmod/go_deps.bzl Co-authored-by: Zhongpeng Lin <zplin@uber.com> Co-authored-by: Zhongpeng Lin <zplin@uber.com>
Configuration menu - View commit details
-
Copy full SHA for e55d55e - Browse repository at this point
Copy the full SHA e55d55eView commit details
Commits on Jul 15, 2022
-
bzlmod: Do not create a repository with an invalid name (#1304)
Since bazelbuild/bazel@263c24e, repositories created by modules and module extensions must have names that start with a letter - underscores are no longer allowed.
Configuration menu - View commit details
-
Copy full SHA for 0ca53d8 - Browse repository at this point
Copy the full SHA 0ca53d8View commit details
Commits on Jul 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 35b00c2 - Browse repository at this point
Copy the full SHA 35b00c2View commit details
Commits on Jul 18, 2022
-
Unwrap
go list -m -json
errors correctly (#1301)Previously, such errors would lead to the following error message: ``` gazelle: json: cannot unmarshal object into Go struct field moduleFromList.Error of type string ``` This is fixed by changing the definition of the `Error` field to be an object with an Err field of type string, as described at: https://go.dev/ref/mod#go-list-m Also fixes an incorrect test stub.
Configuration menu - View commit details
-
Copy full SHA for f46349d - Browse repository at this point
Copy the full SHA f46349dView commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 814f572 - Browse repository at this point
Copy the full SHA 814f572View commit details -
bzlmod: Add go_deps.from_file (#1300)
* bzlmod: Rename go_deps.module importpath parameter to path Go itself calls this a "module path" rather than an "import path" - it will rarely be a valid import path anyway. * bzlmod: Add a go.mod/go.sum parser * bzlmod: Add go_deps.from_file With go_deps.from_file, dependencies can be parsed from a go.mod/go.sum pair directly by the go_deps module extension. Users only have to declare visibility for their *direct* dependencies in their MODULE.bazel. * bzlmod: Make go mod and gazelle ignore tests/bcr/
Configuration menu - View commit details
-
Copy full SHA for 2abe220 - Browse repository at this point
Copy the full SHA 2abe220View commit details -
language: add BaseLang (#1303)
In order to help folks extend Gazelle quicker and easier, provide a base implementation of the language.Language interface where everything is no-ops. End users then can simply compose their downstream struct with this to have a valid implementation to iterate upon.
Configuration menu - View commit details
-
Copy full SHA for 622d888 - Browse repository at this point
Copy the full SHA 622d888View commit details
Commits on Aug 3, 2022
-
Allow adding arguments to Rules (#1310)
This allows supporting patterns like `maybe`, which take a rule-to-instantiate as a positional argument.
Configuration menu - View commit details
-
Copy full SHA for 2b30bc4 - Browse repository at this point
Copy the full SHA 2b30bc4View commit details
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 984e821 - Browse repository at this point
Copy the full SHA 984e821View commit details
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cec40e3 - Browse repository at this point
Copy the full SHA cec40e3View commit details -
bzlmod: Fix canonical label literal after Bazel change (#1322)
Necessary after bazelbuild/bazel@7f9de9e Also switches the Bazel version to last_green to learn of new potential breakages faster.
Configuration menu - View commit details
-
Copy full SHA for a648a15 - Browse repository at this point
Copy the full SHA a648a15View commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 50455ff - Browse repository at this point
Copy the full SHA 50455ffView commit details
Commits on Aug 30, 2022
-
[merger] Look in call args for loadable symbols (#1317)
Since #1310 we can add arguments to rules - this PR allows symbols to be loaded for these arguments.
Configuration menu - View commit details
-
Copy full SHA for cfbfdff - Browse repository at this point
Copy the full SHA cfbfdffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df57af - Browse repository at this point
Copy the full SHA 3df57afView commit details
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ba5ecf - Browse repository at this point
Copy the full SHA 2ba5ecfView commit details -
bzlmod: Depend on rules_proto (#1331)
This is required to allow repositories generated for Go modules to see proto_library. Work towards bazel-contrib/rules_go#3265
Configuration menu - View commit details
-
Copy full SHA for 55ba8e3 - Browse repository at this point
Copy the full SHA 55ba8e3View commit details
Commits on Sep 14, 2022
-
release new version of gazelle (#1323)
Co-authored-by: Tyler French <66684063+tfrench-uber@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 06b821c - Browse repository at this point
Copy the full SHA 06b821cView commit details
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 v0.26.0...v0.27.0