forked from appsmithorg/appsmith
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request appsmithorg#3739 from appsmithorg/release
Release 1.4.5
- Loading branch information
Showing
190 changed files
with
6,155 additions
and
1,218 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
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 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,23 @@ | ||
name: Remove old artifacts | ||
|
||
on: | ||
# Run on manual trigger | ||
workflow_dispatch: | ||
|
||
schedule: | ||
# Every day at 1am | ||
- cron: "0 1 * * *" | ||
|
||
jobs: | ||
remove-old-artifacts: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 20 | ||
|
||
steps: | ||
- name: Remove old artifacts | ||
uses: c-hive/gha-remove-artifacts@v1 | ||
with: | ||
age: "1 day" | ||
# Optional inputs | ||
# skip-tags: true | ||
# skip-recent: 5 |
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 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 |
---|---|---|
|
@@ -2,3 +2,6 @@ | |
.idea | ||
*.iml | ||
.env | ||
|
||
# test coverage | ||
coverage-summary.json |
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
# testing | ||
/coverage | ||
|
||
|
||
# production | ||
/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"dsl": { | ||
"widgetName": "MainContainer", | ||
"backgroundColor": "none", | ||
"rightColumn": 1118, | ||
"snapColumns": 16, | ||
"detachFromLayout": true, | ||
"widgetId": "0", | ||
"topRow": 0, | ||
"bottomRow": 1280, | ||
"containerStyle": "none", | ||
"snapRows": 33, | ||
"parentRowSpace": 1, | ||
"type": "CANVAS_WIDGET", | ||
"canExtend": true, | ||
"version": 15, | ||
"minHeight": 1292, | ||
"parentColumnSpace": 1, | ||
"dynamicBindingPathList": [], | ||
"leftColumn": 0, | ||
"children": [ | ||
{ | ||
"isVisible": true, | ||
"isDisabled": false, | ||
"datePickerType": "DATE_PICKER", | ||
"label": "", | ||
"dateFormat": "DD/MM/YYYY HH:mm", | ||
"widgetName": "DatePicker1", | ||
"defaultDate": "2021-03-15T10:43:21.285Z", | ||
"version": 2, | ||
"type": "DATE_PICKER_WIDGET2", | ||
"isLoading": false, | ||
"parentColumnSpace": 67.375, | ||
"parentRowSpace": 40, | ||
"leftColumn": 5, | ||
"rightColumn": 10, | ||
"topRow": 0, | ||
"bottomRow": 1, | ||
"parentId": "0", | ||
"widgetId": "pmyus6irev" | ||
}, | ||
{ | ||
"isVisible": true, | ||
"label": "Label", | ||
"defaultSwitchState": true, | ||
"widgetName": "Switch1", | ||
"alignWidget": "LEFT", | ||
"version": 1, | ||
"type": "SWITCH_WIDGET", | ||
"isLoading": false, | ||
"parentColumnSpace": 67.375, | ||
"parentRowSpace": 40, | ||
"leftColumn": 6, | ||
"rightColumn": 8, | ||
"topRow": 2, | ||
"bottomRow": 3, | ||
"parentId": "0", | ||
"widgetId": "53dyd9egae" | ||
} | ||
], | ||
"dynamicTriggerPathList": [] | ||
} | ||
} |
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 |
---|---|---|
|
@@ -195,5 +195,65 @@ | |
"productName": "Tuna Salad", | ||
"orderAmount": 9.99 | ||
} | ||
], | ||
"ChartCustomConfig": {"type": "area2d", | ||
"dataSource": { | ||
"chart": { | ||
"caption": "Countries With Most Oil Reserves [2017-18]", | ||
"subCaption": "In MMbbl = One Million barrels", | ||
"xAxisName": "Country", | ||
"yAxisName": "Reserves (MMbbl)", | ||
"numberSuffix": "K" | ||
}, | ||
"data": [ | ||
{ | ||
"label": "Venezuela", | ||
"value": "290" | ||
}, | ||
{ | ||
"label": "Saudi", | ||
"value": "260" | ||
}, | ||
{ | ||
"label": "Canada", | ||
"value": "180" | ||
}, | ||
{ | ||
"label": "Iran", | ||
"value": "140" | ||
}, | ||
{ | ||
"label": "Russia", | ||
"value": "115" | ||
}, | ||
{ | ||
"label": "UAE", | ||
"value": "100" | ||
}, | ||
{ | ||
"label": "US", | ||
"value": "30" | ||
}, | ||
{ | ||
"label": "China", | ||
"value": "30" | ||
} | ||
] | ||
}}, | ||
"TableInputWithNull": [ | ||
{ | ||
"id": 2381224, | ||
"email": "[email protected]", | ||
"userName": "Michael Lawson", | ||
"productName": "Chicken Sandwich", | ||
"orderAmount": null | ||
}, | ||
{ | ||
"id": 2736212, | ||
"email": "[email protected]", | ||
"userName": "Lindsay Ferguson", | ||
"productName": "Tuna Salad", | ||
"orderAmount": 9.99 | ||
} | ||
] | ||
} |
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,133 @@ | ||
{ | ||
"dsl": { | ||
"widgetName": "MainContainer", | ||
"backgroundColor": "none", | ||
"rightColumn": 1118, | ||
"snapColumns": 16, | ||
"detachFromLayout": true, | ||
"widgetId": "0", | ||
"topRow": 0, | ||
"bottomRow": 1280, | ||
"containerStyle": "none", | ||
"snapRows": 33, | ||
"parentRowSpace": 1, | ||
"type": "CANVAS_WIDGET", | ||
"canExtend": true, | ||
"version": 14, | ||
"minHeight": 1292, | ||
"parentColumnSpace": 1, | ||
"dynamicBindingPathList": [], | ||
"leftColumn": 0, | ||
"children": [ | ||
{ | ||
"isVisible": true, | ||
"widgetName": "Form1", | ||
"backgroundColor": "white", | ||
"children": [ | ||
{ | ||
"isVisible": true, | ||
"widgetName": "Canvas1", | ||
"version": 1, | ||
"containerStyle": "none", | ||
"canExtend": false, | ||
"detachFromLayout": true, | ||
"children": [ | ||
{ | ||
"isVisible": true, | ||
"text": "Form", | ||
"textStyle": "HEADING", | ||
"textAlign": "LEFT", | ||
"widgetName": "Text1", | ||
"version": 1, | ||
"type": "TEXT_WIDGET", | ||
"isLoading": false, | ||
"leftColumn": 0, | ||
"rightColumn": 12, | ||
"topRow": 0, | ||
"bottomRow": 1, | ||
"parentId": "xht61hwrwp", | ||
"widgetId": "xbcdejxqqi" | ||
}, | ||
{ | ||
"isVisible": true, | ||
"widgetName": "FormButton1", | ||
"text": "Submit", | ||
"isDefaultClickDisabled": true, | ||
"version": 1, | ||
"buttonStyle": "PRIMARY_BUTTON", | ||
"disabledWhenInvalid": true, | ||
"resetFormOnClick": true, | ||
"type": "FORM_BUTTON_WIDGET", | ||
"isLoading": false, | ||
"leftColumn": 12, | ||
"rightColumn": 16, | ||
"topRow": 11, | ||
"bottomRow": 12, | ||
"parentId": "xht61hwrwp", | ||
"widgetId": "v5ivupuzl0" | ||
}, | ||
{ | ||
"isVisible": true, | ||
"widgetName": "FormButton2", | ||
"text": "Reset", | ||
"isDefaultClickDisabled": true, | ||
"version": 1, | ||
"buttonStyle": "SECONDARY_BUTTON", | ||
"disabledWhenInvalid": false, | ||
"resetFormOnClick": true, | ||
"type": "FORM_BUTTON_WIDGET", | ||
"isLoading": false, | ||
"leftColumn": 8, | ||
"rightColumn": 12, | ||
"topRow": 11, | ||
"bottomRow": 12, | ||
"parentId": "xht61hwrwp", | ||
"widgetId": "u3hmsi7blk" | ||
}, | ||
{ | ||
"isVisible": true, | ||
"label": "Label", | ||
"defaultSwitchState": true, | ||
"widgetName": "Switch1", | ||
"alignWidget": "LEFT", | ||
"version": 1, | ||
"type": "SWITCH_WIDGET", | ||
"isLoading": false, | ||
"parentColumnSpace": 26.9765625, | ||
"parentRowSpace": 40, | ||
"leftColumn": 4, | ||
"rightColumn": 6, | ||
"topRow": 4, | ||
"bottomRow": 5, | ||
"parentId": "xht61hwrwp", | ||
"widgetId": "xq23pko1ff" | ||
} | ||
], | ||
"minHeight": 520, | ||
"type": "CANVAS_WIDGET", | ||
"isLoading": false, | ||
"parentColumnSpace": 1, | ||
"parentRowSpace": 1, | ||
"leftColumn": 0, | ||
"rightColumn": 471.625, | ||
"topRow": 0, | ||
"bottomRow": 520, | ||
"parentId": "c99gng6mgt", | ||
"widgetId": "xht61hwrwp" | ||
} | ||
], | ||
"type": "FORM_WIDGET", | ||
"isLoading": false, | ||
"parentColumnSpace": 67.375, | ||
"parentRowSpace": 40, | ||
"leftColumn": 2, | ||
"rightColumn": 9, | ||
"topRow": 13, | ||
"bottomRow": 26, | ||
"parentId": "0", | ||
"widgetId": "c99gng6mgt" | ||
} | ||
], | ||
"dynamicTriggerPathList": [] | ||
} | ||
} |
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
1 change: 1 addition & 0 deletions
1
...press/integration/Smoke_TestSuite/ClientSideTests/DisplayWidgets/Chart_Data_point_spec.js
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
Oops, something went wrong.