Hetu Nandu
39b0a4e5a6
feat: Native promises support in Appsmith ( #8988 )
...
Co-authored-by: Apeksha Bhosale <7846888+ApekshaBhosale@users.noreply.github.com>
2021-12-23 14:17:20 +00:00
Bhavin K
244b089771
fix: added support for timePrecision ( #9423 )
2021-12-23 14:17:08 +00:00
Sumit Kumar
4b75f77caa
feat: add support for projection, sort and pagination. ( #9712 )
...
* Add API server support for UQI's Projection, Sorting and Pagination feature.
2021-12-23 14:16:49 +00:00
Nidhi
9af1f4c9f4
fix: Switched reference from package name to plugin name ( #9916 )
2021-12-23 14:16:30 +00:00
Nidhi
b2855ccf77
fix: Do not return JS actions when fetching page actions ( #9960 )
2021-12-23 14:16:16 +00:00
Shrikant Sharat Kandula
20cfc44b02
Fix toast message on reset password ( #9957 )
2021-12-23 14:16:09 +00:00
Sumit Kumar
cdcb657229
add query params from datasource to URI ( #9963 )
...
Add query params from datasource to final URI used for REST API query.
2021-12-23 14:15:54 +00:00
balajisoundar
8d3e3fd88b
fix: remove allowed filetype restriction in filepickerwidget ( #9921 )
2021-12-23 18:46:57 +05:30
Sumit Kumar
4a075628d7
fix: add work around to handle bad data in Firestore UQI migration ( #9966 )
...
* add another migration for those Firestore actions that could not be migrated.
* handle ClassCastException via try catch and assigning default empty value.
2021-12-23 15:59:53 +05:30
Nikhil Nandagopal
08364f61de
Updated Label Config
2021-12-23 11:02:13 +05:30
Subin Mathew
5e0ee52ff5
Update docker compose file to have update schedule to 1 hour ( #9943 )
2021-12-23 10:48:26 +05:30
Abhijeet
0e0b4d0d1e
Check for layoutOnLoadAction during clone application ( #9947 )
2021-12-22 21:40:19 +05:30
haojin111
8567d67ef9
fix: disconnect git and repo connect error UI modal ( #9833 )
2021-12-22 01:26:32 +05:30
Rishabh Saxena
f91e457db9
chore: show only ssh key in the deploy key UI section and remove the label ( #9882 )
2021-12-21 21:27:26 +05:30
Anand Srinivasan
3a4658c8f5
fix: unexpected return error ( #9432 )
...
* assign undefined for empty scripts during evaluation
* add unit tests
* handle anonymous_function when undefined
* update unit tests
* remove unwanted assignments in evaluation scripts
* update unit tests
* Update app/client/src/workers/evaluate.test.ts
* fix lint cypress tests
* remove semicolon
* fix API_bugs_spec
* undo anonymous function change
* Update app/client/src/workers/evaluate.ts
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
* add comment
* return back when JS is empty
* Update app/client/src/workers/evaluate.ts
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-21 20:00:19 +05:30
Anagh Hegde
4f4d0fd7df
fix: Clear the cache - git limit number of repos ( #9874 )
...
* Error handling for git limit
* clear cahe of git limit on connect api
* update per review
* check the repo is public before checking for the limit
* changes per review
* check if the repo is public or private during connect flow
2021-12-21 14:17:26 +00:00
Nikhil Nandagopal
0b0b978245
chore: Updated Template for CRUD DB template ( #9913 )
2021-12-21 19:34:37 +05:30
Rishabh Saxena
5ec308ce90
fix: git config updates ( #9818 )
2021-12-21 19:16:37 +05:30
Sumit Kumar
c858edf726
fix Mongo smart substitution for quotes around ObjectId ( #9856 )
...
- fix Mongo plugin's smart substitution feature to handle quotes around ObjectId in array. e.g. Initial replacement value: ["ObjectId(xyz)"] , final replacement value: [ObjectId(xyz)]
- unrelated: added version number to lombok dependency to stop build failures in IntelliJ.
2021-12-21 18:47:19 +05:30
Shrikant Sharat Kandula
2dec964e21
Add migration for new MongoDB mock endpoint ( #9909 )
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-21 18:04:12 +05:30
Abhijeet
20649ccb0a
fix: Fixes issues related to git profile and use appsmith user profile as a fallback value ( #9891 )
...
* Fixes related to git profile
* Added a TC for connect application with empty git profile and null default git profile
2021-12-21 16:45:56 +05:30
Arpit Mohan
bbe7267b6e
ci: Adding Vercel integration because of issues with Netlify ( #9903 )
...
Netlify builds are failing because of seemingly memory constraints. Also they are taking twice as long as Vercel.
This is an experiment to see if we can switch to Vercel for our deploy preview needs.
2021-12-21 15:33:12 +05:30
Keyur Paralkar
848bc13bc3
fix: corrected Index cond. for conditional formatting in table widget ( #9735 )
...
* fix: corrected Index cond. for conditional formatting in table widget
* test: added integration test for checking condtional formating post sorting
* refactor: enhanced the originalIndex condition with nullish coalescing op
2021-12-21 15:25:12 +05:30
Aishwarya-U-R
13f24cbce8
test: Automated tests for Rest Api, S3 Bugs and flakiness fixes ( #9695 )
2021-12-21 15:07:30 +05:30
NandanAnantharamu
d8e41b4b5c
test: updated org test ( #9868 )
2021-12-21 13:38:10 +05:30
Sumit Kumar
b8cfc18f7f
fix: fix firestore pagination cyclic dependency error ( #9892 )
...
* fix firestore pagination cyclic dependency error
fix firestore UQI migration error
* fix TC
2021-12-21 11:27:05 +05:30
Abhijeet
95869517f6
fix: Replace default IDs for forked application with destination resource IDs ( #9886 )
2021-12-21 11:19:00 +05:30
akash-codemonk
48267bf239
Fix mock Postgres database endpoint ( #9593 )
2021-12-21 11:13:19 +05:30
Parthvi12
293ddc3ea1
adding test cases for undo/redo ( #9742 )
2021-12-21 10:44:58 +05:30
Leo Thomas
77433cf62b
feat: Add support to send arbitrary form values to oAuth server during Datasource authentication ( #9660 )
...
* feat:9389 Add support to send arbitrary form values to oAuth server during Datasource authentication
* Changes related to Code Review Comments of PR 9650
* Changes implemented to set custom Key Value pairs
* Resolved Code Review comments
* Resolved Code Review comments
2021-12-21 10:12:26 +05:30
Nayan
a447c6ee5d
Hide updated date when application was not updated manually ( #9493 )
...
We should last updated date of an application in the home page. If an application was updated internally e.g. a new user was added to the application, the updated date was set and it was displayed in the home page. This PR fixes that problem.
2021-12-20 22:54:02 +00:00
Arpit Mohan
96677ef673
fix: Updating log4j to 2.17.0 to prevent JNDI lookups ( #9863 )
...
Also making minor edit to not show "Application name updated" toast message. This is a counter-productive toast that is distracting the user
2021-12-20 16:01:08 +05:30
balajisoundar
2796bf0baf
fix: handle undefined filterdata props in table widget ( #9832 )
2021-12-20 15:41:33 +05:30
Anagh Hegde
8a75928c2f
fix: Fix the wrong CS url for private repo limit check ( #9865 )
2021-12-20 15:16:57 +05:30
arunvjn
99a12be018
feat: add option to delete org ( #9287 )
...
Co-authored-by: Nayan <nayan@appsmith.com>
2021-12-20 05:58:01 +00:00
Rishabh Saxena
29d90166af
chore: update font for the user settings title ( #9854 )
2021-12-20 11:19:17 +05:30
Ankita Kinger
aa190fb434
fix: Excluded hyphen substitution in branch name validation ( #9842 )
...
* added exception for hyphen in branch name validation
* created jest test case for branchlist removeSpecialChars function
2021-12-20 10:22:28 +05:30
Anagh Hegde
1b30c58617
feat: Limit private git repos which can be connected within organization ( #9803 )
...
* Added check for private repos
* WIP limit repos
* Get the git connected apps from git
* Call CS to get the limit for the git connected apps
* Update comment
* Changes per review
* Add check for limiting the repo
* Cache the results from cloud service
Co-authored-by: Abhijeet <abhijeet@appsmith.com>
2021-12-18 17:40:46 +00:00
Leo Thomas
03afb6df22
fix: Handled a possible null key from headers - NullPointerException in sentry ( #9810 )
2021-12-18 22:42:00 +05:30
imgbot[bot]
387aed75e1
chore: [ImgBot] Optimize images ( #9855 )
...
*Total -- 311.31kb -> 173.82kb (44.16%)
/deploy/digital_ocean/images/edit-app.png -- 309.70kb -> 172.23kb (44.39%)
/app/client/src/assets/icons/widget/switch-group.svg -- 1.60kb -> 1.59kb (0.61%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-12-18 22:40:28 +05:30
Abhijeet
5e6e6caedb
fix: Use Appsmith user profile as a fallback git profile ( #9821 )
...
* Added appsmith profile as a fallback value
* Modified TC for userData to include git profile TCs
* Added check for null value when user want to use repo level profile and provide empty author name or email
* Refactor method names
2021-12-18 21:36:25 +05:30
geekup-legodevops
e3732dcb55
Add script to remove unused image in AMI ( #9732 )
2021-12-18 07:45:05 +05:30
Nayan
68a9584fd9
fix: removed sentry reposrting when application not found ( #9839 )
2021-12-17 20:16:49 +05:30
geekup-legodevops
dd3c750bbb
Migrate DigitalOcean image to use fat container ( #9400 )
2021-12-17 20:08:14 +05:30
Abhijeet
4bc86a906f
chore: Update default local git repo path as per docker-volume requirements ( #9804 )
...
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-17 14:30:54 +00:00
Ayangade Adeoluwa
b763fa03d3
fix: fixes inability to rename other widgets, jsactions, pages ( #9848 )
...
* fixes inability to rename other widgets, jsactions, pages
* adds edge case to handle renaming non action based entities
* fix if check
2021-12-17 19:21:06 +05:30
Shrikant Sharat Kandula
99d813971d
Disable fat image testing to push all archs
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-17 16:04:54 +05:30
Nikhil Nandagopal
57d4e67148
Updated Label Config
2021-12-17 15:44:18 +05:30
Shrikant Sharat Kandula
34ab4f8659
Revert buildx Docker image testing to unblock
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-17 14:51:53 +05:30
Rohan Arthur
cdcd127dc1
docs: add new section "documentation" in epic template ( #9846 )
2021-12-17 13:36:29 +05:30