| commit | 0660e0b2db4eda779e748af33f3e8c0cb0c8571a | [log] [tgz] |
|---|---|---|
| author | Paladox none <thomasmulhall410@yahoo.com> | Sun May 11 05:37:47 2025 -0700 |
| committer | Paladox none <thomasmulhall410@yahoo.com> | Mon May 12 04:37:57 2025 -0700 |
| tree | a46709f978676e540338d56da90dd8d1c1ec46ce | |
| parent | 78d9ef2e75c7314b155d0a3a5996d074dd454e4c [diff] |
Use Postgresql, PLSQL and Cassandra from sql package Migrates from legacy to modern package. Change-Id: Idc40f5255427d4fe7cb70603fed18ffbafaafac8 (cherry picked from commit dfbd5c04821a982f9e4a06cc8cbd568fabf7a629)
A plugin that uses CodeMirror to provide a rich code editing experience in PolyGerrit.
The plugins hooks into the editor endpoint and registers gr-editor for it.
The codemirror-element using CodeMirror is loaded lazily from another js bundle, because it is fairly large, and we don't want to load the large bundle, if the user is not editing anything.
We are using the generic test target in the plugins/ folder. See plugins/BUILD for how to enable the tests and then run bazel run plugins:web-test-runner.
For testing you can use FE dev helper (https://gerrit.googlesource.com/gerrit-fe-dev-helper/). It allows you to redirect to (symlinks to) your locally built files. You can use npm run start to serve files and put the locally built files (or symlinks) in the polygerrit-ui/app/ folder.