aboutsummaryrefslogtreecommitdiffstats
path: root/language-web
Commit message (Collapse)AuthorAge
* feat(web): show lint status on lint buttonLibravatar Kristóf Marussy2021-10-31
|
* feat(web): disconnect background tabs onlyLibravatar Kristóf Marussy2021-10-31
|
* fix(web): only try to read properties of objectsLibravatar Kristóf Marussy2021-10-31
|
* feat(web): application-level pingsLibravatar Kristóf Marussy2021-10-31
|
* feat(web): add xtext websocket clientLibravatar Kristóf Marussy2021-10-31
|
* test(web): more websocket integration testsLibravatar 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): batch operations for websocket protocolLibravatar Kristóf Marussy2021-10-31
|
* feat(web): better websocket loggingLibravatar Kristóf Marussy2021-10-31
|
* feat(web): add websocket serverLibravatar Kristóf Marussy2021-10-31
|
* feat(web): simplify contextual parsingLibravatar Kristóf Marussy2021-10-31
| | | | | | | | * More relaxted parsing in the browser for stable variable/node identifier classification. * String support in the browser. * contains, refers, and opposite keywords are no longer contextual, which simplifies parsing in the browser.
* fix(web): a11y issue reported by LighthouseLibravatar 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
|
* feat(web): add CodeMirror 6 editorLibravatar 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
|
* fix(web): improve accessibilityLibravatar Kristóf Marussy2021-10-04
| | | | | contenteditable should provide a better experience for screen reader and IME users
* build: refactor task dependenciesLibravatar Kristóf Marussy2021-10-03
|
* chore(web): bump MUI 5 to released versionLibravatar Kristóf Marussy2021-10-03
|
* chore(web): bump frontend dependencies except MUILibravatar Kristóf Marussy2021-10-03
|
* chore: fix Java 17 Sonar warningsLibravatar Kristóf Marussy2021-10-02
| | | | | Had to disable code coverage measurement in the Quality Gate, we should switch it on again once we have a complete test suite.
* feat(web): add client-side logging supportLibravatar Kristóf Marussy2021-10-02
| | | | | Also modified langauge-web/src/main/js/xtext/ServiceBuilder.js to make sure the new logger is used as soon as xtext is initialized.
* perf(web): split off CodeMirror chunksLibravatar Kristóf Marussy2021-10-02
| | | | Also optimizes statis asset caching.
* build: webpack fixesLibravatar Kristóf Marussy2021-10-01
|
* build: migration to Gradle 7Libravatar Kristóf Marussy2021-09-29
|
* fix: add missing html lang attributeLibravatar Kristóf Marussy2021-09-24
|
* 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
|
* Allow launching server from EclipseLibravatar Kristóf Marussy2021-09-19
|
* Allow running ServerLauncher from EclipseLibravatar Kristóf Marussy2021-09-19
|
* Frontend color changesLibravatar Kristóf Marussy2021-09-19
|
* Frontend color themeLibravatar Kristóf Marussy2021-09-17
|
* Add ESLint configLibravatar Kristóf Marussy2021-08-22
|
* Covert language-web to TypeScriptLibravatar Kristóf Marussy2021-08-22
|
* Bump Material-UI versionLibravatar Kristóf Marussy2021-08-22
|
* Bump CodeMirror, React versionsLibravatar Kristóf Marussy2021-08-22
|
* Make Xtext CodeMirror more robustLibravatar Kristóf Marussy2021-08-20
|
* Simplify node namingLibravatar Kristóf Marussy2021-08-20
|
* Refactoring based on Sonar reportsLibravatar Kristóf Marussy2021-07-29
|
* Appearance fixesLibravatar Kristóf Marussy2021-07-05
|
* Fix typo in environmental variable nameLibravatar Kristóf Marussy2021-07-05
|
* JetBrains Mono fontLibravatar Kristóf Marussy2021-07-02
|
* Add italic fontLibravatar Kristóf Marussy2021-07-02
|
* Change operator for predicate definitionLibravatar Kristóf Marussy2021-07-02
|