From 3638cc7cf5a613eda3cd67f81112874b4318b82f Mon Sep 17 00:00:00 2001 From: Mike Bender Date: Thu, 12 Jan 2023 13:20:00 -0500 Subject: [PATCH] Test 2023 01 12 more changes (#9) * Change all the repo stuff to mofojed/web-client-ui lerna-changelog uses the repo name from the package.json * Add another benign change --- CONTRIBUTING.md | 21 +++++++++---------- package.json | 2 +- packages/babel-preset/package.json | 2 +- packages/chart/package.json | 2 +- packages/code-studio/.env | 2 +- packages/code-studio/licenses.txt | 14 ++++++------- packages/code-studio/package.json | 2 +- .../src/main/AppMainContainer.test.tsx | 2 +- .../code-studio/src/main/AppMainContainer.tsx | 4 ++-- packages/components/package.json | 2 +- .../context-actions/ContextActions.test.tsx | 2 +- packages/console/package.json | 2 +- packages/dashboard-core-plugins/package.json | 2 +- packages/dashboard/package.json | 2 +- packages/embed-chart/licenses.txt | 14 ++++++------- packages/embed-chart/package.json | 2 +- packages/embed-grid/licenses.txt | 14 ++++++------- packages/embed-grid/package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/file-explorer/package.json | 2 +- packages/filters/package.json | 2 +- packages/golden-layout/package.json | 2 +- packages/grid/README.md | 12 +++++------ packages/grid/package.json | 2 +- packages/icons/docs/index.html | 5 +++-- packages/icons/package.json | 2 +- packages/iris-grid/package.json | 2 +- packages/jsapi-components/package.json | 2 +- packages/jsapi-shim/package.json | 2 +- packages/jsapi-utils/package.json | 2 +- packages/log/package.json | 2 +- packages/mocks/package.json | 2 +- packages/pouch-storage/package.json | 2 +- packages/prettier-config/package.json | 2 +- packages/react-hooks/package.json | 2 +- packages/redux/package.json | 2 +- packages/storage/package.json | 2 +- packages/stylelint-config/package.json | 2 +- packages/tsconfig/package.json | 2 +- packages/utils/package.json | 2 +- 40 files changed, 75 insertions(+), 75 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47d79dd05b..90ce88139f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ This guide will serve as a reference for contributing to the Deephaven. ## Getting the source -Deephaven uses the [Forking Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow). In this workflow, the [deephaven/web-client-ui](https://github.com/deephaven/web-client-ui) repository contains a minimum number of branches, and development work happens in user-forked repositories. +Deephaven uses the [Forking Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow). In this workflow, the [deephaven/web-client-ui](https://github.com/mofojed/web-client-ui) repository contains a minimum number of branches, and development work happens in user-forked repositories. To learn more see: @@ -15,7 +15,7 @@ To learn more see: To get started quickly: -1. Navigate to [https://github.com/deephaven/web-client-ui](https://github.com/deephaven/web-client-ui). +1. Navigate to [https://github.com/mofojed/web-client-ui](https://github.com/mofojed/web-client-ui). 2. Click `Fork` in the top right corner. 3. `git clone git@github.com:/web-client-ui.git` 4. Commit changes to your own branches in your forked repository. @@ -27,7 +27,7 @@ For details on working with git on GitHub, see: - [Troubleshooting cloning errors](https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors) - [Pushing commits to a remote repository](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository) -Forked repositories do not have access to the same tokens/secrets as the [deephaven/web-client-ui](https://github.com/deephaven/web-client-ui) repository, so GitHub actions will fail. To disable GitHub actions in your forked repository, go to "Actions" -> "Disable Actions" in your forked repository settings (`https://github.com//web-client-ui/settings/actions`). +Forked repositories do not have access to the same tokens/secrets as the [deephaven/web-client-ui](https://github.com/mofojed/web-client-ui) repository, so GitHub actions will fail. To disable GitHub actions in your forked repository, go to "Actions" -> "Disable Actions" in your forked repository settings (`https://github.com//web-client-ui/settings/actions`). Over time, forks will get out of sync with the upstream repository. To stay up to date, either: @@ -36,21 +36,20 @@ Over time, forks will get out of sync with the upstream repository. To stay up t ## Creating a Pull Request -1) Follow the GitHub instructions for [Creating a Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). +1. Follow the GitHub instructions for [Creating a Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). - Use `deephaven/web-client-ui` as the base repository. - Use your own fork, `/web-client-ui` as the repository to push to. -2) Fill in the information in the Pull Request: +2. Fill in the information in the Pull Request: - If you know people who should be reviewers, add them as a reviewer - Add yourself as the Assignee - Select one label depending on the change type: - - `bug`: Fixing a bug in an existing feature - - `enhancement`: Adding a new feature - - `internal`: Changes to the project config or build - - `documentation`: Documentation change only + - `bug`: Fixing a bug in an existing feature + - `enhancement`: Adding a new feature + - `internal`: Changes to the project config or build + - `documentation`: Documentation change only - **Breaking Changes:** if your change breaks an existing API in such a way that users of the package affected will need to make some changes to migrate to the newer version, add the `breaking` label to the PR and include a section in the description saying `## Breaking Changes` and any migration instructions required. - [Link the PR](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) with any associated issues -3) Submit the PR - +3. Submit the PR ## Deephaven Contributor License Agreement (CLA) diff --git a/package.json b/package.json index 68a74b5e5a..d910b32950 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "version-bump": "lerna version --no-git-tag-version --no-push && npm install --package-lock-only", "changelog": "lerna-changelog" }, - "repository": "https://github.com/deephaven/web-client-ui", + "repository": "https://github.com/mofojed/web-client-ui", "devDependencies": { "@babel/cli": "7.17.6", "@babel/core": "7.17.7", diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index 7e95498b13..a92d557b9e 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -4,7 +4,7 @@ "description": "Deephaven Babel preset", "repository": { "type": "git", - "url": "https://github.com/deephaven/web-client-ui.git", + "url": "https://github.com/mofojed/web-client-ui.git", "directory": "packages/babel-preset" }, "author": "Deephaven Data Labs LLC", diff --git a/packages/chart/package.json b/packages/chart/package.json index 8870fe9b78..8d14efa3e0 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -7,7 +7,7 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/deephaven/web-client-ui.git", + "url": "https://github.com/mofojed/web-client-ui.git", "directory": "packages/chart" }, "main": "dist/index.js", diff --git a/packages/code-studio/.env b/packages/code-studio/.env index 5096748708..464e3d8bce 100644 --- a/packages/code-studio/.env +++ b/packages/code-studio/.env @@ -8,7 +8,7 @@ VITE_PLUGIN_URL=/ide/plugins/ VITE_NOTEBOOKS_URL=/notebooks VITE_LAYOUTS_URL=/layouts VITE_ENABLE_LOG_PROXY=true -VITE_SUPPORT_LINK=https://github.com/deephaven/web-client-ui/ +VITE_SUPPORT_LINK=https://github.com/mofojed/web-client-ui/ VITE_DOCS_LINK=https://deephaven.io/core/docs/ VITE_FAVICON=/favicon-cc-app.svg VITE_BUILD_PATH=./build diff --git a/packages/code-studio/licenses.txt b/packages/code-studio/licenses.txt index b0a7645f89..0ec0566d05 100644 --- a/packages/code-studio/licenses.txt +++ b/packages/code-studio/licenses.txt @@ -1,22 +1,22 @@ ├─ @deephaven/code-studio@0.0.1 │ ├─ licenses: Apache-2.0 -│ └─ repository: https://github.com/deephaven/web-client-ui +│ └─ repository: https://github.com/mofojed/web-client-ui ├─ @deephaven/components@0.0.1 │ ├─ licenses: Apache-2.0 -│ └─ repository: https://github.com/deephaven/web-client-ui +│ └─ repository: https://github.com/mofojed/web-client-ui ├─ @deephaven/grid@0.0.1 │ ├─ licenses: Apache-2.0 -│ └─ repository: https://github.com/deephaven/web-client-ui +│ └─ repository: https://github.com/mofojed/web-client-ui ├─ @deephaven/icons@0.0.1 │ ├─ licenses: Apache-2.0 -│ └─ repository: https://github.com/deephaven/web-client-ui +│ └─ repository: https://github.com/mofojed/web-client-ui ├─ @deephaven/jsapi-shim@0.0.1 │ ├─ licenses: Apache-2.0 -│ └─ repository: https://github.com/deephaven/web-client-ui +│ └─ repository: https://github.com/mofojed/web-client-ui ├─ @deephaven/log@0.0.1 │ ├─ licenses: Apache-2.0 -│ └─ repository: https://github.com/deephaven/web-client-ui +│ └─ repository: https://github.com/mofojed/web-client-ui └─ @deephaven/utils@0.0.1 ├─ licenses: Apache-2.0 - └─ repository: https://github.com/deephaven/web-client-ui + └─ repository: https://github.com/mofojed/web-client-ui diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index 55a903db68..8d3dc21430 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -7,7 +7,7 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/deephaven/web-client-ui.git", + "url": "https://github.com/mofojed/web-client-ui.git", "directory": "packages/code-studio" }, "dependencies": { diff --git a/packages/code-studio/src/main/AppMainContainer.test.tsx b/packages/code-studio/src/main/AppMainContainer.test.tsx index 311d98d4b2..216f749431 100644 --- a/packages/code-studio/src/main/AppMainContainer.test.tsx +++ b/packages/code-studio/src/main/AppMainContainer.test.tsx @@ -110,7 +110,7 @@ let spy: jest.SpyInstance; beforeEach(() => { spy = jest.spyOn(window, 'requestAnimationFrame').mockImplementation(cb => { // mock request animation frame - // see https://github.com/deephaven/web-client-ui/issues/508 + // see https://github.com/mofojed/web-client-ui/issues/508 // only safe to mock like this if RAF is non-recursive cb(0); return 0; diff --git a/packages/code-studio/src/main/AppMainContainer.tsx b/packages/code-studio/src/main/AppMainContainer.tsx index d788aa0be5..308e1d9b9b 100644 --- a/packages/code-studio/src/main/AppMainContainer.tsx +++ b/packages/code-studio/src/main/AppMainContainer.tsx @@ -760,10 +760,10 @@ export class AppMainContainer extends Component< tabIndex={-1} >