Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[code-infra] Rename repo to mui/toolpad #4062

Merged
merged 5 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ orbs:
codecov: codecov/[email protected]

default-job: &default-job
working_directory: /tmp/mui-toolpad
working_directory: /tmp/toolpad
resource_class: medium
docker:
- image: cimg/node:18.19.1
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = {
// https://github.com/airbnb/javascript/blob/5155aa5fc1ea9bb2c6493a06ddbd5c7a05414c86/packages/eslint-config-airbnb/rules/react.js#L94
'react/jsx-key': ['error', { checkKeyMustBeforeSpread: true, warnOnDuplicates: true }],
// This got turned of in the mono-repo:
// See https://github.com/mui/mui-toolpad/pull/866#discussion_r957222171
// See https://github.com/mui/toolpad/pull/866#discussion_r957222171
'react/no-unused-prop-types': [
'error',
{
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1.bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
attributes:
label: Search keywords
description: |
Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-toolpad/issues).
Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/toolpad/issues).
If your issue isn't a duplicate, great! Please list the keywords you used so people in the future can find this one more easily:
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2.feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
attributes:
label: Search keywords
description: |
Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-toolpad/issues).
Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/toolpad/issues).
If your issue isn't a duplicate, great! Please list the keywords you used so people in the future can find this one more easily:
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/4.docs-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
attributes:
label: Search keywords
description: |
Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-toolpad/issues).
Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/toolpad/issues).
If your issue isn't a duplicate, great! Please list the keywords you used so people in the future can find this one more easily:
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Thanks so much for your PR, your contribution is appreciated! ❤️ -->

- [ ] I've read and followed the [contributing guide](https://github.com/mui/mui-toolpad/blob/master/CONTRIBUTING.md#sending-a-pull-request) on how to create great pull requests.
- [ ] I've read and followed the [contributing guide](https://github.com/mui/toolpad/blob/master/CONTRIBUTING.md#sending-a-pull-request) on how to create great pull requests.
- [ ] I've updated the relevant documentation for any new or updated feature.
- [ ] I've linked relevant GitHub issue with "Closes #<issue id>".
- [ ] I've added a visual demonstration in the form of a screenshot or video.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ _Jun 3, 2024_

A big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

