Commit Graph

3667 Commits

Author SHA1 Message Date
Nikhil Nandagopal
3e9547a8d6 Merge branch 'master' of github.com:appsmithorg/appsmith 2020-10-07 16:51:30 +05:30
Nikhil Nandagopal
3ced89e58c added applications page load 2020-10-07 16:49:56 +05:30
Arpit Mohan
cb4221938b Correcting the CI flow to include conditional steps for pull_request_target and push events
This is because the pull_request_target runs on the base branch and NOT the merged commit. On the CI, this gives us incorrect results.
2020-10-07 06:45:17 +05:30
Nikhil Nandagopal
7957582061 Merge branch 'master' of github.com:appsmithorg/appsmith 2020-10-06 20:41:11 +05:30
Nikhil Nandagopal
194f27aabb
Feature/analytics (#1022)
* added appname to PAGE_LOAD data and fixed getCurrentApplication method

* Fixed analytics to save and test datasources

* fixed analytics for create action

* added event for action execution

* added a type for event location
2020-10-06 20:40:21 +05:30
Hetu Nandu
00208c86b6 Possible fix for CI checkout issue 2020-10-06 11:19:57 +05:30
Hetu Nandu
67c6a4b0fb Possible fix for CI checkout issue 2020-10-06 11:19:45 +05:30
Nikhil Nandagopal
e93d57eadc
Update install.sh 2020-10-05 16:34:34 +05:30
Hetu Nandu
df2269b348 Improve PR template. 2020-10-05 14:45:20 +05:30
Omkar Phansopkar
59439d7517 Fixed the pull request template issue partially (#902)
Fixes #826
2020-10-05 13:21:07 +05:30
Nikhil Nandagopal
df82f7f57e
Delete Actions.md 2020-10-01 19:58:09 +05:30
Nikhil Nandagopal
bb7c10c4df
Update README.md (#866)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: areyabhishek <nayak.abhishek@gmail.com>
2020-10-01 19:56:05 +05:30
Nitesh2905
ec17fd4b2d
Corrected typos in line no. 29 (#867) 2020-10-01 19:52:51 +05:30
Nikhil Nandagopal
a352a5e42c
Update CONTRIBUTING.md 2020-10-01 19:49:00 +05:30
Nikhil Nandagopal
97be86f479
Update CodeContributionsGuidelines.md 2020-10-01 19:48:17 +05:30
Nikhil Nandagopal
dff1c743fb
Merge pull request #53 from appsmithorg/release
Release
2020-10-01 18:58:54 +05:30
Nikhil Nandagopal
e58bc67b36 Merge branch 'master' into release
# Conflicts:
#	contributions/docs/CONTRIBUTING.md
2020-10-01 18:57:19 +05:30
Automated Github Action
10c684ec84 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-10-01 13:06:47 +00:00
Nikhil Nandagopal
88d741f002
Add files via upload 2020-10-01 18:14:11 +05:30
Nikhil Nandagopal
264b326ca7
Update InternalFunctions.md 2020-10-01 16:28:15 +05:30
Nikhil Nandagopal
2b7bbbba58
Update CONTRIBUTING.md 2020-10-01 16:26:27 +05:30
Nikhil Nandagopal
b0abc8f2bd
Update CONTRIBUTING.md 2020-10-01 16:26:02 +05:30
Nikhil Nandagopal
004218d5aa
Update InternalFunctions.md 2020-10-01 16:25:38 +05:30
Nikhil Nandagopal
bf989a24db
Update and rename Actions.md to InternalFunctions.md 2020-10-01 16:24:02 +05:30
Nikhil Nandagopal
902bfa33dc
Update Actions.md 2020-10-01 16:19:20 +05:30
Nikhil Nandagopal
27c7dbd139
Update CONTRIBUTING.md 2020-10-01 15:49:58 +05:30
Nikhil Nandagopal
ae59298866
Release (#850)
* Stop showing empty table when there are no records (#790)

* Datasource explorer fixes (#789)

- Expand datasource by default
- Let column/key name take more space.
- Show column popup on hover instead of click

* Show datasources without grouping by plugins in explorer (#660)

* Immutable Widgets (#799)

Co-authored-by: Abhinav Jha <abhinav@appsmith.com>

* Removing the docker login step that causes forked PRs to fail (#844)

Also adding pull_request_target event for release and master branch. This will run the GH Actions in the context of the base repository instead of the forked one. Hence, the secrets for Cypress, Docker etc can be passed down to the action for PRs being raised via a fork

* Datasource structure support for MongoDB (#641)

* Added structure for MongoDB datasources

* Fixed tests for MongoDB template queries

* Updating readme to test forked PRs (#845)

* Adding additional docs contribution files. (#849)

* Update CONTRIBUTING.md

* Rename action.md to ActionsGuide.md

* Rename asset-upload.md to UploadingAssets.md

* Rename db-integration.md to DB Integrations.md

* Rename widget.md to Widgets.md

* Rename ActionsGuide.md to Actions.md

* Create CONTRIBUTING.md

* Update Actions.md

* Update Actions.md

* Update Widgets.md

* Update UploadingAssets.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: satbir121 <39981226+satbir121@users.noreply.github.com>
2020-10-01 15:48:50 +05:30
Automated Github Action
0fa6c41094 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-10-01 10:07:14 +00:00
Nikhil Nandagopal
8c388eb153
Update CONTRIBUTING.md 2020-10-01 15:29:46 +05:30
Nikhil Nandagopal
4de19fa415
Update CONTRIBUTING.md 2020-10-01 15:29:16 +05:30
Nikhil Nandagopal
e426f6c825
Update CONTRIBUTING.md 2020-10-01 15:28:20 +05:30
Nikhil Nandagopal
71ef2d5c68
Update CONTRIBUTING.md 2020-10-01 15:26:27 +05:30
Nikhil Nandagopal
ddb22904fa
Update UploadingAssets.md 2020-10-01 15:24:34 +05:30
Nikhil Nandagopal
956301c8c7
Update Widgets.md 2020-10-01 15:16:32 +05:30
Nikhil Nandagopal
446c379b0e
Update Actions.md 2020-10-01 15:12:37 +05:30
Nikhil Nandagopal
5a30d79b59
Update Actions.md 2020-10-01 15:09:02 +05:30
Nikhil Nandagopal
a046a401e1
Create CONTRIBUTING.md 2020-10-01 15:07:16 +05:30
Nikhil Nandagopal
cb24496b43
Rename ActionsGuide.md to Actions.md 2020-10-01 15:03:13 +05:30
Nikhil Nandagopal
afb219750c
Rename widget.md to Widgets.md 2020-10-01 15:02:46 +05:30
Nikhil Nandagopal
28afab21fe
Rename db-integration.md to DB Integrations.md 2020-10-01 15:02:34 +05:30
Nikhil Nandagopal
64c7e19caa
Rename asset-upload.md to UploadingAssets.md 2020-10-01 15:02:15 +05:30
Nikhil Nandagopal
7bfe5f27ba
Rename action.md to ActionsGuide.md 2020-10-01 15:01:57 +05:30
Nikhil Nandagopal
413b1b57ea
Update CONTRIBUTING.md 2020-10-01 14:54:05 +05:30
Nikhil Nandagopal
5995beb48b Update issue templates 2020-10-01 14:37:24 +05:30
Automated Github Action
5a3602b4e7 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-10-01 09:06:59 +00:00
satbir121
b413a399fe
Adding additional docs contribution files. (#849) 2020-10-01 14:20:56 +05:30
Arpit Mohan
7614ff922c Correcting the image name in client.yml build file 2020-10-01 14:06:29 +05:30
Arpit Mohan
170c07136b Adding the docker login step in client.yml for pulling the EE server docker image 2020-10-01 13:52:49 +05:30
Arpit Mohan
47bed3b89f Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-10-01 13:49:36 +05:30
Nikhil Nandagopal
751dfc92ed Merge branch 'master' into release 2020-10-01 12:17:41 +05:30