ToolJet/server/test/controllers
Sherfin Shamsudeen 54a40176ea
Feature: Ability to delete apps (#486)
* Add end-point that deletes an application

Deleting an application will also delete its corresponding
data sources, data queries and app versions.

* Add unit test for app deletion end-point

* Additional e2e test for delete app end-point

This test ensures that non-admin user cannot delete apps.
2021-08-10 19:36:37 +05:30
..
app.e2e-spec.ts Test helpers for creating Nest instance & apps 2021-07-22 19:52:14 +05:30
app_users.e2e-spec.ts Endpoint to create app users 2021-07-23 12:13:50 +05:30
apps.e2e-spec.ts Feature: Ability to delete apps (#486) 2021-08-10 19:36:37 +05:30
data_queries.e2e-spec.ts Policies and tests for query endpoints 2021-07-24 23:39:25 +05:30
data_sources.e2e-spec.ts Policies and tests for OAuth endpoint 2021-07-25 23:16:44 +05:30
organization_users.e2e-spec.ts Tests for archiving users & changing roles 2021-07-22 20:08:34 +05:30
organizations.e2e-spec.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30