{"id":13450624,"url":"https://github.com/JetBrains/teamcity-bazel-plugin","last_synced_at":"2025-03-23T16:31:44.714Z","repository":{"id":65982703,"uuid":"143697750","full_name":"JetBrains/teamcity-bazel-plugin","owner":"JetBrains","description":"TeamCity plugin for Bazel build system","archived":false,"fork":false,"pushed_at":"2024-10-25T09:14:42.000Z","size":806,"stargazers_count":16,"open_issues_count":7,"forks_count":5,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-20T06:51:11.418Z","etag":null,"topics":["bazel","teamcity","teamcity-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JetBrains.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-06T08:19:38.000Z","updated_at":"2024-12-15T12:03:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"c24f5e51-0545-4b96-abe5-29ae97961c12","html_url":"https://github.com/JetBrains/teamcity-bazel-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-bazel-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-bazel-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-bazel-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-bazel-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JetBrains","download_url":"https://codeload.github.com/JetBrains/teamcity-bazel-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245130837,"owners_count":20565729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bazel","teamcity","teamcity-plugin"],"created_at":"2024-07-31T07:00:36.782Z","updated_at":"2025-03-23T16:31:44.365Z","avatar_url":"https://github.com/JetBrains.png","language":"Kotlin","funding_links":[],"categories":["Tooling"],"sub_categories":["General"],"readme":"# TeamCity Bazel build support\n[![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)\n\u003ca href=\"https://teamcity.jetbrains.com/viewType.html?buildTypeId=TeamCityPluginsByJetBrains_TeamcityBazelPlugin_TeamCityBazelPlugin_MasterBuild\u0026guest=1\"\u003e\u003cimg src=\"https://teamcity.jetbrains.com/app/rest/builds/buildType:(id:TeamCityPluginsByJetBrains_TeamcityBazelPlugin_TeamCityBazelPlugin_MasterBuild)/statusIcon.svg\" alt=\"\"/\u003e\u003c/a\u003e\n\nTeamCity plugin to support projects based on [Bazel build](https://bazel.build/) system.\n\n# Features\n\nIt provides the following features for bazel projects:\n* Bazel tool detection on build agents\n* Bazel command build runners\n* Structured build log provider\n* Auto-discovery of build steps\n* Bazel tests reporter\n* Cleaner of bazel workspace caches\n* Bazel build feature to configure common startup options \u0026 remote cache\n \n# Download\n\nYou can [download the plugin](https://plugins.jetbrains.com/plugin/11248-bazel-build-system-support) and install it as [an additional TeamCity plugin](https://confluence.jetbrains.com/display/TCDL/Installing+Additional+Plugins).\n\n# Compatibility\n\nThe plugin is compatible with [TeamCity](https://www.jetbrains.com/teamcity/download/) 2018.1.x and greater.\n\n# Known issues\nIf IDEA can't resolve proto classes, like `BuildEventStreamProtos`.\nHere is how to resolve this: \n1. click Help \n2. Edit custom properties... \n3. and property idea.max.intellisense.filesize=999999 \n\nIt increases max file size for coding assistance and design-time code inspection. You can find more information about these properties here: https://www.jetbrains.com/help/objc/configuring-file-size-limit.html\n\n# Run/debug integration tests locally\n1. Install [bazelisk](https://github.com/bazelbuild/bazelisk) macOS: `brew install bazelisk`, Windows: `choco install bazelisk`\n2. Verify that `plugin-bazel-integration-tests/src/test/kotlin/jetbrains/bazel/integration/Environment.kt` has right path to the bazelisk\n3. OPTIONAL: to debug BES server \n   1. Uncomment `\"-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005\",` in `plugin-bazel-integration-tests/src/test/kotlin/jetbrains/bazel/integration/BazelSteps.kt`\n   2. IntelliJ IDEA: Go to Run \u003e Edit Configurations.  Click the + button and select Remote JVM Debug. Set the port to 5005. Click OK. Attach to BES server for each integration test\n4. Run tests with `./gradlew integration` or with [IntelliJ IDEA Cucumber for Java Plugin](https://plugins.jetbrains.com/plugin/7212-cucumber-for-java)\n# Configuration\n\nThe plugin relies on `PATH` environment variable to detect installed `bazel` tool version.\n\n# Build\n\nThis project uses gradle as the build system. You can easily open it in [IntelliJ IDEA](https://www.jetbrains.com/idea/help/importing-project-from-gradle-model.html) or [Eclipse](http://gradle.org/eclipse/).\n\n# Contributions\n\nWe appreciate all kinds of feedback, so please feel free to send a PR or [submit an issue][youtrack].\n\n## Additional Resources\n\n- [Changelog](CHANGELOG.md)\n- [Maintainership](MAINTAINERSHIP.md)\n\n[youtrack]: https://youtrack.jetbrains.com/newIssue?project=TW\u0026c=Team%20Build%20Tools%20Integrations\u0026c=tag%20tc-bazel","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJetBrains%2Fteamcity-bazel-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJetBrains%2Fteamcity-bazel-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJetBrains%2Fteamcity-bazel-plugin/lists"}