Commit Graph

1978 Commits

Author SHA1 Message Date
yatinappsmith
2af8c4ef42
CI: Change TBP Schedule (#32319)
Change TBP Schedule

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **Chores**
- Modified the schedule for running the workflow to trigger every 6
hours instead of every 3 hours on weekdays.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-04-02 12:10:42 +05:30
Arpit Mohan
86cd40982b
ci: Upgrading the github action steps from Node 16 to Node 20. (#32004)
## Description
> [!TIP]  
> _Add a TL;DR when the description is longer than 500 words or
extremely technical (helps the content team)._
>
> _Please also include relevant motivation and context. List any
dependencies that are required for this change. Add links to Notion,
Figma or any other documents that might be relevant to the PR._

This is a maintenance fix that removes the warnings in our CI runs to
make it more readable.
Refer:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

> [!WARNING]  
> _If no issue exists, please create an issue first, and check with the
maintainers if the issue is valid._

## Automation

/ok-to-test tags="@tag.Sanity"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!IMPORTANT]  
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/8386795331>
> Commit: `2b1bfe7ed505ad9ba67bfe9211d50ebabb8ea0ce`
> Cypress dashboard url: <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8386795331&attempt=1"
target="_blank">Click here!</a>
> All cypress tests have passed 🎉🎉🎉

<!-- end of auto-generated comment: Cypress test results  -->



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Chores**
- Updated DockerHub login action across multiple workflows to version 3
for enhanced security and performance.
- Updated various GitHub Actions to newer versions in different
workflows for improved compatibility and performance.
- Modified file path pattern in a workflow step for consistency and
clarity.
- Updated setup actions for Java to version 4 for better Java
environment setup.
- Updated setup-node version in a workflow and adjusted comments for
Cypress test results.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-04-01 15:41:43 +05:30
Shrikant Sharat Kandula
efc0428682
ci: Checkout repo so package.json is available 2024-03-31 08:21:39 +05:30
Nikhil Nandagopal
783a9e2fa9 Updated Label Config 2024-03-28 14:35:16 +05:30
Nikhil Nandagopal
caab336853 Updated Label Config 2024-03-28 14:34:07 +05:30
Nikhil Nandagopal
625af1c826 Updated Label Config 2024-03-28 14:33:46 +05:30
Nikhil Nandagopal
5c68027743 Updated Label Config 2024-03-28 14:33:07 +05:30
Nikhil Nandagopal
7315bcaabb Updated Label Config 2024-03-28 14:31:00 +05:30
Nikhil Nandagopal
be1c2a75c3 Updated Label Config 2024-03-28 14:30:28 +05:30
Nikhil Nandagopal
7af547c8c6 Updated Label Config 2024-03-28 14:27:33 +05:30
Nikhil Nandagopal
2e495a6deb Updated Label Config 2024-03-28 14:26:10 +05:30
Nikhil Nandagopal
d4cafb15bd Updated Label Config 2024-03-28 14:25:54 +05:30
Nikhil Nandagopal
c8a9c4f790 Updated Label Config 2024-03-28 14:25:44 +05:30
Shrikant Sharat Kandula
38cefce9af
ci: Add dashboard link in PR comment (#32205)
[Slack
conversation](https://theappsmith.slack.com/archives/C0134BAVDB4/p1711545944961399).
2024-03-28 13:27:30 +05:30
Nikhil Nandagopal
da3e85aca2 Updated Label Config 2024-03-28 11:43:40 +05:30
Nikhil Nandagopal
46ce46455f Updated Label Config 2024-03-28 10:33:43 +05:30
Nikhil Nandagopal
9fec07a2bc Updated Label Config 2024-03-28 10:33:14 +05:30
Nikhil Nandagopal
6ded9350cc Updated Label Config 2024-03-28 10:32:22 +05:30
Nikhil Nandagopal
b6786026b5 Updated Label Config 2024-03-28 10:31:55 +05:30
Nikhil Nandagopal
826a99e717 Updated Label Config 2024-03-28 10:31:37 +05:30
Nikhil Nandagopal
59e756e88a Updated Label Config 2024-03-28 10:28:29 +05:30
Nikhil Nandagopal
e787988972 Updated Label Config 2024-03-28 10:22:15 +05:30
Shrikant Sharat Kandula
0291ef7e46
ci: Allow special chars in PR body (#32089)
Currently, we get the value of the PR body into a variable, by injecting
it into a variable definition. This has two problems:

1. If the PR body has a `'` character in it, then the string definition
will terminate there, and cause an syntax error in the rest of the
script.
2. This is prone to [script injections as documented by
GitHub](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#understanding-the-risk-of-script-injections).
2024-03-27 08:58:27 +05:30
Valera Melnikov
92c72ee20e
chore: update node version and appropriate git workflows (#31486)
## Description
- update node version and appropriate git workflow
- added the path to webpack cache folder, this should speed up bundle
creation about a minute

[Test, build and push Docker
Image](https://github.com/appsmithorg/appsmith/actions/runs/8421752151)
[Build Client, Server & Run only
Cypress](https://github.com/appsmithorg/appsmith/actions/runs/8421752151)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **Chores**
- Updated actions/cache and actions/setup-node to v4 across various
workflows for improved caching and Node.js setup.
- Modified the `yarn install` command to use `--immutable` flag,
enhancing dependency management.
- **Documentation**
- Updated comments within workflows to include cautionary and important
notes, ensuring better clarity.
- **Refactor**
	- Adjusted caching paths and keys for more efficient caching behavior.
- Changed Node.js installation to version 20.11.1 in Dockerfile,
aligning with the latest version for better performance and security.
- **Tests**
- Modified assertion in `getCurrentLocationSaga` test to check for the
presence of a property, improving test accuracy.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Aman Agarwal <aman@appsmith.com>
2024-03-26 14:12:11 +03:00
Nikhil Nandagopal
437ac13998 Updated Label Config 2024-03-22 13:43:24 +05:30
Nikhil Nandagopal
0e50c57d6b Updated Label Config 2024-03-21 13:34:20 +05:30
Nikhil Nandagopal
60bb22c782 Updated Label Config 2024-03-21 13:33:43 +05:30
Nikhil Nandagopal
ad6ba1b2b0 Updated Label Config 2024-03-21 13:33:07 +05:30
Nikhil Nandagopal
e2ebf482b8 Updated Label Config 2024-03-21 13:31:54 +05:30
Nikhil Nandagopal
3313fcd91d Updated Label Config 2024-03-21 13:28:02 +05:30
Nikhil Nandagopal
8fcb82207e Updated Label Config 2024-03-21 13:22:13 +05:30
Nikhil Nandagopal
f4eb599e1a Updated Label Config 2024-03-21 13:20:59 +05:30
Nikhil Nandagopal
0b3a2d298b Updated Label Config 2024-03-20 19:31:34 +05:30
Nikhil Nandagopal
a5852199dc Updated Label Config 2024-03-20 19:30:48 +05:30
Nikhil Nandagopal
3cf6965653 Updated Label Config 2024-03-20 19:30:29 +05:30
Nikhil Nandagopal
9821057ed4 Updated Label Config 2024-03-20 19:30:12 +05:30
Nikhil Nandagopal
1ecf0e2cc2 Updated Label Config 2024-03-20 19:27:32 +05:30
Nikhil Nandagopal
6a3e3cd824 Updated Label Config 2024-03-20 19:27:09 +05:30
Nikhil Nandagopal
76ce272952 Updated Label Config 2024-03-20 19:26:57 +05:30
Nikhil Nandagopal
ff5e91b0c8 Updated Label Config 2024-03-20 11:31:47 +05:30
Nikhil Nandagopal
3d67c82f9f Updated Label Config 2024-03-20 11:31:32 +05:30
Nikhil Nandagopal
c0a51a357a Updated Label Config 2024-03-20 11:30:45 +05:30
Nikhil Nandagopal
9729389310 Updated Label Config 2024-03-20 11:30:27 +05:30
Nikhil Nandagopal
dd8c3f10ea Updated Label Config 2024-03-20 11:30:14 +05:30
Nikhil Nandagopal
b4362afddd Updated Label Config 2024-03-20 11:29:54 +05:30
Nikhil Nandagopal
725398a779 Updated Label Config 2024-03-20 11:29:42 +05:30
Nikhil Nandagopal
303c601542 Updated Label Config 2024-03-20 11:27:08 +05:30
Nikhil Nandagopal
0b27776d22 Updated Label Config 2024-03-20 11:23:58 +05:30
Nikhil Nandagopal
4893716fad Updated Label Config 2024-03-19 23:06:58 +05:30
Nikhil Nandagopal
758fc4a4e0 Updated Label Config 2024-03-19 23:06:39 +05:30