Commit Graph

7652 Commits

Author SHA1 Message Date
Nikhil Nandagopal
3e7350c898
Update config.json 2021-10-08 14:33:58 +05:30
Nikhil Nandagopal
9de71f6fe8 Updated Label Config 2021-10-08 14:20:35 +05:30
Vinod
1bf41ed413
feat: add authentication tab in api editor (#8245)
* Remove bracket highlight on error

* add authentication section

* move string to messages.ts

* move api editor tab titles to messages.ts

* use createMessage to create strings

* navigate edit datasource to data source edit mode
2021-10-08 07:52:30 +00:00
akash-codemonk
9f2c32b9de
fix: onboarding table widget is blank after adding binding (#8285) 2021-10-08 13:22:08 +05:30
Aswath K
b02240cc34
fix: Focus lost when typing on property pane (#8318)
* fix: Focus lost when typing on property pane

* resurrect tests for Radio & CheckboxGroup
2021-10-08 13:09:31 +05:30
balajisoundar
d1efe8405e
feat: Add tooltips for icons in editor (#7711)
fixes: #6759
2021-10-08 12:35:34 +05:30
Tolulope Adetula
0b1f6da7fa
fix: column reorder on data load (#8167)
* fix: column reorder

* fix: table reorder with derived column
2021-10-08 07:43:33 +01:00
rahulramesha
86c931e365
chore: add ctrl y for windows users to redo (#7856)
* Scaffolding for undo-redo

* undo redo working Poc commit

* memory performance improvements by diffing

* dont run update on undo/redo"

* merging widget postion update and canvas bottom row update into one dsl update.

* fix tabs widget

* Visible updates per undo redo action (#6838)

Co-authored-by: Rahul R <rahulramesha@Rahuls-MacBook-Pro.local>

* resize atomic operation

* fix switch control state issue

* disallow undo/redo for snipping and comment mode

* disallow undo/redo for snipping and comment mode

* fix color picker issue in undo/redo

* add test for replayDSL

* option control fix, adding logs

* minor position change undo redo updates

* add test cases for replayHelpers

* property Upade visual change

* remove unused code

* global hot key jest test for undo redo

* Fixing batch updates on property change..

* add tests for toggle control in property pane

* unwanted utils.

* add tests for text control

* add tests for deletion

* add tests for dropping a new widget

* adding jest test for replayUtils

* add move widget tests

* add tests for color picker control

* add analytics for undo/redo

* add analytics for undo/redo

* tab addition atomic

* cypress tests for propertyPane, toasts and radiowidget optionControl

* replayDSL end of redo stack fix

* property update changes

* menu option control debounce input

* color picker empty undo fix

* fix cypress tests

* widget add/remove atomic

* revert alternative approach to handle atomic operations

* update replayDSL test

* add some comments

* addressing review comments

* flash color for property pane controls

* Fixing adding of tabs widget as well.

* code review comments.

* merging widget postion update and canvas bottom row update into one dsl update.

* fix ordering of tabs property control

* meta property update canvas min height.

* fixing failed specs.

* Fixing entity explorer update on deleting tab from entity explorer.

* address review comments and minor property update changes

* fixing failing tests

* merge conflicts

* changes to cater widget api.

* fix suggested widget table issue

* draggable list for undo redo

* fix widget name focus

* excluding canvas updates.

* fixing codeEditor update on propertySection collapse

* fixed failing test case

* ctrl y to redo for windows users

Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: Rahul R <rahulramesha@Rahuls-MacBook-Pro.local>
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-10-08 12:01:43 +05:30
Anand Jayaram
ad6c015826
Fixed Null comparisons without type-checking (#8293)
Fixed warning for Null comparisons without type-checking operators may not work as intended JS-0059 as found by https://deepsource.io/gh/appsmithorg/appsmith/issue/JS-0059/occurrences
2021-10-08 12:07:29 +06:00
Shrikant Sharat Kandula
a4975c5bff
Add API for updating role and goal for users (#8242) 2021-10-08 09:40:19 +05:30
NandanAnantharamu
470fab30f7
test: S3Crud test fix (#8323)
* added route for a validation

* removed calls which are not happening
2021-10-08 08:32:34 +05:30
Vinod
159e7f2062
fix: issue with string templates (#7848)
* Remove bracket highlight on error

* fix string template issue

* using string template to join strings

* fix breaking tests
2021-10-07 12:33:15 +00:00
Shrikant Sharat Kandula
a13f674752
Make port customizable from env variable (#8288) 2021-10-07 17:02:49 +05:30
Abhishek Choudhary
5bdb530f53
docs: Update ServerSetup.md (#8255) 2021-10-07 16:55:45 +05:30
yatinappsmith
9ff6c804dc
Commented failing JS tests (#8276)
Co-authored-by: Yatin Chaubal <yatin.chaubal@gmail.com>
2021-10-07 16:13:01 +05:30
akash-codemonk
30c859180e
chore: Move action/js debugger tabs related logic to a common component (#8199) 2021-10-07 12:23:58 +05:30
Aswath K
b2e3f5d022
fix: make property pane control example to be one of the allowed values (#7851) 2021-10-07 11:42:18 +05:30
yatinappsmith
f900cf9765
test: JSEditor Tests (#8068)
* Added basic support for JSEditor

* Added copy and delete test cases

* Basic changes for js editor

* Basic tests

* JSEditor Binding tests
2021-10-07 07:59:16 +05:30
Favour Ohanekwu
803e5e7cc6
fix: improve dropdown component (#8183)
Improved multipart form's dropdown component
2021-10-06 20:20:35 +01:00
Nidhi
82dc82633f
fix: Make JS objects visible to anon users (#8260)
* Make JS objects visible to anon users

* Dummy commit
2021-10-07 00:30:16 +05:30
Abhishek Choudhary
ec163d30ca
Update README.md (#8247) 2021-10-06 22:02:47 +05:30
Abhishek Choudhary
47f3df8efc
Update ClientSetup.md (#8251) 2021-10-06 21:59:06 +05:30
Nikhil Nandagopal
2669e2995a Updated Label Config 2021-10-06 21:31:00 +05:30
Nikhil Nandagopal
1d9ea7e062 Updated Label Config 2021-10-06 21:30:10 +05:30
Nikhil Nandagopal
f5b8550cb2 Updated Label Config 2021-10-06 21:29:45 +05:30
Nikhil Nandagopal
a2ecdb531e Updated Label Config 2021-10-06 21:28:11 +05:30
Nikhil Nandagopal
9d6d622170 Updated Label Config 2021-10-06 21:28:01 +05:30
Nikhil Nandagopal
1132a6240c Updated Label Config 2021-10-06 21:27:16 +05:30
Nikhil Nandagopal
b18eb21f74 Updated Label Config 2021-10-06 21:26:59 +05:30
Nikhil Nandagopal
3781a6ccc4 Updated Label Config 2021-10-06 21:23:49 +05:30
Nikhil Nandagopal
61cb61f6fb Updated Label Config 2021-10-06 21:18:14 +05:30
Nikhil Nandagopal
99c8528690 Updated Label Config 2021-10-06 21:15:21 +05:30
Nikhil Nandagopal
078dc801b3 Updated Label Config 2021-10-06 20:04:33 +05:30
Nikhil Nandagopal
47b1b66014 Updated Label Config 2021-10-06 20:04:00 +05:30
Nikhil Nandagopal
183e6d4790 Updated Label Config 2021-10-06 20:03:32 +05:30
Nikhil Nandagopal
d8dd9f4b15 Updated Label Config 2021-10-06 19:50:43 +05:30
Nikhil Nandagopal
3237121571 Updated Label Config 2021-10-06 19:45:31 +05:30
Nikhil Nandagopal
a9ff3784a0 Updated Label Config 2021-10-06 19:38:57 +05:30
Nikhil Nandagopal
860cbaa62f Updated Label Config 2021-10-06 18:49:35 +05:30
Nikhil Nandagopal
b14a20089a Updated Label Config 2021-10-06 18:48:42 +05:30
Nikhil Nandagopal
46591b512b Updated Label Config 2021-10-06 18:42:52 +05:30
Nikhil Nandagopal
972c31a0e6 Updated Label Config 2021-10-06 18:29:03 +05:30
Tolulope Adetula
d056c0baaa
feat: menu button as column type (#7039)
* fix: add menubutton

* feat: Make on Menu Item Click

* fix: remove console

* fix: refactor Utils.ts

* fix: add Comments

* fix: refactor utils

* fix: use forEach not Map

* fix: refactor table widget

* fix: add comment to config

* fix: refactor hook

* refactor: property Config

* fix: eslint issues

* fix:Add null check, refactor menuItemComponent

* test: add Cypress test for Menu button In Table widget

* fix: warning error

* fix: conflicts and remove menuStyle

* fix: change property pane arrangement

* fix: QA issues

* fix: Change default text, Change menu button color

* fix: Add background color to menuitems

* fix: bg color

* fix: failing tests
2021-10-06 13:57:05 +01:00
Nikhil Nandagopal
5f7f5ec00b Updated Label Config 2021-10-06 18:26:48 +05:30
Nikhil Nandagopal
b6da5f79ce Updated Label Config 2021-10-06 18:01:08 +05:30
Nikhil Nandagopal
1d11761685 Updated Label Config 2021-10-06 17:37:53 +05:30
Nikhil Nandagopal
369f7376c2 Updated Label Config 2021-10-06 17:28:04 +05:30
Nikhil Nandagopal
4548df5663 Updated Label Config 2021-10-06 17:23:41 +05:30
Nikhil Nandagopal
dbd65ec7b5 Updated Label Config 2021-10-06 16:46:45 +05:30
Nikhil Nandagopal
a7d0068256 Updated Label Config 2021-10-06 15:23:41 +05:30