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
Rishabh Rathod
6b0259fe01
fix: Git sync common UI ( #8768 )
...
* fix git branches and modal ui fixes
* fix deploy preview UI
* Add Merge API
* fix: udpate key to branchName
* add messages to constant/messages.ts
Co-authored-by: rishabh saxena <rishabh.robben@gmail.com>
2021-10-25 19:57:58 +00:00
allcontributors[bot]
8e10c4678f
docs: add rafaeelaudibert as a contributor for code ( #8766 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-25 22:42:53 +05:30
Trisha Anand
b57e0c245d
fix: Get buckets in S3 plugin during generate CRUD page ( #8781 )
...
* Fix: Generate page fix for S3 plugin
* Fixed the replacement of template variables in form data failure for S3
2021-10-25 22:38:22 +05:30
Shrikant Sharat Kandula
47511640e5
Don't hash identify data points on cloud ( #8790 )
2021-10-25 18:57:24 +05:30
Rafael Baldasso Audibert
0e22f26621
fix: Change "Allow Horizontal Scroll" text to "Allow scroll" ( #8085 )
...
* chore: Change "Allow Horizontal Scroll" to "Allow Scroll"
* chore: Hide option to choose scroll for pie chart
* fix: Fix prettier errors
* feat: Add migration to allowScroll for `CHART_WIDGET`s
Closes #4227
* fix: Fix chart widget prop recursively
Per https://github.com/appsmithorg/appsmith/pull/8085#discussion_r733442011
Closes #4227
2021-10-25 17:09:39 +05:30
Shrikant Sharat Kandula
87ed846194
Close Redshift connections every time ( #8776 )
2021-10-25 16:48:28 +05:30
Rishabh Saxena
4d5b447342
chore: update feature flag domain to appsmith for GIT ( #8689 )
2021-10-25 06:22:23 +00:00
Parthiv Makwana
6c44573fb8
chore: Updated Code Blocks in ServerSetup.md ( #8747 )
2021-10-25 11:26:14 +05:30
Trisha Anand
0300fa9486
feat: Migrating S3 plugin to UQI framework ( #8575 )
2021-10-25 11:19:22 +05:30
Nayan
5fc00a6cd0
fix: check with url path when redirecting to default application url ( #8207 )
...
When deciding whether to redirect to default application or the redirect url provided during signup, it'll compare with url path now. Earlier it was considering any query params added to the redirect url.
2021-10-25 11:43:02 +06:00
akash-codemonk
6023f4e15d
fix tooltip causing a horizontal scroll on windows ( #8606 )
2021-10-25 09:53:11 +05:30
Trisha Anand
4a11a10ee0
fix: on page load actions take into account widget dependencies as well to compute correct order of action computaion on page load ( #7829 )
2021-10-25 08:03:08 +05:30
Paul Li
8581d3aca1
feat: Disable Pin centering in Map Widget ( #8552 )
...
-- Change the label for the property, isClickedMarkerCentered
-- Set isClickedMarkerCentered to true by default
-- Create the corresponding migration for it
2021-10-23 11:05:18 +05:30
Shrikant Sharat Kandula
9f770ae871
Include role in first_login event ( #8654 )
2021-10-23 07:55:30 +05:30
Nidhi
03a92776f7
fix: Refactor with escape sequences ( #8713 )
...
* fix: Refactor with escape sequences
* Remove comments
2021-10-22 16:09:53 +00:00
Nikhil Nandagopal
d876e9c69d
don't send hash on self hosted intercom ( #8723 )
2021-10-22 19:36:18 +05:30
Pawan Kumar
1c983f6c58
fix: Cannot read properties of undefined (reading 'children') ( #8406 )
...
* fix widget grouping failing issue
* fix widget grouping pasting edge case
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-10-22 12:32:19 +00:00
Anagh Hegde
4717b4bcf0
feat: git merge status ( #8692 )
...
* git merge status
2021-10-22 12:31:13 +00:00
Rishabh Saxena
8dc3fb4951
fix: don't fetch comment threads for anonymous users ( #8717 )
...
* fix: don't fetch comment threads for anonymous users
* fix: add wait to public apps test
* proper fix
* var updated
Co-authored-by: Pranav Kanade <pranav@appsmith.com>
2021-10-22 17:10:12 +05:30
Nikhil Nandagopal
122d897617
Updated S3 CRUD Template ( #8722 )
2021-10-22 11:33:27 +00:00
Pawan Kumar
b9d8105949
fix: TypeError: Cannot read properties of undefined (reading 'filter') ( #8598 )
...
* fadd null check
* fix validation of checkbox group
* add jest test for checkbox default selected option validation
* fix checkbox group failing
* sort order of imports
* update default selected value validation
2021-10-22 13:26:52 +05:30
albinAppsmith
9c8cdacd0f
Hover state of incoming connection fix ( #8670 )
2021-10-22 10:54:32 +05:30
Nikhil Nandagopal
847aca3ef7
Update --epic.yaml
2021-10-21 23:09:02 +05:30
Nikhil Nandagopal
37d7937d04
Update --bug-report.yaml
2021-10-21 23:06:14 +05:30
Shrikant Sharat Kandula
d546f0114e
Add docker-compose file for use in AWS AMIs
2021-10-21 11:12:33 +05:30
haojin111
4dc8da3cbb
enable edit icon ( #8613 )
2021-10-21 11:06:33 +05:30
balajisoundar
b2c5779234
feat: Introduce a welcome banner and a form to fill in role, useCase for new user ( #8312 )
2021-10-21 11:06:17 +05:30
Rishabh Saxena
7fe75ba711
chore: fetch published page after fetching actions for viewer ( #8635 )
2021-10-21 10:53:34 +05:30
balajisoundar
e7de8bafd5
feat: option to download config files from admin settings page ( #8631 )
2021-10-21 10:27:10 +05:30
akash-codemonk
6347bd9c38
fix: show tooltips for entity names in explorer ( #8501 )
2021-10-21 10:07:34 +05:30
Trisha Anand
a5eb79b2e1
Fixing the substitution type for JSON fields ( #8652 )
2021-10-21 09:52:35 +05:30
yatinappsmith
e9ffc67f79
Added check for cypress tests in PR ( #8454 )
2021-10-21 03:31:36 +00:00
akash-codemonk
5a80e9b014
fix: scroll bar shifting widget sidebar content on windows ( #8524 )
2021-10-20 20:05:12 +05:30
arunvjn
71b1ea0675
fix: autocomplete experience ( #8539 )
...
CodeEditor component refactor and fixes around autocomplete flicker
2021-10-20 17:51:07 +05:30
Bhavin K
4f5facbe7a
fix: Radio component keys are now unique ( #8277 )
2021-10-20 17:45:54 +05:30
Aanchal
e78ace8bc2
fix: Removed unused variables ( #8122 )
...
Fix: Removed unused variables
2021-10-20 18:09:50 +06:00
akash-codemonk
ea98e4e075
chore: add analytics event for debugger context menu click ( #8628 )
2021-10-20 17:10:29 +05:30
Nayan
98ca448f9f
feat: [Feature] Add API to download docker config ( #8587 )
...
Added API to download docker config for super admin users
2021-10-20 15:58:31 +06:00
Anagh Hegde
6faaa33936
feat: Git version control functionality with connect to remote, commit, push flows ( #8403 )
...
* core workflows of git - branch, clone, commit, pull, merge, status, log
* Rehydrate file system before merge operation
* Add logic to handle merge conflict for merge and pull flow
* Add defaultBranch to listBranch API
* Add Unit tests for git commands
* Upgrade JGit dependencies to fix the security issue
* Git command tests
* Revert unwanted changes and update delete application flow
* Disable git feature until the FE changes are merged
Co-authored-by: Abhijeet <ABHI.NAGARNAIK@GMAIL.COM>
2021-10-20 09:47:34 +00:00
albinAppsmith
b1367caf1f
fix: border radius of google sheet where clause removed ( #8453 )
...
* dynamic text field bg fixed
* removed | replaced color with constant
* * border radius of google sheet where clause removed
* * Error header BG color changed
* * where field alignment fix
* fixed hover state of dynamicinputtextcontrol
* border-radius fix
* css syntax fix
Co-authored-by: rashmi rai <rashmirai@rashmis-MacBook-Pro.local>
2021-10-20 15:03:04 +05:30
Rishabh Rathod
258189cc3f
fix: git sync ui fixes ( #8133 )
2021-10-20 07:38:17 +00:00