PromucFlow_constructor/app/server
Ankita Kinger 3933f5f4d1
feat: migrate from org to workspace under phase 3 (#14158)
* migration from organization to workspace on code level

* updated a few more files

* fixed runtime errors

* update org settings URL

* Renamed organizationId in domain objects

* changed field named from organization to workspace

* Reverted AppsmithRole changes

* fixed migrations

* recreating indexes

* migration update

* seed data runs before migration, undo changes

* mock commit

* seedmongo to populate upgraded data, datasource upgrade

* fixed two test cases

* updated migrations

* updated prop name

* Upgraded AclPermission

* comment

* migrated AppsmithRole

* more changes

* final set of changes

* variable name changes

* update cypress variable name

* Update app/server/appsmith-server/src/main/java/com/appsmith/server/controllers/ce/ApplicationControllerCE.java

* Update app/server/appsmith-interfaces/src/main/java/com/appsmith/external/models/Datasource.java

Co-authored-by: Trisha Anand <trisha@appsmith.com>

* reverting encryption handler change

* refactor code to migrate from org to workspace

* migrated a few missed out org to workspace

* updated a few more

* migrated a few missed out org to workspace

* migration changes

* Removed Permission import

* reverted code change

* few more changes

* fixed failing cypress test

* fixed failing cypress test

Co-authored-by: Sidhant Goel <sidhant@appsmith.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: Sidhant Goel <sidhant@hexcod.in>
2022-07-20 17:24:16 +05:30
..
.run feat: Added application templates (#10952) 2022-02-09 23:13:31 +06:00
appsmith-git chore: Upgrade dependencies reported by Dependabot (#13735) 2022-07-19 10:23:27 +05:30
appsmith-interfaces feat: Update the table widget to v2 in suggested widget list (#15277) 2022-07-20 12:28:50 +05:30
appsmith-plugins chore: Upgrade dependencies reported by Dependabot (#13735) 2022-07-19 10:23:27 +05:30
appsmith-server feat: migrate from org to workspace under phase 3 (#14158) 2022-07-20 17:24:16 +05:30
envs feat: Add disconnect button on auth config pages and form login callout banner (#11389) 2022-03-02 23:48:50 +05:30
mongo-seed
scripts feat: migrate from org to workspace under phase 3 (#14158) 2022-07-20 17:24:16 +05:30
.gitignore
build.sh chore: Upgrade dependencies reported by Dependabot (#13735) 2022-07-19 10:23:27 +05:30
buildpack-run.sh
docker-compose.yml feat: Git version control functionality with connect to remote, commit, push flows (#8403) 2021-10-20 09:47:34 +00:00
Dockerfile Add healthcheck to docker (#13154) 2022-05-06 11:45:56 +05:30
entrypoint.sh Remove echo MongoDB URI 2021-12-24 22:01:39 +05:30
pom.xml chore: Upgrade dependencies reported by Dependabot (#13735) 2022-07-19 10:23:27 +05:30
Procfile
README.md
system.properties

Appsmith Server

This is the server-side repository for the Appsmith framework.

For details on setting up your development machine, please refer to the Setup Guide