mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
4a249688e8
Fixes #10668 Fixes #8484 Summary of changes: * `gui2` and `dashboard` are merged to `gui` directory. Various configs were merged (package.json, playwrigth, TS...). The src and e2e directories are split to `dashboard` and `project-view` for now. * E2E tests run two servers on different ports. The tests are organized in projects. This is also to be changed soon, as we plan to [use better mocking in GUI/ProjectView](#9726) * ESlint configs were merged to central `eslint.config.mjs`, and that file was moved to repository root. We kept the dashboard lints, but they can be relaxed. The dashboard code was changed to meet GUI lints. * Also, the versions of linter plugins were bumped, and code fixed. * The ide-desktop/client no longer has `dashboard` dependency - the only type used there was moved to common package. * `common` package moved to `app`.
64 lines
2.8 KiB
Plaintext
64 lines
2.8 KiB
Plaintext
# Change log
|
|
CHANGELOG.md
|
|
|
|
# The repository settings
|
|
/.github/ @jdunkerley @AdRiley @hubertp @Frizi
|
|
/.github/CODEOWNERS @jdunkerley @jaroslavtulach @farmaazon @AdRiley @PabloBuchu @wdanilo
|
|
|
|
# Build script & utilities
|
|
/run @jdunkerley @AdRiley @hubertp @Frizi
|
|
/run.bat @jdunkerley @AdRiley @hubertp @Frizi
|
|
/build @jdunkerley @AdRiley @hubertp @Frizi
|
|
|
|
# Rust Libraries and Related Files
|
|
rust-toolchain.toml @vitvakatu @Frizi @kazcw @farmaazon @AdRiley
|
|
rustfmt.toml @farmaazon @vitvakatu @Frizi @kazcw @AdRiley
|
|
Cargo.lock
|
|
Cargo.toml
|
|
/lib/rust/ @farmaazon @kazcw @vitvakatu @Frizi @AdRiley
|
|
/lib/rust/parser/ @farmaazon @kazcw @vitvakatu @Frizi @jaroslavtulach @AdRiley
|
|
/tools/build-performance/ @kazcw @Akirathan
|
|
|
|
# Global JS configuration
|
|
esling.config.mjs
|
|
tsconfig.json
|
|
|
|
# Scala Libraries
|
|
/lib/scala/ @4e6 @jaroslavtulach @hubertp @Akirathan
|
|
|
|
# Java libraries
|
|
/lib/java/ @4e6 @jaroslavtulach @hubertp @Akirathan
|
|
|
|
# GUI/Dashboard
|
|
/app @Frizi @farmaazon @vitvakatu @kazcw @AdRiley @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
|
|
/app/gui/e2e/dashboard @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
|
|
/app/gui/e2e/project-view @Frizi @farmaazon @vitvakatu @kazcw @AdRiley
|
|
/app/gui/src/dashboard @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
|
|
/app/gui/src/project-view @Frizi @farmaazon @vitvakatu @kazcw @AdRiley
|
|
/app/ide-desktop/ @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
|
|
/app/ydoc-server/ @Frizi @farmaazon @vitvakatu @kazcw @AdRiley
|
|
/app/ydoc-server-nodejs/ @Frizi @farmaazon @vitvakatu @kazcw @AdRiley
|
|
/app/ydoc-server-polyglot/ @Frizi @farmaazon @vitvakatu @kazcw @AdRiley
|
|
/app/ydoc-shared/ @Frizi @farmaazon @vitvakatu @kazcw @AdRiley
|
|
# The data-link schema is owned by the libraries team
|
|
/app/gui/src/dashboard/data/datalinkSchema.json @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey
|
|
/app/gui/src/dashboard/data/__tests__ @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
|
|
|
|
# Engine (old)
|
|
# This section should be removed once the engine moves to /app/engine
|
|
/build.sbt @4e6 @jaroslavtulach @hubertp @Akirathan
|
|
/distribution/ @4e6 @jdunkerley @radeusgd @GregoryTravis @AdRiley @marthasharkey
|
|
/engine/ @4e6 @jaroslavtulach @hubertp @Akirathan
|
|
/project/ @4e6 @jaroslavtulach @hubertp @Akirathan
|
|
/tools/ @4e6 @jaroslavtulach @radeusgd @hubertp
|
|
|
|
# Enso Libraries
|
|
# This section should be amended once the engine moves to /app/engine
|
|
/distribution/lib/ @jdunkerley @radeusgd @GregoryTravis @AdRiley @marthasharkey
|
|
/std-bits/ @jdunkerley @radeusgd @GregoryTravis @AdRiley @marthasharkey
|
|
/test/ @jdunkerley @radeusgd @GregoryTravis @AdRiley @marthasharkey
|
|
/tools/http-test-helper/ @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey
|
|
|
|
# The default project template is owned by the libraries team
|
|
/lib/scala/pkg/src/main/resources/default/src/ @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey
|