Commit Graph

2155 Commits

Author SHA1 Message Date
Arpit Mohan
f11cd45886
Correcting the github condition to start the API server (#3506) 2021-03-12 11:06:54 +05:30
Arpit Mohan
4c12e643f2
Moving from pull_request_target back to pull_request for now (#3493) 2021-03-11 18:12:17 +05:30
Nikhil Nandagopal
ad0d6536b3
Update config.json 2021-03-01 12:30:06 +05:30
Hetu Nandu
ffeb297a1a
Fix dynamic path duplicate issue (#3223) 2021-02-25 20:42:29 +05:30
Nikhil Nandagopal
91a86c4d03 Updated issue template 2021-02-24 15:28:46 +05:30
Nikhil Nandagopal
fc04987c41 Update issue templates 2021-02-24 15:02:35 +05:30
hetunandu
b504dd7567 Update client.yml file to pick nested spec files by cypress 2021-02-19 16:01:08 +05:30
Arpit Mohan
075e4c77f3 Correcting the docker push command in client.yml build 2021-02-12 01:10:52 +05:30
Shrikant Sharat Kandula
215f1ed841
Push explicitly specified tags to Docker (#2988)
* Push explicitly specified tags to Docker

* Remove now stale comments
2021-02-11 17:07:19 +05:30
Shrikant Sharat Kandula
5c3cd76e90 Update node version in Release workflow 2021-02-10 15:08:11 +05:30
hetunandu
f109c9bb9c Update one more node js version in the client workflow 2021-02-09 17:56:31 +05:30
hetunandu
b83bdd9b30 update workflow node version 2021-02-09 17:52:34 +05:30
Shrikant Sharat Kandula
17d61fda0d
Include time information in release time (#2850) 2021-02-04 09:15:56 +05:30
Nikhil Nandagopal
2c7bf5f484
Update config.json 2021-02-03 16:25:04 +05:30
Shrikant Sharat Kandula
b1564c9452
Add Sentry token to enable Sentry integration (#2674) 2021-01-22 15:10:42 +05:30
Shrikant Sharat Kandula
af73090edc
Fix application version on self-hosted instances (#2650) 2021-01-20 20:52:59 +05:30
Nikhil Nandagopal
ddad022fff
Update config.json 2021-01-20 12:34:32 +05:30
Shrikant Sharat Kandula
816df69675
Fix docker image not being pushed on workflow_dispatch (#2630) 2021-01-19 18:47:33 +05:30
Shrikant Sharat Kandula
3d20b03760
Fix manual triggering of client workflow (#2625) 2021-01-19 17:46:55 +05:30
Shrikant Sharat Kandula
999caf0ccf
Fix manual triggering of client workflow (#2624) 2021-01-19 15:53:37 +05:30
Shrikant Sharat Kandula
6750ca1981
Fix incorrect version showing up in client (#2623) 2021-01-19 15:46:42 +05:30
Shrikant Sharat Kandula
c018f76982
Add manual triggering for sync workflow (#2614) 2021-01-18 19:22:21 +05:30
Shrikant Sharat Kandula
41a32f6a79
Fix tags missing for new version calculation in workflow (#2612) 2021-01-18 17:57:16 +05:30
Shrikant Sharat Kandula
f760d5acf5
Fix snapshot release number on server workflow (#2610)
* Fix snapshot release number on server workflow

* Fix snapshot version in client
2021-01-18 17:22:07 +05:30
Arpit Mohan
7d06fa801a Adding the cloud services env variable during the test run 2021-01-13 12:07:40 +05:30
Shrikant Sharat Kandula
c6c128270c
Include version information when building Docker images for server and client (#2200)
* Include version information in backend builds

* Enable manual trigger of server workflow

* Add a dummy input field for manual trigger

* Fix secret checking in github actions

* Disable cron scheduling of sync job

* Build docker image on pushing a version tag

* Fix duplicated id and invalid id in release workflow

* Don't try to login to Docker

* Avoid download progress outputs from Maven

* Add version information for building client

* Calculate version number only once

* Enable push to DockerHub after building images

* Use Docker username from GitHub secrets

* Fix Docker username in tags when building image

* Use different secret for org name

* Minor refactoring in server workflow

* Update client build workflow to use version

* Enable manual triggering of client workflow

* Set snapshot version for server builds

* Push to docker for all branches (temp)

* Undo temp change to push all branches to DockerHub

* Use Docker org from secrets in client.yml

* Fix missing version reference in client.yml

* Remove debug command in dockerfile

* Save release notes in a resource file in Docker image

* Fix query serialization to get release notes

* Get releases of current repo instead of hard-coded repo

* Fix variable quoting for repo variables

* Exclude draft and prerelease nodes from image

* Fix call to any in release notes processor

* Fix syntax error in release notes script

* Implement API to get new release count and info

* Add missing ReleaseNotes component

* Have the release workflow run after a release is created

* Build server after generating release notes

* Change release trigger to "released"

* Change release trigger to "published"

* Change release trigger to released, edited and deleted

* Use JS script to get release notes, take 1

* Filter drafts and prereleases in script

* Fix syntax error in ES6

* Write release notes to file

* Create parent directory before writing release notes

* Log cwd in release notes script

* Log pwd along with release-notes content

* Handle case where working directory is incorrect

* Remove shell based release notes generator

* Don't show error when Sentry config is missing

* Check for sentry auth token to enable Sentry

* Carry build's exit code over to CI

* Mark out build result and add a note about it

* Add a small test to verify new versions computation

* Remove incorrect test assertion

* Remove generation of release notes file

* Connect to cloud services to fetch release notes data

* Fix missing runner for test class

* Handle missing cloud_services base URL

* Fix test failures due to missing mocks

* Enable sync-ee cron job

* Revert build.sh as there's no real change

* Add API to update release notes viewed version for users

* Fix prettier line-length errors

* Create UserData model for info unrelated to auth

* Fix field name calls

* Ensure we have a userId before setting userData

* Add tests for setting version number in UserData

* Include instanceId when fetching release notes
2021-01-12 18:15:15 +05:30
Nikhil Nandagopal
3a29e1018b
Update config.json 2021-01-06 11:24:19 +05:30
Nikhil Nandagopal
9396cfb8fd
Update config.json 2021-01-04 19:53:03 +05:30
Nikhil Nandagopal
30c4ed6b31
Update config.json 2021-01-04 16:16:18 +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
Nikhil Nandagopal
4d24217717
Update project-labeler.yml 2020-12-30 14:54:14 +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
Nikhil Nandagopal
4c4d0b72f9
Update label-commands.yml 2020-12-29 16:28:16 +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
Nikhil Nandagopal
b0d1350d50
Update main.yml 2020-12-29 15:52:53 +05:30
Nikhil Nandagopal
43491c88a1
Update label-commands.yml 2020-12-29 15:51:20 +05:30
Nikhil Nandagopal
338eb5c692
Update label-commands.yml 2020-12-29 15:47:51 +05:30
Nikhil Nandagopal
a7319fcb24
Update label-commands.yml 2020-12-29 15:47:34 +05:30
Nikhil Nandagopal
b9b30ddd13
Update label-commands.yml 2020-12-29 15:44:09 +05:30
Nikhil Nandagopal
561a89f0be
Update label-commands.yml 2020-12-29 15:42:58 +05:30
Nikhil Nandagopal
e9fd76b3c0
Update label-commands.yml 2020-12-29 15:41:01 +05:30
Nikhil Nandagopal
f5472fe723
Create label-commands.yml 2020-12-29 15:36:27 +05:30
Nikhil Nandagopal
57ec3d62b5
Create label-commands.yml 2020-12-29 15:34:09 +05:30
Nikhil Nandagopal
4b13fd0d96
Update config.json 2020-12-29 15:16:05 +05:30
Nikhil Nandagopal
2f30916d23
Update config.json 2020-12-29 15:11:36 +05:30
Nikhil Nandagopal
4e2e53ee40
Update config.json 2020-12-29 15:08:36 +05:30
Nikhil Nandagopal
6fc2732ebb
Update config.json 2020-12-29 15:05:34 +05:30
Nikhil Nandagopal
bfa88608d1
Update config.json 2020-12-29 15:04:11 +05:30
Nikhil Nandagopal
e1230604d6
Update main.yml 2020-12-29 14:53:26 +05:30
Nikhil Nandagopal
90c5707ea6
Update config.json 2020-12-29 14:48:18 +05:30
Nikhil Nandagopal
3d16a936e4
Update config.json 2020-12-29 14:45:54 +05:30
Nikhil Nandagopal
2bcad75d2d
Update config.json 2020-12-29 14:42:24 +05:30
Nikhil Nandagopal
14a12c33a8
Update config.json 2020-12-29 14:30:34 +05:30
Nikhil Nandagopal
a149295ef5
Update main.yml 2020-12-29 14:29:07 +05:30
Nikhil Nandagopal
0c44e9404c
Update config.json 2020-12-29 14:28:34 +05:30
Nikhil Nandagopal
0930be6051
Update main.yml 2020-12-29 14:20:31 +05:30
Nikhil Nandagopal
9de7dd6804
Update main.yml 2020-12-29 14:17:36 +05:30
Nikhil Nandagopal
592121a5e5
Update config.json 2020-12-29 14:07:43 +05:30
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
Nikhil Nandagopal
f0f1577d15
Update main.yml 2020-12-29 13:11:08 +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
Arpit Mohan
7ae4959c29 Correcting the if clause for environment variable 2020-12-12 22:03:03 +05:30
Arpit Mohan
372774e728 Checking if the new run command works in Github Action 2020-12-12 20:48:21 +05:30
Arpit Mohan
75b3f18a92 Correcting github actions yaml.
Really need a validator for this
2020-12-11 17:41:39 +05:30
Arpit Mohan
7fbd14228d Correcting the node_modules cache for Cypress tests 2020-12-11 17:39:10 +05:30
Arpit Mohan
8baff167b1 Correcting the path ignore for cypress manual tests 2020-12-11 17:12:31 +05:30
Arpit Mohan
51757072de Ignoring manual cypress tests during build
Also correcting the node_modules cache during yarn install
2020-12-11 17:10:05 +05:30
Nikhil Nandagopal
864c01ef60
Update ---bug-report.md 2020-12-04 12:01:53 +05:30
Pawan Kumar
066e20d0a2
Fix: Remove Fusioncharts Watermark (#1978)
* Fusion charts watermark can be removed by adding the `APPSMITH_FUSIONCHARTS_LICENSE_KEY` env variable.

Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-02 16:12:51 +05:30
Arpit Mohan
c5f3dd6265 Adding the Google maps API key as an env variable to client.yml
This will ensure that we can run the Cypress tests for the map widget.
2020-11-20 17:14:33 +05:30
Arpit Mohan
9772d64c5b
Disable instance ping check when the disableTelemetry flag is set (#1776)
Also adding the APPSMITH_SEGMENT_CE_KEY as a build arg to the server Dockerfile. This will be used to set the environment variable in the Docker image itself.
2020-11-19 08:54:03 +05:30
Arpit Mohan
799b88b6d4 Release drafter only for code pushes 2020-11-12 23:45:59 +05:30
Arpit Mohan
0e7cb2f834 Correcting the yml for release drafter yml 2020-11-12 23:43:23 +05:30
Arpit Mohan
85e9fa7282 Correcting the branch name for release drafter Github action 2020-11-12 23:39:28 +05:30
Arpit Mohan
943bf6e2c4 Adding release drafter Github action to automate creation of release notes 2020-11-12 23:31:54 +05:30
Nikhil Nandagopal
e411df0a64
Added check so that existing installs don't get telemetry (#1698)
* Adding the segment key to the tagged release
* Also opting out of telemetry data in CI builds

Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2020-11-11 23:54:19 +05:30
Arpit Mohan
e04d5fcfee Correcting the docker image names in the client & server build 2020-11-11 19:26:31 +05:30
Hetu Nandu
a51082fb54 Merge branch 'master' into release 2020-11-11 18:51:03 +05:30
Nikhil Nandagopal
5e84dcaa95
Merge pull request #1557 from appsmithorg/feature/telemetry
Adding telemetry for community edition
2020-11-06 13:57:18 +05:30
Arpit Mohan
12f3a4182c Fixing the tests and adding the segment key in the yarn build
This key will be burned into the Docker image itself.

Also adding the disable telemetry link to the nginx_app template during self-hosted deploys.
2020-11-05 20:32:25 +05:30
Arpit Mohan
3084d793d5 Correcting the image name during Github release 2020-11-05 13:28:53 +05:30
Hetu Nandu
e99a94df87 possible fix for bad node_env pass 2020-11-05 13:17:28 +05:30
Hetu Nandu
8fe37df34e Remove env variable added in the wrong place 2020-11-05 13:03:11 +05:30
Hetu Nandu
c1c56f70fe fix invalid yml file 2020-11-05 12:48:00 +05:30
Hetu Nandu
ca06a23875 Set NODE_ENV for cypress test run 2020-11-05 12:42:04 +05:30
Hetu Nandu
1545408486 Set NODE_ENV for cypress test run 2020-11-05 12:40:21 +05:30
Arpit Mohan
4f094ea779 Moving the postgres container to Cypress test setup 2020-11-04 00:32:42 +05:30
Arpit Mohan
fba99c4728 Removing health check for postgres 2020-11-04 00:17:31 +05:30
Arpit Mohan
c93e72c3ec Adding postgres env variables 2020-11-04 00:05:30 +05:30
Arpit Mohan
8e839ab224 Correcting the mount volume in client.yml 2020-11-03 23:48:10 +05:30
Arpit Mohan
19131e14ab Using absolute path for volume mount in client.yml 2020-11-03 23:29:03 +05:30
Arpit Mohan
779801c763 Correcting the ports for postgres in client.yml 2020-11-03 23:18:45 +05:30
Arpit Mohan
0ea9c96a8f
Spinning up Postgresql container in client workflow CI (#1521) 2020-11-03 23:16:51 +05:30
Arpit Mohan
33b18a9336 Fixing merge conflicts 2020-11-03 16:50:23 +05:30
Arpit Mohan
0c063a1a3b
Merge branch 'master' into release 2020-11-03 14:52:48 +05:30
Arpit Mohan
91fded3ddd Fixing merge conflicts 2020-11-03 07:40:53 +05:30
Arpit Mohan
7d7ea490ec
Fixing the client release & master builds (#1501) 2020-11-02 16:27:30 +05:30
Arpit Mohan
cd244f72dc Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-10-31 20:27:41 +05:30
Arpit Mohan
dd9b60cc9f Correcting the server docker image name for release 2020-10-31 17:56:40 +05:30
Arpit Mohan
2b20c55ba7 Improving the text for duplicate issue detector 2020-10-31 17:52:56 +05:30
Arpit Mohan
46015dbcf4 Correcting the action name in duplicate issue detector action 2020-10-31 17:50:17 +05:30
Arpit Mohan
90e9c131b1 Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-10-31 17:26:29 +05:30
Arpit Mohan
ccfedb81bc Adding Github Action to detect duplicate issues 2020-10-31 12:24:44 +05:30
Arpit Mohan
a65b915fb3 Fixing merge conflicts when back merging master into release 2020-10-30 15:33:43 +05:30
Arpit Mohan
634d294578 Fixing the tests via client.yml in the master branch 2020-10-30 15:32:38 +05:30
Arpit Mohan
17ae082637 Moving to conditional if steps 2020-10-30 15:11:59 +05:30
Arpit Mohan
4df2801643 Splitting the if conditions 2020-10-30 15:04:01 +05:30
Arpit Mohan
ca72e1f382 Trying a different syntax 2020-10-30 14:57:38 +05:30
Arpit Mohan
0595b8d05a Adding more debug logging 2020-10-30 14:52:34 +05:30
Arpit Mohan
594bae4d17 Making the default shell bash 2020-10-30 14:49:37 +05:30
Arpit Mohan
184cda75cf Minor changes in the client.ymp file 2020-10-30 14:17:31 +05:30
Arpit Mohan
7b76dfd293 Adding debug logs for the output variable 2020-10-30 14:10:14 +05:30
Arpit Mohan
71f5daac3a Debugging the github ref 2020-10-30 13:42:31 +05:30
Arpit Mohan
587a90af0f Adding a separate step for the server docker image 2020-10-30 13:24:08 +05:30
Arpit Mohan
dae12f0f03 Fixing the condition for choosing server image for testing 2020-10-30 13:08:04 +05:30
Arpit Mohan
b15c0a1f0b Fixing the docker image name for master builds 2020-10-30 12:56:48 +05:30
Arpit Mohan
862a310050 Fixing merge conflicts during cherry picking 2020-10-30 12:54:52 +05:30
Arpit Mohan
ccea01cb21 Ensures that the master & release flows pick appropriate server Docker images (#1465) 2020-10-30 12:43:52 +05:30
Arpit Mohan
f38df9febc Correcting typo in env variable in client.yml 2020-10-29 16:19:14 +05:30
Arpit Mohan
63329b3762 Fixing bad merge 2020-10-29 16:05:37 +05:30
Arpit Mohan
7668560738 Fixing merge conflicts 2020-10-29 15:51:04 +05:30
Arpit Mohan
591b51b6a9
Ensures that the master & release flows pick appropriate server Docker images (#1465) 2020-10-29 15:44:58 +05:30
Arpit Mohan
3b49e849e6 Fixing the build for server.yml 2020-10-20 15:06:18 +05:30
Arpit Mohan
087078938c Fixing merge conflicts 2020-10-20 14:46:29 +05:30
Arpit Mohan
6ba5057b81 Adding a condition to only build Docker containers on push and not on pull_request_target 2020-10-20 13:21:22 +05:30
Arpit Mohan
8e58822e9a Fixing merge conflicts 2020-10-19 16:43:09 +05:30
Arpit Mohan
dc698e7d59
Fixing warning message in Github Actions (#1261) 2020-10-19 14:42:25 +05:30
Arpit Mohan
2c21246a13 Fixing merge conflicts 2020-10-16 15:02:38 +05:30
Arpit Mohan
3db43a531b Adding comments for server workflow for docker push command
Ensures that there are no errors in the future
2020-10-16 14:01:56 +05:30
Arpit Mohan
7317a7410b Making the client build workflow with pull_request_target 2020-10-15 15:26:21 +05:30
Arpit Mohan
eebc428072 Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-10-12 10:08:12 +05:30
Hetu Nandu
9ac935c424
Fix release cleanup issues (#1132) 2020-10-11 19:02:02 +05:30
Arpit Mohan
7f21458a35 Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-10-10 16:01:53 +05:30
Arpit Mohan
4856300b63 Hotfix to fix the client build workflow 2020-10-10 10:00:41 +05:30
Arpit Mohan
d70d7f5a4a
Getting Cypress to work correctly for internal pull requests (#1121) 2020-10-10 09:57:19 +05:30
Automated Github Action
66fc1ad5e0 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-10-09 09:07:34 +00:00
Arpit Mohan
99f039aa43
Adding the close-label.yml file required by Github App to mark issues as QA (#1091)
Fixes #1090

When a PR is successfully merged, the Github bot will add the label QA to the issue. These issues can then be picked up by the QA team for verification. Refer: https://github.com/Logerfo/close-label
2020-10-09 14:17:26 +05:30
Arpit Mohan
5fd163e3f4 Moving the Github Action for client to pull_request_target 2020-10-09 13:09:10 +05:30
Hetu Nandu
6f43dbb089 Revert build id changes 2020-10-08 22:30:59 +05:30
Hetu Nandu
74ef1c9976 CI: Fix build id step: 2020-10-08 22:19:26 +05:30
Hetu Nandu
581ac5e3ea CI: Try creating build id 2020-10-08 22:15:35 +05:30
Arpit Mohan
0ff4cafc73 Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-10-07 07:17:55 +05:30
Arpit Mohan
0c4b437d98 Adding the condition to fix push vs pull_request_target commit checkouts 2020-10-07 06:37:49 +05:30
Arpit Mohan
185020e9ad Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-10-06 18:38:40 +05:30
Hetu Nandu
9920322aed Fix CI checkouts for all pull_request_target steps 2020-10-06 12:38:11 +05:30
Arpit Mohan
fd04e9f95f Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-10-06 07:40:14 +05:30
Hetu Nandu
c1b498f6b8 Possible fix for CI checkout issue 2020-10-05 22:07:09 +05:30
Hetu Nandu
e2912e0aac Possible fix for CI checkout issue 2020-10-05 21:38:07 +05:30
Automated Github Action
e60a3aba1b Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-10-05 10:07:27 +00:00
Hetu Nandu
751662d677 Improve PR template. 2020-10-05 14:47:10 +05:30
Automated Github Action
0202c20b7d Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-10-05 08:07:43 +00:00
Omkar Phansopkar
7d9ea665d4
Fixed the pull request template issue partially (#902)
Fixes #826
2020-10-05 13:20:12 +05:30
Automated Github Action
f4ca03caa2 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-10-01 14:07:26 +00:00
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
Nikhil Nandagopal
5995beb48b Update issue templates 2020-10-01 14:37:24 +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
Arpit Mohan
64ee62f72f
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
2020-10-01 09:40:08 +05:30
Nikhil Nandagopal
4c20412c5c
Delete generate-issue-report.yml 2020-09-30 20:55:59 +05:30
Nikhil Nandagopal
03c64a0554
Delete CONTRIBUTING.md 2020-09-30 20:36:13 +05:30
Nikhil Nandagopal
def2b40419
Create CONTRIBUTING.md 2020-09-30 20:32:36 +05:30
Nikhil Nandagopal
30599814e1
Delete task-issue-template.md 2020-09-30 16:56:31 +05:30
Nikhil Nandagopal
f49980fff7
Delete -task.md 2020-09-30 16:56:02 +05:30
Nikhil Nandagopal
8cbddb356b Update issue templates 2020-09-30 16:55:26 +05:30
Nikhil Nandagopal
4a19cd2a5b
Update generate-issue-report.yml 2020-09-29 15:57:51 +05:30
Nikhil Nandagopal
eaf40b6595
Update generate-issue-report.yml 2020-09-29 15:55:14 +05:30
Nikhil Nandagopal
dd23fc7e4b
Update generate-issue-report.yml 2020-09-29 15:42:29 +05:30
Nikhil Nandagopal
2cb1f2a34f
Update generate-issue-report.yml 2020-09-29 15:38:36 +05:30
Nikhil Nandagopal
c83a78c492
Create generate-issue-report.yml 2020-09-29 15:37:54 +05:30
Nikhil Nandagopal
8a995b038e
Create issue-report-config.json 2020-09-29 15:35:34 +05:30
Nikhil Nandagopal
646fbc5af6
Update ---bug-report.md 2020-09-29 15:27:34 +05:30
Arpit Mohan
08533e3fb9 Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-09-22 09:58:58 +05:30
Arpit Mohan
13a330b225
Fixing the condition in Github Actions to set React env during release build (#658) 2020-09-22 09:05:43 +05:30
Arpit Mohan
f7f5e9fabc Fixing merge conflicts in server README 2020-09-18 13:59:45 +05:30
Arpit Mohan
149df6925a
Removing the keep-alive ping check for CI builds (#565) 2020-09-18 13:13:40 +05:30
Automated Github Action
00ce029158 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-07 06:07:01 +00:00
Nikhil Nandagopal
46db0aa177
Update ---bug-report.md 2020-09-07 10:44:58 +05:30
Automated Github Action
e9041d66de Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-04 06:06:49 +00:00
Nikhil Nandagopal
4e325bcf3e
Update ---bug-report.md 2020-09-04 11:29:01 +05:30
Automated Github Action
3b5c58b963 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-27 12:08:14 +00:00
Hetu Nandu
b20e41affd
Create PULL_REQUEST_TEMPLATE.md (#426) 2020-08-27 16:47:51 +05:30
Arpit Mohan
aeb9ecb8f4 Fixing merge conflicts 2020-08-13 18:59:41 +05:30
Arpit Mohan
a9e16ee6c0
Adding dummy check in server build to satisfy required status checks (#296)
This is a hack to get around the fact that Github Actions doesn't support conditional status checks for monorepo PRs. Hence, we create similar jobs in the both server & client builds. In the server build, those jobs are dummy jobs that do nothing but satisfy the all-encompassing green tick so that PRs can be merged without using Admin privileges.
2020-08-13 14:50:34 +05:30
Arpit Mohan
a17d7a4a8f Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-08-11 17:17:35 +05:30
Trisha Anand
a6496bd5af
Correcting the Docker image for Appsmith server for Github actions test (#260)
* Correcting the Docker image for Appsmith server for Github actions test

* Also fixing the bug where the datasource config is not returned properly for restapi-plugin

Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2020-08-11 16:53:47 +05:30
Automated Github Action
b66bf6982b Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-05 11:04:54 +00:00
Nikhil Nandagopal
c4ae61a070 Update issue templates 2020-08-05 16:28:25 +05:30
Nikhil Nandagopal
a2c6d4938d
Update config.yml 2020-08-05 16:23:05 +05:30
Nikhil Nandagopal
d2290a2314 Update issue templates 2020-08-05 16:14:47 +05:30
Nikhil Nandagopal
c090108a89 Update issue templates 2020-08-05 16:13:42 +05:30
Nikhil Nandagopal
ae49aa5951
Create config.yml 2020-08-05 16:05:34 +05:30
Nikhil Nandagopal
d7c3370b24 Update issue templates 2020-08-05 16:00:37 +05:30
Nikhil Nandagopal
7ace4c66d9
Update issue templates (#227) 2020-08-05 15:58:17 +05:30
Nikhil Nandagopal
c9616e5ba6
Update issue templates (#225)
Updated Issue Template
2020-08-05 15:57:32 +05:30
Arpit Mohan
953e03e24f Adding the automated username & email for merges 2020-08-03 13:49:56 +05:30
Arpit Mohan
0e87baf395 Cloning the entire repo so that merge is possible 2020-07-30 10:14:30 +05:30
Arpit Mohan
7ffd5993e7 Modifying the remote add https url 2020-07-29 01:05:42 +05:30
Arpit Mohan
f6debe1178 Correcting the docker tags built during release 2020-07-28 20:09:41 +05:30
Arpit Mohan
1b2b47342b Adding the github action to sync release branch from CE 2020-07-28 19:36:51 +05:30
Arpit Mohan
9c0b2a4e33 Merging community release 2020-07-28 19:27:12 +05:30
Arpit Mohan
ad41063944
Fixing bug for beta releases (#185) 2020-07-28 18:52:59 +05:30
Arpit Mohan
7eda0f0201
Making the pre-release tag configurable based on the tag (#184) 2020-07-28 18:21:40 +05:30
Arpit Mohan
0bff7ca165
Adding nightly builds that will be generated on each push to master (#183)
The latest tag will only be generated when a non-beta Github release is created.
2020-07-28 17:33:05 +05:30
Arpit Mohan
f3d88bc8b8
Removing erroneous condition on master branch (#180) 2020-07-28 15:04:13 +05:30
Arpit Mohan
55bb744a3b
Adding condition to run only on master branch for specific tag push (#179) 2020-07-28 14:55:16 +05:30
Arpit Mohan
7b142ba8b8
Fixing the github yml (#178) 2020-07-28 14:26:51 +05:30
Arpit Mohan
5028a98d45
Correcting github release action yml file (#177) 2020-07-28 14:17:16 +05:30
Arpit Mohan
f120fb1281
Fixing the yml file for Github Action (#171) 2020-07-27 12:31:00 +05:30
Arpit Mohan
015c56e1a6
Github action to push to Docker Hub and create Github release (#169)
* Adding a github action to push to Docker Hub and create Github release when a tag is created on master branch.

* Extracting the tag from the github ref and only tagging the Docker image with the relevant tag.
2020-07-27 11:52:18 +05:30
Arpit Mohan
52d5c4bdcd Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-07-22 13:12:14 +05:30
Hetu Nandu
fe43680abc
Action test fixes (#130)
* Fixes for tests
* remove marketplace tests
* fix some other tests
* Simplify update datasource
* Add cypress env variables
2020-07-21 19:31:51 +05:30
Trisha Anand
30bbbd6e4e Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-07-21 11:02:02 +05:30
Arpit Mohan
8061de6418
Correcting the package step for client package step (#114) 2020-07-16 18:24:49 +05:30
Arpit Mohan
a9ed054cbb
Adding Github Action workflow to the client code base (#66)
This PR adds the build, test & package workflow to the client code base as well.

In order for us to run the Cypress tests, we also spin up a local server in a Docker container and run all our tests against that server. This ensures that our tests are faster to run as well.

We also introduce the concept of stubbing network requests by stubbing the API that fetches the property pane configuration from the server.

Results for the Cypress tests can be viewed at: https://dashboard.cypress.io/projects/eyxvp8/runs/
2020-07-16 11:20:46 +05:30
Arpit Mohan
4efabb540e Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-07-14 14:46:54 +05:30
Trisha Anand
fd0f23b9cc
Database credentials encryption in MongoDB (#80)
* Encrypting the password stored in AuthenticationDTO for every db.

* Adding comment to the properties file to denote that adding encryption salt and password are mandatory to the server coming up.

* Added the encryption salt and password to server.yml to allow the github actions to succeed.

* Adding database migration to encrypt the existing passwords for authentication object (used for storing db connection username/password)

Changes to the installation script install.sh:

1. Instead of overwriting the existing encryption password or salt, giving the user an option to conserve the previous encryption credentials to ensure that the developer users do not lose access to their database configurations (passwords).
2. Added another file for writing encryption credentials (encryption.env) to ensure that we dont delete the encryption password and salt by mistake.
2020-07-14 14:45:08 +05:30
Arpit Mohan
5e6f5dd7d3 Correcting the Docker images for the appsmith editor and server for EE versions 2020-07-09 21:38:14 +05:30
Arpit Mohan
c31fb9acd4 Correcting the Github Action for the client Docker image build 2020-07-09 18:53:13 +05:30
Arpit Mohan
9c6b2967de Adding the step to add the release tag based on the branch in the client Docker image 2020-07-09 18:51:31 +05:30
Arpit Mohan
3fcf44948f
Adding the steps to build docker container for the client codebase (#63)
Also adding the steps to run Jest tests for the client
2020-07-09 18:39:21 +05:30
Arpit Mohan
e9d87084f4 Correcting the Docker image repository path for CE server builds 2020-07-09 17:49:53 +05:30
Arpit Mohan
0ee803cdbd Correcting the Docker image repository for appsmith-server-ee 2020-07-07 11:35:36 +05:30
Shrikant Sharat Kandula
56547ec02f
Move application configuration to be loaded from environment variables (#23)
* Move application configuration to be loaded from environment variables
* Remove unused sentry.properties
* Make missing value sentinel a constant and ignore all *.env files
* Removed now-used ACL properties
* Prefix RapidAPI environment variable with APPSMITH_
* Fix application properties not being loaded into static fields
* Remove application-test.properties file
* Add required env variables for test in GitHub
* Quote URLs for MongoDB and Redis in test config
* Change RAPIDAPI to RAPID_API in environment variable names
* Source .env file in the root of repo in start script
2020-07-06 14:35:56 +05:30
Arpit Mohan
3035ec9bef
Adding the Github action workflow for the server code (#24)
* Adding the Github action workflow for the server code

* Modifying the redis endpoint in application-test.properties to point to localhost because the Docker service exposes ports to the host
2020-07-03 14:40:57 +05:30