PromucFlow_constructor/.github/workflows
Anagh Hegde 95537e0470
ci: add configs for release to pg sync (#35914)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **Workflow Improvements**
- Enhanced GitHub Actions workflow for syncing releases, improving Git
operations and conflict management.
- Introduced a step to set Git configuration for better commit
attribution.
- Added a new step to specify the Node.js version for consistent
environment setup.
- Simplified the merging process with a new `git merge` command that
accommodates unrelated histories.
- Adjusted conflict handling strategy, emphasizing manual intervention
when conflicts occur.
	- Updated Slack notification message formatting for clarity.

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

<!-- This is an auto-generated comment: Cypress test results  -->
> [!WARNING]
> Tests have not run on the HEAD
f30933c3d2da9b90ed631f89fc270834505a3873 yet
> <hr>Tue, 03 Sep 2024 04:18:19 UTC
<!-- end of auto-generated comment: Cypress test results  -->
2024-09-04 11:23:58 +05:30
..
docs
scripts ci: Support for limited tests run from PR description (#34736) 2024-07-08 21:28:07 +05:30
ad-hoc-docker-image.yml chore: Add adhoc image builder (#35791) 2024-08-20 20:50:33 +05:30
appsmithctl.yml
build-chromatic.yml
build-client-server-count.yml chore: Added pg branch (#36086) 2024-09-03 18:39:47 +05:30
build-client-server.yml chore: Added pg branch (#36086) 2024-09-03 18:39:47 +05:30
build-docker-image.yml ci: Clean up disk usage before saving container to disk (#34770) 2024-07-08 17:03:02 +05:30
build-storybook.yml
caddy-routes-test.yml
ci-client-cyclic-deps-check.yml
ci-debugging.yml chore: Update Postgres port for TED in CI (#34430) 2024-06-25 10:35:15 +05:30
ci-test-custom-script.yml ci: Updated server logs in CI (#35896) 2024-08-27 12:33:20 +05:30
ci-test-hosted.yml
ci-test-limited-with-count.yml ci: Only command name update (#35926) 2024-08-28 13:14:58 +05:30
ci-test-limited.yml chore: Update Postgres port for TED in CI (#34430) 2024-06-25 10:35:15 +05:30
cleanup-dp.yml
client-build.yml CI: commented files changed step. It is a notification step (#35460) 2024-08-06 19:35:30 +05:30
client-lint.yml
client-prettier.yml
client-unit-tests.yml
close-labeler.yml
copy-labels.yml
docker-base-image.yml
duplicate-issue-detector.yml
github-release.yml
helm-release.yml
integration-tests-command.yml
issue-report-config.json
mastermind-labeler.yml
ok-to-test.yml chore: Adding new command for running test case (#35419) 2024-08-05 21:04:45 +05:30
on-demand-build-docker-image-deploy-preview.yml chore: multi-arch dp image (#35098) 2024-07-22 23:10:47 +05:30
pr-automation.yml ci: Enable Cypress run for master based branches (#35897) 2024-08-27 13:19:19 +05:30
pr-cypress.yml ci: Support for limited tests run from PR description (#34736) 2024-07-08 21:28:07 +05:30
pr-labeler.yml
quality-checks.yml
README.md
release-drafter.yml
rts-build.yml chore: revert rts build to github runners (#35017) 2024-07-18 13:53:10 +05:30
server-build.yml ci: Don't break on very large PRs 2024-07-03 14:15:25 +05:30
server-spotless.yml
stale.yml chore: Do not mark User testing PRs as stale (#35806) 2024-08-21 14:16:07 +05:30
sync-release-to-pg.yml ci: add configs for release to pg sync (#35914) 2024-09-04 11:23:58 +05:30
test-build-docker-image.yml CI: Fixed the payload for TBD action (#35121) 2024-07-24 10:27:40 +05:30
test-storybook.yml fix: test storybook action (#35585) 2024-08-09 20:46:25 +03:00

The following list describes all the workflows that are configured to run in this repository:

  1. Build RTS Workflow
  2. Appsmith Client Build Workflow
  3. Appsmith External Integration Test Workflow
  4. Appsmith Github Release Workflow
  5. Ok To Test
  6. Appsmith Server Workflow
  7. Test, build and push Docker Image

Utility Actions

  1. Mark stale issues and pull requests
  2. Label PRs based on title
  3. Release Drafter
  4. Remove old artifacts
  5. Sync Community workflow
  6. Potential Duplicate Issues
  7. Mastermind Labeler Workflow

Build RTS Workflow

Workflow file: build-rts.yml Triggered on every commit to the rts folder. This workflow is responsible for building the RTS Node server. There are dummy steps for ui-tests and packaging. (Comment: Useless right now because it does not have ui-test-result)

Appsmith Client Build Workflow

Workflow file: client-build.yml Triggered on every commit to the client folder. This workflow is responsible for building & unit-testing the client side.

Appsmith Server Workflow

Workflow file: server.yml Triggered on every commit to the server folder. This workflow is responsible for building & unit-testing the Java server codebase.

Appsmith External Integration Test Workflow

Workflow file: external-client-test.yml Triggered only by the ok to test command dispatch. This workflow is responsible for building, unit-testing, integration testing and packaging both server and client code base. (Comment: Notably not RTS)

Appsmith Github Release Workflow

Workflow file: github-release.yml Triggered on release event on Github. This workflow is responsible for building client, server and RTS binaries and packaging them to the latest as well as the relevant release tag on Docker.

Ok To Test

Workflow file: ok-to-test.yml Triggered by PR comments. This workflow triggers a repository dispatch for the Appsmith External Integration Test Workflow.

Test, build and push Docker Image

Workflow file: test-build-docker-image.yml Triggered by PR reviews and push to release or master. This workflow is responsible for building client, server and RTS binaries and packaging them to fata container as well as the older separate containers.

Mark stale issues and pull requests

Workflow file: stale.yml

Label PRs based on title

Workflow file: pr-labeler.yml

Release Drafter

Workflow file: release-drafter.yml

Remove old artifacts

Workflow file: remove-old-artifacts.yml

Sync Community workflow

Workflow file: sync-community-repo.yml

Potential Duplicate Issues

Workflow file: duplicate-issue-detector.yml

Mastermind Labeler Workflow

Workflow file: mastermind-labeler.yml