PromucFlow_constructor/.github/workflows
2023-09-16 13:02:37 +05:30
..
docs fix: remove shared-modules workflow file (#25932) 2023-08-02 12:47:45 +05:30
ad-hoc-deploy-preview.yml ci: Include info.json for all workflows (#26429) 2023-08-22 10:34:23 +05:30
add-label.yml
appsmithctl.yml chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30
build-chromatic.yml chore:update node version to v18 (#26358) 2023-08-15 18:56:04 +05:30
build-client-server.yml test: Cypess | Oracle DS validations added (Part 3) + CI Stabilize (#27326) 2023-09-15 14:06:23 +05:30
build-deploy-preview.yml
build-docker-image.yml ci: Include info.json for all workflows (#26429) 2023-08-22 10:34:23 +05:30
build-storybook.yml chore:update node version to v18 (#26358) 2023-08-15 18:56:04 +05:30
ci-debugging.yml
ci-merge-check.yml
ci-sanity.yml test: Cypess | Oracle DS validations added (Part 1) + CI Stabilize (#27161) 2023-09-13 22:33:14 +05:30
ci-smoke.yml test: Cypess | Oracle DS validations added (Part 1) + CI Stabilize (#27161) 2023-09-13 22:33:14 +05:30
ci-test-custom-script.yml test: Cypess | Oracle DS validations added (Part 2) + CI Stabilize (#27282) 2023-09-14 16:53:42 +05:30
ci-test-hosted.yml Slack footer & icon update 2023-09-15 08:06:30 +05:30
ci-test-limited-command.yml
ci-test-limited.yml test: Cypess | Oracle DS validations added (Part 2) + CI Stabilize (#27282) 2023-09-14 16:53:42 +05:30
ci-test-with-documentdb.yml test: Cypess | Oracle DS validations added (Part 2) + CI Stabilize (#27282) 2023-09-14 16:53:42 +05:30
ci-test.yml ci: Fix syntax error 2023-09-15 12:56:39 +05:30
cleanup-dp.yml update scripts to deploy dps with EFS (#26993) 2023-09-11 16:24:17 +05:30
client-build.yml chore:update node version to v18 (#26358) 2023-08-15 18:56:04 +05:30
client-lint.yml chore:update node version to v18 (#26358) 2023-08-15 18:56:04 +05:30
client-prettier.yml chore:update node version to v18 (#26358) 2023-08-15 18:56:04 +05:30
client-unit-tests.yml chore:update node version to v18 (#26358) 2023-08-15 18:56:04 +05:30
close-labeler.yml
codesee-arch-diagram.yml chore: Install the CodeSee workflow. (#26315) 2023-08-14 12:43:25 +05:30
copy-labels.yml
CypressAddKnownfailedtests.yml
duplicate-issue-detector.yml
github-release.yml ci: Include info.json for all workflows (#26429) 2023-08-22 10:34:23 +05:30
helm-release.yml
integration-tests-command.yml test: Cypess | Oracle DS validations added (Part 3) + CI Stabilize (#27326) 2023-09-15 14:06:23 +05:30
integration-tests-with-documentdb-command.yml test: Cypess | Oracle DS validations added (Part 3) + CI Stabilize (#27326) 2023-09-15 14:06:23 +05:30
issue-report-config.json
label-checker.yml
mastermind-labeler.yml
ok-to-test-with-documentdb.yml ci: cypress and perf tests on documentDB (#26616) 2023-08-24 18:07:33 +05:30
ok-to-test.yml
on-demand-build-docker-image-deploy-preview.yml ci: Remove installs of packages already available (#27123) 2023-09-11 17:38:20 +05:30
packer-ami-build.yml
perf-test-on-documentdb.yml ci: cypress and perf tests on documentDB (#26616) 2023-08-24 18:07:33 +05:30
perf-test-v2.yml chore:update node version to v18 (#26358) 2023-08-15 18:56:04 +05:30
perf-test.yml chore:update node version to v18 (#26358) 2023-08-15 18:56:04 +05:30
perf-tests-command.yml
pr-labeler.yml
pr-test-file-check.yml
quality-checks.yml ci: Modified cypress check (#25698) 2023-07-25 19:01:52 +05:30
README.md
release-drafter.yml
rts-build.yml chore:update node version to v18 (#26358) 2023-08-15 18:56:04 +05:30
server-build.yml feat: add template upload auth env var to server-build (#27252) 2023-09-14 13:39:13 +05:30
server-spotless.yml ci: Added common CI check for server and client formatting (#25515) 2023-07-21 08:55:36 +05:30
stale.yml
test-build-docker-image.yml Slack push sucess icon 2023-09-16 13:02:37 +05:30
upgrade-appsmith-tests.yml test: Fix cypress local run (#26652) 2023-08-25 15:06:05 +05:30

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