Skip to content

Commit 3ed727a

Browse files
authored
chore: Use new link to the repository (fix lerna crash) (#6327)
1 parent 71dbca4 commit 3ed727a

File tree

58 files changed

+130
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+130
-130
lines changed

.github/label-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"help wanted":
22
comment: |
33
If you are interested in working on this issue, please leave a comment below and we will be happy to assign the issue to you.
4-
If this is the first time you are contributing a Pull Request to Cube.js, please check our [contribution guidelines](https://github.com/cube-js/cube.js/blob/master/CONTRIBUTING.md).
4+
If this is the first time you are contributing a Pull Request to Cube.js, please check our [contribution guidelines](https://github.com/cube-js/cube/blob/master/CONTRIBUTING.md).
55
You can also post any questions while contributing in the #contributors channel in the [Cube.js Slack](https://slack.cube.dev/).

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ jobs:
609609
cross: true
610610
# Unable to recognise the format of the input file `rust/cubestore/target/aarch64-unknown-linux-gnu/release/cubestored'
611611
strip: false
612-
# UPX is broken, issue https://github.com/cube-js/cube.js/issues/4474
612+
# UPX is broken, issue https://github.com/cube-js/cube/issues/4474
613613
compress: false
614614
fail-fast: false
615615
steps:

.github/workflows/rust-cubestore-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
cross: true
208208
# Unable to recognise the format of the input file `rust/cubestore/target/aarch64-unknown-linux-gnu/release/cubestored'
209209
strip: false
210-
# UPX is broken, issue https://github.com/cube-js/cube.js/issues/4474
210+
# UPX is broken, issue https://github.com/cube-js/cube/issues/4474
211211
compress: false
212212
fail-fast: false
213213
steps:

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
cross: true
148148
# Unable to recognise the format of the input file `rust/cubestore/target/aarch64-unknown-linux-gnu/release/cubestored'
149149
strip: false
150-
# UPX is broken, issue https://github.com/cube-js/cube.js/issues/4474
150+
# UPX is broken, issue https://github.com/cube-js/cube/issues/4474
151151
compress: false
152152
fail-fast: false
153153
steps:

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ Please review the following sections before proposing code changes.
1818

1919
### Developer Certificate of Origin (DCO)
2020

21-
By contributing to Cube Dev, Inc., You accept and agree to the terms and conditions in the [Developer Certificate of Origin](https://github.com/cube-js/cube.js/blob/master/DCO.md) for Your present and future Contributions submitted to Cube Dev, Inc. Your contribution includes any submissions to the [Cube.js repository](https://github.com/cube-js) when you click on such buttons as `Propose changes` or `Create pull request`. Except for the licenses granted herein, You reserve all right, title, and interest in and to Your Contributions.
21+
By contributing to Cube Dev, Inc., You accept and agree to the terms and conditions in the [Developer Certificate of Origin](https://github.com/cube-js/cube/blob/master/DCO.md) for Your present and future Contributions submitted to Cube Dev, Inc. Your contribution includes any submissions to the [Cube.js repository](https://github.com/cube-js) when you click on such buttons as `Propose changes` or `Create pull request`. Except for the licenses granted herein, You reserve all right, title, and interest in and to Your Contributions.
2222

2323
### Our quarterly roadmap
2424

25-
We publish our open source roadmap every quarter and discuss them during our [monthly community calls](https://cube.dev/community-call/). You can find our roadmap under [projects in our Cube.js repository](https://github.com/cube-js/cube.js/projects?query=is%3Aopen+sort%3Aupdated-desc).
25+
We publish our open source roadmap every quarter and discuss them during our [monthly community calls](https://cube.dev/community-call/). You can find our roadmap under [projects in our Cube.js repository](https://github.com/cube-js/cube/projects?query=is%3Aopen+sort%3Aupdated-desc).
2626

2727
## Step-by-step guide to contributing
2828

29-
1. Find [issues](https://github.com/cube-js/cube.js/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) where we need help. Search for issues with either [`good first issue`](https://github.com/cube-js/cube.js/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22+) and/or [`help wanted`](https://github.com/cube-js/cube.js/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22) labels.
29+
1. Find [issues](https://github.com/cube-js/cube/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) where we need help. Search for issues with either [`good first issue`](https://github.com/cube-js/cube/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22+) and/or [`help wanted`](https://github.com/cube-js/cube/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22) labels.
3030
2. Follow the directions in the [Getting Started guide](https://cube.dev/docs/getting-started) to get Cube.js up and running (incl. the [Developer Playground](https://cube.dev/docs/dev-tools/dev-playground)).
31-
3. Clone the [Cube.js repo](https://github.com/cube-js/cube.js).
31+
3. Clone the [Cube.js repo](https://github.com/cube-js/cube).
3232
4. Submit your Pull Request.
33-
5. Testing: Please include test(s) for your code contribution. See some of the test examples for [drivers](https://github.com/cube-js/cube.js/pull/1333/commits/56dadccd62ac4eaceafe650d2853406f5d3d9d43) and [backend](https://github.com/cube-js/cube.js/tree/master/packages/cubejs-backend-shared/test).
34-
6. Documentation: When new features are added or there are changes to existing features that require updates to documentation, we encourage you to add/update any missing documentation in the [`/docs` folder](https://github.com/cube-js/cube.js/tree/master/docs). To update an existing documentation page, you can simply click on the `Edit this page` button on the top right corner of the documentation page.
33+
5. Testing: Please include test(s) for your code contribution. See some of the test examples for [drivers](https://github.com/cube-js/cube/pull/1333/commits/56dadccd62ac4eaceafe650d2853406f5d3d9d43) and [backend](https://github.com/cube-js/cube/tree/master/packages/cubejs-backend-shared/test).
34+
6. Documentation: When new features are added or there are changes to existing features that require updates to documentation, we encourage you to add/update any missing documentation in the [`/docs` folder](https://github.com/cube-js/cube/tree/master/docs). To update an existing documentation page, you can simply click on the `Edit this page` button on the top right corner of the documentation page.
3535
7. Relevant team(s) will be pinged automatically for a review based on information in the `CODEOWNERS` file.
3636

3737
## Development Workflow
@@ -82,7 +82,7 @@ $ cd packages/cubejs-client-core && yarn && yarn link && cd ../.. && cd packages
8282
If you are going to develop a JDBC driver, you need to [install Java with JDK][link-java-guide].
8383

8484
[link-java-guide]:
85-
https://github.com/cube-js/cube.js/blob/master/packages/cubejs-jdbc-driver/README.md#java-installation
85+
https://github.com/cube-js/cube/blob/master/packages/cubejs-jdbc-driver/README.md#java-installation
8686

8787
#### Development
8888

@@ -91,7 +91,7 @@ Cube.js is written in a mixture of plain JavaScript and TypeScript. TypeScript i
9191
> Attention: Cube.js uses TypeScript configured in incremental mode, which uses cache to speed up compilation,
9292
> but in some cases, you can run into a problem with a not recompiled file. To fix it, we recommend running `$ yarn clean` and `$ yarn tsc`.
9393
94-
1. Clone the Cube.js repository, `git clone https://github.com/cube-js/cube.js`.
94+
1. Clone the Cube.js repository, `git clone https://github.com/cube-js/cube`.
9595
2. Run `yarn install` in the root directory.
9696
3. Run `yarn build` in the root directory to build the frontend dependent packages.
9797
4. Run `yarn build` in `packages/cubejs-playground` to build the frontend.
@@ -119,7 +119,7 @@ To enhance the adoption of community-contributed drivers, we decided to split th
119119
2. This NPM package should be contributed to the list of [Third-party community drivers](https://cube.dev/docs/config/databases#third-party-community-drivers).
120120
3. Please make sure each npm package has a README with instructions on how to install it to the official docker image and how to connect it to the database.
121121
4. Posting a backlink to an open-source repository would be a good idea here so people can provide feedback on it by posting issues.
122-
5. Before creating PR for the main repository, please make sure it's tested with the standard Cube E2E testing suite. An example of an E2E testing suite can be found here: https://github.com/cube-js/cube.js/blob/master/packages/cubejs-testing/test/driver-postgres.test.ts
122+
5. Before creating PR for the main repository, please make sure it's tested with the standard Cube E2E testing suite. An example of an E2E testing suite can be found here: https://github.com/cube-js/cube/blob/master/packages/cubejs-testing/test/driver-postgres.test.ts
123123
6. If you're creating PR for the main repo, please be prepared to become a maintainer for this driver and dedicate some time to it. There're no specific time requirements. As a rule of thumb, you should expect to spend time on a weekly basis.
124124
7. Due to limited resources Core team will review and merge driver PRs based on popularity and development activity.
125125

@@ -136,7 +136,7 @@ The rest will be done by `BaseDriver` class.
136136
6. If db requires connection pooling prefer use `generic-pool` implementation with settings similar to other db packages.
137137
7. Make sure your driver has `release()` method in case DB expects graceful shutdowns for connections.
138138
8. Please use yarn to add any dependencies and run `$ yarn` within the package before committing to ensure right `yarn.lock` is in place.
139-
9. Add this driver dependency to [cubejs-server-core/core/DriverDependencies.js](https://github.com/cube-js/cube.js/blob/master/packages/cubejs-server-core/core/DriverDependencies.js#L1).
139+
9. Add this driver dependency to [cubejs-server-core/core/DriverDependencies.js](https://github.com/cube-js/cube/blob/master/packages/cubejs-server-core/core/DriverDependencies.js#L1).
140140

141141
### Implementing a JDBC Driver
142142

DCO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ contribute and that they understand that the contribution is under the terms of
1010
the [Cube.js project licenses][link-licenses].
1111

1212
[link-licenses]:
13-
https://github.com/cube-js/cube.js/blob/master/README.md#license
13+
https://github.com/cube-js/cube/blob/master/README.md#license
1414

1515
# Developer's Certificate of Origin
1616

@@ -23,7 +23,7 @@ the licenses granted herein, You reserve all right, title, and interest in and
2323
to Your Contributions.
2424

2525
[link-dco]: https://developercertificate.org/
26-
[link-cubejs-repo]: https://github.com/cube-js/cube.js
26+
[link-cubejs-repo]: https://github.com/cube-js/cube
2727

2828
```
2929
Developer Certificate of Origin

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[Website](https://cube.dev?ref=github-readme)[Getting Started](https://cube.dev/docs/getting-started?ref=github-readme)[Docs](https://cube.dev/docs?ref=github-readme)[Examples](https://cube.dev/docs/examples?ref=github-readme)[Blog](https://cube.dev/blog?ref=github-readme)[Slack](https://slack.cube.dev?ref=github-readme)[Twitter](https://twitter.com/thecubejs)
66

77
[![npm version](https://badge.fury.io/js/%40cubejs-backend%2Fserver.svg)](https://badge.fury.io/js/%40cubejs-backend%2Fserver)
8-
[![GitHub Actions](https://github.com/cube-js/cube.js/workflows/Build/badge.svg)](https://github.com/cube-js/cube.js/actions?query=workflow%3ABuild+branch%3Amaster)
8+
[![GitHub Actions](https://github.com/cube-js/cube/workflows/Build/badge.svg)](https://github.com/cube-js/cube/actions?query=workflow%3ABuild+branch%3Amaster)
99
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcube-js%2Fcube.js.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcube-js%2Fcube.js?ref=badge_shield)
1010

1111
__Cube is the semantic layer for building data applications.__ It helps data engineers and application developers access data from modern data stores, organize it into consistent definitions, and deliver it to every application.
@@ -82,7 +82,7 @@ You are also welcome to join our **monthly community calls** where we discuss co
8282

8383
### Our quarterly roadmap
8484

85-
We publish our open source roadmap every quarter and discuss them during our [monthly community calls](https://cube.dev/community-call/). You can find our roadmap under [projects in our Cube.js repository](https://github.com/cube-js/cube.js/projects?query=is%3Aopen+sort%3Aupdated-desc).
85+
We publish our open source roadmap every quarter and discuss them during our [monthly community calls](https://cube.dev/community-call/). You can find our roadmap under [projects in our Cube.js repository](https://github.com/cube-js/cube/projects?query=is%3Aopen+sort%3Aupdated-desc).
8686

8787
### Contributing
8888

@@ -93,9 +93,9 @@ There are many ways you can contribute to Cube! Here are a few possibilities:
9393
* Upvote issues with 👍 reaction so we know what's the demand for particular issue to prioritize it within road map.
9494
* Create issues every time you feel something is missing or goes wrong.
9595
* Ask questions on [Stack Overflow with cube.js tag](https://stackoverflow.com/questions/tagged/cube.js) if others can have these questions as well.
96-
* Provide pull requests for all open issues and especially for those with [help wanted](https://github.com/cube-js/cube.js/issues?q=is%3Aissue+is%3Aopen+label%3A"help+wanted") and [good first issue](https://github.com/cube-js/cube.js/issues?q=is%3Aissue+is%3Aopen+label%3A"good+first+issue") labels.
96+
* Provide pull requests for all open issues and especially for those with [help wanted](https://github.com/cube-js/cube/issues?q=is%3Aissue+is%3Aopen+label%3A"help+wanted") and [good first issue](https://github.com/cube-js/cube/issues?q=is%3Aissue+is%3Aopen+label%3A"good+first+issue") labels.
9797

98-
All sort of contributions are **welcome and extremely helpful** 🙌 Please refer to [the contribution guide](https://github.com/cube-js/cube.js/blob/master/CONTRIBUTING.md) for more information.
98+
All sort of contributions are **welcome and extremely helpful** 🙌 Please refer to [the contribution guide](https://github.com/cube-js/cube/blob/master/CONTRIBUTING.md) for more information.
9999

100100
## License
101101

0 commit comments

Comments
 (0)