-
Notifications
You must be signed in to change notification settings - Fork 273
WIP: Rebrand to Lowcoder #134
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8f02a47
rebrand API server
ludomikula ea88857
refactor: rename openlocks-core to lowcoder-core
falnyr 6d89a13
refactor: rename openblocks-dev-utils to lowcoder-dev-utils
falnyr e0ecb33
refactor: rename openblocks-design to lowcoder-design
falnyr 0c119ad
refactor: rename openblocks-comps to lowcoder-comps
falnyr cf0a870
refactor: rename openblocks-sdk to lowcoder-sdk
falnyr dec2350
refactor: rename openblocks-ee to lowcoder-sdk
falnyr 18aaffc
refactor: rename openblocks- lowcoder-
falnyr b04b0ff
refactor: rename /openblocks to /lowcoder
falnyr f75715f
refactor: rename openblocks. to lowcoder.
falnyr c1a25c5
refactor: rename openblocks to lowcoder
falnyr 2f5a085
refactor: rename Openblocks to Lowcoder
falnyr 7130095
refactor: rename OpenBlocks to Lowcoder
falnyr c6f85fc
refactor: rename openBlocks to lowcoder
falnyr 3a58d5f
refactor: renamed folders
falnyr a1c5c16
refactor: renamed folders and files
falnyr 54dd179
Merge branch 'main' into feat/rebrand
falnyr 30adab5
refactor: replaced openblocks references with lowcoder
falnyr ee73078
refactor: renamed folders for sonarcloud
falnyr dc9b82c
chore: bumped versions and pushed to npm registry
falnyr 784c8e0
refactor: updated dependencies, switched to lowcoder folder
falnyr 9a62020
Downgraded reactor-core version.
ludomikula 980b84f
Merge branch 'main' into feat/rebrand
ludomikula File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 contains hidden or 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 contains hidden or 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
2 changes: 1 addition & 1 deletion
client/jest.config.js
This file contains hidden or 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
projects: ["<rootDir>/packages/openblocks", "<rootDir>/packages/openblocks-core"], | ||
projects: ["<rootDir>/packages/lowcoder", "<rootDir>/packages/lowcoder-core"], | ||
}; |
This file contains hidden or 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
11 changes: 11 additions & 0 deletions
client/packages/create-lowcoder-plugin/README.md
This file contains hidden or 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,11 @@ | ||
# create-lowcoder-plugin | ||
|
||
## Usage | ||
|
||
```bash | ||
yarn create lowcoder-plugin my-lowcoder-plugin | ||
|
||
# or | ||
|
||
npm create lowcoder-plugin my-lowcoder-plugin | ||
``` |
This file contains hidden or 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
8 changes: 4 additions & 4 deletions
...ges/create-openblocks-plugin/package.json → ...kages/create-lowcoder-plugin/package.json
This file contains hidden or 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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "create-openblocks-plugin", | ||
"version": "0.0.3", | ||
"name": "create-lowcoder-plugin", | ||
"version": "0.0.4", | ||
"bin": "./index.js", | ||
"type": "module", | ||
"dependencies": { | ||
"chalk": "4", | ||
"commander": "^9.4.1", | ||
"cross-spawn": "^7.0.3", | ||
"fs-extra": "^10.1.0", | ||
"openblocks-dev-utils": "workspace:^" | ||
"lowcoder-dev-utils": "workspace:^" | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
"openblocks" | ||
"lowcoder" | ||
] | ||
} |
11 changes: 0 additions & 11 deletions
client/packages/create-openblocks-plugin/README.md
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
...li-template-typescript/README-template.md → ...li-template-typescript/README-template.md
This file contains hidden or 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# openblocks comp lib | ||
# lowcoder comp lib | ||
|
||
## Start | ||
|
||
|
5 changes: 5 additions & 0 deletions
client/packages/lowcoder-cli-template-typescript/README.md
This file contains hidden or 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,5 @@ | ||
# lowcoder-cli-template-typescript | ||
|
||
This is the official typescript template of lowcoder-cli. | ||
|
||
This template will be used by default. |
File renamed without changes
This file contains hidden or 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
8 changes: 4 additions & 4 deletions
...nblocks-cli-template-typescript/index.tsx → ...owcoder-cli-template-typescript/index.tsx
This file contains hidden or 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
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions
...ocks-cli-template-typescript/package.json → ...oder-cli-template-typescript/package.json
This file contains hidden or 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 |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "openblocks-cli-template-typescript", | ||
"version": "0.0.11", | ||
"name": "lowcoder-cli-template-typescript", | ||
"version": "0.0.12", | ||
"type": "module", | ||
"scripts": { | ||
"start": "vite", | ||
"build": "openblocks-cli build" | ||
"build": "lowcoder-cli build" | ||
}, | ||
"openblocks": { | ||
"lowcoder": { | ||
"description": "", | ||
"comps": { | ||
"hello_world": { | ||
"name": "__i18n_helloWorldCompName__", | ||
"icon": "./icons/demo-icon.png" | ||
"icon": "./icons/demo-icon.svg" | ||
} | ||
} | ||
}, | ||
"devDependencies": { | ||
"openblocks-cli": "workspace:^", | ||
"openblocks-sdk": "workspace:^", | ||
"lowcoder-cli": "workspace:^", | ||
"lowcoder-sdk": "workspace:^", | ||
"typescript": "^4.8.4", | ||
"vite": "^3.2.4" | ||
}, | ||
"keywords": [ | ||
"openblocks" | ||
"lowcoder" | ||
], | ||
"license": "MIT" | ||
} |
This file contains hidden or 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
3 changes: 3 additions & 0 deletions
client/packages/lowcoder-cli-template-typescript/src/app-env.d.ts
This file contains hidden or 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,3 @@ | ||
/// <reference types="lowcoder-cli/client" /> | ||
|
||
declare module "lowcoder-sdk"; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
...ks-cli-template-typescript/vite.config.js → ...er-cli-template-typescript/vite.config.js
This file contains hidden or 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
File renamed without changes.
3 changes: 3 additions & 0 deletions
client/packages/lowcoder-cli/README.md
This file contains hidden or 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,3 @@ | ||
# lowcoder-cli | ||
|
||
CLI tool used to start build and publish lowcoder component library. |
This file contains hidden or 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 contains hidden or 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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
...t/packages/openblocks-cli/config/paths.js → client/packages/lowcoder-cli/config/paths.js
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.