aboutsummaryrefslogtreecommitdiffstats
path: root/store
Commit message (Collapse)AuthorAge
* build: move modules into subproject directoryLibravatar Kristóf Marussy2021-12-12
|
* 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.
* Improved sonar reportLibravatar OszkarSemerath2021-10-25
|
* Removed unnecessary quantified variablesLibravatar OszkarSemerath2021-10-25
|
* Query transaction testing first exampleLibravatar OszkarSemerath2021-10-25
|
* Simple test added for all kinds of query constraintsLibravatar OszkarSemerath2021-10-25
|
* another undeterministic variable exportLibravatar OszkarSemerath2021-10-25
|
* Small fixes in query transformation and view equivalence checkingLibravatar OszkarSemerath2021-10-25
|
* Existentially quantified variable testLibravatar OszkarSemerath2021-10-24
|
* Fixed query parameter list undeterministic orderLibravatar OszkarSemerath2021-10-24
|
* QueryTest update to binery relationsLibravatar OszkarSemerath2021-10-24
|
* Querytest first final caseLibravatar OszkarSemerath2021-10-24
|
* Missed packaging tuple values to tuple1 in viewsLibravatar OszkarSemerath2021-10-24
|
* 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
|
* 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
|
* Add DNF to PQuery translatorLibravatar Ficsor Attila2021-10-12
| | | | Also added tests for the translator
* chore(store): rename store packageLibravatar Kristóf Marussy2021-10-05
|
* chore: change package nameLibravatar Kristóf Marussy2021-10-05
|
* 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: migration to Gradle 7Libravatar Kristóf Marussy2021-09-29