forked from bazelbuild/intellij
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply Apple-specific patches to the plugin
feat: Add commented-out gazelle target to default project view (bazelbuild#104) feat(release): Publish IntelliJ CE version of the plugin. (bazelbuild#103) feat(tools): Add script to check versions (bazelbuild#105) Radar: rdar://110389652 (Opening section of Bazel plugin setup confusing.) Co-authored-by: Daniel Wagner-Hall <dwagnerhall@apple.com> build: Add release pipeline for version checker (bazelbuild#109) Co-authored-by: Gibson Fahnestock <gib@apple.com>
- Loading branch information
1 parent
f9523d8
commit 3de78a6
Showing
46 changed files
with
2,119 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
common --experimental_downloader_config=tools/downloader.config | ||
|
||
build --java_language_version=17 --javacopt=-source --javacopt=8 --javacopt=-target --javacopt=8 | ||
test --java_language_version=17 --javacopt=-source --javacopt=8 --javacopt=-target --javacopt=8 --java_runtime_version=17 | ||
|
||
# delete testdata package needed for bazel integration tests | ||
build --deleted_packages=//aspect/testing/tests/src/com/google/idea/blaze/aspect/integration/testdata | ||
query --deleted_packages=//aspect/testing/tests/src/com/google/idea/blaze/aspect/integration/testdata | ||
|
||
build:remote --remote_instance_name=undisclosed-projects | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ bazel-* | |
/.ijwb/ | ||
/.aswb/ | ||
/.clwb/ | ||
.cicd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
workspace(name = "intellij_aspect") | ||
workspace(name = "intellij_aspect") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
module github.com/bazelbuild/intellij | ||
|
||
go 1.20 | ||
|
||
require ( | ||
github.pie.apple.com/bazel/apple_federation v0.0.0-20221110173607-530f8e4ddb1e | ||
|
||
// Direct dependencies from the federation on Linux. | ||
// This library is deprecated, and will be removed eventually, but as long as we don't update the federation, we need it. | ||
// We import it in `release/fixdns_hack.go` so that `go mod tidy` doesn't remove it. | ||
github.pie.apple.com/isd-dev/go-fixdns v0.0.0-20211011165817-7cdbea777a9c | ||
go.starlark.net v0.0.0-20220817180228-f738f5508c12 | ||
) | ||
|
||
require ( | ||
github.com/CycloneDX/cyclonedx-go v0.6.0 // indirect | ||
github.com/Microsoft/go-winio v0.5.2 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect | ||
github.com/acomagu/bufpipe v1.0.3 // indirect | ||
github.com/andybalholm/brotli v1.0.1 // indirect | ||
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect | ||
github.com/emirpasic/gods v1.12.0 // indirect | ||
github.com/forPelevin/gomoji v1.1.6 // indirect | ||
github.com/git-lfs/go-netrc v0.0.0-20210914205454-f0c862dd687a // indirect | ||
github.com/go-git/gcfg v1.5.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.3.1 // indirect | ||
github.com/go-git/go-git/v5 v5.4.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect | ||
github.com/golang/snappy v0.0.2 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gookit/color v1.5.1 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/jfrog/build-info-go v1.6.0 // indirect | ||
github.com/jfrog/gofrog v1.2.1 // indirect | ||
github.com/jfrog/jfrog-client-go v1.23.3 // indirect | ||
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect | ||
github.com/klauspost/compress v1.11.4 // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.6 // indirect | ||
github.com/klauspost/pgzip v1.2.5 // indirect | ||
github.com/mholt/archiver/v3 v3.5.1 // indirect | ||
github.com/minio/sha256-simd v1.0.1-0.20210617151322-99e45fae3395 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/nwaples/rardecode v1.1.0 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.2 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/rivo/uniseg v0.3.4 // indirect | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/ulikunitz/xz v0.5.9 // indirect | ||
github.com/xanzy/ssh-agent v0.3.2 // indirect | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect | ||
github.pie.apple.com/isd-dev/go-debugflags v0.0.0-20211011163132-90a69a62cdcb // indirect | ||
github.pie.apple.com/isd-dev/go-rioenv v0.0.0-20210611144753-d66265b9ca79 // indirect | ||
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8 // indirect | ||
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect | ||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect | ||
golang.org/x/sys v0.0.0-20220913175220-63ea55921009 // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
) |
Oops, something went wrong.