Skip to content

Commit

Permalink
Test 2023 01 12 more changes (#9)
Browse files Browse the repository at this point in the history
* Change all the repo stuff to mofojed/web-client-ui

lerna-changelog uses the repo name from the package.json

* Add another benign change
  • Loading branch information
mofojed authored Jan 12, 2023
1 parent 1b76275 commit 3638cc7
Show file tree
Hide file tree
Showing 40 changed files with 75 additions and 75 deletions.
21 changes: 10 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:<username>/web-client-ui.git`
4. Commit changes to your own branches in your forked repository.
Expand All @@ -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/<username>/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/<username>/web-client-ui/settings/actions`).

Over time, forks will get out of sync with the upstream repository. To stay up to date, either:

Expand All @@ -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, `<username>/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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-studio/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions packages/code-studio/licenses.txt
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion packages/code-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/code-studio/src/main/AppMainContainer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ let spy: jest.SpyInstance<number, [callback: FrameRequestCallback]>;
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;
Expand Down
4 changes: 2 additions & 2 deletions packages/code-studio/src/main/AppMainContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -760,10 +760,10 @@ export class AppMainContainer extends Component<
tabIndex={-1}
>
<nav className="nav-container">
<div className="app-main-top-nav-menus my-test-class benign-css-class fdsafdsafsd">
<div className="app-main-top-nav-menus my-test-class benignfddd-css-class fdsafdsafsd">
<img
src={Logo}
alt="Deephaven Data Labsssserrer"
alt="Deephaven Data Lobes"
width="115px"
className="ml-1"
/>
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/components"
},
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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;
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/console"
},
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-core-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/dashboard-core-plugins"
},
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/dashboard"
},
"source": "src/index.ts",
Expand Down
14 changes: 7 additions & 7 deletions packages/embed-chart/licenses.txt
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion packages/embed-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/embed-chart"
},
"homepage": ".",
Expand Down
14 changes: 7 additions & 7 deletions packages/embed-grid/licenses.txt
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion packages/embed-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/embed-grid"
},
"homepage": ".",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Deephaven ESLint configuration",
"repository": {
"type": "git",
"url": "https://github.com/deephaven/web-client-ui.git",
"url": "https://github.com/mofojed/web-client-ui.git",
"directory": "packages/eslint-config"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/file-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/file-explorer"
},
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/filters"
},
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/golden-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/deephaven/web-client-ui.git",
"url": "https://github.com/mofojed/web-client-ui.git",
"directory": "packages/golden-layout"
},
"keywords": [
Expand Down
12 changes: 6 additions & 6 deletions packages/grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ npm install --save @deephaven/grid

## Usage

There are many ways to use the @deephaven/grid package. The minimum requirement for displaying a grid is to implement the [GridModel](https://github.com/deephaven/web-client-ui/blob/main/packages/grid/src/GridModel.ts) class and pass that in as a prop. Below are a few different examples of different ways to extend the `GridModel`.
There are many ways to use the @deephaven/grid package. The minimum requirement for displaying a grid is to implement the [GridModel](https://github.com/mofojed/web-client-ui/blob/main/packages/grid/src/GridModel.ts) class and pass that in as a prop. Below are a few different examples of different ways to extend the `GridModel`.

### Displaying static data

It's easy to display a static array of data using [StaticDataGridModel](https://github.com/deephaven/web-client-ui/blob/main/packages/grid/src/StaticDataGridModel.ts). All you need to do is pass in the data you would like to display, and it will display it.
It's easy to display a static array of data using [StaticDataGridModel](https://github.com/mofojed/web-client-ui/blob/main/packages/grid/src/StaticDataGridModel.ts). All you need to do is pass in the data you would like to display, and it will display it.

```jsx
import React, { useState } from 'react';
Expand All @@ -43,7 +43,7 @@ export default GridExample;

### Quadrillions of rows and columns

Both rows and columns are virtualized in this grid solution, so you can theoretically have up to `Number.MAX_SAFE_INTEGER` (about 9 quadrillion) rows and columns. Not only are the row and columns virtualized, but you can drag columns/rows to reposition them without affecting the underlying model, effectiively allowing quadrillions of rows and columns that can be moved around. Here is an example using [MockGridModel](https://github.com/deephaven/web-client-ui/blob/main/packages/grid/src/MockGridModel.ts) that displays quadrillions of rows/columns, which you can scroll around using the mouse or keyboard, edit by double clicking on a value or by typing, or move columns or rows by dragging the headers:
Both rows and columns are virtualized in this grid solution, so you can theoretically have up to `Number.MAX_SAFE_INTEGER` (about 9 quadrillion) rows and columns. Not only are the row and columns virtualized, but you can drag columns/rows to reposition them without affecting the underlying model, effectiively allowing quadrillions of rows and columns that can be moved around. Here is an example using [MockGridModel](https://github.com/mofojed/web-client-ui/blob/main/packages/grid/src/MockGridModel.ts) that displays quadrillions of rows/columns, which you can scroll around using the mouse or keyboard, edit by double clicking on a value or by typing, or move columns or rows by dragging the headers:

```jsx
import React, { useState } from 'react';
Expand All @@ -67,7 +67,7 @@ export default GridQuadrillionExample;

### Expandable rows

Some data can be displayed as a tree. This example uses [MockTreeGridModel](https://github.com/deephaven/web-client-ui/blob/main/packages/grid/src/MockTreeGridModel.ts) to display exandable rows of data:
Some data can be displayed as a tree. This example uses [MockTreeGridModel](https://github.com/mofojed/web-client-ui/blob/main/packages/grid/src/MockTreeGridModel.ts) to display exandable rows of data:

```jsx
import React, { useState } from 'react';
Expand Down Expand Up @@ -153,8 +153,8 @@ export default AsyncExample;

## Code Examples

There are [code examples](https://github.com/deephaven/web-client-ui/tree/main/packages/code-studio/src/styleguide/grid-examples) available in the [StyleGuide](https://github.com/deephaven/web-client-ui/tree/main/packages/code-studio/src/styleguide).
There are [code examples](https://github.com/mofojed/web-client-ui/tree/main/packages/code-studio/src/styleguide/grid-examples) available in the [StyleGuide](https://github.com/mofojed/web-client-ui/tree/main/packages/code-studio/src/styleguide).

# Legal Notices

Deephaven Data Labs and any contributors grant you a license to the content of this repository under the Apache 2.0 License, see the [LICENSE](https://github.com/deephaven/web-client-ui/blob/main/LICENSE) file.
Deephaven Data Labs and any contributors grant you a license to the content of this repository under the Apache 2.0 License, see the [LICENSE](https://github.com/mofojed/web-client-ui/blob/main/LICENSE) file.
2 changes: 1 addition & 1 deletion packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/grid"
},
"main": "dist/index.js",
Expand Down
5 changes: 3 additions & 2 deletions packages/icons/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,11 @@ <h1>deephaven-icons</h1>
</a>
</p>
<p>
<a href="https://github.com/deephaven/web-client-ui/tree/web/main/packages/icons">
<a href="https://github.com/mofojed/web-client-ui/tree/web/main/packages/icons">
deephaven-icons
</a>{' '}
by Deephaven Data Labs are licensed under the Deephaven Community License.
by Deephaven Data Labs are licensed under the Deephaven
Community License.
</p>
<div>
<input
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/deephaven/web-client-ui.git",
"url": "https://github.com/mofojed/web-client-ui.git",
"directory": "packages/icons"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/iris-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/iris-grid"
},
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 3638cc7

Please sign in to comment.