Nikhil Nandagopal
f63fe638e7
Update config.json
2020-12-29 14:05:19 +05:30
Nikhil Nandagopal
178710d445
Update config.json
2020-12-29 14:03:04 +05:30
Nikhil Nandagopal
e56e7db9c7
Update main.yml
2020-12-29 13:59:03 +05:30
Nikhil Nandagopal
49c1724e95
Update main.yml
2020-12-29 13:57:37 +05:30
Nikhil Nandagopal
ee1cce900b
Update main.yml
2020-12-29 13:56:35 +05:30
Nikhil Nandagopal
fd1ae6b725
Update main.yml
2020-12-29 13:51:56 +05:30
Trisha Anand
ea0f9c159c
[Bug] Multi page applications return only a single page when fetching pages per application ( #2383 )
...
* Zipping flux with mono leads to mono not getting repeated and only the first emitted value of flux is processed further. This is leading to only a single page getting emitted in a multi page application.
* Added a test case to assert this for a multi page application
2020-12-29 13:38:47 +05:30
Nikhil Nandagopal
f0f1577d15
Update main.yml
2020-12-29 13:11:08 +05:30
Sumit Kumar
134f1a9c43
Plugin code contribution guidelines file. ( #2324 )
...
1. Provide guidelines to help external contributors add new plugins.
2020-12-29 13:09:44 +05:30
Nikhil Nandagopal
4929608e7d
Update main.yml
2020-12-29 13:08:34 +05:30
Nikhil Nandagopal
f9f6bcdad5
Rename super-labeler.yml to main.yml
2020-12-29 13:07:48 +05:30
Nikhil Nandagopal
a58a3c3ab3
Update config.json
2020-12-29 13:06:23 +05:30
Nikhil Nandagopal
407b10ca9f
Create config.json
2020-12-29 13:05:38 +05:30
Nikhil Nandagopal
f0d4a234ce
Create super-labeler.yml
2020-12-29 12:59:40 +05:30
Nikhil Nandagopal
ddc9c0c496
Update project-labeler.yml
2020-12-29 12:36:04 +05:30
Nikhil Nandagopal
15af387967
Update project-labeler.yml
2020-12-29 12:30:57 +05:30
Nikhil Nandagopal
651b5c4028
Update project-labeler.yml
2020-12-29 12:25:01 +05:30
Nikhil Nandagopal
04fbf3c8a6
Update project-labeler.yml
2020-12-29 12:22:01 +05:30
Nikhil Nandagopal
de5c1124e0
Update project-labeler.yml
2020-12-29 12:13:49 +05:30
Nikhil Nandagopal
9bbf8db17e
Create project-labeler.yml
2020-12-29 11:53:33 +05:30
Nikhil Nandagopal
a48242be7c
Create project-labeler.yml
2020-12-29 11:50:09 +05:30
Nikhil Nandagopal
ea2244e7e3
Update README.md
2020-12-29 10:58:08 +05:30
Trisha Anand
a70b95be37
Adding leak detection to hikari pool. Would be tracking this on logdna to ensure that we are catching any and all leaks that may be occuring with hikari. ( #2374 )
2020-12-28 18:29:50 +05:30
Trisha Anand
051d3c6c7f
Adding leak detection to hikari pool. Would be tracking this on logdna to ensure that we are catching any and all leaks that may be occuring with hikari. ( #2374 )
2020-12-28 18:26:33 +05:30
Piyush Mishra
988ebe975b
RPC-like layer with graceful startup and shutdown around a webworker ( #2252 )
2020-12-28 14:12:43 +05:30
Sumit Kumar
6299c86f39
Add TC to test mongodb connection establishment ( #2364 )
...
1. Test that when a query is attempted to run on mongodb server but refused because of lack of authorization, then
also, it indicates a successful connection establishment.
2020-12-28 11:58:17 +05:30
dependabot[bot]
45497ba5ac
Bump node-notifier from 8.0.0 to 8.0.1 in /app/client ( #2316 )
...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases )
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md )
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 10:55:39 +05:30
Trisha Anand
6210b9a0c0
All newly created applications now have a default published state. ( #2309 )
...
* All newly created applications now have a default published state.
* Added a test case to assert a new application comes up with default published states for both application and the default page.
* Function name changed.
* When trying to fetch a published version of a page when the page has not been published, throw a 404.
* WIP : Not working
2020-12-28 10:30:43 +05:30
Piyush Mishra
ebcffadca1
Prettier fixes ( #2366 )
2020-12-28 09:47:50 +05:30
Piyush Mishra
8ef8bfd2ac
Prettier fix. ( #2353 )
2020-12-24 19:01:09 +05:30
akash-codemonk
466d0cfde1
Fix explorer entity icon alignment ( #1413 )
2020-12-24 15:41:02 +05:30
Rishabh Saxena
83349e2996
fix modal entity not renamed through property pane when closed by clicking on the overlay ( #2185 )
2020-12-24 11:43:01 +05:30
Piyush Mishra
806a139ddb
Make prettier changes ( #2337 )
2020-12-24 10:02:25 +05:30
Piyush Mishra
3930c4c63c
Hotfix circularJSON ( #2214 )
2020-12-23 19:48:46 +05:30
Shrikant Sharat Kandula
85350b2940
Add migration to set isEncrypted field where missing ( #2332 )
...
(cherry picked from commit d5e0fb18d8 )
2020-12-23 18:07:35 +05:30
Shrikant Sharat Kandula
4ff2834559
Missing isEncrypted should mean a true value
...
(cherry picked from commit c7f330c4c7 )
2020-12-23 18:07:35 +05:30
Rishabh Saxena
4e802d2c5a
reset query on select, don't jump to active item ( #2237 )
2020-12-23 17:45:14 +05:30
Rishabh Saxena
396b12b024
reorder widgets alphabetically, autofocus search input ( #2325 )
2020-12-23 17:02:30 +05:30
Rishabh Saxena
fb7ae53002
set the first tab as selected when the selected tab is not found ( #2231 )
2020-12-23 16:59:34 +05:30
Rishabh Saxena
778b82f9ae
enable hotkeys only when a widget is selected ( #2262 )
2020-12-23 16:58:29 +05:30
Rishabh Saxena
77801b10ff
fix undo delete tab, create copy of tabs array ( #2315 )
2020-12-23 16:55:52 +05:30
Rishabh Saxena
9417335176
render column submenu popover inline ( #2329 )
2020-12-23 16:55:25 +05:30
Shrikant Sharat Kandula
d5e0fb18d8
Add migration to set isEncrypted field where missing ( #2332 )
2020-12-23 15:35:45 +05:30
Shrikant Sharat Kandula
c7f330c4c7
Missing isEncrypted should mean a true value
2020-12-23 14:23:03 +05:30
a
61e12235b2
Revert "reorder widget locale wise, autofocus search input"
...
This reverts commit 0bcc8872eb .
2020-12-23 11:08:52 +05:30
a
0bcc8872eb
reorder widget locale wise, autofocus search input
2020-12-23 11:01:00 +05:30
vicky-primathon
6b6e302ee1
Fix Table data validation issues ( #2297 )
2020-12-23 09:47:13 +05:30
vicky-primathon
bf5693f907
Reset table selected row when table data changes ( #2307 )
2020-12-23 09:28:23 +05:30
Arpit Mohan
0a16e29a80
Merge pull request #2320 from appsmithorg/release
...
Release
2020-12-23 09:10:53 +05:30
Sumit Kumar
53a6160139
Revert "Redshift plugin ( #2112 )" ( #2314 )
...
This reverts commit 708ca7fedf .
2020-12-22 16:59:18 +05:30