aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * | KeyOnly filters out default valuesLibravatar OszkarSemerath2021-10-24
| | |
| * | exotic map bug fixLibravatar OszkarSemerath2021-10-23
| | |
| * | minor fixesLibravatar OszkarSemerath2021-10-23
| | |
| * | QueryableModel restoring with Replay and Reinitialization.Libravatar OszkarSemerath2021-10-22
| | |
| * | Viatra-specific code moved inside to QueriableModelLibravatar OszkarSemerath2021-10-22
| | |
| * | Test compilation fixes for Query buildingLibravatar OszkarSemerath2021-10-22
| | |
| * | Merge branch 'graphs4value:main' into mainLibravatar Oszkár Semeráth2021-10-22
| |\ \ | |/ / |/| |
* | | Merge pull request #4 from garamibence/feat/direct-rulesLibravatar Kristóf Marussy2021-10-20
|\ \ \ | | | | | | | | Add direct predicates and rules
| * | | Add scope for new and delete with testsLibravatar Garami Bence2021-10-20
| | | |
| * | | Add syntax for direct rules and direct predicatesLibravatar Garami Bence2021-10-20
|/ / / | | | | | | | | | Xtext and Class diagram extended.
* | | Merge pull request #3 from golej-marci/language-to-storeLibravatar Kristóf Marussy2021-10-19
|\ \ \ | | |/ | |/| Language to store bugfix
| * | findingRelationInDTO changed upLibravatar Márton Golej2021-10-19
| | |
| * | First try to fix bugsLibravatar Márton Golej2021-10-19
|/ /
* | Merge pull request #2 from golej-marci/language-to-storeLibravatar Kristóf Marussy2021-10-19
|\ \ | | | | | | Language to store
| * | chore: remove builtin library xtext dependencyLibravatar Kristóf Marussy2021-10-19
| | |
| * | nodeIter moved from private field inside the methodLibravatar Márton Golej2021-10-18
| | |
| * | Commments added, code cleanup:Libravatar Márton Golej2021-10-18
| | |
| * | Language to store implementation addedLibravatar Márton Golej2021-10-17
|/ /
* | build: fix artifact coordinatesLibravatar Kristóf Marussy2021-10-14
| |
| * Almost finished QueriableModel and QueryableModelStoreLibravatar OszkarSemerath2021-10-22
| |
| * Buffered Model update listener, first versionLibravatar OszkarSemerath2021-10-22
| |
| * RawPatternMatcher for exposing raw pattern matchesLibravatar generator2021-10-22
|/
* docs: add note about code coverageLibravatar Kristóf Marussy2021-10-13
|
* Merge pull request #1 from nagilooh/mainLibravatar Kristóf Marussy2021-10-13
|\ | | | | Add support for using DNF queries with VIATRA solver
| * Add DNF to PQuery translatorLibravatar Ficsor Attila2021-10-12
| | | | | | | | Also added tests for the translator
* | ci: do not run sonar on pull requestsLibravatar Kristóf Marussy2021-10-13
| | | | | | | | | | sonar does not currently support running on pull requests from forks: https://jira.sonarsource.com/browse/MMF-1371
* | ci: fix pull request actionsLibravatar Kristóf Marussy2021-10-13
|/
* 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
|
* docs: fix typoLibravatar Kristóf Marussy2021-10-05
|
* docs: note about Eclipse compiler compilance levelLibravatar Kristóf Marussy2021-10-05
|
* chore(store): rename store packageLibravatar Kristóf Marussy2021-10-05
|
* fix(language): also rename builtin problem libraryLibravatar 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.
* build: simplify Eclipse project generationLibravatar Kristóf Marussy2021-10-02
| | | | | | Make sure both the :generateXtext and :generateTestXtext task are run if there is a generated xtend-gen source folder, so that BuildShip can set ignore_optional_problems also on there.
* ci: bump to Java 17Libravatar Kristóf Marussy2021-10-02
|
* docs: improve README formattingLibravatar Kristóf Marussy2021-10-02
|
* build: fix Eclipse project generation instructionsLibravatar Kristóf Marussy2021-10-02
| | | | | | | | | | | | BuildShip and Gradle :eclipse are incompatible: https://github.com/eclipse/buildship/issues/267#issuecomment-547318667 Therefore, we run :eclipseJdt manually instead to genrate the JDT configuration to ignore @SuppressWarning unknown warnings, which lets us silence Sonar warnings in-line. We also run :generateXtext to make sure all generated sources are ready for the Eclipse build.
* build: bump to Java 17Libravatar Kristóf Marussy2021-10-02
|
* chore: bump Maven dependenciesLibravatar Kristóf Marussy2021-10-02
| | | | | Xtext 2.26.0.M2 might finally have Java 17 support: https://github.com/eclipse/xtext/issues/1982#issuecomment-931958311
* 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.
* feat: skeleton for language to store mappingLibravatar Kristóf Marussy2021-10-01
|
* build: webpack fixesLibravatar Kristóf Marussy2021-10-01
|