Nikhil Nandagopal
f34f40230e
Update config.json
2021-09-27 15:05:52 +05:30
Nikhil Nandagopal
df13b066e8
Updated Label Config
2021-09-27 15:04:27 +05:30
Nikhil Nandagopal
4e570e834c
Updated Label Config
2021-09-27 15:04:16 +05:30
Nikhil Nandagopal
a79f102b15
Updated Label Config
2021-09-27 14:59:37 +05:30
Nikhil Nandagopal
62f63c3660
Updated Label Config
2021-09-27 14:58:40 +05:30
Nikhil Nandagopal
eaef123716
Update config-test.json
2021-09-27 14:58:21 +05:30
Nikhil Nandagopal
c5bd67b495
Updated Label Config
2021-09-27 14:52:20 +05:30
Nikhil Nandagopal
8d92d82e92
Update config.json
2021-09-27 13:15:23 +05:30
Nikhil Nandagopal
65867853fe
Updated Label Confug
2021-09-27 12:57:00 +05:30
Nikhil Nandagopal
86def75c9a
Update config.json
2021-09-27 12:47:16 +05:30
Shrikant Sharat Kandula
fd45bb44e9
Push latest tag for RTS and fat ( #7774 )
2021-09-23 21:15:25 +05:30
Shrikant Sharat Kandula
48e2a3d01a
Include RTS' dependencies for Docker image ( #7773 )
2021-09-23 20:32:22 +05:30
Shrikant Sharat Kandula
afb5bfcd70
ci: The package job needs prelude ( #7768 )
2021-09-23 19:07:39 +05:30
Arpit Mohan
83900bbbf5
Removing duplicate step in github release workflow ( #7764 )
2021-09-23 17:57:27 +05:30
Shrikant Sharat Kandula
4f5a0c027a
ci: Remove unneeded checks and services ( #7759 )
2021-09-23 16:48:45 +05:30
Shrikant Sharat Kandula
0554bfa28d
ci: Build and push fat container in release workflow ( #7753 )
...
The GitHub release workflow currently doesn't build the fat container image. This commit adds support for this.
2021-09-23 16:36:50 +05:30
Shrikant Sharat Kandula
73bba02374
Package release even if tests fail ( #7746 )
2021-09-23 12:11:52 +05:30
Shrikant Sharat Kandula
4a5a604b3b
ci: Use separate artifacts for separate services ( #7707 )
...
Currently, all three services' artifact names are set to build. This leads to a single artifact with files from all three services as siblings. This has two problems:
1. If there's an overlap in a filename among the files in build folder of two services, one of them will be overwritten with the other.
2. The same large artifact is downloaded every time we do a download-artifact, once for server, once for client, and once for RTS, the same large artifact is downloaded thrice before building the Docker images.
2021-09-22 17:54:23 +05:30
Shrikant Sharat Kandula
b26fc9965a
Fix check for running server
2021-09-21 16:18:38 +05:30
Shrikant Sharat Kandula
04356a8d3b
Fix server image jar paths ( #7676 )
2021-09-21 15:20:51 +05:30
Shrikant Sharat Kandula
ca30a9cb0b
Fix incorrect tag variable name ( #7659 )
2021-09-21 13:04:26 +05:30
Shrikant Sharat Kandula
c6c5e4fef3
ci: Add CI workflow for building fat container ( #7385 )
...
This commit changes the client test workflow into building the fat container's image, and so builds server and RTS as well, in order to achieve that.
2021-09-21 08:33:22 +05:30
Nikhil Nandagopal
6ad603a40d
Update config.json
2021-09-20 11:56:03 +05:30
Nikhil Nandagopal
b0bee211ff
Update issue templates
2021-09-13 16:13:23 +05:30
Arpit Mohan
07caedb7e5
ci: Using appsmith's fork of labeler for minor enhancement & easier config ( #7177 )
...
Now we can add multiple title regexes for a PR and the labeler will automatically tag the PR with the appropriate labels. This will be useful when generated the release notes in a categorized fashion.
2021-09-06 22:48:35 +05:30
Arpit Mohan
275c2f2277
fix: Running the PR labeler when a PR is edited ( #7168 )
...
This ensures that the labels are correct & synchronized with the latest PR details
2021-09-06 19:10:20 +05:30
Arpit Mohan
178e848744
feat: Adding labels to PR based on their title ( #7162 )
2021-09-06 18:06:10 +05:30
Arpit Mohan
6638a2065b
Create an exclude-label for changelog instead of include-label
...
Till we have an auto labeler, we should have an exclude list.
2021-09-06 11:49:14 +05:30
Arpit Mohan
fc1083a8d4
ci: Adding release-drafter back ( #7072 )
2021-09-06 02:41:30 +05:30
yatinappsmith
c0ddcd474a
Added labels for new features ( #7058 )
2021-09-02 18:08:57 +05:30
Arpit Mohan
94eba4b4b2
chore: Removing redundant toast message in action creation & deletion flow ( #6998 )
...
Also minor refactoring to simplify code flow making it easier to understand
Since we squash-merge all PRs, having the title conform to semantic PR guidelines is sufficient. We don't need to check the commits as well.
2021-09-01 03:40:44 +00:00
Hetu Nandu
07888cff2c
ci: Update issue state check only critical issues ( #6972 )
2021-08-31 09:22:02 +05:30
Rishabh Saxena
1add6c905c
fix: anonymize user info intercom ( #6936 )
2021-08-30 20:38:07 +05:30
Hetu Nandu
f85426aec8
ci: Stale issue and PR action ( #6918 )
...
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-08-27 13:44:23 +05:30
Rishabh Rathod
12e7ee0c94
Add s3 support for generate CRUD ( #6264 )
...
* Add s3 support for generate CRUD
- Dropdown enhancement to open options on initial load
- Hide column selection option for s3
* Refactor the prop name
* Add useS3BucketList hook WIP
* Dropdown enchancement & Fix small issues
* Add fetch all sheets query
* Add Query to get all S3 buckets
* Fix dropdown open issue
* Remove defaultIsOpen prop from dropdown
* Resolve comments
- Remove debugger
- mockSheetUrl -> getSheetUrl
* Add S3 cypress test
* Fix cypress test yml config
* Fix generate page cypress test
2021-08-20 12:27:01 +05:30
Rishabh Rathod
a024fb217a
Fix cypress test yml config ( #6741 )
2021-08-19 23:28:00 +05:30
Somangshu Goswami
b61070f0a2
Change dropdown widget to select widget in Github labels for automation to work properly ( #6386 )
2021-08-05 02:51:26 +05:30
Arpit Mohan
c50a46c69a
Removing release-drafter github action ( #6248 )
2021-07-29 18:24:03 +05:30
Rishabh Saxena
4b11b3a93c
Add intercom app id during client build for the github-release workflow ( #6197 )
2021-07-27 17:48:14 +05:30
Somangshu Goswami
b75bf55e06
Added new labels for automated tagging ( #6137 )
2021-07-26 16:59:21 +05:30
yatinappsmith
3f44079868
Test/cypress external work flow ( #6083 )
...
* Replaced batch with build script
* Update external-client-test.yml
* Fixed server started grep exit
* Added server check in external test workflow
* Added missing variables
* fixed typo
* fixed typo
2021-07-23 14:50:00 +05:30
yatinappsmith
a7e1ecf90b
Replaced docker image with local server ( #5901 )
...
* Added nohup, ps grep and missing env var
2021-07-22 09:27:01 +05:30
yatinappsmith
7ec7d57678
Added debugging info and missing env variables in client test workflow ( #5955 )
2021-07-20 14:07:20 +05:30
Nikhil Nandagopal
7ec71aa103
Update config.json
2021-07-19 22:35:24 +05:30
Rishabh Saxena
dc012be1de
Enable intercom for self hosted instances ( #5871 )
2021-07-19 15:34:15 +05:30
yatinappsmith
d8e2488a9b
Disabled maven Tests ( #5882 )
2021-07-15 16:45:53 +05:30
Nikhil Nandagopal
794572b857
Update config.json
2021-07-15 16:43:42 +05:30
yatinappsmith
5edd9d0fdb
Wait for server to start before Cypress tests ( #5846 )
2021-07-14 16:40:48 +05:30
yatinappsmith
63ffd2fca4
Adding support for cypress tests for server changes ( #5598 )
...
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-07-12 15:03:24 +05:30
Anagh Hegde
5ee4ed3308
1. Added the Cloud Service release end point to env variable ( #5717 )
2021-07-08 18:09:46 +05:30
Hetu Nandu
0c0e165ee0
Improve Codemirror mount performance ( #5497 )
2021-07-08 12:34:47 +05:30
Anagh Hegde
0154017836
Refactor Get mock-data set API ( #5620 )
...
* Call cloud services to fetch mock datasets
* Call cloud services to fetch mock datasets
* Change the MockData Config,
* Remove unused import statements and fix small indentation issues
* 1. Moved the mock data creation and fetching to a separate class
2. Added plugin type to mockdata class
3. Used pluginName to identify the db type
4. Removed the block call mock data creating method
5. Added unit tests for the mockdata
* 1. Removed unused field from contract and
2. Updated the url to cloud service
* 1. renamed the field of mockdata contract
2. Updated the test cases
* using new mock datasources apis
* 1. Added the Cloud Service release end point to env variable
Co-authored-by: Pranav Kanade <pranav@appsmith.com>
2021-07-08 11:29:11 +05:30
Somangshu Goswami
e930fa5a1c
Added pod label automation for the new iFrame widget ( #5440 )
2021-06-28 13:19:55 +05:30
Nidhi
3894dbcacf
Run tests for all approved PRs ( #5275 )
2021-06-21 12:20:57 +05:30
Somangshu Goswami
eaeb54a6b4
Modifying PR template to revert to older version ( #5154 )
2021-06-16 11:30:46 +05:30
Nikhil Nandagopal
32dffd0b58
Update config.json
2021-06-15 14:39:26 +05:30
Nidhi
3201ceca20
Release frozen related changes ( #5023 )
...
* Release frozen related changes
* Switched image used to PR head instead of target
* Update .github/workflows/client-test.yml
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* PRs into release should use release server code
2021-06-10 14:57:59 +05:30
Shrikant Sharat Kandula
cfdf9c7223
Disable ui-test checking for master branch
2021-06-09 16:57:43 +05:30
Somangshu Goswami
5b7add87db
pull request template updated for title standardization ( #4597 )
...
* pull request template updated for title standardization
* remove the issue id from title - it does not provide any additional context
2021-06-08 19:53:45 +06:00
Rishabh Saxena
d9758f7755
Onboarding form ( #4910 )
2021-06-04 13:18:17 +05:30
somangshu
63f3a16a49
added enviroment parameter to the bug report template; The question is often, where is this bug seen?
2021-05-26 20:14:15 +05:30
Nidhi
43d24c1312
Added output for matrix run result ( #4675 )
2021-05-26 14:03:44 +05:30
Nikhil Nandagopal
6aa4d27330
Update issue templates
2021-05-20 19:00:53 +05:30
Arpit Mohan
04659f45b5
Updating release-drafter to add skip-changelog PR ( #4484 )
2021-05-19 10:50:50 +05:30
Nidhi
ea451ef061
Add default configs for prod and tests ( #4464 )
...
* Added default cs config for prod and tests
* Env variable for new installations
* K8s defaults
2021-05-13 13:30:23 +05:30
Nidhi
39ca940dfc
Added space in if condition ( #4459 )
2021-05-12 19:06:39 +05:30
Nidhi
53c2d815f6
Fixes refresh token flow ( #4450 )
...
* Fixes refresh token flow
* Review comments
* Reverting mistake with CI cs url
2021-05-12 17:07:59 +05:30
Nidhi
b514759ad2
Added example value for cs domain on client ( #4443 )
2021-05-12 14:48:13 +05:30
Nidhi
f4fd217102
Refer to previous job for result ( #4434 )
...
* Always run ui test result
* Refer to previous job for status
* Revert CI cloud url
2021-05-11 22:21:42 +05:30
Nidhi
1e57260471
Always run ui test result ( #4432 )
2021-05-11 21:25:00 +05:30
Satish Gandham
db6636d161
Add ui performance label to ui building pod ( #4270 )
...
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-05-06 16:26:07 +05:30
Nidhi
756bdcc573
Resetting cypress in CI
2021-05-05 11:43:47 +05:30
Nidhi
bba2591aba
No tests ( #4284 )
2021-05-04 15:49:47 +05:30
Shrikant Sharat Kandula
c480be45bf
Enable pushing RTS images to DockerHub
2021-04-30 16:59:15 +05:30
Shrikant Sharat Kandula
dcf425af7e
Fix RTS build and push workflow ( #4246 )
...
* Update build.sh
* Fix invalid build-arg argument to docker build
2021-04-30 16:37:33 +05:30
Shrikant Sharat Kandula
e22eb7a404
Add RTS build workflow
2021-04-30 15:43:46 +05:30
Hetu Nandu
74a292ffda
Add better code coverage comments ( #4140 )
2021-04-26 16:21:52 +05:30
Nikhil Nandagopal
724f290e3d
Update config.json
2021-04-23 14:39:01 +05:30
Shrikant Sharat Kandula
14ceab809a
Set explicit Java version for CI ( #4091 )
...
* Set explicit Java version for CI
* Trigger
Co-authored-by: Nidhi <nidhi.nair93@gmail.com>
2021-04-21 19:15:02 +05:30
Nikhil Nandagopal
dc7d0023b3
Update ---epic.md
2021-04-21 14:25:34 +05:30
Hetu Nandu
d1a13a28bc
Remove coverage drop failure checks ( #4048 )
2021-04-19 14:51:04 +05:30
Nidhi
c387645fe8
Relying on previous job for status ( #3985 )
2021-04-13 15:51:25 +05:30
Rishabh Saxena
31290b500b
Add REACT_APP_GOOGLE_ANALYTICS_ID as build time env var ( #3903 )
2021-04-12 14:36:40 +05:30
Nidhi
5a49feda07
Always run update status steps ( #3941 )
2021-04-09 12:14:30 +05:30
Nidhi
1b91f0ec96
Switched resultant job for ui matrices ( #3909 )
...
* Switched resultant job for ui matrices
* Marking run details page
* Always run update status steps
2021-04-09 10:03:53 +05:30
Nidhi
a63ea5102c
Marking all other jobs as complete ( #3789 )
2021-03-30 21:59:36 +05:30
Nidhi
fe47d3e8ce
Marking all other jobs as complete ( #3788 )
2021-03-30 21:36:39 +05:30
Nidhi
014b847624
Name for created check run ( #3783 )
2021-03-30 20:28:33 +05:30
Nidhi
c74fcf0fc3
Name for created check run ( #3782 )
2021-03-30 20:05:17 +05:30
Nidhi
482cd943bf
Name for created check run ( #3781 )
2021-03-30 19:43:11 +05:30
Nidhi
ef8b2f5287
Creating a check merge every time there is a test ( #3780 )
2021-03-30 19:29:18 +05:30
Nidhi
99a65f19b1
Editing logs for check run ( #3775 )
2021-03-30 18:44:46 +05:30
Nidhi
118480be6d
Logging workflow changes ( #3769 )
2021-03-30 16:26:30 +05:30
Nidhi
fccf43d7f0
Enable ok to test for contributors ( #3737 )
2021-03-30 15:04:08 +05:30
Arpit Mohan
60400da94a
Fixing signed URL request for AWS S3 in Rest API plugin ( #3734 )
...
* added empty byte array for request body to fix aws signed url signature match problem as detailed here - https://github.com/aws/aws-sdk-java/issues/2205
Co-authored-by: Bernard Worthy <>
2021-03-29 12:58:57 +05:30
Arpit Mohan
a0182818f1
Adding the path limitations to run the client test only when client code changes
2021-03-25 13:10:47 +05:30
Hetu Nandu
e975104866
Run cypress tests on push to release and master ( #3697 )
...
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-03-25 13:08:45 +05:30
Hetu Nandu
9a4c317f20
Store value improvements ( #3663 )
2021-03-24 10:39:47 +05:30
Nidhi
992da806bf
Added dummy instances to UI matrix ( #3683 )
2021-03-24 08:18:19 +05:30
Hetu Nandu
2dd1791810
Refactor and add unit tests to API interceptors ( #3647 )
2021-03-22 14:52:24 +05:30