mirror of
https://github.com/enso-org/enso.git
synced 2025-01-03 21:35:15 +03:00
ebf4cd5c1f
- Remove unnecessary modules - Remove `ts-plugin-namespace-auto-import` as it was a workaround to use the non-conventional `import *` convention - Remove `esbuild-plugin-copy-directories` as it is unuse - Inline modules that are only ever used once - Inline `project-manager-shim` into `gui2` - it is only used during `gui2`'s dev mode - Inline `content-config` into `client` - Flatten `app/ide-desktop/lib/` to `app/ide-desktop/` - Flatten `app/ide-desktop/lib/dashboard/` to `app/dashboard/` # Important Notes - As mentioned above, all remaining modules have been moved up from `app/ide-desktop/lib/` to `app/ide-desktop/`. It's not ideal but I'd rather hold off on moving them anywhere else before we have a consensus on what should go where. - (That is to say, this may not be the final directory structure - but I figure it's fine to get *something* done so that hopefully the rest of the restructuring is simpler.)
53 lines
2.3 KiB
Plaintext
53 lines
2.3 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
|
|
|
|
# Scala Libraries
|
|
/lib/scala/ @4e6 @jaroslavtulach @hubertp
|
|
|
|
# GUI
|
|
/app/gui2/ @Frizi @farmaazon @vitvakatu @kazcw @AdRiley
|
|
|
|
# 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
|
|
/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
|
|
|
|
# Dashboard, Cloud, Authentication & Electron
|
|
/app/ide-desktop/ @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
|
|
/app/dashboard/ @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
|
|
# The data-link schema is owned by the libraries team
|
|
/app/dashboard/src/data/datalinkSchema.json @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey
|
|
/app/dashboard/src/data/__tests__ @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
|
|
|
|
# GUI / Dashboard shared
|
|
/app/*.* @Frizi @farmaazon @vitvakatu @kazcw @AdRiley @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
|
|
/app/ide-desktop/common @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount @Frizi @farmaazon @vitvakatu @kazcw @AdRiley
|