PromucFlow_constructor/.github/workflows
Valera Melnikov 9f607d250d
chore: move local dependency to packages (#23395)
## Description
1. Move everything related to client from app folder to client folder
(`.yarn`, `yarn.lock`, package.json, .gitignore)
2. Move `ast` and `rst` to client packages
3. Fix running scripts in packages
4. Add running unit tests in packages in CI

TODO: It is necessary to consider enabling the `nmHoistingLimits:
workspaces` option, since now all packages are hoisted to the root,
there may be issues with dependencies in workspaces. Also, there is a
possibility of implicit use of packages.

https://yarnpkg.com/configuration/yarnrc#nmHoistingLimits

#### PR fixes following issue(s)
Fixes #23333

#### Type of change
- Chore (housekeeping or task changes that don't impact user perception)

## Testing

#### How Has This Been Tested?
- [x] Manual
- [x] Jest
- [x] Cypress

## Checklist:
#### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag

Co-authored-by: Valera Melnikov <melnikov.vv@greendatasoft.ru>
2023-05-22 15:55:46 +03:00
..
appsmithctl.yml chore: Update github actions to remove deprecation warnings (#18619) 2022-12-19 13:04:43 +05:30
build-client-server.yml feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
build-deploy-preview.yml Update build-deploy-preview.yml 2023-01-26 14:16:06 +05:30
build-docker-image.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
build-wds-preview.yml ci: storybook build and deploy for appsmith wds (#21433) 2023-03-21 10:36:40 +05:30
ci-debugging.yml ci: CI optimisation to reduce ci-test run time and modularise docker image building (#21219) 2023-03-10 12:51:32 +05:30
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 feat: ci changes & cypress tests with cypress tags (#22989) 2023-05-12 00:15:06 +05:30
ci-smoke.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
ci-test-limited.yml ci: Reducing jobs count in ci-test-limited.yml (#23580) 2023-05-22 11:33:12 +05:30
ci-test.yml Revert "ci: Fix for cypress rerun cache issue" (#23560) 2023-05-20 00:13:31 +05:30
cleanup-dp.yml ci: uncomment debug statements and clear dps when merged (#22463) 2023-04-17 15:45:52 +05:30
client-build.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
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 fix: Use the Appsmith repo for custom github actions (#12366) 2022-03-31 11:46:58 +05:30
CypressAddKnownfailedtests.yml ci: Fix issue title injections in workflow 2023-05-02 11:02:43 +05:30
design-system-reviewer.yml ci: Added workflow for adding reviewers to PR if ads folder changed (#14880) 2022-07-01 01:48:16 +05:30
duplicate-issue-detector.yml Disable instance ping check when the disableTelemetry flag is set (#1776) 2020-11-19 08:54:03 +05:30
fat-migration.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
github-release.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
helm-release.yml ci: Fix failing helm publish pipeline (#19133) 2022-12-27 08:02:19 +05:30
integration-tests-command.yml ci: Update the text in Git comment flaky tests app link (#22307) 2023-04-12 11:07:55 +05:30
issue-report-config.json Create issue-report-config.json 2020-09-29 15:35:34 +05:30
label-checker.yml ci: Ensure Test Plan Approval for all Engineering pods (#19469) 2023-01-04 12:08:04 +05:30
mastermind-labeler.yml Removing release-drafter github action (#6248) 2021-07-29 18:24:03 +05:30
ok-to-test.yml ci: Add ci test check command (#20672) 2023-02-24 16:54:51 +05:30
on-demand-build-docker-image-deploy-preview.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
packer-ami-build.yml chore: Update github actions to remove deprecation warnings (#18619) 2022-12-19 13:04:43 +05:30
perf-test.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
perf-tests-command.yml ci: Fix /perf-test command (#21457 2023-03-16 08:39:37 +05:30
pr-labeler.yml ci: Improve the test file check workflow (#18741) 2022-12-07 14:52:43 +05:30
pr-test-file-check.yml ci: Improve the test file check workflow (#18741) 2022-12-07 14:52:43 +05:30
README.md fix: Separated out workflows (#8434) 2021-10-12 16:26:18 +05:30
release-drafter.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
rts-build.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
server-build.yml ci: build lite version of deploy preview (#21078) 2023-03-08 15:07:30 +05:30
shared-modules.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
stale.yml Make stale comment on critical issues more clear 2022-10-27 12:38:34 +05:30
test-build-docker-image.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
upgrade-appsmith-tests.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
wds-vercel-preview.yml ci: storybook build and deploy for appsmith wds (#21433) 2023-03-21 10:36:40 +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