-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: flatten deps and improve repo folder (#821)
- Renames `libs/` to `src/`. - Moves `typegate/`, `meta-cli`, `typegraph/`, `meta-lsp/` to `src/`. - Renames `dev/` to `tools/` - Moves `website/` to `docs/metatype.dev`/ - Moves `src/typegate/tests` to `tests/` - Moves `src/typegraph/deno/dev` to `tools/jsr/` - Moves `src/typegraph/deno/sdk` to `src/typegraph/deno/` - Renames `src/deno` to `src/mt_deno` - Bumps deno to `1.46.1` - Bumps rust toolchain to `1.80.1` - Moves all rust dependencies to workspace section - Moves `tools/task-*.ts` to `tools/task/*.ts` - Moves `cliff.toml`, `Cross.toml`, `ruff.toml` to `tools/` - Uses deno [workspaces](https://docs.deno.com/runtime/manual/basics/workspaces/) to organize `src/typegraph/deno`, `src/typegate`, `tools/`, `tests/` and more. - Closes MET-607 - Updates poetry to 1.8.3 - Bumps metatype to version 0.4.9-rc1 - [x] Update CONTRIBUTING.md - [x] Fix CI workflows - [x] Fix Dockerfile - [x] Fix all tests #### Migration notes - No end user changes required - [x] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change --------- Co-authored-by: Estifanos Bireda <[email protected]>
- Loading branch information
Showing
1,239 changed files
with
5,172 additions
and
2,405 deletions.
There are no files selected for viewing
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.