Nikhil Nandagopal
6c11c9334a
Updated Label Config
2023-01-09 14:02:41 +05:30
Nikhil Nandagopal
d1b4ea2d69
Updated Label Config
2023-01-09 13:55:34 +05:30
Nikhil Nandagopal
025606368f
Updated Label Config
2023-01-09 13:55:09 +05:30
ChandanBalajiBP
9c30dadd31
ci: Add host gateway to connect cloud services ( #19541 )
...
Added host gateway to fix cloud services connectivity issue
2023-01-06 22:45:00 +05:30
Nikhil Nandagopal
6e11fa36d9
Updated Label Config
2023-01-06 15:02:28 +05:30
Hetu Nandu
caaa701c32
ci: Ensure Test Plan Approval for all Engineering pods ( #19469 )
2023-01-04 12:08:04 +05:30
Satish Gandham
f67828678e
ci: Add java setup step to perf-test workflow ( #19471 )
...
With the latest build, we’ve upgraded to Java 17. By default, Ubuntu ships with Java 11.
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2023-01-04 11:56:53 +05:30
Satish Gandham
71e0b3f2b3
ci: Revert changes to perf-tests job ( #19464 )
...
## Description
Reverts the changes made to perf job in ui-build-workflow as the perf tests are getting skipped.
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2023-01-03 20:50:02 +05:30
Nidhi
bd96872fc6
chore: Added JDK setup to slim Cypress tests as well ( #19433 )
2023-01-02 19:15:14 +05:30
Nidhi
dfccd5a058
chore: Upgrade to Spring Boot 3.0.1 ( #19044 )
...
This upgrade takes care of our move to JDK 17, Spring Boot 3.0.1 and a
few other security upgrades along the way.
Fixes #18993
TODO:
- [x] Check CI changes for Java 17
- [x] Check vulnerability report
- [x] Mongock needs an upgrade
- [x] Add JVM args at all possible places for exposing java.time module
- [x] Add type adapters everywhere / use the same config for type
adapters everywhere
2023-01-02 19:40:59 +07:00
Nikhil Nandagopal
9108667d0b
Updated Label Config
2023-01-02 04:41:21 +05:30
Nikhil Nandagopal
c8a88a39e4
Updated Label Config
2022-12-30 17:00:14 +05:30
Nikhil Nandagopal
e477f0dec7
Updated Label Config
2022-12-30 16:37:11 +05:30
Nikhil Nandagopal
e8b933dc93
Updated Label Config
2022-12-30 13:22:59 +05:30
Nikhil Nandagopal
22cb1e302e
Updated Label Config
2022-12-30 13:21:57 +05:30
Satish Gandham
42a7c40c37
ci: Reactor perf tests checkout step to checkout the code correctly. ( #19267 )
...
Earlier code wasn't checked out correctly when test-build-docker workflow ran, this PR adds conditional checkout.
2022-12-28 12:51:08 +05:30
Goutham Pratapa
a65cfbe33e
ci: Fix failing helm publish pipeline ( #19133 )
...
fixes: [18864](https://github.com/appsmithorg/appsmith/issues/18864 )
2022-12-27 08:02:19 +05:30
Arpit Mohan
d104fd3ece
ci: Fixing the test build docker image workflow
2022-12-23 22:40:12 +05:30
Satish Gandham
d0044fedb9
ci: Add perf tests back ( #19184 )
...
This PR adds the perf tests back, but still not a blocking check.
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-12-23 19:01:03 +05:30
Satish Gandham
5174ba8375
ci: Do not run perf tests as a part of ok-to-test and make it non blocking ( #19140 )
...
Remove perf-tests from /ok-to-test temporarily.
**Why**
Switch to github runners is causing an issue with perf tests, disabling until that is resolved.
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-12-22 20:08:42 +05:30
yatinappsmith
bff3f326cd
ci: Fix run result due to deprecated command ( #19084 )
...
## Description
Ci fix run result due to deprecated
Fixes # (issue)
Media
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
code reivew
### Test Plan
### Issues raised during DP testing
## Checklist:
### Dev activity
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag
### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or manual QA
- [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2022-12-21 15:31:55 +05:30
Nikhil Nandagopal
b6a0745c1f
Updated Label Config
2022-12-21 10:15:09 +05:30
Goutham Pratapa
d452b2452c
ci: Migrate runners from buildjet to github ( #19066 )
...
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2022-12-20 16:32:22 +05:30
yatinappsmith
e50d309161
ci: fix PR number in adding failed tests ( #19065 )
2022-12-20 15:15:09 +05:30
yatinappsmith
876cd428f9
ci: Comment failing tests to PR ( #18450 )
...
## Description
Comment failing tests to PR
Fixes #
## Type of change
- New feature (non-breaking change which adds functionality)
## How Has This Been Tested?
Code review. Tested in local fork
### Test Plan
> Add Testsmith test cases links that relate to this PR
### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking (copy link from comments dropped on this PR)
## Checklist:
### Dev activity
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
- [X] PR is being merged under a feature flag
### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or manual QA
- [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2022-12-19 16:23:39 +05:30
Hetu Nandu
c5c8734dc1
chore: Update github actions to remove deprecation warnings ( #18619 )
2022-12-19 13:04:43 +05:30
Arpit Mohan
970deb92c7
ci: Reverting change for Github large runners
2022-12-15 21:03:18 +05:30
Arpit Mohan
4ed4de8d9c
ci: Moving the runners to use Github large runners instead of Buildjet ( #18984 )
2022-12-15 20:29:21 +05:30
Satish Gandham
519dd3a7a3
ci: Make perf tests a blocking check ( #18955 )
...
Make perf tests a blocking check
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-12-14 18:39:53 +05:30
Satish Gandham
bc2b60974d
ci: Fix perf tests failure ( #18926 )
...
* Fix perf test failure due to a wrong step added earlier
* Remove all the steps added to make perf tests work on EE
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-12-13 19:29:51 +05:30
Aishwarya-U-R
973d46aaef
test: Migration to FatContainer (new .yml faile) ( #18917 )
...
## Description
- This PR adds a new fat-migration.yml file which will run all cases in fat container instead of dev.app.appsmith
- This PR will not affect any existing Push/Workflow dispatches as its a separate action file
- Moving to fat container will not be put into action until RBAC is live - so as to not trigger any new challenge at last minute
## Type of change
- New .yml file
## How Has This Been Tested?
- Cypress CI runs
## Checklist:
### QA activity:
- [X] Test plan has been approved by relevant developers
- [X] Test plan has been peer reviewed by QA
- [X] Cypress test cases have been added and approved by either SDET or manual QA
- [X] Organized project review call with relevant stakeholders after Round 1/2 of QA
- [X] Added Test Plan Approved label after reveiwing all Cypress test
2022-12-13 15:24:56 +05:30
Satish Gandham
b5e8fc3be8
ci: Fix perf test failure due to a wrong step added earlier ( #18918 )
...
Fix perf test failure due to a wrong step added earlier
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-12-13 15:06:09 +05:30
Parthvi
db19455e57
ci: Add three more runners for the fat container tests ( #18915 )
2022-12-13 14:36:33 +05:30
Anagh Hegde
77a225f4dd
ci: revert Add replicate set to the mongodb url for transaction PR ( #18890 )
...
Revert "ci: Add replicate set to the mongodb url for transaction PR (#18873 )"
This reverts commit bc8022caf2 .
2022-12-12 18:57:20 +05:30
Anagh Hegde
bc8022caf2
ci: Add replicate set to the mongodb url for transaction PR ( #18873 )
2022-12-12 16:28:00 +05:30
Nikhil Nandagopal
901b046751
Updated Label Config
2022-12-12 09:58:38 +05:30
Satish Gandham
03703ff044
ci: Ship source maps + fix perf test failures on EE ( #18700 )
...
* - Add missing env variables to fix perf tests failures in EE
* - Delete source maps on CI only for EE
* - Add the additional steps that might be required for running perf tests on EE
* Update if condition
* Update if condition
* Switch to bash from using sh in build.sh
* Check if the server started later
* Update the check to see if the server has started
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-12-09 18:40:59 +05:30
Hetu Nandu
5542d12123
ci: Improve the test file check workflow ( #18741 )
2022-12-07 14:52:43 +05:30
Hetu Nandu
652ec15f97
Update label-checker to add new bypass
...
Add skip-testPlan label bypass in the test plan approved label checker
2022-12-07 11:33:13 +05:30
Parthvi
bc7659d53a
test: Add dummy users in Cypress test suite ( #18675 )
2022-12-06 11:21:54 +05:30
Rhitottam
4231a905c0
ci: Update perf infra dashboard link inside github workflows yml ( #18702 )
2022-12-06 10:17:27 +05:30
Trisha Anand
a7f1f365af
Revert "ci:update env variable" ( #18607 )
...
Revert "ci:update env variable (#18557 )"
This reverts commit e0fe306503 .
2022-12-01 16:08:02 +05:30
Parthvi
e0fe306503
ci:update env variable ( #18557 )
...
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2022-12-01 13:47:11 +05:30
yatinappsmith
45009d0e63
ci: fix-fat-failedspec ( #18571 )
2022-11-30 16:10:24 +05:30
Nikhil Nandagopal
74fed1bcdc
Updated Label Config
2022-11-30 11:24:33 +05:30
Satish Gandham
108af3a076
ci: Setup ted for perf tests ( #18439 )
...
* Setup ted for perf tests
* Update perf-test.yml
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-11-25 10:15:31 +05:30
yatinappsmith
5edd343004
ci: fix upload success step in test-build-docker-image.yml ( #18379 )
2022-11-23 13:35:59 +05:30
Pranay
b7b024a98c
docs: Updating contribution guidelines ( #18190 )
...
The contribution guidelines for documentation are outdated due to the recent migration. Here are the fixes/updates -
- Removed the following files from `contribution/docs/` -
- [CONTRIBUTING.md](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/CONTRIBUTING.md )
- [DB Integrations.md](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/DB%20Integrations.md )
- [UploadingAssets.md](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/UploadingAssets.md )
- [Widgets.md](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/Widgets.md )
- [adding_guides.md](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/adding_guides.md )
- Removed [Documentation Improvement](https://github.com/appsmithorg/appsmith/blob/release/.github/ISSUE_TEMPLATE/--documentation-improvement.yaml ) template as we have created [new templates](https://github.com/appsmithorg/appsmith-docs/issues/new/choose ) in the [appsmith-docs](https://github.com/appsmithorg/appsmith-docs ) repository.
- Updated the relevant links in the [Documentation Improvement](https://github.com/appsmithorg/appsmith/blob/release/CONTRIBUTING.md#-improve-the-documentation ) section ( template links and contribution guidelines for docs) of [CONTRIBUTING.md](https://github.com/appsmithorg/appsmith/blob/release/CONTRIBUTING.md ) file.
Co-authored-by: Pranay105 <pranaybhardwaj@Pranays-MacBook-Pro.local>
2022-11-23 11:41:40 +05:30
Nikhil Nandagopal
3172d03186
Updated Label Config
2022-11-22 19:33:32 +05:30
Nikhil Nandagopal
487e556dda
Updated Label Config
2022-11-18 12:26:50 +05:30
Nikhil Nandagopal
7faa348b6b
Updated Label Config
2022-11-04 15:34:23 +05:30
Nikhil Nandagopal
2db16f8bb2
Updated Label Config
2022-11-04 12:44:41 +05:30
Nikhil Nandagopal
6ea44271c3
Update --bug-report.yaml
2022-11-02 16:00:47 +05:30
Somangshu Goswami
337c5b5c9d
chore: added video log field to issue template ( #18047 )
...
## Description
added video log field to issue template
## Type of change
- chores; changes in the issue template
## How Has This Been Tested?
- Not required
2022-11-02 14:58:34 +05:30
Sumesh Pradhan
59fc70b36b
feat: appsmith ctl jest with workflow ( #17713 )
2022-11-01 12:57:41 +05:30
Satish Gandham
f560fcc4f8
ci: Fix a typo in client-build workflow ( #17983 )
...
Fix a typo in client-build workflow
2022-11-01 12:51:18 +05:30
ramsaptami
10f755ee5b
chore: add QA checklist for PR's ( #17947 )
2022-11-01 10:35:33 +05:30
Satish Gandham
58fcb72606
ci: Remove PR from create run meta query ( #17981 )
...
* Rearrange client build steps
* Remove PR from the run meta insert query
* Add repo to the query
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-10-31 13:13:07 +05:30
Satish Gandham
ecd87464b0
ci: Rearrange client build steps ( #17979 )
...
Rearrange client build steps
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-10-31 12:44:40 +05:30
Satish Gandham
349d5c8283
ci: Read environment variables right. ( #17948 )
...
* Fix typos
* Read the env variables right
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-10-28 19:35:59 +05:30
Satish Gandham
65d9633c02
ci: Fix typos ( #17945 )
...
Fix typos
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-10-28 18:05:17 +05:30
Satish Gandham
6ad782c242
ci: Add S3 credentials to environment and create run meta record at the time of checkout ( #17917 )
...
* - Add S3 credentials to environment
- Change the workflow name
- Create performance run meta data record at the begining.
* Fix a typo
* Fix a typo
* Store DB credentials as plain values instead of JSON
* Fix SQL insert query
* Add missing secrets
* Continue even if the meta creation fails
* Fix SQL insert command
* Rename workflow
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-10-28 16:32:38 +05:30
Nikhil Nandagopal
90ca474ae0
Updated Label Config
2022-10-28 14:04:26 +05:30
Nikhil Nandagopal
a552adb895
Updated Label Config
2022-10-28 12:19:55 +05:30
Shrikant Sharat Kandula
c1053f896d
Make stale comment on critical issues more clear
2022-10-27 12:38:34 +05:30
Nikhil Nandagopal
2665ffbb0a
Updated Label Config
2022-10-26 11:02:54 +05:30
yatinappsmith
2123110d7f
ci: fix fat-container combined ( #17742 )
...
Fixed ui-test.result check
2022-10-25 11:01:26 +05:30
ramsaptami
ea070517d3
chore: update PR template to include QA details ( #17754 )
2022-10-21 12:29:55 +05:30
Nikhil Nandagopal
aedde34ab2
Updated Label Config
2022-10-19 16:25:51 +05:30
Nikhil Nandagopal
160a00340e
Updated Label Config
2022-10-17 13:13:33 +05:30
Nikhil Nandagopal
4c001869b5
Updated Label Config
2022-10-14 13:07:08 +05:30
yatinappsmith
347756db10
ci: fix Pull workflow ( #17554 )
...
Update integration-tests-command.yml
2022-10-14 11:15:31 +05:30
yatinappsmith
01f2fac326
ci: added to pull workflow ( #17542 )
...
Update integration-tests-command.yml
2022-10-14 10:16:39 +05:30
Parthvi
586d06a22f
ci: Add env variable Appsmith_Auditlog_Enabled to CI ( #17539 )
...
Add env appsmith_auditlog_enabled to CI
2022-10-13 23:18:55 +05:30
Satish Gandham
8002bc204a
ci: Add a /command to run only perf tests ( #17479 )
...
* Add option to run only perf tests on github
* Add new line at the end of the file
* - Run the artifacts step even on failure
- Add link to the perf run details
- Remove the perf comment on the PR
Co-authored-by: Satish Gandham <hello@satishgandham.com>
2022-10-12 15:11:19 +05:30
Aishwarya-U-R
94aba81ad9
test: RTS server start ( #17483 )
...
## Description
- This PR includes changes for starting rts server for AST changes to take effect
## Type of change
- yml file updates
## Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
2022-10-11 16:44:51 +05:30
Aishwarya-U-R
c97e909cd7
test: RTS server start ( #17471 )
...
## Description
- This PR includes changes for starting rts server for AST changes to take effect
## Type of change
- yml file updates
## Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
2022-10-11 13:20:12 +05:30
Nidhi
962cc65a3c
chore: Corrected usage of OR operator ( #17379 )
2022-10-07 13:03:11 +05:30
yatinappsmith
8a24fb1e1d
ci: Update integration-tests-command.yml to handle failures in ui-test step ( #17331 )
2022-10-07 05:39:17 +02:00
Shrikant Sharat Kandula
0e0ef82726
Add DevOps pod to exception list
2022-10-04 15:18:15 +05:30
yatinappsmith
39df47112d
ci: Fix fat rerun ( #17277 )
2022-10-03 18:47:42 +05:30
yatinappsmith
5d4287e666
ci: Fix ci download dup ( #17254 )
2022-10-03 09:52:07 +05:30
yatinappsmith
37713ddfae
ci: Add retry for fat container ( #16973 )
2022-10-03 09:28:17 +05:30
Aman Agarwal
7ecb5e1c19
fix: workflow for shared modules testing ( #16778 )
...
* fix: workflow for shared modules testing
2022-09-30 18:36:25 +05:30
Ayangade Adeoluwa
610509506e
fix: update rts logic to use updated shared AST logic ( #16849 )
...
* update rts logic to use updated shared AST logic
* Make changes to naming conventions
* Add test cases for RTS and rename ast functions
* Add running jest test to RTS workflow
* Install dependencies and then trigger jest tests in workflow
* Close server connection after test ends
* Remove logs
* Improve jest test descriptions
2022-09-28 17:28:18 +00:00
Arpit Mohan
773728354a
ci: Remove the permissions from fat-container-test during ok-to-test workflow
2022-09-28 14:45:55 +05:30
Nikhil Nandagopal
d42d88ac13
Updated Label Config
2022-09-23 15:16:37 +05:30
Arpit Mohan
3e285c83f7
ci: Removing cross platform builds for slim containers
...
This is only required for the fat containers
2022-09-23 10:15:38 +05:30
Arpit Mohan
35a183a492
ci: Fixing the github release workflow to push the latest tags for Docker images ( #16999 )
2022-09-23 09:27:24 +05:30
Nikhil Nandagopal
6beb55f805
Updated Label Config
2022-09-22 14:19:44 +05:30
Nikhil Nandagopal
9f3c8f2f26
Updated Label Config
2022-09-20 14:59:53 +05:30
Arpit Mohan
ba9e68e792
ci: Fixing the Github release workflow ( #16893 )
2022-09-20 13:47:24 +05:30
yatinappsmith
ee45ad15ad
ci: Fix ci cache ( #16852 )
...
Fix ci cache & rts build for push workflow
## Description
Fix ci cache & rts build for push workflow
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
code review
## Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
2022-09-19 11:00:04 +05:30
yatinappsmith
ed4c68a8e9
ci: removed rts download for modues ( #16851 )
2022-09-19 09:21:18 +05:30
yatinappsmith
31fafb498b
ci: Fix ci cache & rts build for push workflow ( #16850 )
...
* fix download rts
* fix cache for ui-test
2022-09-18 12:38:40 +05:30
Nikhil Nandagopal
80c6dbc925
Updated Label Config
2022-09-16 14:22:47 +05:30
Nikhil Nandagopal
22a5041d57
Updated Label Config
2022-09-15 21:19:31 +05:30
Nikhil Nandagopal
e78665f615
Updated Label Config
2022-09-15 21:19:26 +05:30
yatinappsmith
22e3cab4d8
ci: Fix ui-test cache ( #16806 )
...
## Description
Fix ui-test cache
Fixes # (issue)
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
Code review
## Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
2022-09-15 21:13:12 +05:30
Nikhil Nandagopal
4fd6e61b42
Updated Label Config
2022-09-15 15:43:49 +05:30
Nikhil Nandagopal
3d2db6e8ad
Updated Label Config
2022-09-15 14:56:29 +05:30
Nikhil Nandagopal
7ae48c5d7b
Updated Label Config
2022-09-15 14:50:55 +05:30
Nikhil Nandagopal
b2c38986e1
Updated Label Config
2022-09-15 14:38:41 +05:30
Nikhil Nandagopal
36c49f1213
Updated Label Config
2022-09-15 14:23:32 +05:30
Nikhil Nandagopal
9b3792cb46
Updated Label Config
2022-09-15 14:23:22 +05:30
Nikhil Nandagopal
8330c76b9d
Updated Label Config
2022-09-15 14:22:48 +05:30
Nikhil Nandagopal
7a208b2274
Updated Label Config
2022-09-15 14:21:26 +05:30
Nikhil Nandagopal
9962f8d381
Updated Label Config
2022-09-15 14:20:59 +05:30
Nikhil Nandagopal
f467e4c1cf
Updated Label Config
2022-09-15 14:16:17 +05:30
Nikhil Nandagopal
19c1decb6d
Updated Label Config
2022-09-15 14:14:45 +05:30
Nikhil Nandagopal
02b06f1867
Updated Label Config
2022-09-15 14:14:26 +05:30
Nikhil Nandagopal
d4eec27db4
Updated Label Config
2022-09-15 14:13:34 +05:30
Nikhil Nandagopal
f19ce351c3
Updated Label Config
2022-09-15 14:11:46 +05:30
Nikhil Nandagopal
80bcba3ffa
Updated Label Config
2022-09-15 14:04:04 +05:30
Nikhil Nandagopal
0781761fee
Updated Label Config
2022-09-15 14:03:34 +05:30
Nikhil Nandagopal
421eb0c5f1
Updated Label Config
2022-09-15 14:02:31 +05:30
Nikhil Nandagopal
f8a695485e
Updated Label Config
2022-09-15 13:52:31 +05:30
Nikhil Nandagopal
1d32224d65
Updated Label Config
2022-09-15 13:51:05 +05:30
Nikhil Nandagopal
045d2f3512
Updated Label Config
2022-09-15 13:44:14 +05:30
Nikhil Nandagopal
c9937fc664
Updated Label Config
2022-09-15 13:42:45 +05:30
Nikhil Nandagopal
db805350a4
Updated Label Config
2022-09-15 13:29:31 +05:30
yatinappsmith
052986f138
ci: Fix ui-test cache ( #16781 )
...
## Description
Fix ui-test cache
Fixes # (issue)
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
Code review
## Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
2022-09-15 12:36:38 +05:30
yatinappsmith
d543bbf648
ci: Fix rts dist ( #16774 )
...
Update integration-tests-command.yml
2022-09-15 10:28:56 +05:30
yatinappsmith
05d9db6e81
ci: Fix rts dist ( #16773 )
2022-09-15 09:10:39 +05:30
yatinappsmith
311df42a4e
ci: Fix tar download for rts ( #16772 )
...
Update integration-tests-command.yml
2022-09-15 08:12:01 +05:30
Arpit Mohan
98c18862c2
ci: Fixing the caches for server,client and rts build ( #16757 )
...
The problem was being caused by reusable modules taking the same job id
2022-09-14 20:28:40 +05:30
Arpit Mohan
7580eb9990
ci: Fixing the RTS build workflow ( #16748 )
...
## Description
The problem with the RTS workflow after the induction of AST parsing was that while copying the `node_modules`, Ubuntu doesn't follow the symlink and copy the content. It simply copies the symlink as is. This causes issues for RTS service to start.
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
- Personal repository
## Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
2022-09-14 14:24:20 +05:30
Sumesh Pradhan
8f01b84fee
Packer script to build AWS and DigitalOcean images ( #16617 )
2022-09-14 11:03:02 +05:30
Nikhil Nandagopal
274e86d772
Updated Label Config
2022-09-13 21:56:21 +05:30
Nikhil Nandagopal
5b3d537486
Updated Label Config
2022-09-13 21:50:26 +05:30
Nikhil Nandagopal
627ace4375
Updated Label Config
2022-09-13 21:40:03 +05:30
Nikhil Nandagopal
5173b1679e
Updated Label Config
2022-09-13 21:31:39 +05:30
Jacob Gillespie
820b65a70f
ci: fix tag reference to github.sha in depot build action ( #16735 )
2022-09-13 20:09:41 +05:30
Nikhil Nandagopal
82fad42e73
Updated Label Config
2022-09-13 17:21:38 +05:30
Nikhil Nandagopal
c13e5c6472
Updated Label Config
2022-09-13 13:50:32 +05:30
Kyle Galbraith
a4f32ef7e6
ci: Fix build_args to be build-args for Depot builds ( #16678 )
2022-09-13 08:41:35 +05:30
Arpit Mohan
01265b7bbd
ci: Correcting the env variables for perf-test workflow
2022-09-12 21:28:23 +05:30
Arpit Mohan
9b77bd6cf7
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2022-09-12 20:10:09 +05:30
Arpit Mohan
eed9339d3a
ci: Inheriting secrets to reusable workflows
...
This does not happen by default when workflows are re-used. Quite a surprising revelation
2022-09-12 20:09:55 +05:30
Nikhil Nandagopal
174c03d102
Updated Label Config
2022-09-12 19:19:55 +05:30
Nikhil Nandagopal
00e61e8b25
Updated Label Config
2022-09-12 19:01:29 +05:30
Nikhil Nandagopal
0b3340dbff
Updated Label Config
2022-09-12 19:00:21 +05:30
Nikhil Nandagopal
8ea8ace148
Updated Label Config
2022-09-12 19:00:11 +05:30
Nikhil Nandagopal
7176b6b395
Updated Label Config
2022-09-12 19:00:03 +05:30
Nikhil Nandagopal
06a2f24948
Updated Label Config
2022-09-12 18:59:22 +05:30
Nikhil Nandagopal
7b66a5bcb0
Updated Label Config
2022-09-12 18:59:10 +05:30
Nikhil Nandagopal
612cea1f00
Updated Label Config
2022-09-12 18:59:02 +05:30
Nikhil Nandagopal
15ff40cc8a
Updated Label Config
2022-09-12 18:58:20 +05:30
Nikhil Nandagopal
17c1eac1cd
Updated Label Config
2022-09-12 18:53:49 +05:30
Nikhil Nandagopal
67ecfeb9c1
Updated Label Config
2022-09-12 18:53:37 +05:30
Nikhil Nandagopal
ae8e9e6d12
Updated Label Config
2022-09-12 18:52:38 +05:30
Nikhil Nandagopal
73c60767c6
Updated Label Config
2022-09-12 18:01:55 +05:30
Nikhil Nandagopal
06ed122785
Updated Label Config
2022-09-12 17:53:14 +05:30
Nikhil Nandagopal
5bdf93a351
Updated Label Config
2022-09-12 17:45:27 +05:30
Nikhil Nandagopal
54d49d424f
Updated Label Config
2022-09-12 17:45:10 +05:30
Nikhil Nandagopal
87eed198df
Updated Label Config
2022-09-12 17:44:54 +05:30
Nikhil Nandagopal
d01ba10142
Updated Label Config
2022-09-12 17:44:46 +05:30
Nikhil Nandagopal
2cd7f1d6fe
Updated Label Config
2022-09-12 17:44:35 +05:30
Nikhil Nandagopal
c3761aedea
Updated Label Config
2022-09-12 17:44:22 +05:30
Nikhil Nandagopal
325d0ac79d
Updated Label Config
2022-09-12 17:44:14 +05:30
Nikhil Nandagopal
f35270b1a1
Updated Label Config
2022-09-12 17:44:03 +05:30
Nikhil Nandagopal
1b246549ef
Updated Label Config
2022-09-12 17:43:49 +05:30
Nikhil Nandagopal
20096f08c4
Updated Label Config
2022-09-12 17:43:39 +05:30
Nikhil Nandagopal
32d44f2b62
Updated Label Config
2022-09-12 17:43:30 +05:30
Nikhil Nandagopal
3a81636291
Updated Label Config
2022-09-12 17:43:14 +05:30
Nikhil Nandagopal
de800ce37c
Updated Label Config
2022-09-12 17:43:04 +05:30
Nikhil Nandagopal
b84121c5e3
Updated Label Config
2022-09-12 17:38:59 +05:30
Nikhil Nandagopal
f775cbb8ab
Updated Label Config
2022-09-12 17:37:59 +05:30
Nikhil Nandagopal
9bd487eced
Updated Label Config
2022-09-12 17:35:37 +05:30
Nikhil Nandagopal
357429fd3f
Updated Label Config
2022-09-12 17:29:13 +05:30
Nikhil Nandagopal
9354d4449e
Updated Label Config
2022-09-12 17:28:18 +05:30
Nikhil Nandagopal
4f834c9d4d
Updated Label Config
2022-09-12 17:22:02 +05:30
Nikhil Nandagopal
3b0c6cbe3f
Updated Label Config
2022-09-12 17:15:36 +05:30
Arpit Mohan
b2ff88a9e1
ci: Removing the redundant permissions in fat-container-test step
2022-09-12 11:11:30 +05:30
Arpit Mohan
5db7aa0fa1
ci: Reverting the permission check on ok-to-test
...
This needs to be tested properly on a test organization.
2022-09-11 20:50:59 +05:30
Arpit Mohan
4c55b0edd7
ci: Making ok-to-test command executable only to users with write permission on the appsmithorg organization
2022-09-11 17:57:40 +05:30
Arpit Mohan
978e68820e
ci: Fixing the notification & Depot Docker build step ( #16671 )
...
Fixing the notification & Depot Docker build step for integration test & test-build-docker workflows
2022-09-09 18:48:16 +05:30
Arpit Mohan
5642274694
ci: Removing depot docker build from fat-container-test in integration-tests.yml
2022-09-09 15:36:33 +05:30
Arpit Mohan
655a5a668d
ci: Fixing the condition check for server running in ui-test and perf-test steps
2022-09-09 14:59:32 +05:30
Arpit Mohan
408bcaf1a9
ci: Moving ok-to-test permission to none till further debugging
2022-09-09 14:06:34 +05:30
Arpit Mohan
d5a6dacb2a
ci: Fixing the yml syntax for test-build-docker image workflow
2022-09-09 11:53:21 +05:30
Arpit Mohan
c0e1a6202f
ci: Fixing the package step for test-build-docker workflow ( #16661 )
...
## Description
The depot docker step wasn't initialized. This was causing Docker builds to fail.
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
- Relying on CI
## Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
2022-09-09 11:47:34 +05:30
Nikhil Nandagopal
28d7b2b97f
Updated Label Config
2022-09-09 11:41:53 +05:30
Arpit Mohan
121b1eb8e4
ci: Swap docker for depot ( #16658 )
...
Refer to #16020 for details. This PR has been opened since we could not modify the previous PR since it's a contribution by an external contributor.
Co-authored-by: kylegalbraith <kyle.galbraith459@gmail.com>
2022-09-09 01:43:03 +05:30
Arpit Mohan
697bdecaa5
ci: Modularizing the Github actions workflow for maintainability ( #16505 )
2022-09-09 01:08:55 +05:30
Arpit Mohan
7664f65e43
ci: Fixing the chrome stable version format
2022-09-07 18:50:54 +05:30
Arpit Mohan
52dfdd8eb4
ci: Moving to stable chrome version for Cypress
2022-09-07 17:49:21 +05:30
Arpit Mohan
05c109d220
ci: Fixing the yaml syntax for browser version
2022-09-07 15:47:53 +05:30
Aishwarya-U-R
9499f3188d
test: Running CI on latest Chrome browser ( #16613 )
...
## Description
- This PR makes changes to run CI on latest stable Chrome always
## Type of change
- Browser update
## Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
2022-09-07 15:44:14 +05:30
Arpit Mohan
577ac298da
Moving the client build & package steps to Buildjet
2022-09-07 14:00:15 +05:30
Aishwarya-U-R
8a7ec8560e
test: Moving from Chrome to Electron browser for CI runs ( #16598 )
...
## Description
- This PR makes changes for moving from Chrome to Electron browser for CI runs & fixes the git hub runners failure issue incases of Chrome version updates
## Type of change
- Browser name update
## Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
2022-09-07 10:54:55 +05:30
Jaroslav Lobačevski
bf98cb992f
ci: Update ok-to-test.yml to run only on pull request comments ( #16566 )
...
The expression was treated as a string and always evaluated as true.
2022-09-06 22:05:21 +05:30
Ashok Kumar M
0fc7f4c7f6
fix: removing "Exit if Server hasn't started" coz its not needed. ( #16589 )
2022-09-06 19:03:32 +05:30
Ashok Kumar M
d4eee444f2
fix: Updating the server and client artifacts path. ( #16585 )
2022-09-06 17:14:13 +05:30
Ashok Kumar M
3594b81a9b
fix: fixing perf test workflow during merge. ( #16574 )
2022-09-06 15:02:34 +05:30
Ashok Kumar M
cefd0b6469
fix: adding perf test runs to workflows post merge to release. ( #16559 )
2022-09-06 13:09:14 +05:30
Ashok Kumar M
4c90f3ecd4
fix: adding git token for perf infra. ( #16546 )
...
* fix: adding git token for perf infra.
* changing name PERF_GITHUB_PAT
2022-09-05 18:27:13 +05:30
Nikhil Nandagopal
bc84361b96
Updated Label Config
2022-09-05 16:01:40 +05:30
Somangshu Goswami
b89995aa25
chore: Update the welcome bot message ( #16444 )
...
Updated the message to include request for raising a review, its a critical piece of information people should have
2022-09-01 16:12:07 +05:30
Ashok Kumar M
d0491f7a75
chore: replacing supabase secrets with performance db secrets. ( #16423 )
...
task: replacing supabase secrets with performance db secrets.
2022-09-01 15:02:46 +05:30
Arpit Mohan
3e00356e71
Increasing the memory for self-hosted runners for server build in CI
2022-08-27 16:45:47 +05:30
Arpit Mohan
0420161861
ci: Moving server builds to Buildjet to confirm if it's faster and more reliable ( #16346 )
...
Moving server builds to Buildjet to confirm if it's faster and more reliable
Also, cleaning up some CI workflows to remove references to release-frozen branch.
2022-08-27 16:15:59 +05:30
Arpit Mohan
037efacbf3
fix: Display community edition along with version ( #16341 )
...
## Description
This PR adds the string `Community` along with the Appsmith version. This will help users identify the type of instance that they are running.
## Type of change
- New feature (non-breaking change which adds functionality)
## How Has This Been Tested?
Manually
## Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
2022-08-27 15:10:03 +05:30
Nikhil Nandagopal
91a800d334
Updated Label Config
2022-08-24 11:13:36 +05:30
Tanvi Bhakta
17fd4f1512
fix: a typo (conatiner -> container) ( #16200 )
2022-08-23 10:44:54 +05:30
arslanhaiderbuttar
62b97c8203
fix: changed the download paths for s3 in CI workflows ( #16194 )
2022-08-22 22:50:31 +05:30
Nikhil Nandagopal
9e3d95d216
Updated Label Config
2022-08-19 12:54:35 +05:30
Arpit Mohan
943cfa9cd3
ci: Removing unused CI workflow files ( #16142 )
2022-08-19 05:28:39 +02:00
Nikhil Nandagopal
b79120c703
Updated Label Config
2022-08-18 15:00:38 +05:30
Nikhil Nandagopal
dab70a09df
Updated Label Config
2022-08-18 14:34:24 +05:30
Nikhil Nandagopal
64f0a15321
Updated Label Config
2022-08-18 12:14:20 +05:30
arslanhaiderbuttar
e9bc7063b6
Fix TED run command updated ( #16089 )
2022-08-18 10:09:12 +05:30
Satish Gandham
92a00e590e
ci: Remove directory listing command from perf tests ( #16117 )
...
* Clean up the perf folder and update integration commnds to use the new repo
* Use a different token for github auth
* Update the token
* - Remove directory listing command
* Move perf checkout command to the back
* resolve conflicts
* Add directory listing code
* Fix an issue with directory listing
* - Remove directory listing code
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-08-18 09:31:54 +05:30
Satish Gandham
5c7d2d0568
ci: Change directory listing code ( #16109 )
...
* Clean up the perf folder and update integration commnds to use the new repo
* Use a different token for github auth
* Update the token
* - Remove directory listing command
* Move perf checkout command to the back
* resolve conflicts
* Add directory listing code
* Fix an issue with directory listing
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-08-17 17:42:32 +05:30
Satish Gandham
47e5040c86
ci: Move performance-infra checkout to the back in ci script ( #16107 )
...
* Clean up the perf folder and update integration commnds to use the new repo
* Use a different token for github auth
* Update the token
* - Remove directory listing command
* Move perf checkout command to the back
* resolve conflicts
* Add directory listing code
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-08-17 16:27:38 +05:30
Satish Gandham
d232823edb
ci: Remove directory listing command from perf tests ( #16084 )
...
* Clean up the perf folder and update integration commnds to use the new repo
* Use a different token for github auth
* Update the token
* - Remove directory listing command
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-08-17 12:30:48 +05:30
Satish Gandham
50014eef78
ci: Update the access token in ci script ( #16058 )
...
* Clean up the perf folder and update integration commnds to use the new repo
* Use a different token for github auth
* Update the token
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-08-16 16:44:44 +05:30
Satish Gandham
3990162ca6
ci: Update the access token in ci script. ( #16032 )
...
* Clean up the perf folder and update integration commnds to use the new repo
* Use a different token for github auth
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-08-16 14:33:55 +05:30
Nikhil Nandagopal
6176f6ec1c
Updated Label Config
2022-08-16 14:14:25 +05:30
Satish Gandham
a76fd48ddc
chore: Update integration script to use performance testing code from private repo ( #15991 )
...
Clean up the perf folder and update integration commnds to use the new repo
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-08-16 11:54:13 +05:30
arslanhaiderbuttar
058d90cea0
test: Update workflows for upgrade scenarios ( #15841 )
...
Update workflows for upgrade scenarios
2022-08-15 14:08:30 +00:00
Nikhil Nandagopal
50597d5d6f
Updated Label Config
2022-08-11 14:05:45 +05:30
Nikhil Nandagopal
79959fcfec
Updated Label Config
2022-08-11 12:54:47 +05:30
Nikhil Nandagopal
7e17ed875d
Updated Label Config
2022-08-11 12:54:36 +05:30
Nikhil Nandagopal
7306c48714
Updated Label Config
2022-08-11 12:54:26 +05:30
Nikhil Nandagopal
eaf41a24bb
Updated Label Config
2022-08-11 12:54:17 +05:30
Nikhil Nandagopal
b9622c6998
Updated Label Config
2022-08-11 12:54:08 +05:30
Nikhil Nandagopal
19e4375f67
Updated Label Config
2022-08-11 12:53:51 +05:30
Nikhil Nandagopal
f1eff29b7c
Updated Label Config
2022-08-10 18:36:42 +05:30
Arpit Mohan
ec29bbfac4
ci: Running the "Test plan approved" check only on pull requests to release branch ( #15850 )
2022-08-08 22:24:00 +05:30
Nikhil Nandagopal
48883bc868
Updated Label Config
2022-08-03 17:13:33 +05:30
Nikhil Nandagopal
787ec15b0c
Updated Label Config
2022-08-03 15:07:08 +05:30
Nikhil Nandagopal
332fab55b0
Updated Label Config
2022-08-02 14:39:01 +05:30
Nikhil Nandagopal
98a40e67c7
Update --documentation-improvement.yaml
2022-07-29 13:02:42 +05:30
Nikhil Nandagopal
62c6d48dd3
Update --bug-report.yaml
2022-07-29 13:01:43 +05:30
Nikhil Nandagopal
2a32f157ee
Updated Label Config
2022-07-25 09:38:30 +05:30
Nikhil Nandagopal
692f1a5606
Updated Label Config
2022-07-22 17:23:56 +05:30
Nikhil Nandagopal
020d14dace
Updated Label Config
2022-07-22 11:48:30 +05:30
Nikhil Nandagopal
c57b6268a1
Updated Label Config
2022-07-22 10:48:04 +05:30
Nikhil Nandagopal
7445d5d737
Update config.json
2022-07-18 13:00:38 +05:30
Satish Gandham
e2db190ed2
ci: Stabilise the host before running perf tests ( #15130 )
...
* Run perf tests only on buildjet machine
* - Set chrome process priority to maximum to stabilise the run data
* Update index.js
* Update perf.js
* Update index.js
* - Move around args
* - Add --no-sandbox option to initial setup
* -We don't need sudo on the main script, we can use sudo in node scripts to set process priority
* - Some tweaks to the perf scripts.
* - Remove no-sandbox option in puppeteer launch
* - Remove sudo at unnecessary places
* - Add code to force grabage collection in chrome
* Update logins and some cleanup
* Remove unsed import
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-07-11 21:22:25 +05:30
Nikhil Nandagopal
1f17fb8d1d
Updated Label Config
2022-07-08 11:36:46 +05:30
Nikhil Nandagopal
dd20693afd
Updated Label Config
2022-07-08 11:31:39 +05:30
albinAppsmith
28b2561d32
ci: Design system label name fix ( #14996 )
...
Design system label name fix
2022-07-07 22:00:06 +05:30
Nikhil Nandagopal
0906a4189c
Updated Label Config
2022-07-05 13:44:19 +05:30
albinAppsmith
8c1a4af4b9
ci: Added workflow for adding reviewers to PR if ads folder changed ( #14880 )
...
Added workflow for adding reviwers to PR if ads folder chnaged
2022-07-01 01:48:16 +05:30
Nikhil Nandagopal
906967b0ab
Updated Label Config
2022-06-30 20:26:52 +05:30
yatinappsmith
703b0efda6
Add matrix for fat container tests ( #14850 )
2022-06-30 11:32:40 +05:30
Nikhil Nandagopal
622591aa49
Updated Label Config
2022-06-29 10:43:53 +05:30
Nikhil Nandagopal
a8bbed0095
Updated Label Config
2022-06-27 14:59:59 +05:30
Nikhil Nandagopal
7f0b6c10d1
Update config.json
2022-06-27 14:57:41 +05:30
Nikhil Nandagopal
8b58f10c7a
Updated Label Config
2022-06-27 14:55:34 +05:30
Nikhil Nandagopal
7c704778ee
Updated Label Config
2022-06-27 14:55:20 +05:30
Nikhil Nandagopal
f173900018
Updated Label Config
2022-06-27 14:55:05 +05:30
Nikhil Nandagopal
611aba0bdc
Updated Label Config
2022-06-27 14:53:07 +05:30
Nikhil Nandagopal
b6ed3d4140
Updated Label Config
2022-06-27 14:52:40 +05:30
Nikhil Nandagopal
b04bb7c491
Updated Label Config
2022-06-27 14:51:53 +05:30
Arpit Mohan
1d76fe3ceb
ci: Revert "ci: Use buildjet runners for Cypress tests, and fewer of them"
...
Reverts #14636
Reverting this change for now because there is an issue when re-running the failed specs. The action is unable to find the correct directory.
2022-06-22 09:57:40 +05:30
Nikhil Nandagopal
091ab38f2e
Updated Label Config
2022-06-20 17:00:44 +05:30
Hetu Nandu
09bd4e35bd
ci: Update Test plan checker ( #14633 )
2022-06-20 15:10:36 +05:30
Shrikant Sharat Kandula
054b6942b8
Use buildjet runners for Cypress tests, and fewer of them ( #14636 )
2022-06-20 11:52:17 +05:30
Satish Gandham
4f62ad799b
Remove sudo from perf tests command ( #14649 )
...
We don't need sudo on the main script, we can use sudo in node scripts to set process priority
2022-06-17 18:10:04 +05:30
Arpit Mohan
abffbaae1e
Adding the configuration parameter to ensure that the target branch is master for all releases are created ( #14615 )
2022-06-17 11:31:08 +05:30
Nikhil Nandagopal
bcfc4bb14f
Updated Label Config
2022-06-15 19:30:08 +05:30
Nikhil Nandagopal
43bcb31293
Updated Label Config
2022-06-15 18:08:36 +05:30
Nikhil Nandagopal
95e5ab67c5
Updated Label Config
2022-06-15 17:43:06 +05:30
Nikhil Nandagopal
43a04a76b5
Updated Label Config
2022-06-15 13:12:58 +05:30
Nikhil Nandagopal
bbeb3289b1
Updated Label Config
2022-06-15 13:12:15 +05:30
Nikhil Nandagopal
aa2d1f5f50
Updated Label Config
2022-06-15 13:11:36 +05:30
Nikhil Nandagopal
270a9eedf7
Updated Label Config
2022-06-15 12:13:26 +05:30
Nikhil Nandagopal
087f6b9fb9
Updated Label Config
2022-06-15 12:07:45 +05:30
Nikhil Nandagopal
ae68964e86
Updated Label Config
2022-06-15 12:07:04 +05:30
Nikhil Nandagopal
f475f3236e
Updated Label Config
2022-06-15 10:57:23 +05:30
Nikhil Nandagopal
cf7627bc73
Updated Label Config
2022-06-15 10:50:34 +05:30
Nikhil Nandagopal
ee635846e9
Updated Label Config
2022-06-15 10:50:14 +05:30
Nikhil Nandagopal
f67bdc9247
Updated Label Config
2022-06-15 10:50:05 +05:30
Satish Gandham
88a2fc228e
Run UI performance tests as root ( #14536 )
...
We want to run chrome at higher priority on OS level, to set the process priority we need to run the script as root.
2022-06-14 19:10:10 +05:30
Nikhil Nandagopal
a125500d8e
Updated Label Config
2022-06-14 15:04:36 +05:30
Nikhil Nandagopal
829df1fe5c
Updated Label Config
2022-06-14 14:59:40 +05:30
Nikhil Nandagopal
ff7be412ab
Updated Label Config
2022-06-14 14:57:21 +05:30
Nikhil Nandagopal
ae86faabb8
Updated Label Config
2022-06-14 14:05:41 +05:30
Nikhil Nandagopal
fc1a016c81
Updated Label Config
2022-06-10 12:37:07 +05:30
Satish Gandham
5e3475bcce
Merge pull request #14303 from appsmithorg/chore/dont-run-perf-tests-on-ubuntu
...
chore: Run perf tests only on buildjet machine
2022-06-09 10:12:46 +05:30
Nikhil Nandagopal
6cbb4c2e80
Updated Label Config
2022-06-08 12:50:05 +05:30
Nikhil Nandagopal
fdd152a1eb
Updated Label Config
2022-06-08 12:12:46 +05:30
Nikhil Nandagopal
f5cecfb2d4
Updated Label Config
2022-06-08 12:11:44 +05:30
Nikhil Nandagopal
f392ae5516
Updated Label Config
2022-06-08 12:10:26 +05:30
Nikhil Nandagopal
89f56515b7
Updated Label Config
2022-06-08 12:10:18 +05:30
Nikhil Nandagopal
c0700e4836
Updated Label Config
2022-06-08 10:18:39 +05:30
Nikhil Nandagopal
97ef8e2127
Updated Label Config
2022-06-02 16:41:11 +05:30
Arpit Mohan
71d8cae360
chore: Deleting the sync community workflow from this repo as it is not required
2022-06-02 10:04:10 +05:30
Arpit Mohan
48738091e5
chore: Removing jest test coverage because of node version mismatch ( #14230 )
2022-06-01 17:43:03 +05:30
Nikhil Nandagopal
0dab688847
Updated Label Config
2022-06-01 15:35:24 +05:30
Nikhil Nandagopal
3da4ad55fb
Updated Label Config
2022-05-31 19:38:48 +05:30
Nikhil Nandagopal
6349e599e7
Updated Label Config
2022-05-31 19:37:17 +05:30
Nikhil Nandagopal
1ec2d1b0d1
Updated Label Config
2022-05-31 19:24:35 +05:30
Nikhil Nandagopal
c31456ea55
Updated Label Config
2022-05-31 19:21:15 +05:30
Nikhil Nandagopal
b2a5c3cb74
Updated Label Config
2022-05-31 19:08:45 +05:30
Nikhil Nandagopal
649064ea27
Updated Label Config
2022-05-31 19:08:16 +05:30
Nikhil Nandagopal
62fe617a2c
Updated Label Config
2022-05-31 18:46:53 +05:30
Nikhil Nandagopal
c0722a71d6
Updated Label Config
2022-05-31 18:44:37 +05:30
Anand Srinivasan
4984f0fbd4
Revert config.json ( #14203 )
...
Fixing empty response
2022-05-31 18:29:01 +05:30
Nikhil Nandagopal
a11f259e6d
Updated Label Config
2022-05-31 17:34:48 +05:30
Nikhil Nandagopal
23813dcd1d
Updated Label Config
2022-05-31 17:34:36 +05:30
Nikhil Nandagopal
6689200e2d
Updated Label Config
2022-05-31 17:32:36 +05:30
Nikhil Nandagopal
c78607eaf9
Updated Label Config
2022-05-31 17:32:14 +05:30
Nikhil Nandagopal
40d77dd385
Updated Label Config
2022-05-31 17:31:42 +05:30
Nikhil Nandagopal
c8942affb7
Updated Label Config
2022-05-31 17:30:24 +05:30
Nikhil Nandagopal
d30e541524
Updated Label Config
2022-05-31 17:07:58 +05:30
Nikhil Nandagopal
1f996b5c89
Updated Label Config
2022-05-31 17:07:16 +05:30
Nikhil Nandagopal
67bfa3b54c
Updated Label Config
2022-05-31 17:01:21 +05:30
Nikhil Nandagopal
45937c3d3b
Updated Label Config
2022-05-31 16:59:55 +05:30
Nikhil Nandagopal
4ec8c387fa
Updated Label Config
2022-05-31 16:59:24 +05:30
Nikhil Nandagopal
429a0150d4
Updated Label Config
2022-05-31 16:58:57 +05:30
Nikhil Nandagopal
14ee21bd6f
Updated Label Config
2022-05-31 16:49:00 +05:30
Nikhil Nandagopal
dcb6848f27
Updated Label Config
2022-05-31 16:48:08 +05:30
Nikhil Nandagopal
9f816a4eb9
Updated Label Config
2022-05-31 16:42:32 +05:30
Nikhil Nandagopal
a69cec214b
Updated Label Config
2022-05-31 16:40:12 +05:30
Nikhil Nandagopal
2950451ccb
Updated Label Config
2022-05-31 16:02:50 +05:30
Nikhil Nandagopal
bc795da98c
Updated Label Config
2022-05-31 16:00:23 +05:30
Nikhil Nandagopal
65b39ae795
Updated Label Config
2022-05-31 15:56:26 +05:30
Nikhil Nandagopal
af49befe3f
Updated Label Config
2022-05-31 15:55:16 +05:30
Nikhil Nandagopal
1221f06366
Updated Label Config
2022-05-31 15:53:33 +05:30
Nikhil Nandagopal
f4c506cd13
Updated Label Config
2022-05-31 15:51:58 +05:30
Nikhil Nandagopal
50fa70f61d
Updated Label Config
2022-05-31 15:49:59 +05:30
Nikhil Nandagopal
f80efb1e6a
Updated Label Config
2022-05-31 15:49:50 +05:30
Nikhil Nandagopal
1e48d8c012
Updated Label Config
2022-05-28 00:14:10 +05:30
Nikhil Nandagopal
05105a8da5
Updated Label Config
2022-05-27 17:51:56 +05:30
Nikhil Nandagopal
86dc254e1d
Update config.json
2022-05-27 17:15:20 +05:30
Nikhil Nandagopal
3461d2b646
Updated Label Config
2022-05-27 14:23:11 +05:30
Nikhil Nandagopal
709329773a
Updated Label Config
2022-05-27 12:48:09 +05:30
Nikhil Nandagopal
25b5cca7fd
Updated Label Config
2022-05-27 12:45:36 +05:30
Nikhil Nandagopal
89cfc2b7fa
Update config.json
2022-05-27 12:44:47 +05:30
Nikhil Nandagopal
f7cffd92de
Updated Label Config
2022-05-27 12:41:28 +05:30
Nikhil Nandagopal
a2dfacdbbe
Updated Label Config
2022-05-27 12:38:21 +05:30
Nikhil Nandagopal
9cf4b5efdb
Update config.json
2022-05-27 12:37:52 +05:30
Nikhil Nandagopal
396b4bd238
Updated Label Config
2022-05-27 12:31:32 +05:30
Nikhil Nandagopal
28c6af9689
Updated Label Config
2022-05-27 12:27:30 +05:30
Nikhil Nandagopal
ce080b5721
Updated Label Config
2022-05-27 12:25:23 +05:30
Arsalan Yaldram
8d55d6f51d
chore: update node version to 16.14.0 ( #14127 )
2022-05-26 23:39:59 +05:30
Arsalan Yaldram
b28eb3fed8
chore: Update node version to 16.15.0 LTS ( #14094 )
2022-05-26 16:05:02 +05:30
Nikhil Nandagopal
f4468ebb41
Updated Label Config
2022-05-26 13:10:52 +05:30
Nikhil Nandagopal
0eaec4bbd1
Updated Label Config
2022-05-26 13:10:33 +05:30
Nikhil Nandagopal
7224e54598
Updated Label Config
2022-05-26 13:10:10 +05:30
Nikhil Nandagopal
8dd65f4ac7
Updated Label Config
2022-05-26 13:09:32 +05:30
Nikhil Nandagopal
937d650527
Updated Label Config
2022-05-26 13:06:18 +05:30
Nikhil Nandagopal
cbe43dfe8c
Updated Label Config
2022-05-25 18:52:03 +05:30
Nikhil Nandagopal
30ddc92e67
Updated Label Config
2022-05-25 12:41:09 +05:30
Nikhil Nandagopal
618333761b
Updated Label Config
2022-05-20 16:44:11 +05:30
Nikhil Nandagopal
982de90cda
Updated Label Config
2022-05-20 16:40:34 +05:30
Nikhil Nandagopal
3ef42a5ebb
Updated Label Config
2022-05-20 14:20:33 +05:30
Nikhil Nandagopal
4ed6ffc6ea
Updated Label Config
2022-05-19 12:51:54 +05:30
Nikhil Nandagopal
3f2dbd0db7
Updated Label Config
2022-05-19 12:50:07 +05:30
Nikhil Nandagopal
4ccf1b1c92
Updated Label Config
2022-05-19 12:08:01 +05:30
Nikhil Nandagopal
56fd5672cf
Update --epic.yaml
2022-05-18 22:25:11 +05:30
Nikhil Nandagopal
6b419f105a
Update --epic.yaml
2022-05-18 22:24:28 +05:30
Nikhil Nandagopal
345cedc5d8
Update --epic.yaml
2022-05-18 22:22:51 +05:30
Nikhil Nandagopal
79d7f062ea
Updated Label Config
2022-05-13 11:18:44 +05:30
Hetu Nandu
18fab2368c
Don't check for "Test Plan Approved" Label for performance PR ( #13781 )
2022-05-12 14:28:46 +05:30
Hetu Nandu
97c5aeeb11
Check for "Test Plan Approved" Label in PRs ( #13718 )
2022-05-11 15:44:34 +05:30
Nikhil Nandagopal
005c3919a8
Updated Label Config
2022-05-10 11:23:13 +05:30
Nikhil Nandagopal
ec88185592
Updated Label Config
2022-05-10 11:09:52 +05:30
Nikhil Nandagopal
602358071f
Updated Label Config
2022-05-10 11:05:44 +05:30
yatinappsmith
86260f27e4
test: Fix fat container rerun ( #13260 )
...
* rerunning all tests in fat container
2022-05-09 12:32:34 +05:30
Shrikant Sharat Kandula
2d07561e6c
Fix chart version variable in helm workflow
2022-05-06 13:48:31 +05:30
Shrikant Sharat Kandula
8dd8e18704
Fix getting chart version in Helm workflow
2022-05-06 12:35:51 +05:30
Shrikant Sharat Kandula
f6c753b5e0
Add github action workflow to release new helm version ( #13279 )
2022-05-06 11:39:17 +05:30
Nikhil Nandagopal
4ad4a9b5af
Update config.json
2022-05-05 21:21:05 +05:30
Nikhil Nandagopal
5736f787ff
Updated Label Config
2022-05-05 17:46:25 +05:30
Nikhil Nandagopal
0b96d7463a
Updated Label Config
2022-05-05 17:46:08 +05:30
Nikhil Nandagopal
3fbf62628c
Updated Label Config
2022-05-05 17:45:58 +05:30
Nikhil Nandagopal
7d6949312c
Updated Label Config
2022-05-05 17:42:03 +05:30
Nikhil Nandagopal
d89919aab6
Updated Label Config
2022-05-05 17:41:00 +05:30
Nikhil Nandagopal
bb9b05e46d
Updated Label Config
2022-05-05 17:40:33 +05:30
Nikhil Nandagopal
cf49487b1a
Updated Label Config
2022-05-05 17:37:44 +05:30
Nikhil Nandagopal
d6fbe615a5
Updated Label Config
2022-05-05 17:35:48 +05:30
Nikhil Nandagopal
31a46298d1
Updated Label Config
2022-05-05 17:34:38 +05:30
Hetu Nandu
892c76257e
Fix integration test action ( #13409 )
2022-04-28 14:26:03 +05:30
yatinappsmith
234fd33229
Changed custom actions cache version to 3.0.2 ( #13388 )
...
We use github actions cache to store jobstate for the previous runs. The default cache is invalidated incase the job fails. To support rerunning only failed tests, we use custom cache martijnhols/actions-cache@v3. Recently new changes into custome cache broke our workflow https://github.com/MartijnHols/actions-cache .
Co-authored-by: Yatin <yatin.chaubal@gmail.com>
2022-04-28 10:23:40 +05:30
Nikhil Nandagopal
28d68f3506
Updated Label Config
2022-04-25 15:30:27 +05:30
Hetu Nandu
7be912e857
ci: Add debugging for ui test result step ( #13016 )
2022-04-22 13:03:57 +05:30
Nikhil Nandagopal
0f28bc095f
Updated Label Config
2022-04-21 16:47:41 +05:30
Nikhil Nandagopal
9a7484b180
Updated Label Config
2022-04-21 16:47:30 +05:30
Nikhil Nandagopal
92db30941c
Updated Label Config
2022-04-21 16:47:16 +05:30
Ankita Kinger
29bafc4592
updated OAuth env variables in cypress workflows ( #13157 )
2022-04-20 22:04:54 +05:30
Ankita Kinger
5b92e36e37
Add OAuth env variables to Cypress test runs in workflows ( #13138 )
2022-04-20 18:02:57 +05:30
Nikhil Nandagopal
3c6c0e6196
Updated Label Config
2022-04-19 16:54:13 +05:30
Nikhil Nandagopal
5cda4f8c44
Updated Label Config
2022-04-19 16:51:00 +05:30
Nikhil Nandagopal
907d03c91f
Updated Label Config
2022-04-19 16:46:54 +05:30
Nikhil Nandagopal
95e9683447
Updated Label Config
2022-04-18 14:53:41 +05:30
Nikhil Nandagopal
12365a237e
Updated Label Config
2022-04-17 10:29:07 +05:30
Nikhil Nandagopal
070a941b24
Updated Label Config
2022-04-17 10:24:01 +05:30
Nikhil Nandagopal
b7d0ae8ac4
Updated Label Config
2022-04-17 10:23:42 +05:30
Nikhil Nandagopal
0b4741f3ce
Updated Label Config
2022-04-14 12:46:08 +05:30
Nikhil Nandagopal
ffe795bc5f
Updated Label Config
2022-04-13 13:06:12 +05:30
Nikhil Nandagopal
4cd69fe4d8
Updated Label Config
2022-04-13 12:21:14 +05:30
Nikhil Nandagopal
8af3602a5d
Updated Label Config
2022-04-12 19:02:28 +05:30
Nikhil Nandagopal
0a4f45cb07
Updated Label Config
2022-04-12 16:28:45 +05:30
Arpit Mohan
610799f7a7
chore: Migrating Github release workflow to use Buildjet for client build ( #12847 )
2022-04-12 15:46:27 +05:30
Nikhil Nandagopal
ea71e5844e
Updated Label Config
2022-04-12 14:18:21 +05:30
Nikhil Nandagopal
9b6f0c4340
Updated Label Config
2022-04-12 13:08:24 +05:30
Nikhil Nandagopal
28ac5a5aaf
Updated Label Config
2022-04-12 12:34:20 +05:30
Satish Gandham
e59cd586e5
chore: Use the correct setup script ( #12733 )
...
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-04-08 22:40:15 +05:30
Satish Gandham
97256f7ef6
chore: Run UI perf tests on two different machines ( #12694 )
...
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-04-08 15:49:17 +05:30
yatinappsmith
20547edb47
test: Add license key with docker run ( #12685 )
...
* Added license key to docker run
2022-04-07 23:53:18 +00:00
yatinappsmith
a9f82597b0
test: commented license addition and removed fat-container-test as a prequisite for package on master ( #12680 )
2022-04-07 17:37:55 +05:30
Nikhil Nandagopal
26fd0305ee
Updated Label Config
2022-04-06 11:22:55 +05:30
yatinappsmith
4f3c123acf
commented load docker license ( #12573 )
2022-04-05 05:25:56 +00:00
Nikhil Nandagopal
d8aa517914
Updated Label Config
2022-04-04 18:11:05 +05:30
Nikhil Nandagopal
eacc4be788
Updated Label Config
2022-04-04 18:10:51 +05:30
Nikhil Nandagopal
884c4108ef
Updated Label Config
2022-04-04 18:10:38 +05:30
Nikhil Nandagopal
1d49377954
Updated Label Config
2022-04-04 18:10:17 +05:30
Nikhil Nandagopal
2a758b3d62
Updated Label Config
2022-04-04 18:10:06 +05:30
Nikhil Nandagopal
525e583a96
Updated Label Config
2022-04-04 18:09:27 +05:30
Nikhil Nandagopal
41f939942e
Updated Label Config
2022-04-04 18:09:16 +05:30
Nikhil Nandagopal
f6c1af05f1
Updated Label Config
2022-04-04 18:09:05 +05:30
Nikhil Nandagopal
1c58c645af
Updated Label Config
2022-04-04 18:08:29 +05:30
Nikhil Nandagopal
ea56211c6b
Updated Label Config
2022-04-04 18:08:04 +05:30
Nikhil Nandagopal
6d8b829532
Updated Label Config
2022-04-04 18:06:18 +05:30
yatinappsmith
0f1273aa57
change load docker condition ( #12548 )
2022-04-04 16:37:58 +05:30
yatinappsmith
31df89fb22
Update test-build-docker-image.yml ( #12451 )
2022-03-31 19:48:24 +05:30
yatinappsmith
cf318fc542
test: Test make fat tests blocking change ( #12429 )
...
* changed pr workflow for fat container
* Added fat conteiner change for Push workflow
2022-03-31 16:18:04 +05:30
Hetu Nandu
64ef6bb0c1
fix: Use the Appsmith repo for custom github actions ( #12366 )
2022-03-31 11:46:58 +05:30
Arpit Mohan
6dcc00a9f4
ci: Moving the runs-on parameter in some Github workflows to use Buildjet ( #12399 )
2022-03-30 20:39:34 +05:30
Nikhil Nandagopal
f0cc111822
Updated Label Config
2022-03-30 18:14:46 +05:30
Nikhil Nandagopal
edb476a24e
Updated Label Config
2022-03-30 18:14:37 +05:30
Hetu Nandu
42bdb6c2ab
ci: Copy the labels from a connected issue to the PR ( #12219 )
2022-03-28 11:47:37 +05:30
Arpit Mohan
f34dcbf9bd
chore: Fixing minor typo in the test-build-docker.yml Github workflow ( #12217 )
2022-03-24 11:24:14 +01:00
Nikhil Nandagopal
b357417f5b
Updated Label Config
2022-03-24 14:15:40 +05:30
Nikhil Nandagopal
781de514e7
Updated Label Config
2022-03-21 12:58:15 +05:30
Nikhil Nandagopal
4375d5c794
Updated Label Config
2022-03-21 12:57:00 +05:30
Abhinav Jha
91ead4f864
fix: Use existing yarn.lock as-is in CI ( #11497 )
...
* Update github workflows to use the lockfile in the codebase and not update it
* Fix jobs array formatting
2022-03-21 11:43:42 +05:30
yatinappsmith
bc5e0cb707
test: changed for rerun ( #11991 )
...
* changed for rerun
* fixed checkout
2022-03-21 09:41:11 +05:30
yatinappsmith
a805a8f6c9
fixed build artifacts download ( #11988 )
2022-03-20 19:54:59 +05:30
yatinappsmith
00cd587cef
Added if for fat container ( #11971 )
2022-03-20 12:14:42 +05:30
yatinappsmith
7dad28f8d1
test: Test fix build rts dependency ( #11951 )
...
* Added chmod dockerenv to push workflow
* Added chmod docker.env to pr workflow
2022-03-18 11:17:03 +05:30
yatinappsmith
00570de1bc
Revert "test: Test add support for fat container in ci ( #11836 )" ( #11942 )
...
This reverts commit f1fcf93322 .
2022-03-17 17:23:42 +05:30
yatinappsmith
f1fcf93322
test: Test add support for fat container in ci ( #11836 )
...
* Added support for fat container in Push workflow
* Added support for fat container in pull request
* Added license support
* Add support for license
2022-03-17 15:40:25 +05:30
Nikhil Nandagopal
24030f907b
Updated Label Config
2022-03-14 17:03:56 +05:30
Nikhil Nandagopal
815aca6229
Updated Label Config
2022-03-14 16:45:37 +05:30
Nikhil Nandagopal
8813ccde10
Updated Label Config
2022-03-14 13:10:13 +05:30
yatinappsmith
ef6be16f74
test: Cypress env for fat container ( #11792 )
...
* added cypress_fat.json as config
* Create cypress_fat.json
2022-03-14 10:00:13 +05:30
Shrikant Sharat Kandula
0024d3e102
Remove docker pushing in server workflow
2022-03-11 13:25:24 +05:30
yatinappsmith
2e4614e45c
test: added github token to re-run ( #11771 )
...
Co-authored-by: Aishwarya-U-R <91450662+Aishwarya-U-R@users.noreply.github.com>
2022-03-10 18:28:56 +05:30
Shrikant Sharat Kandula
1f66a6b870
chore: Remove Google Analytics ( #11765 )
2022-03-10 17:09:22 +05:30
yatinappsmith
8c816dc6c5
test: Test support fat container in ci ( #11725 )
...
* Added fat container tests
* add support for fat container
2022-03-10 14:48:58 +05:30
Nikhil Nandagopal
224c93a1a1
Updated Label Config
2022-03-10 10:42:56 +05:30
yatinappsmith
9fd635145c
test: Add Github token to test build docker ( #11729 )
2022-03-09 20:30:15 +05:30
Nikhil Nandagopal
e90b7c5120
Update --bug-report.yaml
2022-03-09 11:47:58 +05:30
Nikhil Nandagopal
0a9fb9947f
Update --bug-report.yaml
2022-03-09 11:46:46 +05:30
Nikhil Nandagopal
8a63a3d304
Updated Label Config
2022-03-08 12:52:20 +05:30
yatinappsmith
b677affdee
test: Test fix grep spec case insesitive ( #11523 )
...
* added grep -i spec
Co-authored-by: Aishwarya-U-R <91450662+Aishwarya-U-R@users.noreply.github.com>
2022-03-03 07:44:00 +05:30
Nikhil Nandagopal
f19b618f71
Updated Label Config
2022-03-01 15:15:31 +05:30
Nikhil Nandagopal
7b4a291da1
Updated Label Config
2022-03-01 11:44:42 +05:30
Nikhil Nandagopal
42c84feb24
Updated Label Config
2022-02-28 18:03:59 +05:30
Nikhil Nandagopal
65e2dfb6cc
Updated Label Config
2022-02-28 17:56:39 +05:30
Nikhil Nandagopal
f308ad98ae
Updated Label Config
2022-02-23 20:53:01 +05:30
Nikhil Nandagopal
14e85ac181
Updated Label Config
2022-02-21 13:08:16 +05:30
Satish Gandham
0eac594c41
Move supabase key to the right step in CI ( #11226 )
2022-02-17 14:34:42 +05:30
Satish Gandham
4bff451735
chore: persist performance test results ( #11208 )
...
* Persist performance run data to supabase
* Remove stray comment
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-02-16 19:55:33 +05:30
Nikhil Nandagopal
b895ec85cd
Updated Label Config
2022-02-15 17:42:07 +05:30
Nikhil Nandagopal
e5a722ea63
Updated Label Config
2022-02-09 18:04:10 +05:30
yatinappsmith
4d6e389631
test: replace full path with github workspace ( #11047 )
2022-02-09 18:00:56 +05:30
Nikhil Nandagopal
6f5a4a468b
Updated Label Config
2022-02-09 10:11:09 +05:30
Nikhil Nandagopal
ac993f44f1
Updated Label Config
2022-02-08 17:03:41 +05:30
Nikhil Nandagopal
22384fc921
Updated Label Config
2022-02-07 17:23:40 +05:30
yatinappsmith
145c871088
test: Reuse performance actions ( #10913 )
2022-02-07 10:51:21 +05:30
yatinappsmith
324b077ffa
test: Fix reusing the result of Github actions in case the previous run fails ( #10888 )
2022-02-04 16:27:14 +05:30
yatinappsmith
fb6a97e654
test: Support reuse of github actions ( #10874 )
...
* Modified workflow for push and pr
* Changed matrix array to single line
* changed matrix array to single line
2022-02-04 14:10:03 +05:30
yatinappsmith
a074701347
chore: Test reuse actions ( #10861 )
2022-02-03 15:41:35 +05:30
Nikhil Nandagopal
c035203ebd
Updated Label Config
2022-01-27 13:02:57 +05:30
Nikhil Nandagopal
46820d5dbc
Updated Label Config
2022-01-26 14:27:02 +05:30
Nikhil Nandagopal
322a018a4d
Updated Label Config
2022-01-26 13:31:44 +05:30
Nikhil Nandagopal
5d87cfa5a2
Updated Label Config
2022-01-26 13:30:28 +05:30
Nikhil Nandagopal
58eab5bd44
Updated Label Config
2022-01-26 13:30:05 +05:30
Nikhil Nandagopal
5d6aec7ede
Updated Label Config
2022-01-24 16:31:34 +05:30
Nikhil Nandagopal
9c5c011663
Updated Label Config
2022-01-22 11:02:21 +05:30
Nikhil Nandagopal
ea4f382c75
Updated Label Config
2022-01-22 11:01:40 +05:30
Nikhil Nandagopal
759ce648be
Updated Label Config
2022-01-22 10:59:47 +05:30
Nikhil Nandagopal
dea085e8b3
Updated Label Config
2022-01-22 10:57:51 +05:30
Nikhil Nandagopal
e9296002aa
Updated Label Config
2022-01-22 10:53:09 +05:30
Nikhil Nandagopal
8df9850e64
Updated Label Config
2022-01-22 10:51:47 +05:30
Nikhil Nandagopal
059df4fc30
Updated Label Config
2022-01-18 16:44:54 +05:30
Nikhil Nandagopal
c22289201e
Updated Label Config
2022-01-18 15:55:44 +05:30
Nikhil Nandagopal
255dc92234
Updated Label Config
2022-01-18 15:55:06 +05:30
Nikhil Nandagopal
fea0a18a4c
Updated Label Config
2022-01-18 15:54:51 +05:30
Nikhil Nandagopal
1974307aa0
Updated Label Config
2022-01-18 15:54:07 +05:30
Nikhil Nandagopal
8b49d6fa5c
Updated Label Config
2022-01-18 15:52:20 +05:30
Nikhil Nandagopal
2c9fac9125
Updated Label Config
2022-01-18 15:52:10 +05:30
Nikhil Nandagopal
13efc48ad0
Updated Label Config
2022-01-18 15:51:40 +05:30
Nikhil Nandagopal
9b223fc411
Updated Label Config
2022-01-18 11:28:17 +05:30
Nikhil Nandagopal
fabe453940
Updated Label Config
2022-01-14 15:52:31 +05:30
Nikhil Nandagopal
9c2ae9078b
Updated Label Config
2022-01-13 12:44:15 +05:30
Nikhil Nandagopal
8cbeeb69d5
Updated Label Config
2022-01-13 12:07:47 +05:30
Nikhil Nandagopal
dfab847a99
Updated Label Config
2022-01-13 12:00:24 +05:30
Abhijeet
ec2ee35571
chore: Add env variable for git filesystem in CI ( #10249 )
2022-01-07 18:03:39 +05:30
Aishwarya-U-R
0de97cde81
chore: Updates for TS file inclusions ( #10188 )
2022-01-06 01:25:50 +05:30
Nikhil Nandagopal
53cf1f9c1c
Updated Label Config
2022-01-05 13:00:39 +05:30
Nikhil Nandagopal
5a00f238f5
Updated Label Config
2022-01-05 11:25:57 +05:30
Nikhil Nandagopal
4163cbf92a
chore: Remove Project Labeler ( #10135 )
2022-01-03 22:57:45 +05:30
Rahul Kochar
33e875456a
Updated Templates.yaml ( #10067 )
...
Changed version, removed tag, and added label
2021-12-30 12:19:05 +05:30
Rahul Kochar
e34ed9eb46
Adding Template request file ( #9897 )
...
* Adding template request issue template
* Update Templates.yaml
* Update Templates.yaml
* Updated to app tempaltes
* Updated with dropdowns
* Fixed errors
* Fixed dropdowns
* Fixed to single line input
* Fix typo
2021-12-30 11:55:51 +05:30
Nikhil Nandagopal
5f9df03917
Updated Label Config
2021-12-30 11:55:11 +05:30
Nikhil Nandagopal
35ed8340b0
Updated Label Config
2021-12-30 11:43:07 +05:30
Satish Gandham
eb487fb8ae
chore - Fix typo in integration-tests-command workflow ( #10034 )
...
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-12-28 18:26:44 +05:30
Satish Gandham
c5abd3dd6f
feat: UI Performance Infra setup v1 ( #9835 )
...
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-12-28 16:09:15 +05:30
Parthvi12
b82ea06aa3
test: Adding visual tests for layout validation ( #9857 )
...
* Adding visual tests for layout validation
* updating screenshot to match CI's screenshot resolution
* updating screenshot as per CI
* setting failure threshold for the image comparision
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2021-12-24 17:47:22 +05:30
Rishabh Saxena
89d3acdb89
Add env vars for cypress tests related to gitsync tests ( #9974 )
2021-12-24 11:09:55 +05:30
Nikhil Nandagopal
08364f61de
Updated Label Config
2021-12-23 11:02:13 +05:30
Shrikant Sharat Kandula
99d813971d
Disable fat image testing to push all archs
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-17 16:04:54 +05:30
Nikhil Nandagopal
57d4e67148
Updated Label Config
2021-12-17 15:44:18 +05:30
Shrikant Sharat Kandula
34ab4f8659
Revert buildx Docker image testing to unblock
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-17 14:51:53 +05:30
Rohan Arthur
cdcd127dc1
docs: add new section "documentation" in epic template ( #9846 )
2021-12-17 13:36:29 +05:30
Shrikant Sharat Kandula
e06b6d7517
Fix fat image building fails pushing slim images
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-17 13:34:24 +05:30
Nikhil Nandagopal
b9f9c6582c
Updated Label Config
2021-12-17 12:35:49 +05:30
Shrikant Sharat Kandula
c58e60ee2c
Fix pushing arm Docker fat images
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-17 12:30:55 +05:30
Shrikant Sharat Kandula
9202c0bf67
Fix Docker buildx images
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-17 10:27:56 +05:30
Shrikant Sharat Kandula
2fac770530
Don't pull image before testing the image
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-17 08:34:59 +05:30
Nikhil Nandagopal
7a79e7430c
Updated Label Config
2021-12-14 11:47:49 +05:30
Shrikant Sharat Kandula
334e1dce1d
ci: Run a small test on fat image before pushing to DockerHub ( #8619 )
2021-12-12 14:34:17 +05:30
Nikhil Nandagopal
02ad9ef9e9
Updated Label Config
2021-11-30 14:41:49 +05:30
Nikhil Nandagopal
839b993120
Update config.json
2021-11-30 13:52:27 +05:30
Nikhil Nandagopal
6426471ea6
Updated Label Config
2021-11-30 11:35:14 +05:30
yatinappsmith
ec803c8a8e
test: Change number of jobs to 24 ( #9275 )
...
* Update test-build-docker-image.yml
change jobs to 24
* Update integration-tests-command.yml
2021-11-22 18:28:49 +05:30
Arpit Mohan
79290e5fb1
ci: Upload server logs if Cypress tests fail ( #9247 )
2021-11-19 09:41:00 +05:30
Arpit Mohan
7a2bd98ca0
Updating first PR welcome message
2021-11-12 16:40:12 +05:30
Shrikant Sharat Kandula
4e1e531a24
Fix sha in comment with workflow run link
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-11-12 06:51:32 +05:30
Subin Mathew
27e8a88605
Post comment on PRs with link to test workflow runs ( #9122 )
2021-11-11 22:25:44 +05:30
Shrikant Sharat Kandula
f6b8900246
Remove unused package for DP step ( #9103 )
2021-11-11 14:00:25 +05:30
Nikhil Nandagopal
448dc41362
Update --epic.yaml
2021-11-03 15:19:38 +05:30
Shrikant Sharat Kandula
59ab2abe32
Upload build artifacts to S3 ( #8865 )
2021-10-29 15:36:16 +05:30
Nayan
09eff23479
feat: [Feature] Added release version api for clients and RTS ( #8324 )
...
Added a new event in RTS when new version is deployed. After receiving this event, client will show a prompt to refresh.
2021-10-29 15:52:21 +06:00
Arpit Mohan
095fed3429
ci: Fixing the test-build-docker-image workflow
...
We want package step to run on successful test completion on master. On other branches it's OK to deploy even with a failing test suite.
2021-10-29 13:47:54 +05:30
Nikhil Nandagopal
d3822990b0
Updated Label Config
2021-10-27 10:46:23 +05:30
Arpit Mohan
a1deef1660
chore: Updating the sync workflow to use merge strategy
2021-10-26 16:37:21 +05:30
Nikhil Nandagopal
847aca3ef7
Update --epic.yaml
2021-10-21 23:09:02 +05:30
Nikhil Nandagopal
37d7937d04
Update --bug-report.yaml
2021-10-21 23:06:14 +05:30
yatinappsmith
e9ffc67f79
Added check for cypress tests in PR ( #8454 )
2021-10-21 03:31:36 +00:00
Nikhil Nandagopal
a867faecbf
Updated Label Config
2021-10-18 17:03:43 +05:30
Nikhil Nandagopal
9b8d1e7cae
Updated Label Config
2021-10-18 16:43:11 +05:30
Rishabh Saxena
2040dceed9
fix: remove redundant env var ( #8544 )
2021-10-18 05:51:55 +00:00
Confidence Okoghenun
9359f16a07
chore: Add submission link to welcomebot ( #8542 )
2021-10-14 16:28:11 +05:30
Nidhi
a7a559cc62
fix: Back to repository dispatch ( #8470 )
...
* fix: Back to repository dispatch
* Test
* Test
* Test
2021-10-12 18:46:45 +05:30
Nidhi
fbfb7a6fd7
fix: Back to repository dispatch ( #8469 )
...
* fix: Back to repository dispatch
* Test
* Test
2021-10-12 18:42:45 +05:30
Nidhi
1caa8b2dc1
fix: Back to repository dispatch ( #8468 )
...
* fix: Back to repository dispatch
* Test
2021-10-12 18:39:56 +05:30
Nidhi
5919d4ed6d
fix: Back to repository dispatch ( #8467 )
2021-10-12 18:25:00 +05:30
Nidhi
ba66e555dd
fix: Back to repository dispatch ( #8466 )
...
* fix: Back to repository dispatch
* fix: Back to repository dispatch
2021-10-12 18:07:48 +05:30
Nidhi
711db19538
fix: Back to repository dispatch ( #8464 )
2021-10-12 18:02:31 +05:30
Nidhi
7e9798b1fe
fix: Back to repository dispatch ( #8463 )
2021-10-12 17:42:50 +05:30
Nidhi
9edfe4b165
fix: Upgraded slash command version related changes ( #8462 )
2021-10-12 17:31:57 +05:30
Nidhi
e60b01cc32
fix: Upgraded slash command version ( #8458 )
2021-10-12 16:59:31 +05:30
Nidhi
692e62b4dd
fix: Separated out workflows ( #8434 )
...
* Separated out workflows
* Separated out workflows
* Update .github/workflows/ok-to-test.yml
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-10-12 16:26:18 +05:30
Nikhil Nandagopal
d42417ed48
Updated Label Config
2021-10-11 14:48:47 +05:30
Nikhil Nandagopal
069dc5323c
Updated Label Config
2021-10-11 13:07:39 +05:30
Nikhil Nandagopal
3d89295470
Update --documentation-improvement.yaml
2021-10-11 12:15:48 +05:30
Nikhil Nandagopal
b6bc2cacb2
Update --epic.yaml
2021-10-11 12:13:26 +05:30
Nikhil Nandagopal
9cc33eb138
Update --epic.yaml
2021-10-11 12:12:03 +05:30
Nikhil Nandagopal
f3087f3433
Update --epic.yaml
2021-10-11 12:10:52 +05:30
Nikhil Nandagopal
e87f5038f5
Update --epic.yaml
2021-10-11 12:07:12 +05:30
Nikhil Nandagopal
6dc1aa7b1b
Update --epic.yaml
2021-10-11 12:05:55 +05:30
Nikhil Nandagopal
37978bbafa
Update --epic.yaml
2021-10-11 12:04:34 +05:30
Nikhil Nandagopal
5a021ac1f3
Update --feature-request.yaml
2021-10-11 11:58:32 +05:30
Nikhil Nandagopal
b52d287b16
Update --bug-report.yaml
2021-10-11 11:54:55 +05:30
Nikhil Nandagopal
d4dd1e24a8
Update --bug-report.yaml
2021-10-11 11:52:45 +05:30
Siddharth Mishra
97a330c4e9
chore: Added GitHub issue form templates ( #8119 )
2021-10-11 10:45:09 +05:30
Arpit Mohan
57bdbdc0f9
test: Fixing some cypress tests that were asserting if the message texts are correct ( #8369 )
2021-10-11 10:38:08 +05:30
Nikhil Nandagopal
3e7350c898
Update config.json
2021-10-08 14:33:58 +05:30
Nikhil Nandagopal
9de71f6fe8
Updated Label Config
2021-10-08 14:20:35 +05:30
Nikhil Nandagopal
2669e2995a
Updated Label Config
2021-10-06 21:31:00 +05:30
Nikhil Nandagopal
f5b8550cb2
Updated Label Config
2021-10-06 21:29:45 +05:30
Nikhil Nandagopal
9d6d622170
Updated Label Config
2021-10-06 21:28:01 +05:30
Nikhil Nandagopal
1132a6240c
Updated Label Config
2021-10-06 21:27:16 +05:30
Nikhil Nandagopal
b18eb21f74
Updated Label Config
2021-10-06 21:26:59 +05:30
Nikhil Nandagopal
3781a6ccc4
Updated Label Config
2021-10-06 21:23:49 +05:30
Nikhil Nandagopal
61cb61f6fb
Updated Label Config
2021-10-06 21:18:14 +05:30
Nikhil Nandagopal
99c8528690
Updated Label Config
2021-10-06 21:15:21 +05:30
Nikhil Nandagopal
47b1b66014
Updated Label Config
2021-10-06 20:04:00 +05:30
Nikhil Nandagopal
183e6d4790
Updated Label Config
2021-10-06 20:03:32 +05:30
Nikhil Nandagopal
d8dd9f4b15
Updated Label Config
2021-10-06 19:50:43 +05:30
Nikhil Nandagopal
3237121571
Updated Label Config
2021-10-06 19:45:31 +05:30
Nikhil Nandagopal
a9ff3784a0
Updated Label Config
2021-10-06 19:38:57 +05:30
Nikhil Nandagopal
860cbaa62f
Updated Label Config
2021-10-06 18:49:35 +05:30
Nikhil Nandagopal
b14a20089a
Updated Label Config
2021-10-06 18:48:42 +05:30
Nikhil Nandagopal
46591b512b
Updated Label Config
2021-10-06 18:42:52 +05:30
Nikhil Nandagopal
972c31a0e6
Updated Label Config
2021-10-06 18:29:03 +05:30
Nikhil Nandagopal
5f7f5ec00b
Updated Label Config
2021-10-06 18:26:48 +05:30
Nikhil Nandagopal
b6da5f79ce
Updated Label Config
2021-10-06 18:01:08 +05:30
Nikhil Nandagopal
1d11761685
Updated Label Config
2021-10-06 17:37:53 +05:30
Nikhil Nandagopal
369f7376c2
Updated Label Config
2021-10-06 17:28:04 +05:30
Nikhil Nandagopal
4548df5663
Updated Label Config
2021-10-06 17:23:41 +05:30
Nikhil Nandagopal
dbd65ec7b5
Updated Label Config
2021-10-06 16:46:45 +05:30
Nikhil Nandagopal
a7d0068256
Updated Label Config
2021-10-06 15:23:41 +05:30
Nikhil Nandagopal
b33403e4fa
Updated Label Config
2021-10-06 15:16:39 +05:30
Nikhil Nandagopal
a9f20cb44d
Updated Label Config
2021-10-06 15:05:54 +05:30
Nikhil Nandagopal
fe52a37450
Updated Label Config
2021-10-06 14:46:41 +05:30
Nidhi
08e37756dc
fix: Don't run test build docker for external PRs ( #8187 )
...
* fix: Don't run test build docker for external PRs
* Add dependency on server build
2021-10-05 18:41:57 +05:30
Arpit Mohan
9381b4e8fb
Always run the package step in test-build workflow
2021-10-05 12:47:05 +05:30
Shrikant Sharat Kandula
3c3cc8c0d1
Build Docker image always
2021-10-05 00:57:06 +05:30
Nikhil Nandagopal
03d7c308a6
Updated Label Config
2021-10-04 12:16:51 +05:30
Shrikant Sharat Kandula
be9dfb752e
Use separate Segment Key for release ( #8113 )
2021-10-02 16:19:57 +05:30
Nikhil Nandagopal
089f89975b
Update config.json
2021-10-02 12:37:45 +05:30
Nikhil Nandagopal
a03006d8ea
Updated Label Config
2021-10-02 12:34:39 +05:30
Nikhil Nandagopal
fa1c63f178
Updated Label Config
2021-10-02 12:33:42 +05:30
Nikhil Nandagopal
4cc16a365e
Updated Label Config
2021-10-02 12:33:10 +05:30
Nikhil Nandagopal
769ee31f87
Updated Label Config
2021-10-02 12:31:09 +05:30
Nikhil Nandagopal
d1ff12991a
Updated Label Config
2021-10-02 12:30:44 +05:30
Nikhil Nandagopal
dec7d964b4
Updated Label Config
2021-10-02 12:28:43 +05:30
Nikhil Nandagopal
dc72e8ad4c
Updated Label Config
2021-10-02 12:27:31 +05:30
Nikhil Nandagopal
07bf5a7ce7
Updated Label Config
2021-10-02 12:26:09 +05:30
Nikhil Nandagopal
a2387244be
Updated Label Config
2021-10-02 12:18:08 +05:30
Shrikant Sharat Kandula
1363d6308d
ci: Build ARM and AMD Docker images in CI ( #7963 )
2021-10-01 20:25:16 +05:30
Arpit Mohan
02bf061479
Revert "Adding paths-ignore to the client build workflows to ignore manual test changes"
...
This reverts commit 008d83cc0b .
2021-10-01 11:52:49 +05:30
Arpit Mohan
008d83cc0b
Adding paths-ignore to the client build workflows to ignore manual test changes
2021-10-01 11:40:43 +05:30
Confidence Okoghenun
cc5b288221
chore: Adds welcome note for first time contributors (Hacktoberfest) ( #7950 )
2021-10-01 10:13:18 +05:30
Nikhil Nandagopal
4b7fa5c97a
Updated Label Config
2021-09-30 15:55:22 +05:30
Nikhil Nandagopal
3e4d779af8
Updated Label Config
2021-09-30 15:46:09 +05:30
Nikhil Nandagopal
afb1540490
Updated Label Config
2021-09-30 15:45:43 +05:30
Nikhil Nandagopal
daab6553d8
Updated Label Config
2021-09-30 15:43:59 +05:30
Nikhil Nandagopal
42b29d0abf
Updated Label Config
2021-09-29 12:20:03 +05:30
Nikhil Nandagopal
5770075218
Updated Label Config
2021-09-29 02:53:22 +05:30
Nikhil Nandagopal
d009383734
Update config.json
2021-09-29 02:51:32 +05:30
Nikhil Nandagopal
3552e258ea
Updated Label Config
2021-09-29 02:49:02 +05:30
Nikhil Nandagopal
a83ba9445b
Updated Label Config
2021-09-29 02:47:51 +05:30
Nikhil Nandagopal
e0a8d80ae6
Updated Label Config
2021-09-29 02:46:59 +05:30
Nikhil Nandagopal
54851efd28
Update config.json
2021-09-29 02:45:01 +05:30
Nikhil Nandagopal
f1bf6f4913
Updated Label Config
2021-09-29 02:40:43 +05:30
Nikhil Nandagopal
0218ac0667
Updated Label Config
2021-09-29 02:39:59 +05:30
Nikhil Nandagopal
9f6d36ec38
Updated Label Config
2021-09-29 02:26:39 +05:30
Nikhil Nandagopal
726ecd1c40
Updated Label Config
2021-09-29 02:25:17 +05:30
Nikhil Nandagopal
f9e8cbf308
Updated Label Config
2021-09-29 02:23:10 +05:30
Nikhil Nandagopal
6f4afebb9d
Updated Label Config
2021-09-29 02:22:12 +05:30
Nikhil Nandagopal
3f8d403152
Updated Label Config
2021-09-29 02:20:25 +05:30
Nikhil Nandagopal
40ffd113cd
Update config.json
2021-09-29 02:11:55 +05:30
Nikhil Nandagopal
5776c2808d
Updated Label Config
2021-09-29 00:20:21 +05:30
Nikhil Nandagopal
ecccf7adb4
Updated Label Config
2021-09-28 23:09:34 +05:30
Shrikant Sharat Kandula
c70613d5aa
Add missing RTS deps artifact
2021-09-28 16:04:30 +05:30
Shrikant Sharat Kandula
04c7d86850
Remove default pwd for building fat container
2021-09-28 15:11:42 +05:30
Nikhil Nandagopal
86a6d16ef8
Updated Label Config
2021-09-28 12:54:39 +05:30
Nikhil Nandagopal
b6894654e1
Updated Label Config
2021-09-28 12:51:09 +05:30
Nikhil Nandagopal
b972eda083
Updated Label Config
2021-09-28 11:47:13 +05:30
Nikhil Nandagopal
5d471a1087
Update config.json
2021-09-28 00:08:46 +05:30
Nikhil Nandagopal
0f46dae24f
Updated Label Config
2021-09-27 23:12:31 +05:30
Nikhil Nandagopal
21d4485340
Updated Label Config
2021-09-27 23:09:30 +05:30
Nikhil Nandagopal
660b704632
Updated Label Config
2021-09-27 23:04:02 +05:30
Nikhil Nandagopal
64a303691f
Update config.json
2021-09-27 22:59:59 +05:30
Nikhil Nandagopal
bb3d431293
Updated Label Config
2021-09-27 22:53:14 +05:30
Nikhil Nandagopal
1d43bb9733
Updated Label Config
2021-09-27 22:52:27 +05:30
Nikhil Nandagopal
1fc52ad21c
Updated Label Config
2021-09-27 22:52:07 +05:30
Nikhil Nandagopal
55a6bd3c65
Updated Label Config
2021-09-27 22:51:50 +05:30
Nikhil Nandagopal
de1970de22
Updated Label Config
2021-09-27 22:51:28 +05:30
Nikhil Nandagopal
4a97e3ec41
Updated Label Config
2021-09-27 22:51:16 +05:30
Nikhil Nandagopal
6185b2a675
Updated Label Config
2021-09-27 22:48:04 +05:30
Nikhil Nandagopal
630fdf46a7
Updated Label Config
2021-09-27 22:46:59 +05:30
Nikhil Nandagopal
dd6a139c25
Updated Label Config
2021-09-27 22:46:29 +05:30
Nikhil Nandagopal
5cbe1394a7
Updated Label Config
2021-09-27 22:45:14 +05:30
Nikhil Nandagopal
2a01432451
Updated Label Config
2021-09-27 22:44:47 +05:30
Nikhil Nandagopal
23929ec6d3
Updated Label Config
2021-09-27 22:44:41 +05:30
Nikhil Nandagopal
7a9fda9f08
Updated Label Config
2021-09-27 22:44:31 +05:30
Nikhil Nandagopal
0a65f6ef59
Updated Label Config
2021-09-27 22:44:23 +05:30
Nikhil Nandagopal
18499d1b79
Updated Label Config
2021-09-27 22:44:08 +05:30
Nikhil Nandagopal
ad875283b5
Updated Label Config
2021-09-27 22:43:54 +05:30
Nikhil Nandagopal
9f10b900b2
Updated Label Config
2021-09-27 22:43:05 +05:30
Nikhil Nandagopal
8d3effe009
Updated Label Config
2021-09-27 22:42:56 +05:30
Nikhil Nandagopal
c432016e1c
Updated Label Config
2021-09-27 22:42:49 +05:30
Nikhil Nandagopal
62bd2e830f
Updated Label Config
2021-09-27 22:42:29 +05:30
Nikhil Nandagopal
0d4cc945cc
Updated Label Config
2021-09-27 22:42:00 +05:30
Nikhil Nandagopal
3b41242d61
Updated Label Config
2021-09-27 22:41:53 +05:30
Nikhil Nandagopal
4bcbe5ac18
Updated Label Config
2021-09-27 22:41:35 +05:30
Nikhil Nandagopal
04016b03b1
Updated Label Config
2021-09-27 22:41:27 +05:30
Nikhil Nandagopal
cbf681f53a
Updated Label Config
2021-09-27 22:41:17 +05:30
Nikhil Nandagopal
ec3be7a472
Updated Label Config
2021-09-27 22:41:01 +05:30
Nikhil Nandagopal
809d7e22de
Updated Label Config
2021-09-27 22:40:49 +05:30
Nikhil Nandagopal
7e7eacd9ca
Updated Label Config
2021-09-27 22:40:42 +05:30
Nikhil Nandagopal
91353dcb32
Updated Label Config
2021-09-27 22:40:30 +05:30
Nikhil Nandagopal
09499b7182
Updated Label Config
2021-09-27 22:39:44 +05:30
Nikhil Nandagopal
83f1c88e61
Updated Label Config
2021-09-27 22:39:32 +05:30
Nikhil Nandagopal
26ad2398c4
Updated Label Config
2021-09-27 22:33:52 +05:30
Nikhil Nandagopal
702bb8beac
Updated Label Config
2021-09-27 22:33:37 +05:30
Nikhil Nandagopal
15dfa9e102
Updated Label Config
2021-09-27 22:33:18 +05:30
Nikhil Nandagopal
578eec472c
Updated Label Config
2021-09-27 22:33:08 +05:30
Nikhil Nandagopal
bd782f9085
Updated Label Config
2021-09-27 22:32:44 +05:30
Nikhil Nandagopal
0b5cd44cd6
Updated Label Config
2021-09-27 22:32:24 +05:30
Nikhil Nandagopal
90ff4f55b1
Updated Label Config
2021-09-27 22:32:11 +05:30
Nikhil Nandagopal
8e7658cf61
Updated Label Config
2021-09-27 22:31:05 +05:30
Nikhil Nandagopal
7248bc2e61
Updated Label Config
2021-09-27 22:25:40 +05:30
Nikhil Nandagopal
619158f964
Updated Label Config
2021-09-27 22:24:39 +05:30
Nikhil Nandagopal
2d951d36f6
Updated Label Config
2021-09-27 22:24:33 +05:30
Nikhil Nandagopal
887d8a3c2e
Updated Label Config
2021-09-27 22:24:01 +05:30
Nikhil Nandagopal
848589735b
Updated Label Config
2021-09-27 22:22:24 +05:30
Nikhil Nandagopal
d852d61055
Updated Label Config
2021-09-27 22:20:28 +05:30
Nikhil Nandagopal
8debad9fef
Updated Label Config
2021-09-27 22:20:05 +05:30
Nikhil Nandagopal
46a08ab843
Updated Label Config
2021-09-27 22:19:28 +05:30
Nikhil Nandagopal
eeb24f6a1f
Updated Label Config
2021-09-27 22:19:00 +05:30
Nikhil Nandagopal
ca6f7ebbb6
Updated Label Config
2021-09-27 22:15:31 +05:30
Nikhil Nandagopal
96741accd5
Updated Label Config
2021-09-27 22:15:21 +05:30
Nikhil Nandagopal
bd53054855
Updated Label Config
2021-09-27 22:14:32 +05:30
Nikhil Nandagopal
c02ae8daa2
Updated Label Config
2021-09-27 22:14:05 +05:30
Nikhil Nandagopal
9dd51f47e7
Updated Label Config
2021-09-27 22:13:16 +05:30
Nikhil Nandagopal
48129cf3d0
Updated Label Config
2021-09-27 22:13:04 +05:30
Nikhil Nandagopal
4447867c94
Updated Label Config
2021-09-27 22:12:34 +05:30
Nikhil Nandagopal
a444ff3e57
Updated Label Config
2021-09-27 22:07:39 +05:30
Nikhil Nandagopal
1258c8716f
Updated Label Config
2021-09-27 22:06:45 +05:30
Nikhil Nandagopal
76037e5b0d
Update config.json
2021-09-27 22:05:10 +05:30
Nikhil Nandagopal
fc96a37de0
Updated Label Config
2021-09-27 21:30:10 +05:30
Nikhil Nandagopal
f8a807a56d
Updated Label Config
2021-09-27 21:29:31 +05:30
Nikhil Nandagopal
e7a0c7a606
Updated Label Config
2021-09-27 21:19:35 +05:30
Nikhil Nandagopal
ac591df406
Updated Label Config
2021-09-27 21:19:14 +05:30
Nikhil Nandagopal
8ff558de8a
Updated Label Config
2021-09-27 21:18:50 +05:30
Nikhil Nandagopal
b3b5a3fb10
Updated Label Config
2021-09-27 21:18:28 +05:30
Nikhil Nandagopal
477bee60a1
Updated Label Config
2021-09-27 21:17:52 +05:30
Nikhil Nandagopal
7e11defab6
Updated Label Config
2021-09-27 21:17:32 +05:30
Nikhil Nandagopal
4e79a26d54
Updated Label Config
2021-09-27 21:17:17 +05:30
Nikhil Nandagopal
38fa6b676a
Updated Label Config
2021-09-27 21:16:56 +05:30
Nikhil Nandagopal
2fed91b04b
Updated Label Config
2021-09-27 21:16:37 +05:30
Nikhil Nandagopal
9b0a8fc33f
Updated Label Config
2021-09-27 21:16:31 +05:30
Nikhil Nandagopal
df60752a67
Updated Label Config
2021-09-27 21:16:04 +05:30
Nikhil Nandagopal
7c0a4623a1
Updated Label Config
2021-09-27 21:15:20 +05:30
Nikhil Nandagopal
09d4d06731
Updated Label Config
2021-09-27 21:12:31 +05:30
Nikhil Nandagopal
a7f1a5ae5f
Updated Label Config
2021-09-27 21:12:11 +05:30
Nikhil Nandagopal
b41fd84292
Updated Label Config
2021-09-27 21:11:52 +05:30
Nikhil Nandagopal
33a8103971
Updated Label Config
2021-09-27 21:11:39 +05:30
Nikhil Nandagopal
1a0f9d851a
Updated Label Config
2021-09-27 21:10:43 +05:30
Nikhil Nandagopal
9f11e31b9d
Updated Label Config
2021-09-27 21:10:28 +05:30
Nikhil Nandagopal
30654e44e4
Updated Label Config
2021-09-27 21:09:27 +05:30
Nikhil Nandagopal
10a3de2e7a
Updated Label Config
2021-09-27 21:09:17 +05:30
Nikhil Nandagopal
eb3b966a0b
Updated Label Config
2021-09-27 21:09:07 +05:30
Nikhil Nandagopal
020a2485e3
Updated Label Config
2021-09-27 21:08:38 +05:30
Nikhil Nandagopal
b7b524cd79
Updated Label Config
2021-09-27 21:08:07 +05:30
Nikhil Nandagopal
42bca2c856
Updated Label Config
2021-09-27 21:07:32 +05:30
Nikhil Nandagopal
270af92746
Updated Label Config
2021-09-27 21:06:47 +05:30
Nikhil Nandagopal
ed750c7c96
Updated Label Config
2021-09-27 21:05:50 +05:30
Nikhil Nandagopal
316a95df3e
Updated Label Config
2021-09-27 21:04:55 +05:30
Nikhil Nandagopal
5bae052998
Updated Label Config
2021-09-27 21:04:47 +05:30
Nikhil Nandagopal
d359f32dd2
Updated Label Config
2021-09-27 21:04:32 +05:30
Nikhil Nandagopal
6bd606b41c
Updated Label Config
2021-09-27 21:04:10 +05:30
Nikhil Nandagopal
83fc91d0d3
Updated Label Config
2021-09-27 21:03:32 +05:30
Nikhil Nandagopal
f53bdfd992
Updated Label Config
2021-09-27 21:03:24 +05:30
Nikhil Nandagopal
ef81ca39e6
Updated Label Config
2021-09-27 21:01:35 +05:30
Nikhil Nandagopal
0f97129f8b
Updated Label Config
2021-09-27 21:01:14 +05:30
Nikhil Nandagopal
c1408125b9
Updated Label Config
2021-09-27 21:00:12 +05:30
Nikhil Nandagopal
d0106979f6
Updated Label Config
2021-09-27 20:59:48 +05:30
Nikhil Nandagopal
11e66f2746
Updated Label Config
2021-09-27 20:59:32 +05:30
Nikhil Nandagopal
35691d8470
Updated Label Config
2021-09-27 20:58:07 +05:30
Nikhil Nandagopal
b5488b01ca
Update config.json
2021-09-27 20:39:39 +05:30
Nikhil Nandagopal
6e0da7c2ec
Updated Label Config
2021-09-27 20:31:32 +05:30
Nikhil Nandagopal
edeb5a77e9
Updated Label Config
2021-09-27 20:30:27 +05:30
Nikhil Nandagopal
114e9e82a6
Updated Label Config
2021-09-27 20:09:55 +05:30
Nikhil Nandagopal
859785571b
Updated Label Config
2021-09-27 20:09:13 +05:30
Nikhil Nandagopal
dc8bb35721
Updated Label Config
2021-09-27 20:08:54 +05:30
Nikhil Nandagopal
832b1b62a3
Updated Label Config
2021-09-27 20:08:44 +05:30
Nikhil Nandagopal
128a8b5f33
Updated Label Config
2021-09-27 20:05:37 +05:30
Nikhil Nandagopal
daffe88335
Updated Label Config
2021-09-27 20:05:20 +05:30
Nikhil Nandagopal
2830428511
Updated Label Config
2021-09-27 20:05:04 +05:30
Nikhil Nandagopal
5744da48e1
Updated Label Config
2021-09-27 20:04:36 +05:30
Nikhil Nandagopal
5260bb6572
Updated Label Config
2021-09-27 20:04:26 +05:30
Nikhil Nandagopal
64ed88270f
Updated Label Config
2021-09-27 20:03:19 +05:30
Nikhil Nandagopal
2e2f1e6a2b
Updated Label Config
2021-09-27 20:02:32 +05:30
Nikhil Nandagopal
40ad745d6c
Update config.json
2021-09-27 19:54:50 +05:30
Nikhil Nandagopal
11c3c0ee12
Updated Label Config
2021-09-27 19:20:04 +05:30
Nikhil Nandagopal
c5474684e5
Updated Label Config
2021-09-27 19:19:47 +05:30
Nikhil Nandagopal
4f7864b648
Updated Label Config
2021-09-27 19:18:58 +05:30
Nikhil Nandagopal
c0cbd47fca
Updated Label Config
2021-09-27 19:05:17 +05:30
Nikhil Nandagopal
96fc22b439
Updated Label Config
2021-09-27 19:04:57 +05:30
Nikhil Nandagopal
409d741f5e
Updated Label Config
2021-09-27 19:03:59 +05:30
Nikhil Nandagopal
1bbeab0baf
Updated Label Config
2021-09-27 19:02:46 +05:30
Nikhil Nandagopal
f0453e5623
Updated Label Config
2021-09-27 19:02:36 +05:30
Nikhil Nandagopal
bac730cda1
Updated Label Config
2021-09-27 19:02:25 +05:30
Nikhil Nandagopal
bd0337b36b
Updated Label Config
2021-09-27 19:01:56 +05:30
Nikhil Nandagopal
2f1ebd857f
Updated Label Config
2021-09-27 19:01:38 +05:30
Nikhil Nandagopal
86d91e1957
Updated Label Config
2021-09-27 19:01:18 +05:30
Nikhil Nandagopal
18c11176ed
Updated Label Config
2021-09-27 19:00:57 +05:30
Nikhil Nandagopal
c09068a7b0
Updated Label Config
2021-09-27 19:00:31 +05:30
Nikhil Nandagopal
1599bdc135
Updated Label Config
2021-09-27 18:57:32 +05:30
Nikhil Nandagopal
464aec0585
Update config.json
2021-09-27 18:53:45 +05:30
Nikhil Nandagopal
001980b05d
Updated Label Config
2021-09-27 18:52:51 +05:30
Nikhil Nandagopal
2386e43592
Updated Label Config
2021-09-27 18:51:34 +05:30
Nikhil Nandagopal
e4a56f6cbb
Updated Label Config
2021-09-27 18:43:40 +05:30
Nikhil Nandagopal
d1847c56b5
Updated Label Config
2021-09-27 18:42:35 +05:30
Nikhil Nandagopal
edb004ccf5
Updated Label Config
2021-09-27 18:23:35 +05:30
Nikhil Nandagopal
79b89f0cc4
Updated Label Config
2021-09-27 18:20:01 +05:30
Nikhil Nandagopal
151bc5de1e
Updated Label Config
2021-09-27 17:19:53 +05:30
Nikhil Nandagopal
923bd5ed3f
Updated Label Config
2021-09-27 17:10:14 +05:30
Nikhil Nandagopal
7afe07449d
Updated Label Config
2021-09-27 17:09:12 +05:30
Nikhil Nandagopal
ab5ac51338
Updated Label Config
2021-09-27 17:04:09 +05:30
Nikhil Nandagopal
487f2398eb
Updated Label Config
2021-09-27 17:02:20 +05:30
Nikhil Nandagopal
2006b14927
Updated Label Config
2021-09-27 17:02:05 +05:30
Nikhil Nandagopal
3c8e20394f
Update config.json
2021-09-27 17:01:31 +05:30
Nikhil Nandagopal
e98c5f0b8d
Updated Label Config
2021-09-27 16:59:22 +05:30
Nikhil Nandagopal
3d92faa38a
Update config.json
2021-09-27 16:58:17 +05:30
Nikhil Nandagopal
880b96829c
Update config.json
2021-09-27 16:56:09 +05:30
Nikhil Nandagopal
72c241fa7d
Updated Label Config
2021-09-27 15:10:54 +05:30
Nikhil Nandagopal
9a67d47542
Update config.json
2021-09-27 15:07:08 +05:30
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
hetunandu
6b5c46e117
Only do jest coverage when it is a pull request
2021-03-21 11:34:08 +05:30
Nidhi
4b3e0e8056
One time run for artifacts ( #3653 )
...
* Switched to 20 minutes since job was timing out
* One time sweep for all tags
2021-03-20 22:29:34 +05:30
Nidhi
57bec09b79
Switched to 20 minutes since job was timing out ( #3652 )
2021-03-20 20:27:15 +05:30
Hetu Nandu
f1cb2a35b7
Add jest coverage diff reporting action ( #3651 )
2021-03-20 19:28:10 +05:30
Nidhi
b760582d14
Workflow to delete artifacts older than a day ( #3646 )
...
* delete after 2 weeks
* Added cron for nightly deletion
* Skipping tagged artifacts
* Reset
2021-03-20 15:09:07 +05:30
Hetu Nandu
52c7f5331a
Trigger client integration only on approved PRs ( #3632 )
...
Co-authored-by: Nidhi <nidhi@appsmith.com>
Co-authored-by: Nidhi <nidhi.nair93@gmail.com>
2021-03-19 14:21:14 +05:30
Nikhil Nandagopal
7ae4b703cc
Update config.json
2021-03-15 20:27:47 +05:30
Nidhi
5f419e76dd
Pushing tagged release separately in workflow ( #3510 )
...
* Fixed
2021-03-12 11:31:22 +05:30
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