Nayan
8e568d6056
feat: [Feature] Add slug for applications and pages ( #8860 )
...
Generates and stores a slug from application name and page names when they are created or updated. Also adds a migration to set slug to existing applications and pages.
2021-11-01 14:18:21 +06:00
Nayan
5637b4dfa4
fix: [Bugfix] Delete comments when unpublished page is deleted ( #8698 )
...
When a page is deleted, the comment threads in that page should also be deleted and should not appear to user.
The Edit mode comments should not be visible to app viewers.
2021-11-01 14:17:42 +06:00
Nayan
2181f47632
fix: Update admin settings API for changes in UI ( #8818 )
...
Set a default name as Appsmith to new instances. Also adds super user's email to admin email configuration.
2021-11-01 14:16:56 +06:00
albinAppsmith
55df317211
fix: API Editor bug fixes ( #8803 )
...
* * Confirmation modal fixes
* * header overflow fixed, API editor
* * Delete truncate issue fix
* Tabs count UI fix
* * Removed hardcoded text from component and added in messages
* * removed hardcoded size
* * fixed scroll issue in appviewer
* * eval field fixes
* * design fix for key in API pane
* * fixed test cases
2021-11-01 10:24:06 +05:30
Abdul Rehaman
2e2e0d1d51
fixed treeselect bug ( #8474 )
2021-10-30 23:31:55 -07:00
Bhavin Ag
da5baba982
fix: rename no item to no results in select components ( #8666 )
...
* style: update no results found style for multi select
* style: update empty data text for multi select widget
* style(SingleSelectTree): update style for no items found
* style: remove minimum width from empty containers
* test: add integration test for tree select
* test: add integration test for empty data for multi select
* test: add integration test for empty states
2021-10-30 23:25:23 -07:00
Rishabh Rathod
19be98bd46
Updated Template ( #8920 )
...
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
2021-10-29 15:36:31 +05:30
Shrikant Sharat Kandula
59ab2abe32
Upload build artifacts to S3 ( #8865 )
2021-10-29 15:36:16 +05:30
Nayan
09eff23479
feat: [Feature] Added release version api for clients and RTS ( #8324 )
...
Added a new event in RTS when new version is deployed. After receiving this event, client will show a prompt to refresh.
2021-10-29 15:52:21 +06:00
Anagh Hegde
b951d8db21
Get default branch from DB instead of remote to save time ( #8844 )
2021-10-29 09:32:02 +00:00
balajisoundar
baf67a8988
chore: Super user signup form cypress tests ( #8665 )
2021-10-29 14:40:30 +05:30
Arpit Mohan
095fed3429
ci: Fixing the test-build-docker-image workflow
...
We want package step to run on successful test completion on master. On other branches it's OK to deploy even with a failing test suite.
2021-10-29 13:47:54 +05:30
akash-codemonk
b7b29eeb89
chore: minor windows styling fixes ( #8696 )
2021-10-29 13:13:32 +05:30
Anagh Hegde
ebb9665d42
fix: check for repoName while deleting apps ( #8866 )
...
* check for repoName while deleting apps
* Added tests
2021-10-29 07:21:31 +00:00
Pranav Kanade
3fd5edad11
allowing omnibar and debugger hotkeys to work from focused input fields ( #8897 )
2021-10-29 12:36:29 +05:30
Aishwarya-U-R
d3f2f8c04f
test: Generate CRUD implementation - Mongo, MySQL, S3 ( #8879 )
...
* Generate CRUD implementation - Mongo, MySQL, S3
* Revertion from intercept to route
2021-10-29 07:02:45 +00:00
Nidhi
6b0ef6e236
fix: Added JS collection body to view mode ( #8899 )
2021-10-29 07:02:28 +00:00
Arpit Mohan
86ad475e30
Revert "chore: Updated Template ( #8813 )"
...
This reverts commit f72d6b5777 .
2021-10-29 11:21:32 +05:30
Rishabh Rathod
f72d6b5777
chore: Updated Template ( #8813 )
...
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-10-29 10:16:56 +05:30
Shrikant Sharat Kandula
10bff6d80e
Update identify data with role and goal ( #8809 )
2021-10-28 16:38:30 +05:30
haojin111
5421a7e597
fix: 8332 - updated style of text input and groupbox key value delete icon ( #8629 )
...
* updated style of text input and groupbox key value delete icon
* fixed issue of margin of key input of groupbox
Co-authored-by: Albin <albin@appsmith.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-10-28 10:44:59 +05:30
balajisoundar
1b596be6f5
chore: Fix misc admin settings issues ( #8838 )
2021-10-28 10:17:02 +05:30
rahulramesha
ce453fd259
fix: Copied modal close and mobile modal bug fix ( #8497 )
...
* fix for copied widget
* copied modal paste on maincontainer fix
* mobile modal fix
* added logic to paste modal widget on the main container only
* added check only for modal Widget close since the saga seems to be shared for other scenarios
2021-10-28 07:41:19 +05:30
Joshua Lund
a874b36b11
fix: Remove duplicate APPSMITH_MAIL_ENABLED env variable. Fixes #8852 . ( #8853 )
2021-10-27 21:39:37 +05:30
Anagh Hegde
338e8ba8d0
fix: git push relevent error messages ( #8769 )
...
* WIP
* Add relevant error messages for push action
* fix tests
* changes per review comments
* Add error message for the file system related error
* Fix test failures
* Fix test failures
2021-10-27 14:15:46 +00:00
Abdul Rehaman
eae04e29a8
fix: [Bug] The name of the Widget is 'MultiTreeSelect' in Widget Pane… ( #8371 )
...
* fix: [Bug] The name of the Widget is 'MultiTreeSelect' in Widget Pane and 'MultiSelectTree' in the canvas #8306
* Resolves #8306 and #8436
* Updated commit
* Update, removed treeselect commit
* Removed space
2021-10-27 14:26:50 +01:00
ashit-rath
b957787671
perf: improve widget property update ( #8786 )
...
* Perf improvement for widget property update
* widget -> widgetWithUpdates
2021-10-27 18:28:34 +05:30
balajisoundar
661fb88171
fix: Don't trigger onpause on onend in audio widget ( #8843 )
2021-10-27 17:55:19 +05:30
Rishabh Saxena
d4cc110cd1
fix: dont validate the email during comments onboarding if the email exists on the user object ( #8851 )
2021-10-27 17:04:54 +05:30
Rishabh Saxena
44116d3c79
feat: persist embed query param in the URL ( #8685 )
2021-10-27 17:02:26 +05:30
NandanAnantharamu
294032376f
test: lint error/warning tests ( #7211 )
...
* Test for lint
* Basic tests for Linting Warning/Error
* Updated tests
* Updated tests
* Updated tests with another lint scenario
* updated test
* Added tests for list and text Widget
* Updated tests
* Updated tests
2021-10-27 12:54:02 +05:30
Vicky Bansal
8c4e7d331e
feat: Set selectedRow for multiple row selection in table widget ( #7935 )
2021-10-27 11:43:48 +05:30
NandanAnantharamu
b27e3567c6
Updated test ( #8811 )
2021-10-27 11:38:39 +05:30
Nikhil Nandagopal
d3822990b0
Updated Label Config
2021-10-27 10:46:23 +05:30
arunvjn
972c982f77
fix: autocomplete improvements ( #8836 )
...
Fixes to prevent autocomplete on special characters like +, - etc
2021-10-27 10:19:35 +05:30
NandanAnantharamu
ce26b5bb5f
Commented Delete Test ( #8589 )
2021-10-26 22:26:26 +05:30
Apeksha Bhosale
4487fee83e
fix: changed dummy actions object ( #8510 )
...
* changed dummy actions object
* Snippets for js objects
* added js objects tag
* fixed tests for new changes
Co-authored-by: arunvjn <arun@appsmith.com>
Co-authored-by: yatinappsmith <yatin@appsmith.com>
2021-10-26 18:23:58 +05:30
Paul Li
b3aac80146
feat: Table widget, column settings - add helper to Computed value ( #8634 )
...
-- Add helpText for computedValue property of column settings
Co-authored-by: somangshu <somangshu.goswami1508@gmail.com>
2021-10-26 17:42:56 +05:30
Arpit Mohan
a1deef1660
chore: Updating the sync workflow to use merge strategy
2021-10-26 16:37:21 +05:30
Hetu Nandu
e6b0f4deb3
fix: Fix data clone error when returning results from trigger event ( #8673 )
2021-10-26 15:53:12 +05:30
Yash Vibhandik
a461c2dd7a
fix : #8042 updated dropped height width and default color ( #8304 )
2021-10-26 15:28:54 +05:30
Siddharth Mishra
bb77c03ebb
fix: Fixed the broken links in CONTRIBUTING.md ( #8815 )
...
closes #8805
Signed-off-by: Siddharth <smishra1605@gmail.com>
2021-10-26 15:26:02 +05:30
arunvjn
90214b01d8
Fixes type display of JS keywords and adds autocomplete support on backspace. ( #8800 )
2021-10-26 14:26:10 +05:30
Rishabh Saxena
e60a73adaa
chore: update branch header key to branchName ( #8806 )
2021-10-26 14:21:26 +05:30
Anand Srinivasan
9e55ca9ff0
fix: table widget design ( #8426 )
...
* Table - multi-select checkbox and selected row color update
* table: change hoverstyle on multi-select checkbox
* re-order conditions
* table widget: use px for positioning checkbox
* change hover style for unselected row
* check box remains white on hover
* fix cypress test
* table search box - highlight on active
* search cancel icon updated
* move svg to assets folder
2021-10-26 14:01:27 +05:30
Tolulope Adetula
3a40b76790
fix: page number reset ( #8681 )
...
* fix: page number reset
* fix: add cypress test
2021-10-26 01:12:03 -07:00
Tolulope Adetula
e4caaacbfd
fix: fixing table widget updatehook ( #7992 )
...
* fix: use column keys to update derived column
* fix: resolve conflicts
* fix: onclick trigger fro derived columns
2021-10-25 23:52:45 -07:00
Nidhi
295f8b9631
fix: Forking with JS collections ( #8799 )
2021-10-26 11:04:04 +05:30
haojin111
7016d9f6d0
fix: 8633 - updated style of ads dropdown ( #8679 )
...
* added style of ads dropdown
* removed duplicated border
Co-authored-by: Albin <albin@appsmith.com>
2021-10-26 10:47:59 +05:30
Shrikant Sharat Kandula
c82bb751e1
Fix deleting datasources with deleted actions ( #8627 )
2021-10-26 06:20:59 +05:30