PromucFlow_constructor/.github/workflows
Abhijeet 110b985f12 chore: Add LaunchDarkly configs in CI run to mock feature flags (#28761)
Note: We have to create `LAUNCHDARKLY_BUSINESS_FLAGS_SERVER_KEY` secret
before merging this PR.

(cherry picked from commit 67d7e773b9)
2023-11-17 18:18:34 +05:30
..
docs
ad-hoc-deploy-preview.yml ci: Add BASE build argument to all workflows 2023-10-18 19:20:55 +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
build-client-server.yml test: Cypress | SetWidget property validations + CI Stabilize (#28456) 2023-11-03 12:27:24 +05:30
build-deploy-preview.yml
build-docker-image.yml ci: Remove pulling unused cache image 2023-10-19 11:08:21 +05:30
build-storybook.yml
ci-debugging.yml
ci-merge-check.yml
ci-sanity.yml ci: Removal of env's from Setting Cypress step (#28192) 2023-10-18 18:31:35 +05:30
ci-smoke.yml ci: Removal of env's from Setting Cypress step (#28192) 2023-10-18 18:31:35 +05:30
ci-test-custom-script.yml chore: Add LaunchDarkly configs in CI run to mock feature flags (#28761) 2023-11-17 18:18:34 +05:30
ci-test-hosted.yml ci: Removal of env's from Setting Cypress step (#28192) 2023-10-18 18:31:35 +05:30
ci-test-limited-command.yml
ci-test-limited.yml test: Cypress - Map chart automation (#28512) 2023-11-03 16:59:22 +05:30
ci-test-with-documentdb.yml ci: Removal of env's from Setting Cypress step (#28192) 2023-10-18 18:31:35 +05:30
ci-test.yml ci: Removal of env's from Setting Cypress step (#28192) 2023-10-18 18:31:35 +05:30
cleanup-dp.yml update scripts to deploy dps with EFS (#26993) 2023-09-11 16:24:17 +05:30
client-build.yml feat: Added custom hex colors for testing workflow (#27568) 2023-10-10 17:16:17 +05:30
client-lint.yml
client-prettier.yml
client-unit-tests.yml
close-labeler.yml
codesee-arch-diagram.yml
copy-labels.yml
CypressAddKnownfailedtests.yml
docker-base-image.yml ci: Build base image when Dockerfile changes 2023-10-19 07:15:01 +05:30
duplicate-issue-detector.yml
github-release.yml fix: update github-release.yml (#28521) 2023-10-31 16:13:55 +05:30
helm-release.yml
integration-tests-command.yml test: Cypress | SetWidget property validations + CI Stabilize (#28456) 2023-11-03 12:27:24 +05:30
integration-tests-with-documentdb-command.yml test: Cypress | SetWidget property validations + CI Stabilize (#28456) 2023-11-03 12:27:24 +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: Add BASE build argument for DP builds 2023-10-18 17:31:30 +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 ci: Run perf tests in parallel (#28050) 2023-10-13 16:25:47 +05:30
perf-test.yml
perf-tests-command.yml ci: Add perf v2 job to perf test command (#28095) 2023-10-16 09:48:30 +05:30
pr-labeler.yml
pr-test-file-check.yml
quality-checks.yml
README.md
release-drafter.yml
rts-build.yml ci: Remove unused setup-depot step on RTS workflow 2023-10-05 11:52:03 +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
stale.yml
test-build-docker-image.yml ci: Disable perf tests on CI (#28514) 2023-10-31 19:36:04 +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