akash-codemonk
09c4e4fc49
Onboarding deploy tooltip fix ( #2490 )
2021-01-13 15:27:53 +05:30
akash-codemonk
44e300ec45
Onboarding fixes ( #2458 )
2021-01-13 15:27:45 +05:30
akash-codemonk
b5a1c93f09
Open the already opened tab if it exists when clicking on deploy ( #2448 )
2021-01-13 15:27:37 +05:30
akash-codemonk
6e4cdb0f84
Hide other header elements while showing the deploy button
2021-01-13 15:27:29 +05:30
akash-codemonk
1e17c03478
Fix onboarding test failure causing other tests to fail ( #2417 )
2021-01-13 15:27:15 +05:30
Trisha Anand
d1d73070f4
Adding action execution time and logging the same ( #2473 )
2021-01-07 14:10:22 +05:30
Trisha Anand
db2b002ac7
Increased logs to debug future connection leaks. ( #2437 )
...
* Increased logs to debug future connection leaks.
* Fetch a connection from the pool only if a query exists.
* Minor comment added.
* Minor rewrite
* Code formatting.
* Update app/server/appsmith-plugins/postgresPlugin/src/main/java/com/external/plugins/PostgresPlugin.java
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
* Added hikari cp pool stats to get database structure function as well.
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-01-05 18:39:36 +05:30
Hetu Nandu
45918bfd33
Fix invalid toast message for evaluation error ( #2443 )
...
Fixes #2432
Fixes : #2429
Co-authored-by: Piyush Mishra <piyush@codeitout.com>
2021-01-05 17:16:51 +05:30
NandanAnantharamu
4c5387f707
updated assertion ( #2419 )
...
* updated assertion
* review comment incoirporated
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-01-04 12:59:21 +05:30
Trisha Anand
214f911060
Fixed merge conflict related build failure.
2021-01-04 11:24:00 +05:30
Trisha Anand
24ef325467
Merge branch 'master' into release
2021-01-04 11:18:13 +05:30
Trisha Anand
e17da5f913
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2021-01-01 01:24:55 +05:30
Trisha Anand
a3378397d7
Increasing pool size to 20 to reduce the number of times datasource becomes unusable. Symptomatic relief till I can solve for this at leisure over the next few days.
...
Note : Update/Insert are leading to connection leak
2021-01-01 01:24:26 +05:30
Pawan Kumar
9d0c6d5359
fix datetimepicker max date issue ( #2407 )
...
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-31 17:54:50 +05:30
Piyush Mishra
3d7242d716
Cleanup cancelled requests ( #2387 )
2020-12-30 18:56:44 +05:30
Rishabh Saxena
611186c4b2
set min pageSize for table widget ( #2362 )
2020-12-30 18:32:46 +05:30
Rishabh Saxena
c344377a9d
only autofocus widget search ( #2400 )
2020-12-30 18:32:11 +05:30
Hetu Nandu
31d8c8c4eb
[Worker] Fix critical issues ( #2393 )
2020-12-30 18:28:57 +05:30
Trisha Anand
d4640e01a2
Invite users once triggered should not be cancellable. ( #2401 )
...
* Invite users once triggered should not be cancellable.
2020-12-30 16:50:01 +05:30
Rishabh Saxena
6dd97a6f09
fix stacking order of popover and app header ( #2338 )
2020-12-30 14:36:24 +05:30
Rishabh Saxena
f1f9441cc6
auto focus search input ( #2360 )
2020-12-30 14:33:24 +05:30
akash-codemonk
1a35bb1e75
Onboarding flow ( #2311 )
2020-12-30 13:01:20 +05:30
Piyush Mishra
5ae2da1578
Send clean validated tree back ( #2376 )
2020-12-29 23:57:07 +05:30
Rishabh Saxena
37d0314c2a
default error code ( #2363 )
2020-12-29 22:22:31 +05:30
Rishabh Saxena
14effe6db1
fix del hotkey ( #2349 )
2020-12-29 22:21:57 +05:30
Rishabh Saxena
ccd9371820
update tooltip test ( #2392 )
2020-12-29 19:50:14 +05:30
Trisha Anand
712f41db92
Reducing the probability of getting pages out of order (Expected order is the order in which the pages were created and added to the application). This should : ( #2391 )
...
1. Get rid of cypress test failures which asserts a certain order till the cypress test case is fixed and unblocks the frontend team.
2. Uses a bulk API to fetch all the pages instead of fetching each page sequentially over different network calls with the database.
2020-12-29 19:10:01 +05:30
Rishabh Saxena
13fae1a5c1
fix test ( #2390 )
2020-12-29 17:45:15 +05:30
Trisha Anand
ea366b1d29
Fixed NPE in database migration
2020-12-29 17:06:30 +05:30
Trisha Anand
735a4398b2
Added a migration to old rest api datasources which adds the new mandatory key isSendSessionEnabled with value N ( #2388 )
2020-12-29 16:29:28 +05:30
Rishabh Saxena
e526f5cca5
minox css fixes ( #2375 )
2020-12-29 16:17:32 +05:30
Hetu Nandu
b5e8673921
Properly log data tree instrumentation ( #2228 )
2020-12-29 14:55: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
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