typedb / typeql

TypeQL: the power of programming, in your database
https://typedb.com
Mozilla Public License 2.0
218 stars 45 forks source link

Integrate Jetbrains TypeQL Plugin with Bazel-based workflow #104

Closed flyingsilverfin closed 1 year ago

flyingsilverfin commented 4 years ago

Problem to Solve

The Graql plugin being developed in #102 is an independent Gradle-based development environment that works with IntelliJ's SDK. However, we can integrate it into our Bazel workflow, so that tests and releases can be automated as part of our normal infrastructure.

Proposed Solution

Create CI steps to run the plugin tests, and integrate the Gradle-based plugin publishing with Bazel so that we can release the plugin as easily as we can release Graql artifacts.

flyingsilverfin commented 1 year ago

This plugin is no longer within the Vaticle ecosystem, so this is not required.