Trisha Anand
11eac73013
Clone application within the same organization ( #414 )
...
* WIP : First draft of clone applications
* Cloning of application now works correctly.
* Fixed the failing test case for page cloning.
* Added test case to assert the clone of application successfully.
* Minor function renaming to avoid confusion.
* Minor code refactoring to remove duplicate code.
2020-08-25 14:08:52 +05:30
Trisha Anand
8c20aeb95b
Example app being cloned must be set to private instead of public because public permissions are not given during cloning. ( #418 )
2020-08-25 11:12:55 +05:30
Arpit Mohan
f4debb3c69
Adding Github workflow for pull requests and also referencing contributing.md in README ( #417 )
2020-08-25 10:08:46 +05:30
Hetu Nandu
60393ba29c
Contribution doc ( #408 )
...
Adding the contribution doc to help new developers setup their local machines and contribute to Appsmith.
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2020-08-25 09:15:34 +05:30
Trisha Anand
c253b7430b
1. Fixed the bug where policies are being set to empty during organization update ( #415 )
...
1. Fixed the bug where policies are being set to empty during organization update.
2. Added email field in organization.
* Updated the test case for update organization to assert the organization policies being present post the update.
2020-08-25 08:13:37 +05:30
Trisha Anand
ce41fec346
Bug fix : Example applications should have make public permissions for the administrator. ( #416 )
2020-08-25 08:12:13 +05:30
Shrikant Sharat Kandula
c99e63fa9b
Merge branch 'release'
2020-08-24 18:57:37 +05:30
Hetu Nandu
4873ac3421
Local store via Datatree ( #367 )
2020-08-24 17:39:17 +05:30
Shrikant Sharat Kandula
66aed61d16
Merge branch 'release'
2020-08-24 17:37:44 +05:30
Abhinav Jha
bb55029f42
Fix: Missing form button ( #397 )
2020-08-24 16:20:50 +05:30
Abhinav Jha
4ef36386fd
Enable property pane event listeners, so that it is contained within the viewport properly when it's size updates ( #398 )
2020-08-24 16:20:15 +05:30
Shrikant Sharat Kandula
eb7dcd69a5
Fix MongoDB datasource testing fails due to unauthorized error ( #402 )
2020-08-24 12:23:38 +05:30
NandanAnantharamu
01f6393189
Changed the widget used for search in the test ( #406 )
2020-08-24 12:16:28 +05:30
devrk96
f5f65dd89e
table dropdown functionalities and UI implemented ( #407 )
2020-08-24 11:30:22 +05:30
satbir121
bccef563c4
Alignment of icon button is to right ( #372 )
2020-08-24 11:12:19 +05:30
akash-codemonk
3deb9ace43
Add clone page option ( #365 )
...
Adding the option to clone a page in the overflow menu of the entity explorer
2020-08-22 08:40:22 +05:30
Shrikant Sharat Kandula
27b7f6c5e2
Fix test DS fails on datasources with direct mongo connection ( #400 )
2020-08-22 07:40:02 +05:30
Hetu Nandu
a2b1d3442f
Table widget selected row initial value fix ( #401 )
...
* Set initial value as empty object
* log debug
2020-08-21 22:13:02 +05:30
akash-codemonk
5658e04a1c
Navigate to app via href instead of history push ( #396 )
2020-08-21 20:55:49 +05:30
Nikhil Nandagopal
5e10972bb7
Merge branch 'release'
2020-08-21 19:54:08 +05:30
Shrikant Sharat Kandula
ba72e21f7b
Add two more apps to examples org dump ( #393 )
...
* Add two more apps to examples org dump
* Fix undefined checks in example org dump
2020-08-21 19:53:16 +05:30
Nikhil Nandagopal
112e907ac4
Merge branch 'release'
2020-08-21 16:51:28 +05:30
Nikhil Nandagopal
5756e6b619
Add files via upload
2020-08-21 16:50:44 +05:30
Nikhil Nandagopal
92ce3e3ffb
Delete demo.gif
2020-08-21 16:50:14 +05:30
Shrikant Sharat Kandula
2a2dda0ab0
Fix race condition in setting default page in application ( #394 )
...
We are currently getting the *list* of all pages, updating the
`isDefault` fields inside, and then saving the whole *list* of
all pages. If a new page got added to that list in the DB during
this process, that page would be lost. This commit fixes this
problem.
This race condition was causing tests for cloning applications
to fail *sometimes*.
2020-08-21 16:31:40 +05:30
Nikhil Nandagopal
d6dbabf920
Add files via upload
2020-08-21 16:26:12 +05:30
Nikhil Nandagopal
a37867cc5a
Delete demo.gif
2020-08-21 16:22:49 +05:30
Nikhil Nandagopal
7f9742cd28
Add files via upload
2020-08-21 16:07:25 +05:30
Nikhil Nandagopal
ff54535fff
Delete demo.gif
2020-08-21 16:04:00 +05:30
Nikhil Nandagopal
b1841976b3
Merge branch 'release'
2020-08-21 14:38:02 +05:30
Shrikant Sharat Kandula
87f27c9182
Add two new/updated apps for self-hosted ( #392 )
...
* Add two new/updated apps for self-hosted
* Fix potential NPE when template org dump has API datasources
2020-08-21 14:37:35 +05:30
Nikhil Nandagopal
28ea547cca
Merge branch 'release'
2020-08-21 14:12:57 +05:30
Nikhil Nandagopal
9933464d1f
Disabled centOS and redHat
2020-08-21 14:12:17 +05:30
Nikhil Nandagopal
7aabadb6f3
Merge branch 'release'
2020-08-21 13:57:04 +05:30
Shrikant Sharat Kandula
aa4635420f
Fix bc command not found in RHEL in install script ( #391 )
2020-08-21 13:56:40 +05:30
Nikhil Nandagopal
4a1444260d
Merge branch 'release'
2020-08-21 13:44:19 +05:30
Hetu Nandu
63946fcacb
indentify user email in hotjar ( #390 )
2020-08-21 13:43:59 +05:30
Nikhil Nandagopal
8aef6cfec3
Merge branch 'release'
2020-08-21 13:01:56 +05:30
Hetu Nandu
078a6a3a00
remove flag checks via EJS ( #387 )
2020-08-21 12:59:31 +05:30
Nikhil Nandagopal
7b04be966c
Merge branch 'release'
2020-08-21 12:29:56 +05:30
Hetu Nandu
2e731b5e11
conditional ejs for GA and Intercom ( #384 )
2020-08-21 12:14:21 +05:30
Abhinav Jha
613db73b15
Fix: Action move & copy issues ( #381 )
...
* Fix: When copying a query, the app tries to open the API page with the queryID
* Fix: When moving a query, the query input box is empty
2020-08-21 11:33:04 +05:30
Shrikant Sharat Kandula
e97ceab412
Fix default page not being set for cloned applications ( #383 )
...
* Fix default page not being set for cloned applications
* Add test for setting default page in clone applications
2020-08-21 10:38:23 +05:30
Abhinav Jha
a03568b79b
The default template in editor and app viewer must match ( #382 )
2020-08-21 01:24:18 +05:30
Nikhil Nandagopal
eef6b0a139
Release ( #380 )
...
* Style polish (#371 )
* Rotate Fork app icon
* Change Explorer divider color
* Fix favicon not accessible
* Rename `appsmith.url` to `appsmith.URL`
* AppView page tab overflow ellipsis
* Rename `Back to editor` button to `Edit App`
* Update App card colors
* Delete demo.gif
* Add files via upload
* Delete demo.gif
* Add files via upload
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-08-20 23:23:06 +05:30
Nikhil Nandagopal
65042b6ae8
Merge branch 'master' into release
...
# Conflicts:
# static/demo.gif
2020-08-20 23:22:17 +05:30
Nikhil Nandagopal
f224e0b809
Add files via upload
2020-08-20 23:19:23 +05:30
Nikhil Nandagopal
2fd9c86129
Delete demo.gif
2020-08-20 23:18:09 +05:30
Nikhil Nandagopal
58207f5c6b
Update README.md
2020-08-20 22:58:22 +05:30
Nikhil Nandagopal
9f2d9570f1
Release ( #379 )
...
* Style polish (#371 )
* Rotate Fork app icon
* Change Explorer divider color
* Fix favicon not accessible
* Rename `appsmith.url` to `appsmith.URL`
* AppView page tab overflow ellipsis
* Rename `Back to editor` button to `Edit App`
* Update App card colors
* Delete demo.gif
* Add files via upload
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-08-20 22:53:37 +05:30