Aryeh Hillman

Results 54 issues of Aryeh Hillman

**Category:** Kubernetes apps **Type:** - [x] Bug - [ ] Feature Request - [ ] Process --- When the mediawiki is deployed, a useful application info page is displayed, including...

kind/k8s
needs-triage

See comment here https://github.com/bazelbuild/intellij/issues/1706#issuecomment-1179635807 Repro: * clone https://github.com/bufbuild/rules_buf * create bazel project by opening the dir that contains`examples/workspace/WORKSPACE` * attempt to debug `buf_breaking_test` / label `fooapis_proto_breaking` in `fooapis/BUILD.bazel`

product: IntelliJ
lang: starlark
type: user support
more-data-needed
topic: debugging

Repro: * import an existing bazel project * a view file is created * close the project * go to "import bazel project" * go to workspace * select "import...

type: feature request
product: IntelliJ
topic: project views
awaiting-maintainer

Current workaround: * `mkdir project; touch project/WORKSPACE.bazel` * import bazel project in IntelliJ Desired feature: * have an option to create a bazel project form the "New Project" menu

type: feature request
topic: bazel
awaiting-maintainer

The IntelliJ Platform Plugin SDK allows for the resolution of symbols in the IntelliJ IDE when working on the plugin itself. Without the IntelliJ Platform Plugin SDK: Screenshot of how...

Allows devs to specify settings for all build targets. Example use-case: ``` $ cat .bazelrc build --define=ij_product=intellij-ue-oss-stable ```

type: feature request
product: IntelliJ
topic: bazel
awaiting-maintainer

Repro steps: * checkout this repository * open the `WORKSPACE` file * add the latest release of this plugin to IntelliJ * go to "Edit Configurations"

Observed: Expected (comes from a maven project):

type: feature request
product: IntelliJ
topic: testing
awaiting-maintainer

Example: Furnished link points to https://bazel.build/docs/be/overview.html, which 404s: Location in source that needs to be updated: https://github.com/bazelbuild/intellij/blob/2da78ef14e4469e965bff854f8447920f6fcd17e/base/src/com/google/idea/blaze/base/bazel/BazelBuildSystemProvider.java#L52

type: documentation
product: IntelliJ
awaiting-maintainer

Example: Note that in this example, `intellij_integration_test_suite` is in fact runnable, despite missing gutter icons:

type: bug
product: IntelliJ
more-data-needed
topic: testing