-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move tabby-ui under ee license. (#667)
* chore: introduce tabby-ui EE license. * update
- Loading branch information
Showing
97 changed files
with
504 additions
and
316 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Test tabby-ui | ||
|
||
on: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- '.github/workflows/tabby-ui-test.yml' | ||
- 'ee/tabby-ui/**' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- '.github/workflows/tabby-ui-test.yml' | ||
- 'ee/tabby-ui/**' | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '18.x' | ||
cache: yarn | ||
cache-dependency-path: 'yarn.lock' | ||
- name: Install dependencies | ||
working-directory: ./ee/tabby-ui | ||
run: yarn install | ||
- name: Format | ||
working-directory: ./ee/tabby-ui | ||
run: yarn format:check | ||
- name: Lint | ||
working-directory: ./ee/tabby-ui | ||
run: yarn lint | ||
- name: Test build | ||
working-directory: ./ee/tabby-ui | ||
run: yarn build | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
The Tabby Enterprise license (the “Enterprise License”) | ||
Copyright (c) 2023 TabbyML, Inc. | ||
|
||
With regard to the Tabby Software: | ||
|
||
This software and associated documentation files (the "Software") may only be | ||
used in production, if you (and any entity that you represent) have agreed to, | ||
and are in compliance with, the Tabby Subscription Terms of Service, available | ||
at https://tabby.tabbyml.com/terms (the “Enterprise Terms”), or other | ||
agreement governing the use of the Software, as agreed by you and TabbyML, | ||
and otherwise have a valid Tabby Enterprise license for the | ||
correct number of user seats. Subject to the foregoing sentence, you are free to | ||
modify this Software and publish patches to the Software. You agree that TabbyML | ||
and/or its licensors (as applicable) retain all right, title and interest in and | ||
to all such modifications and/or patches, and all such modifications and/or | ||
patches may only be used, copied, modified, displayed, distributed, or otherwise | ||
exploited with a valid Tabby Enterprise license for the correct | ||
number of user seats. Notwithstanding the foregoing, you may copy and modify | ||
the Software for development and testing purposes, without requiring a | ||
subscription. You agree that Tabby and/or its licensors (as applicable) retain | ||
all right, title and interest in and to all such modifications. You are not | ||
granted any other rights beyond what is expressly stated herein. Subject to the | ||
foregoing, it is forbidden to copy, merge, publish, distribute, sublicense, | ||
and/or sell the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
||
For all third party components incorporated into the Tabby Software, those | ||
components are licensed under the original license provided by the owner of the | ||
applicable component. |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...tic/chunks/app/layout-b50e232b3c734beb.js → ...tic/chunks/app/layout-f087fba7a4279e51.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.