First components in @toolpad/core: [DashboardLayout](https://github.com/mui/mui-toolpad/discussions/3309#:~:text=per%20authentication%20page.-,Dashboard%20layout,-provides%20UI%20for), DataGrid and LineChart. Initial [data providers](https://github.com/mui/mui-toolpad/discussions/3311) implementation.
First components in @toolpad/core: [DashboardLayout](https://github.com/mui/toolpad/discussions/3309#:~:text=per%20authentication%20page.-,Dashboard%20layout,-provides%20UI%20for), DataGrid and LineChart. Initial [data providers](https://github.com/mui/toolpad/discussions/3311) implementation.

- &#8203;<!-- 31 -->Lock file maintenance (#3622) @renovate[bot]
- &#8203;<!-- 30 -->Lock file maintenance Examples (#3624) @renovate[bot]
Expand Down Expand Up @@ -1872,7 +1872,7 @@ _Mar 20, 2023_

A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:

Today we're taking a big step. We're making Toolpad focus much more on integrating with your IDE, while providing the ease of building UI fast with a drag and drop. Read more [here](https://github.com/mui/mui-toolpad/discussions/1748).
Today we're taking a big step. We're making Toolpad focus much more on integrating with your IDE, while providing the ease of building UI fast with a drag and drop. Read more [here](https://github.com/mui/toolpad/discussions/1748).

- &#8203;<!-- 8 -->Add create-toolpad-app CLI (#1700) @bharatkashyap
- &#8203;<!-- 7 -->Direction 13 (#1651) @Janpot
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Toolpad vs. MUI organization

Toolpad is an open-source project of the MUI organization. The repositories are part of the same codebase.
`mui/mui-toolpad` imports the code infrastructure from [`mui/material-ui`](https://github.com/mui/material-ui).
`mui/toolpad` imports the code infrastructure from [`mui/material-ui`](https://github.com/mui/material-ui).
You can find the "contributing" guide for the main repository in [mui/material-ui/CONTRIBUTING.md](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md).

Most of the content in the main repository "contributing" guide applies to this repository.
Expand Down Expand Up @@ -278,7 +278,7 @@ Each pull request is built on [CodeSandbox CI](https://codesandbox.io/docs/learn

```json
"dependencies": {
"@toolpad/studio": "https://pkg.csb.dev/mui/mui-toolpad/commit/<commit>/@toolpad/studio"
"@toolpad/studio": "https://pkg.csb.dev/mui/toolpad/commit/<commit>/@toolpad/studio"
}
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mui/material-ui/blob/HEAD/LICENSE)
[![npm latest package](https://img.shields.io/npm/v/@toolpad/core/latest.svg)](https://www.npmjs.com/package/@toolpad/core)
[![npm downloads](https://img.shields.io/npm/dm/@toolpad/core.svg)](https://www.npmjs.com/package/@toolpad/core)
[![GitHub branch status](https://img.shields.io/github/checks-status/mui/mui-toolpad/HEAD)](https://github.com/mui/mui-toolpad/commits/HEAD/)
[![GitHub branch status](https://img.shields.io/github/checks-status/mui/toolpad/HEAD)](https://github.com/mui/toolpad/commits/HEAD/)
[![Follow on X](https://img.shields.io/twitter/follow/Toolpad_.svg?label=follow+Toolpad)](https://x.com/Toolpad_)
[![Renovate status](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/mui/mui-toolpad/issues/8)
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/mui/mui-toolpad.svg)](https://isitmaintained.com/project/mui/mui-toolpad 'Average time to resolve an issue')
[![Renovate status](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/mui/toolpad/issues/8)
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/mui/toolpad.svg)](https://isitmaintained.com/project/mui/toolpad 'Average time to resolve an issue')
[![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/mui-org)](https://opencollective.com/mui-org)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/6294/badge?v2)](https://www.bestpractices.dev/projects/6294)

Expand Down Expand Up @@ -70,7 +70,7 @@ Although we love giving you the opportunity to put your stamp on MUI, we also ar

## Changelog

The [changelog](https://github.com/mui/mui-toolpad/releases) is regularly updated to reflect what's changed in each new release.
The [changelog](https://github.com/mui/toolpad/releases) is regularly updated to reflect what's changed in each new release.

## Roadmap

Expand Down
12 changes: 6 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@

1. Open a PR to the `master` branch with the proposed changes. Add the "release" label.

1. Smoke test the release with the [CodeSandbox CI](https://ci.codesandbox.io/status/mui/mui-toolpad) package of the PR branch:
1. Smoke test the release with the [CodeSandbox CI](https://ci.codesandbox.io/status/mui/toolpad) package of the PR branch:

a. Run Toolpad Core

```bash
pnpm dlx https://pkg.csb.dev/mui/mui-toolpad/commit/<build>/create-toolpad-app smoke --core-version https://pkg.csb.dev/mui/mui-toolpad/commit/<build>/@toolpad/core
pnpm dlx https://pkg.csb.dev/mui/toolpad/commit/<build>/create-toolpad-app smoke --core-version https://pkg.csb.dev/mui/toolpad/commit/<build>/@toolpad/core
cd smoke
pnpm add https://pkg.csb.dev/mui/mui-toolpad/commit/<build>/@toolpad/core -S
pnpm add https://pkg.csb.dev/mui/toolpad/commit/<build>/@toolpad/core -S
pnpm dedupe && pnpm dev
```

Expand All @@ -79,9 +79,9 @@
b. Run Toolpad Studio

```bash
pnpm dlx https://pkg.csb.dev/mui/mui-toolpad/commit/<build>/create-toolpad-app --studio smoke
pnpm dlx https://pkg.csb.dev/mui/toolpad/commit/<build>/create-toolpad-app --studio smoke
cd smoke
pnpm add https://pkg.csb.dev/mui/mui-toolpad/commit/<build>/@toolpad/studio -S
pnpm add https://pkg.csb.dev/mui/toolpad/commit/<build>/@toolpad/studio -S
pnpm dedupe && pnpm dev
```

Expand Down Expand Up @@ -117,7 +117,7 @@

You can follow the deployment process on the [Netlify Dashboard](https://app.netlify.com/sites/mui-toolpad-docs/deploys?filter=docs-latest). Once deployed, it will be accessible at https://mui-toolpad-docs.netlify.app/.

1. [Create a new GitHub release](https://github.com/mui/mui-toolpad/releases/new).
1. [Create a new GitHub release](https://github.com/mui/toolpad/releases/new).

1. Use `<version number>` to **Choose a tag** (when you enter new version GH UI will pop a suggestion `Create new tag: *** on publish`)
1. Use `<commit of merged PR>` as the **target**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The component is composable with any authentication library you might want to us

#### Setting up

If you're using [`create-toolpad-app`](/toolpad/core/introduction/installation/), or the [Next.js app directory example](https://github.com/mui/mui-toolpad/tree/master/examples/core-auth-nextjs/), Auth.js is already installed. To proceed, add `AUTH_SECRET` to the environment variables by running:
If you're using [`create-toolpad-app`](/toolpad/core/introduction/installation/), or the [Next.js app directory example](https://github.com/mui/toolpad/tree/master/examples/core-auth-nextjs/), Auth.js is already installed. To proceed, add `AUTH_SECRET` to the environment variables by running:

```bash
npx auth secret
Expand All @@ -103,7 +103,7 @@ GITHUB_CLIENT_SECRET=<your-client-secret>

##### Server Configuration

If you're using [`create-toolpad-app`](/toolpad/core/introduction/installation/), or the default [Next.js app directory example](https://github.com/mui/mui-toolpad/tree/master/examples/core-auth-nextjs/), this server configuration is already set up for you.
If you're using [`create-toolpad-app`](/toolpad/core/introduction/installation/), or the default [Next.js app directory example](https://github.com/mui/toolpad/tree/master/examples/core-auth-nextjs/), this server configuration is already set up for you.

Otherwise, follow the [custom sign in page instructions](https://authjs.dev/guides/pages/signin) to set up the server configuration.

Expand Down Expand Up @@ -173,11 +173,11 @@ export default function SignIn() {
```

:::success
If you're using the default [Next.js example](https://github.com/mui/mui-toolpad/tree/master/examples/core-auth-nextjs/), all of this is already configured for you. Otherwise, follow the [custom sign-in page instructions](https://authjs.dev/guides/pages/signin).
If you're using the default [Next.js example](https://github.com/mui/toolpad/tree/master/examples/core-auth-nextjs/), all of this is already configured for you. Otherwise, follow the [custom sign-in page instructions](https://authjs.dev/guides/pages/signin).
:::

:::info
If you're not on the Next Auth v5 version yet, see the [example with Next Auth v4](https://github.com/mui/mui-toolpad/tree/master/examples/core-auth-nextjs-pages-nextauth-4/) to get started.
If you're not on the Next Auth v5 version yet, see the [example with Next Auth v4](https://github.com/mui/toolpad/tree/master/examples/core-auth-nextjs-pages-nextauth-4/) to get started.
:::

## Customization
Expand Down
6 changes: 3 additions & 3 deletions docs/data/toolpad/core/introduction/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ These are the best places to start asking questions and looking for answers when

Toolpad uses GitHub issues to track bug reports and feature requests.

If you think you've found a bug in the codebase, or you have an idea for a new feature, please [search the issues on GitHub](https://github.com/mui/mui-toolpad/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed) before opening a new one, to ensure you're not creating a duplicate.
If you think you've found a bug in the codebase, or you have an idea for a new feature, please [search the issues on GitHub](https://github.com/mui/toolpad/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed) before opening a new one, to ensure you're not creating a duplicate.

- [Open an issue on GitHub](https://github.com/mui/mui-toolpad/issues/new/choose) for issues or feature requests.
- [Start a GitHub discussion](https://github.com/mui/mui-toolpad/discussions) for a broad topic. Here you can engage with the team and the discussion would likely result in one or more GitHub issues.
- [Open an issue on GitHub](https://github.com/mui/toolpad/issues/new/choose) for issues or feature requests.
- [Start a GitHub discussion](https://github.com/mui/toolpad/discussions) for a broad topic. Here you can engage with the team and the discussion would likely result in one or more GitHub issues.

#### New issue guidelines

Expand Down
2 changes: 1 addition & 1 deletion docs/data/toolpad/studio/concepts/building-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

---

Toolpad Studio has many [built-in components](/toolpad/studio/reference/components/), and more are continuously being added. To make it easier for us to understand what to add next, please [upvote](https://github.com/mui/mui-toolpad/labels/waiting%20for%20%F0%9F%91%8D) the components you need, or open a [feature request](https://github.com/mui/mui-toolpad/issues/new/choose).
Toolpad Studio has many [built-in components](/toolpad/studio/reference/components/), and more are continuously being added. To make it easier for us to understand what to add next, please [upvote](https://github.com/mui/toolpad/labels/waiting%20for%20%F0%9F%91%8D) the components you need, or open a [feature request](https://github.com/mui/toolpad/issues/new/choose).

Check warning on line 16 in docs/data/toolpad/studio/concepts/building-ui.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'us'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'us'.", "location": {"path": "docs/data/toolpad/studio/concepts/building-ui.md", "range": {"start": {"line": 16, "column": 148}}}, "severity": "WARNING"}

## Using components

Expand Down
4 changes: 2 additions & 2 deletions docs/data/toolpad/studio/concepts/custom-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<p class="description">Run Toolpad Studio applications programmatically in existing node.js servers.</p>

:::warning
An improved integration method is being worked on. You'll be able to run Toolpad Studio applications as React server components. If this interests you, please upvote the [feature request](https://github.com/mui/mui-toolpad/issues/3012).
An improved integration method is being worked on. You'll be able to run Toolpad Studio applications as React server components. If this interests you, please upvote the [feature request](https://github.com/mui/toolpad/issues/3012).
:::

The Toolpad Studio `dev` command comes with its own built-in server. However, sometimes you'd want more control over the way Toolpad Studio applications are hosted within your application. The Toolpad Studio custom server integration API allows you to run a Toolpad Studio application programmatically within an existing node.js server.

:::info
Check out the [example on GitHub](https://github.com/mui/mui-toolpad/tree/master/examples/custom-server) for a full demonstration of how to set up a custom server integration.
Check out the [example on GitHub](https://github.com/mui/toolpad/tree/master/examples/custom-server) for a full demonstration of how to set up a custom server integration.
:::

The following code illustrates how it works:
Expand Down
2 changes: 1 addition & 1 deletion docs/data/toolpad/studio/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Drag and drop pre-built UI components, connect your data sources, release your a

<iframe id="toolpad-first-app" src="https://demo.arcade.software/IpenLZL7QdOH6kkuNClX?embed" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen title="Default page | Toolpad Studio editor" style="width: 100%; height: min(60vw, 500px); border-radius: 0.75rem"></iframe>

> You can check out the demo video [here](https://github.com/mui/mui-toolpad#product-walkthrough).
> You can check out the demo video [here](https://github.com/mui/toolpad#product-walkthrough).

## Key features

Expand Down
6 changes: 3 additions & 3 deletions docs/data/toolpad/studio/getting-started/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ These are the best places to start asking questions and looking for answers when

Toolpad Studio uses GitHub issues to track bug reports and feature requests.

If you think you've found a bug in the codebase, or you have an idea for a new feature, please [search the issues on GitHub](https://github.com/mui/mui-toolpad/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed) before opening a new one, to ensure you're not creating a duplicate.
If you think you've found a bug in the codebase, or you have an idea for a new feature, please [search the issues on GitHub](https://github.com/mui/toolpad/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed) before opening a new one, to ensure you're not creating a duplicate.

- [Open an issue on Toolpad Studio](https://github.com/mui/mui-toolpad/issues/new/choose) for issues or feature requests.
- [Start a GitHub discussion](https://github.com/mui/mui-toolpad/discussions) for a broad topic. Here you can engage with the team and the discussion would likely result in one or more GitHub issues.
- [Open an issue on Toolpad Studio](https://github.com/mui/toolpad/issues/new/choose) for issues or feature requests.
- [Start a GitHub discussion](https://github.com/mui/toolpad/discussions) for a broad topic. Here you can engage with the team and the discussion would likely result in one or more GitHub issues.

#### New issue guidelines

Expand Down
2 changes: 1 addition & 1 deletion docs/data/toolpad/studio/getting-started/why-toolpad.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ This means you can store your entire Toolpad app the same way you store your oth

## How is Toolpad Studio different from other tools?

🚧 Work in progress, [issue #2853](https://github.com/mui/mui-toolpad/issues/2853).
🚧 Work in progress, [issue #2853](https://github.com/mui/toolpad/issues/2853).
4 changes: 2 additions & 2 deletions docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default withDocsInfra({
// TODO, those shouldn't be needed in the first place
'@mui/monorepo', // Migrate everything to @mui/docs until the @mui/monorepo dependency becomes obsolete
'@mui/x-charts', // Fix ESM module support https://github.com/mui/mui-x/issues/9826#issuecomment-1658333978
// Fix trailingSlash support https://github.com/mui/mui-toolpad/pull/3301#issuecomment-2054213837
// Fix trailingSlash support https://github.com/mui/toolpad/pull/3301#issuecomment-2054213837
// Migrate everything from @mui/monorepo to @mui/docs
'@mui/docs',
],
Expand All @@ -36,7 +36,7 @@ export default withDocsInfra({
env: {
// docs-infra
LIB_VERSION: toolpadCorePkg.version,
SOURCE_CODE_REPO: 'https://github.com/mui/mui-toolpad',
SOURCE_CODE_REPO: 'https://github.com/mui/toolpad',
SOURCE_GITHUB_BRANCH: 'master', // #default-branch-switch
GITHUB_TEMPLATE_DOCS_FEEDBACK: '4.docs-feedback.yml',
// Toolpad related
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function getMuiPackageVersion(packageName, commitRef) {
return 'latest';
}
const shortSha = commitRef.slice(0, 8);
return `https://pkg.csb.dev/mui/mui-toolpad/commit/${shortSha}/${packageName}`;
return `https://pkg.csb.dev/mui/toolpad/commit/${shortSha}/${packageName}`;
}

ponyfillGlobal.muiDocConfig = {
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/toolpad/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Home() {
/>
<CssBaseline />
<AppHeaderBanner />
<AppHeader gitHubRepository="https://github.com/mui/mui-toolpad" />
<AppHeader gitHubRepository="https://github.com/mui/toolpad" />
<main id="main-content">
<Hero />
<Features />
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/toolpad/studio/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Home() {
</NoSsr>
<CssBaseline />
<AppHeaderBanner />
<AppHeader gitHubRepository="https://github.com/mui/mui-toolpad" />
<AppHeader gitHubRepository="https://github.com/mui/toolpad" />
<main id="main-content">
<Hero />
<HeroVideo />
Expand Down
Loading
Loading