Commit Graph

1485 Commits

Author SHA1 Message Date
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