aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/build.gradle
Commit message (Collapse)AuthorAge
* build: library and application convetion pluginsLibravatar Kristóf Marussy2021-11-17
|
* build: merge java and junit conventionsLibravatar Kristóf Marussy2021-11-17
| | | | All Java code should have tests, anyways.
* build: move scripts into script pluginsLibravatar Kristóf Marussy2021-11-17
| | | | | Script plugins allow applying other plugins from plugins { } blocks, which simplifies the build script.
* build: use version catalogsLibravatar Kristóf Marussy2021-11-16
| | | | | | | | | | | Gradle version catalogs allow centralized management of dependency artifact coordinates using a toml file. Previously, we use the gradle.properties file, which cannot manage group and name coordinates, only versions. Node and yarn versions still have to be in gradle.properties, because they do not correspond to any coordiates of a maven artifact.
* chore(web): refactor xtext clientLibravatar Kristóf Marussy2021-10-31
|
* test(web): websockets fixes and testsLibravatar Kristóf Marussy2021-10-31
|
* feat(web): push precomputed service resultsLibravatar Kristóf Marussy2021-10-31
|
* feat(web): batched xtext websocket prototypeLibravatar Kristóf Marussy2021-10-31
|
* feat(web): add websocket serverLibravatar Kristóf Marussy2021-10-31
|
* chore(web): remove CodeMirror 5 MWE2 integrationLibravatar Kristóf Marussy2021-10-31
| | | | | CodeMirror 6 uses a hand-writter Lezer parser instead of the stream parser generated by Xtext for CodeMirror 5.
* feat(web): experiment with Lezer parserLibravatar Kristóf Marussy2021-10-31
|
* chore(web): bump Jetty versionLibravatar Kristóf Marussy2021-10-07
| | | | | | | Requred vendoring org.eclipse.xtext.web.servlet as tools.refinery.language.web.xtext due to the javax -> jakarta package name change: https://www.eclipse.org/lists/jetty-announce/msg00149.html
* ci(web): no typescript 4.4 features in SonarLibravatar Kristóf Marussy2021-10-06
| | | | | See https://github.com/SonarSource/SonarJS/issues/2802 and https://community.sonarsource.com/t/sonarcloud-not-picking-up-typescript-files/50832
* ci(web): add eslint and stylelint to sonarLibravatar Kristóf Marussy2021-10-05
|
* chore: change package nameLibravatar Kristóf Marussy2021-10-05
|
* build: refactor task dependenciesLibravatar Kristóf Marussy2021-10-03
|
* build: webpack fixesLibravatar Kristóf Marussy2021-10-01
|
* build: migration to Gradle 7Libravatar Kristóf Marussy2021-09-29
|
* ci: fix typo in Sonar configLibravatar Kristóf Marussy2021-09-24
|
* ci: add GH actions build and SonarScannerLibravatar Kristóf Marussy2021-09-24
|
* Refactor ServerLauncherLibravatar Kristóf Marussy2021-09-20
|
* Add ESLint configLibravatar Kristóf Marussy2021-08-22
|
* Refactoring based on Sonar reportsLibravatar Kristóf Marussy2021-07-29
|
* Install nodejs and npm from GradleLibravatar Kristóf Marussy2021-06-30
|
* Webpack subresource integrityLibravatar Kristóf Marussy2021-06-30
|
* Pin all m2 dependency versionsLibravatar Kristóf Marussy2021-06-29
|
* Add hot module replacement for developmentLibravatar Kristóf Marussy2021-06-29
|
* Generate all files on buildLibravatar Kristóf Marussy2021-06-29
|
* Simplify project layoutLibravatar Kristóf Marussy2021-06-27