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
Hetu Nandu
a820728926
Merge pull request #2416 from appsmithorg/release
...
Release
2021-01-04 15:39:56 +05:30
Nikhil Nandagopal
bb81d3501a
Update config.json
2021-01-04 14:31:59 +05:30
Nikhil Nandagopal
62656d78cf
Update config.json
2021-01-04 14:27:48 +05:30
Nikhil Nandagopal
2f7c233ca6
Delete label-commands.yml
2021-01-04 14:22:05 +05:30
Nikhil Nandagopal
7bd70eec06
Update config.json
2021-01-04 14:21:49 +05:30
Nikhil Nandagopal
74c4971a7c
Update and rename label-commands.yml to main.yml
2021-01-04 14:05:09 +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
Nikhil Nandagopal
4d24217717
Update project-labeler.yml
2020-12-30 14:54:14 +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
Nikhil Nandagopal
40026cf441
Update label-commands.yml
2020-12-29 16:55:24 +05:30
Nikhil Nandagopal
c9c1f4d9c8
Update label-commands.yml
2020-12-29 16:46:05 +05:30
Nikhil Nandagopal
d77ad4bead
Update label-commands.yml
2020-12-29 16:41:54 +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
Nikhil Nandagopal
4c4d0b72f9
Update label-commands.yml
2020-12-29 16:28:16 +05:30
Rishabh Saxena
e526f5cca5
minox css fixes ( #2375 )
2020-12-29 16:17:32 +05:30
Nikhil Nandagopal
85e896df49
Update label-commands.yml
2020-12-29 16:07:25 +05:30
Nikhil Nandagopal
eb6dcc0799
Update label-commands.yml
2020-12-29 16:03:21 +05:30
Nikhil Nandagopal
7cd2f8986c
Update label-commands.yml
2020-12-29 16:02:10 +05:30
Nikhil Nandagopal
e2db152962
Update label-commands.yml
2020-12-29 15:58:48 +05:30
Nikhil Nandagopal
2e85d8c14d
Update label-commands.yml
2020-12-29 15:58:18 +05:30
Nikhil Nandagopal
20d3c62d77
Update label-commands.yml
2020-12-29 15:57:19 +05:30
Nikhil Nandagopal
0a23fb9643
Delete main.yml
2020-12-29 15:55:19 +05:30
Nikhil Nandagopal
8d8284cd39
Update label-commands.yml
2020-12-29 15:53:16 +05:30