aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/config
Commit message (Collapse)AuthorAge
* build: move Javascript config to top levelLibravatar Kristóf Marussy2024-04-07
| | | | | We need this to support multiple Javascript subprojects (e.g., a frontend and a documentation website).
* build(web): remove extraneous console outputLibravatar Kristóf Marussy2024-02-23
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2023-12-24
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2023-11-19
|
* fix(frontend): compilation on WindowsLibravatar Kristóf Marussy2023-09-17
|
* refactor: server environemntal variablesLibravatar Kristóf Marussy2023-09-04
| | | | | | * Prefix each variable with REFINERY_ * If not public host is specified, allow all origings and compute the WebSocket address on the client from the origin.
* refactor(web): clean up graphviz visualizationLibravatar Kristóf Marussy2023-08-24
|
* feat: dot visualizationLibravatar Kristóf Marussy2023-08-23
|
* 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.
* build: refactor frontend buildLibravatar Kristóf Marussy2023-04-09
| | | | | | | | | * Always write ESLint output to a file in addition to the console to make the lintFrontend task cacheable in Gradle (according to the output file). * Make sure frontend task inputs are declared properly for caching. * Make sure Typescript type checking is incremental. * Do not use @tsconfig, because both Vite and SonarScanner have problems with extending tsconfig files from Yarn PnP modules.
* refactor(frontend): split vite configLibravatar Kristóf Marussy2022-12-11
Also introduces tsconfig.shared.json to keep track of source files used both and build time and in the browser.