aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAge
* docs: update landing pageLibravatar Kristóf Marussy2024-04-18
|
* docs: update READMELibravatar Kristóf Marussy2024-02-19
|
* fix: typoLibravatar Kristóf Marussy2023-12-05
|
* build: fix Sonar quality gate issuesLibravatar Kristóf Marussy2023-09-16
| | | | | Removes VIATRA sources from coverage anaylsis, since those files are maintained by the VIATRA project.
* chore: update README.mdLibravatar Kristóf Marussy2023-09-14
|
* chore(deps): downgrade to Java 17Libravatar Kristóf Marussy2023-04-15
| | | | | | | | | | | Java 19 is out of support, but Gradle current does not run on Java 20: https://github.com/gradle/gradle/issues/23488 To avoid the complexity of running the build tool on a different JDK than the application, we temporarily remove code that depends on experimental Java 19 or Java 20 features. Revert once the build can run on Java 20.
* chore: add copyright headersLibravatar Kristóf Marussy2023-04-15
| | | | | | | | | | | | | | Make sure we obey the REUSE (https://reuse.software) specification and the origin, copyright owner, and license of all files are clearly marked. The whole project is under the EPL-2.0, except for trivial files where copyright is not applicable that are marked with the CC0-1.0 license. Moreover, code included from third parties is also available under the respective license. chore: add CONTRIBUTORS.md List all authors and supporting organizations in accordance with the REUSE specification.
* chore: upgrade to Java 19Libravatar Kristóf Marussy2022-11-22
| | | | | Use Java 19 and Jetty 12 to take advantage of Project Loom preview features to reduce CPU usage due to XtextWebDocumentAccess thread pools.
* docs: Add note about proxy settingsLibravatar Kristóf Marussy2022-02-10
|
* docs: use eclipse 2021-12Libravatar Kristóf Marussy2021-12-14
|
* docs: add note about code coverageLibravatar Kristóf Marussy2021-10-13
|
* docs: fix typoLibravatar Kristóf Marussy2021-10-05
|
* docs: note about Eclipse compiler compilance levelLibravatar Kristóf Marussy2021-10-05
|
* build: refactor task dependenciesLibravatar 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.
* 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
|
* Simplify brandingLibravatar Kristóf Marussy2021-09-28
|
* docs: add build and Sonar badges [skip-ci]Libravatar Kristóf Marussy2021-09-24
|
* docs: add EPL-2.0 licenseLibravatar Kristóf Marussy2021-09-24
|
* Add tutorial to README.mdLibravatar Kristóf Marussy2021-09-20
|
* Initial commitLibravatar Kristóf Marussy2021-04-18