- Notifications
You must be signed in to change notification settings - Fork278
Dev > Main 2.4.10#1241
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
Dev > Main 2.4.10#1241
Changes fromall commits
Commits
Show all changes
24 commits Select commitHold shift + click to select a range
6fa4c5f
added min-width feature in stepControl
MenamAfzala9f53f0
pull from origin
MenamAfzal4a9e441
Merge branch 'dev' into fix/stepControl
MenamAfzal5609af5
set api_url for npm packages
raheeliftikhar5a9f94b2
Fixed /api/npm/package/* endpoint response type
goldants66b527b
fix events data mapping in calendar
raheeliftikhar55c37d58
add applicationid param to private npm repository endpoint
dragonpoo79f8f03
send appId in registry/package endpoints
raheeliftikhar5a839beb
enable anonymous api
dragonpoo6a8b55d
Boomi as DataSource
c35cc2a
Boomi as DataSource
d205a54
Boomi as DataSource
75fc901
Merge pull request #1231 from lowcoder-org/feature-private-repo
FalkWolsky3385d27
Merge branch 'dev' into feature-boomi-datasource
FalkWolsky08631d1
Updating Yarn Lock file
8393147
Merge pull request #1237 from lowcoder-org/feature-boomi-datasource
FalkWolsky31f1cac
Merge pull request #1225 from MenamAfzal/fix/stepControl
FalkWolsky28cb379
fix null registry settings
dragonpoo5dbcd8d
Merge pull request #1239 from lowcoder-org/feature-private-repo
FalkWolsky04e6731
Update Boomi Specs
db2bce4
Hiding Boomi as for now for cyclic references
b8f41c2
Hiding Boomi as for now for cyclic references
9cad22d
Update Yarn Lock file
d632bbd
send applicationId for npm plugins
raheeliftikhar5File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletionclient/packages/lowcoder-comps/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,6 +1,6 @@ | ||
{ | ||
"name": "lowcoder-comps", | ||
"version": "2.4.19", | ||
"type": "module", | ||
"license": "MIT", | ||
"dependencies": { | ||
87 changes: 66 additions & 21 deletionsclient/packages/lowcoder-comps/src/comps/calendarComp/calendarComp.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
9 changes: 6 additions & 3 deletionsclient/packages/lowcoder/src/comps/comps/remoteComp/loaders.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
12 changes: 7 additions & 5 deletionsclient/packages/lowcoder/src/comps/comps/remoteComp/remoteComp.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
28 changes: 14 additions & 14 deletionsclient/packages/lowcoder/src/comps/comps/selectInputComp/stepControl.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
2 changes: 1 addition & 1 deletionclient/packages/lowcoder/src/comps/utils/remote.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
10 changes: 7 additions & 3 deletionsclient/packages/lowcoder/src/constants/npmPlugins.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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// export const SERVER_HOST = `${REACT_APP_NODE_SERVICE_URL ?? ""}`; | ||
// export const NPM_REGISTRY_URL = `${SERVER_HOST}/node-service/api/npm/registry`; | ||
// export const NPM_PLUGIN_ASSETS_BASE_URL = `${SERVER_HOST}/node-service/api/npm/package`; | ||
export const SERVER_HOST = `${REACT_APP_API_SERVICE_URL ?? ""}`; | ||
export const NPM_REGISTRY_URL = `${SERVER_HOST}/api/npm/registry`; | ||
export const NPM_PLUGIN_ASSETS_BASE_URL = `${SERVER_HOST}/api/npm/package`; |
4 changes: 3 additions & 1 deletionclient/packages/lowcoder/src/pages/editor/right/PluginPanel/PluginCompItem.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
5 changes: 3 additions & 2 deletionsclient/packages/lowcoder/src/pages/editor/right/PluginPanel/PluginItem.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
1 change: 1 addition & 0 deletions...ice/lowcoder-server/src/main/java/org/lowcoder/api/framework/security/SecurityConfig.java
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.
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.