- Notifications
You must be signed in to change notification settings - Fork279
Dev -> Main (release preview)#621
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
78 commits Select commitHold shift + click to select a range
3c13c27
remove unused npm modules
raheeliftikhar509b2e2a
upgrade mermaid
raheeliftikhar5f6a0416
removed @testing-library/user-event
raheeliftikhar5df577d1
upgrade axios
raheeliftikhar5b73df0b
upgrade codemirror
raheeliftikhar5e0b7c17
remove @testing-library/react
raheeliftikhar5c975e53
fix tests
raheeliftikhar5ea12bc5
upgrade react, react-dom, @types/react, @types/react-dom and fixes
raheeliftikhar5b4a9873
Merge pull request #593 from raheeliftikhar5/remove-unused-modules
FalkWolsky54786b8
publish comps workflow
raheeliftikhar5ae43e5f
upgrade styles-components dependency
raheeliftikhar51cd00c2
Add Select (dropdown) column type to tables
jreyesr1e03ad2
updates after styled-compoents upgrade + fixing unit tests
raheeliftikhar5c3bca96
Rework to finalize oauth(inherit from login) for rest api datasource
aq-ikhwa-tech6469516
Add handling for oauth(inherit from login) for rest api datasource
aq-ikhwa-tech27f45f7
fix: remove unnecessary check
aq-ikhwa-teche32669c
Merge branch 'dev' into add-auth-handling-to-rest-api-datasource
aq-ikhwa-tech33e9b9a
Merge pull request #611 from lowcoder-org/add-auth-handling-to-rest-a…
FalkWolsky6ed2520
Add oauth(inherit from login) handling for graphql datasource
aq-ikhwa-tech61d548e
fixed video end bug
freddysundownerc990411
Merge pull request #612 from lowcoder-org/add-oauth-handling-to-graphql
FalkWolsky83d254e
Enabling selection of OAuth Token in FE
818cb5d
Fix auth provider attributes matching to lc attributes
aq-ikhwa-tech38b992b
Merge branch 'dev' into fix-oauth-provider-attributes-mapping
aq-ikhwa-tech2eddc01
Merge pull request #614 from lowcoder-org/fix-oauth-provider-attribut…
FalkWolsky9aaf4b8
Removing Typedoc
57b6120
OAuth impersonation for GraphQL
3381113
unit test fixes
raheeliftikhar5ab73917
fixed unit tests
raheeliftikhar5c4f898a
test workflow
raheeliftikhar5796da3c
test workflow
raheeliftikhar552c9ceb
test workflow
raheeliftikhar55f060af
test workflow
raheeliftikhar526918a7
test workflow
raheeliftikhar5b4c0c16
test workflow
raheeliftikhar586ece8e
test workflow
raheeliftikhar596751cd
test workflow
raheeliftikhar51814ff6
test workflow
raheeliftikhar5763b6f1
test workflow
raheeliftikhar5a987f29
test workflow
raheeliftikhar5893d9fd
test workflow
raheeliftikhar57f73699
test workflow
raheeliftikhar5b87c556
test workflow
raheeliftikhar57f8e816
test workflow
raheeliftikhar51e702b2
test workflow
raheeliftikhar579ae92d
test workflow
raheeliftikhar58252f7e
test workflow
raheeliftikhar585feb40
test workflow
raheeliftikhar545d7cce
publish lowcoder-comps workflow
raheeliftikhar561f6c23
test lowcoder-cli pipeline
raheeliftikhar5a9abad1
test lowcoder-cli pipeline
raheeliftikhar51aa6c19
test lowcoder-cli pipeline
raheeliftikhar5954497f
test lowcoder-cli pipeline
raheeliftikhar574d17a7
test lowcoder-cli pipeline
raheeliftikhar541470f0
test lowcoder-cli pipeline
raheeliftikhar5a160f0b
test lowcoder-cli pipeline
raheeliftikhar5e90e3b3
publish lowcoder-cli workflow
raheeliftikhar592b6de6
test lowcoder-core pipeline
raheeliftikhar53a444fa
test lowcoder-core pipeline
raheeliftikhar504b61f2
publish lowcoder-core workflow
raheeliftikhar5c592c10
publish lowcoder-core workflow
raheeliftikhar54344485
test lowcoder-sdk pipeline
raheeliftikhar5b988fe1
test lowcoder-sdk pipeline
raheeliftikhar5520b626
publish lowcoder-sdk workflow
raheeliftikhar53fd234d
branch and access token update
raheeliftikhar52416789
Merge pull request #617 from raheeliftikhar5/publish-comps-workflow
FalkWolskyab6d195
Regenerate Columns in Table Fix
c86afa3
Update Lowcoder CLI Version
ef96a58
Fix the fix in Lowcoder Design - was a mistake
031bc86
Fix readme location in Lowcoder CLI
3cfd977
Update Demo Plugin Sources
e410d95
Update Demo Plugin Sources - fix package
bdc2385
Update Demo Plugin Sources - fix readme
4dbd74d
Update Lowcoder Readme to name our new Sponsor
8f6ea6f
Merge branch 'dev' into feat/issue-412
FalkWolsky5692cc6
Merge pull request #602 from jreyesr/feat/issue-412
FalkWolsky0858b4f
Merge branch 'dev' into agora-integrationn
FalkWolsky6002540
Merge pull request #620 from lowcoder-org/agora-integrationn
FalkWolskyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
The table of contents is too big for display.
Diff view
Diff view
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Binary file modified.DS_Store
Binary file not shown.
47 changes: 47 additions & 0 deletions.github/workflows/publish-lowcoder-cli.yml
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,47 @@ | ||
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created | ||
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages | ||
name: Publish Lowcoder CLI | ||
on: | ||
push: | ||
branches: [ "dev" ] | ||
jobs: | ||
publish-package: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
- name: Check version changes | ||
uses: EndBug/version-check@v1 | ||
id: check | ||
with: | ||
diff-search: true | ||
file-name: client/packages/lowcoder-cli/package.json | ||
- name: Version update detected | ||
if: steps.check.outputs.changed == 'true' | ||
run: 'echo "Version change found! New version: ${{ steps.check.outputs.version }} (${{ steps.check.outputs.type }})"' | ||
- name: Set up Node.js for NPM | ||
if: steps.check.outputs.changed == 'true' | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
registry-url: https://registry.npmjs.org/ | ||
- name: Install dependencies | ||
if: steps.check.outputs.changed == 'true' | ||
uses: borales/actions-yarn@v4.2.0 | ||
with: | ||
cmd: install | ||
dir: client/packages/lowcoder-cli | ||
- name: Publish package to NPM | ||
if: steps.check.outputs.changed == 'true' | ||
run: npm publish | ||
working-directory: client/packages/lowcoder-cli | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.LOWCODERNPMBOT }} |
49 changes: 49 additions & 0 deletions.github/workflows/publish-lowcoder-comps.yml
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,49 @@ | ||
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created | ||
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages | ||
name: Publish Lowcoder Comps | ||
on: | ||
push: | ||
branches: [ "dev" ] | ||
jobs: | ||
publish-package: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
- name: Check version changes | ||
uses: EndBug/version-check@v1 | ||
id: check | ||
with: | ||
diff-search: true | ||
file-name: client/packages/lowcoder-comps/package.json | ||
- name: Version update detected | ||
if: steps.check.outputs.changed == 'true' | ||
run: 'echo "Version change found! New version: ${{ steps.check.outputs.version }} (${{ steps.check.outputs.type }})"' | ||
- name: Set up Node.js for NPM | ||
if: steps.check.outputs.changed == 'true' | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
registry-url: https://registry.npmjs.org/ | ||
- name: Install dependencies | ||
if: steps.check.outputs.changed == 'true' | ||
uses: borales/actions-yarn@v4.2.0 | ||
with: | ||
cmd: install | ||
dir: client/packages/lowcoder-comps | ||
- name: Publish | ||
if: steps.check.outputs.changed == 'true' | ||
uses: borales/actions-yarn@v4.2.0 | ||
with: | ||
cmd: build_publish | ||
dir: client/packages/lowcoder-comps | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.LOWCODERNPMBOT }} |
47 changes: 47 additions & 0 deletions.github/workflows/publish-lowcoder-core.yml
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,47 @@ | ||
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created | ||
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages | ||
name: Publish Lowcoder Core | ||
on: | ||
push: | ||
branches: [ "dev" ] | ||
jobs: | ||
publish-package: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
- name: Check version changes | ||
uses: EndBug/version-check@v1 | ||
id: check | ||
with: | ||
diff-search: true | ||
file-name: client/packages/lowcoder-core/package.json | ||
- name: Version update detected | ||
if: steps.check.outputs.changed == 'true' | ||
run: 'echo "Version change found! New version: ${{ steps.check.outputs.version }} (${{ steps.check.outputs.type }})"' | ||
- name: Set up Node.js for NPM | ||
if: steps.check.outputs.changed == 'true' | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
registry-url: https://registry.npmjs.org/ | ||
- name: Install dependencies | ||
if: steps.check.outputs.changed == 'true' | ||
uses: borales/actions-yarn@v4.2.0 | ||
with: | ||
cmd: install | ||
dir: client/packages/lowcoder-core | ||
- name: Publish package to NPM | ||
if: steps.check.outputs.changed == 'true' | ||
run: npm publish | ||
working-directory: client/packages/lowcoder-core | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.LOWCODERNPMBOT }} |
54 changes: 54 additions & 0 deletions.github/workflows/publish-lowcoder-sdk.yml
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,54 @@ | ||
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created | ||
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages | ||
name: Publish Lowcoder SDK | ||
on: | ||
push: | ||
branches: [ "dev" ] | ||
jobs: | ||
publish-package: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
- name: Check version changes | ||
uses: EndBug/version-check@v1 | ||
id: check | ||
with: | ||
diff-search: true | ||
file-name: client/packages/lowcoder-sdk/package.json | ||
- name: Version update detected | ||
if: steps.check.outputs.changed == 'true' | ||
run: 'echo "Version change found! New version: ${{ steps.check.outputs.version }} (${{ steps.check.outputs.type }})"' | ||
- name: Set up Node.js for NPM | ||
if: steps.check.outputs.changed == 'true' | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
registry-url: https://registry.npmjs.org/ | ||
- name: Install dependencies | ||
if: steps.check.outputs.changed == 'true' | ||
uses: borales/actions-yarn@v4.2.0 | ||
with: | ||
cmd: install | ||
dir: client/packages/lowcoder-sdk | ||
- name: Build Package | ||
if: steps.check.outputs.changed == 'true' | ||
uses: borales/actions-yarn@v4.2.0 | ||
with: | ||
cmd: build | ||
dir: client/packages/lowcoder-sdk | ||
- name: Publish package to NPM | ||
if: steps.check.outputs.changed == 'true' | ||
run: npm publish | ||
working-directory: client/packages/lowcoder-sdk | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.LOWCODERNPMBOT }} |
1 change: 1 addition & 0 deletions.gitignore
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 deletionREADME.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
2 changes: 1 addition & 1 deletionclient/config/test/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
33 changes: 33 additions & 0 deletionsclient/config/test/jest.setup-after-env.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
11 changes: 5 additions & 6 deletionsclient/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
4 changes: 3 additions & 1 deletionclient/packages/lowcoder-cli-template-typescript/.gitignore
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,2 +1,4 @@ | ||
*.tgz | ||
.DS_Store | ||
node_modules | ||
*.zip |
28 changes: 25 additions & 3 deletionsclient/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 |
---|---|---|
@@ -1,5 +1,27 @@ | ||
#Lowcoder Demonstrator Plugin Sourcecode | ||
## Overview | ||
This repository contains the demonstrator code for a Component Plugin in Lowcoder. It serves as a practical example and a reference for developers looking to build their own Component Plugins within the Lowcoder framework. | ||
This repository is not about to integrate the Plugin like other NPM repositories. However, for the Lowcoder Component Plugin Creator we wanted to publish the Demonstrator Plugin code sources. | ||
### The Lowcoder App Editor | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/main/images/App%20Editor%20%7C%20Main%20Screeen%20clean.png" alt="Lowcoder App Editor"> | ||
</p> | ||
### Purpose | ||
The primary goal of this repository is to showcase best practices, demonstrate the structure, and provide a clear example of how to develop Component Plugins for Lowcoder. It is intended to be a learning resource rather than a production-ready solution. | ||
## Getting Started | ||
To explore this demonstrator plugin, install and test it in action you can use the "Lowcoder Component Plugin Builder". https://www.npmjs.com/package/create-lowcoder-plugin | ||
### The Lowcoder Component Plugin Builder and Preivew | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/main/images/Component%20Plugin%20Builder%20%7C%20Preview.png" alt="Lowcoder Plugin Preview"> | ||
</p> |
17 changes: 17 additions & 0 deletionsclient/packages/lowcoder-cli-template-typescript/icons/hills.svg
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletionclient/packages/lowcoder-cli-template-typescript/index.html
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 deletionsclient/packages/lowcoder-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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.