PromucFlow_constructor/.github/workflows
2023-08-03 19:02:17 +05:30
..
docs fix: remove shared-modules workflow file (#25932) 2023-08-02 12:47:45 +05:30
ad-hoc-deploy-preview.yml ci: Update docker/build-push-action to v4 (#25906) 2023-08-02 10:43:37 +05:30
add-label.yml ci: Cypress-only-fixes label workflow remove (#24985) 2023-07-01 01:00:23 +05:30
appsmithctl.yml
build-chromatic.yml fix: bump storybook version and move stories to storybook package (#25821) 2023-07-31 19:15:50 +03:00
build-client-server.yml ci: Fix for comments in case ci-test failure due to other steps (#25850) 2023-07-31 17:56:55 +05:30
build-deploy-preview.yml
build-docker-image.yml ci: Default to release CS unless building for prod (#25856) 2023-08-01 07:35:01 +05:30
ci-debugging.yml
ci-merge-check.yml ci: Added step to check the PR approval status (#22671) 2023-04-24 17:51:25 +05:30
ci-sanity.yml test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
ci-smoke.yml test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
ci-test-custom-script.yml ci: Fix for artifact name to download (#25599) 2023-07-21 18:19:28 +05:30
ci-test-hosted.yml ci: Fix slack notification for ci-test-hosted (#25960) 2023-08-03 10:59:06 +05:30
ci-test-limited-command.yml ci: Add command to run ci-test-limited (#25180) 2023-07-07 12:26:55 +05:30
ci-test-limited.yml ci: Fix comment issue in PR for failed specs (#25584) 2023-07-21 16:37:14 +05:30
ci-test.yml ci: Fix cypress dashboard url for rerun (#25933) 2023-08-02 12:45:13 +05:30
cleanup-dp.yml update: migrate dp from sts to deployments (#25615) 2023-08-03 19:02:17 +05:30
client-build.yml ci: Ad-hoc DP | Build Push Deploy from branch (#25357) 2023-07-31 13:27:47 +05:30
client-lint.yml ci: Moved QC around, removed unit tests running with ok to test (#25667) 2023-07-25 14:56:58 +05:30
client-prettier.yml ci: Added common CI check for server and client formatting (#25515) 2023-07-21 08:55:36 +05:30
client-unit-tests.yml ci: Moved QC around, removed unit tests running with ok to test (#25667) 2023-07-25 14:56:58 +05:30
close-labeler.yml ci: Fix close-labeler to work on correct repo for issues 2023-04-05 19:08:39 +05:30
copy-labels.yml
CypressAddKnownfailedtests.yml ci: Fix issue title injections in workflow 2023-05-02 11:02:43 +05:30
duplicate-issue-detector.yml
github-release.yml ci: Use vars.EDITION instead of hard-coded edition to avoid conflicts with EE sync (#25870) 2023-08-02 14:35:08 +05:30
helm-release.yml
integration-tests-command.yml fix: remove shared-modules workflow file (#25932) 2023-08-02 12:47:45 +05:30
issue-report-config.json
label-checker.yml
mastermind-labeler.yml
ok-to-test.yml
on-demand-build-docker-image-deploy-preview.yml update: migrate dp from sts to deployments (#25615) 2023-08-03 19:02:17 +05:30
packer-ami-build.yml
perf-test-v2.yml ci: Use yarn3 in perf tests (#24065) 2023-06-06 11:38:55 +05:30
perf-test.yml ci: Update perf-test.yml (#23781) 2023-05-26 21:26:30 +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 chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
rts-build.yml ci: Ad-hoc DP | Build Push Deploy from branch (#25357) 2023-07-31 13:27:47 +05:30
server-build.yml ci: Ad-hoc DP | Build Push Deploy from branch (#25357) 2023-07-31 13:27:47 +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 ci: Use vars.EDITION instead of hard-coded edition to avoid conflicts with EE sync (#25870) 2023-08-02 14:35:08 +05:30
upgrade-appsmith-tests.yml ci: Download the failed specs from artifact instead of cache (#23600) 2023-05-24 18:28:01 +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