geekup-legodevops
f37f9451ef
feat: Support building Docker image for ARM arch ( #7832 )
2021-09-29 14:33:27 +05:30
Nikhil Nandagopal
db13282a6f
Updated Label Config
2021-09-29 12:20:05 +05:30
Nikhil Nandagopal
42b29d0abf
Updated Label Config
2021-09-29 12:20:03 +05:30
Rishabh Rathod
570731507b
fix: Remove unneccessary scrolling ( #7896 )
2021-09-29 11:23:24 +05:30
Nikhil Nandagopal
5770075218
Updated Label Config
2021-09-29 02:53:22 +05:30
Nikhil Nandagopal
d009383734
Update config.json
2021-09-29 02:51:32 +05:30
Nikhil Nandagopal
3552e258ea
Updated Label Config
2021-09-29 02:49:02 +05:30
Nikhil Nandagopal
a83ba9445b
Updated Label Config
2021-09-29 02:47:51 +05:30
Nikhil Nandagopal
e0a8d80ae6
Updated Label Config
2021-09-29 02:46:59 +05:30
Nikhil Nandagopal
54851efd28
Update config.json
2021-09-29 02:45:01 +05:30
Nikhil Nandagopal
f1bf6f4913
Updated Label Config
2021-09-29 02:40:43 +05:30
Nikhil Nandagopal
0218ac0667
Updated Label Config
2021-09-29 02:39:59 +05:30
Nikhil Nandagopal
9f6d36ec38
Updated Label Config
2021-09-29 02:26:39 +05:30
Nikhil Nandagopal
726ecd1c40
Updated Label Config
2021-09-29 02:25:17 +05:30
Nikhil Nandagopal
f9e8cbf308
Updated Label Config
2021-09-29 02:23:10 +05:30
Nikhil Nandagopal
6f4afebb9d
Updated Label Config
2021-09-29 02:22:12 +05:30
Nikhil Nandagopal
3f8d403152
Updated Label Config
2021-09-29 02:20:25 +05:30
Nikhil Nandagopal
40ffd113cd
Update config.json
2021-09-29 02:11:55 +05:30
Nikhil Nandagopal
5776c2808d
Updated Label Config
2021-09-29 00:20:21 +05:30
Nikhil Nandagopal
ecccf7adb4
Updated Label Config
2021-09-28 23:09:34 +05:30
Arpit Mohan
c08e56cb44
doc: Updating client contribution to point to release API server
2021-09-28 22:19:42 +05:30
Satish Gandham
c3d5b1010b
fix: Change multiselect back to supporting numbers and boolean. ( #7895 )
...
* Revert "fix: multiselect validation (#7698 )"
This reverts commit 728a2559c5 .
* - Convert the multiselect options value and labels to string before filtering as the values can be numbers.
* - Discourage users from using string in multiselect default value
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-09-28 19:38:24 +05:30
Nidhi
883b0215a6
Changes for JS actions in the import/export feature ( #7892 )
2021-09-28 18:13:26 +05:30
Ayush Pahwa
f8442622b3
fix: Added new row addition action for form value changes ( #7682 )
2021-09-28 11:36:03 +00:00
Aswath K
b4bab33d1e
fix: make the row click event trigger when table button is clicked ( #7878 )
2021-09-28 16:27:44 +05:30
Shrikant Sharat Kandula
c70613d5aa
Add missing RTS deps artifact
2021-09-28 16:04:30 +05:30
Abhijeet
0729ab3211
fix: Display result in tabular format for action response in imported app for SQL datasource ( #7889 )
...
* Added pluginId to nested datasource object within actionDTO
* Added check in TC for plugin id
2021-09-28 16:03:56 +05:30
Nikhil Nandagopal
5c3e4ba715
fix: Update crud template ( #7891 )
...
* Delete CRUD-DB-Table-Template-Application.json
* Updated Template
* Update TC to replace selectedRow with triggeredRow as per the updated template
Co-authored-by: Abhijeet <ABHI.NAGARNAIK@GMAIL.COM>
2021-09-28 15:28:33 +05:30
Shrikant Sharat Kandula
04c7d86850
Remove default pwd for building fat container
2021-09-28 15:11:42 +05:30
Pranav Kanade
25035cbf88
hiding comments mode toggle for anonymous users ( #7885 )
2021-09-28 14:37:12 +05:30
Shrikant Sharat Kandula
f6d2e89ae3
fix: Actions not being deleted when app is deleted ( #7880 )
2021-09-28 13:28:50 +05:30
Apeksha Bhosale
a1e5b39b49
fix: Debugger logs and errors related to js editor ( #7749 )
...
* added errors
* small change url
* messages created
* few logs for debugger
* after merge
2021-09-28 13:01:46 +05:30
Nikhil Nandagopal
86a6d16ef8
Updated Label Config
2021-09-28 12:54:39 +05:30
Nikhil Nandagopal
b6894654e1
Updated Label Config
2021-09-28 12:51:09 +05:30
balajisoundar
287f7e2de2
chore: Signposting progress should be hidden when user generates a page ( #7883 )
...
Fixes : #7660
2021-09-28 11:58:18 +05:30
Nikhil Nandagopal
b972eda083
Updated Label Config
2021-09-28 11:47:13 +05:30
Apeksha Bhosale
1b8a77044e
scroll for response tab list of functions ( #7864 )
2021-09-28 11:29:09 +05:30
Vinod
d1730a92f9
fix: autocomplete suggestions should be restricted in bindings ( #7732 )
...
* Remove bracket highlight on error
* hide data tree functions in non actions
* filter by entity type
* fix the autocomplete issue
* temp
* Fix case where entity type is undefined
* remove unused code
* fix failing test
2021-09-28 11:09:43 +05:30
Nidhi
1660ade6fb
fix: Added specific locale to root Dockerfile ( #7873 )
...
* Added specific locale to root Dockerfile
* Update Dockerfile
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-09-28 10:34:33 +05:30
Nikhil Nandagopal
5d471a1087
Update config.json
2021-09-28 00:08:46 +05:30
Paul Li
31424e77b1
fix: The recorder widget does not reset when onClick actions on submit button is set to reset recorder widget ( #7729 )
...
-- Add the logic for resetting the widget
2021-09-27 23:55:53 +05:30
Nikhil Nandagopal
c5a537c5a1
Updated Label Config
2021-09-27 23:16:18 +05:30
Nikhil Nandagopal
0f46dae24f
Updated Label Config
2021-09-27 23:12:31 +05:30
Nikhil Nandagopal
21d4485340
Updated Label Config
2021-09-27 23:09:30 +05:30
Nikhil Nandagopal
b0fbc98699
Updated Label Config
2021-09-27 23:04:27 +05:30
Nikhil Nandagopal
660b704632
Updated Label Config
2021-09-27 23:04:02 +05:30
Nikhil Nandagopal
64a303691f
Update config.json
2021-09-27 22:59:59 +05:30
Nikhil Nandagopal
bb3d431293
Updated Label Config
2021-09-27 22:53:14 +05:30
Nikhil Nandagopal
1d43bb9733
Updated Label Config
2021-09-27 22:52:27 +05:30
Nikhil Nandagopal
1fc52ad21c
Updated Label Config
2021-09-27 22:52:07 +05:30