mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 06:31:39 +03:00
736134e491
Fixes #11604 Most issues were caused by a problem with Project List flooding the network with its requests - this was fixed on develop. But one assertion was flaky - it assumed we will see the "real" run result on `write` node, but sometimes it is immediately overwritten by dry run. But the most important part of this PR is adding traces to Electron packages - it's should be much easier now to debug E2E test failures. Also renamed the previously misnamed "E2E tests" to "[GUI] integration tests".
68 lines
2.9 KiB
Plaintext
68 lines
2.9 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/integration-test/dashboard @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
|
|
/app/gui/integration-test/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
|
|
|
|
# Licenses
|
|
/distribution/engine/
|
|
/tools/legal-review/
|
|
|
|
# The default project template is owned by the libraries team
|
|
/lib/scala/pkg/src/main/resources/default/src/ @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey
|